LLDB's logging machinery supports prepending log messages with the name of the file and function that generates the log. However, currently this functionality is limited to the LLDB_LOG macro. I meant to do this as a follow up to D65128 but never got around to it.
Details
Details
- Reviewers
mib - Group Reviewers
Restricted Project - Commits
- rG6099d519bb83: [lldb] Support file and function names in LLDB_LOGF macro
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo