[Lldb-commits] [PATCH] D74136: [LLDB] WIP: Follow DW_AT_decl_file when setting breakpoint
Konrad Wilhelm Kleine via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 10 03:47:50 PDT 2020
kwk updated this revision to Diff 269781.
kwk marked an inline comment as done.
kwk added a comment.
- Outsource parts into SearchFilterByModulesAndSupportFiles::FunctionPasses
- Tests with alternating setting target.inline-breakpoint-strategy between "always" and "headers"
- Respecting target.inline-breakpoint-strategy setting in SearchFilterByModulesAndSupportFiles and maded adjustments in BreakpointResolverName::SearchCallback
- Renamed SearchFilterByModuleListAndCUList to SearchFilterByModulesAndSupportFiles
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74136/new/
https://reviews.llvm.org/D74136
Files:
lldb/include/lldb/Core/SearchFilter.h
lldb/include/lldb/Target/Target.h
lldb/source/Breakpoint/BreakpointResolverName.cpp
lldb/source/Core/SearchFilter.cpp
lldb/source/Target/Target.cpp
lldb/test/Shell/Breakpoint/Inputs/search-support-files-func.cpp
lldb/test/Shell/Breakpoint/Inputs/search-support-files.cpp
lldb/test/Shell/Breakpoint/Inputs/search-support-files.h
lldb/test/Shell/Breakpoint/search-support-files.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74136.269781.patch
Type: text/x-patch
Size: 22627 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200610/97225f62/attachment-0001.bin>
More information about the lldb-commits
mailing list