| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | Breakpoint.cpp | 40 ConstString Breakpoint::GetEventIdentifier() { in GetEventIdentifier() 49 Breakpoint::Breakpoint(Target &target, SearchFilterSP &filter_sp, in Breakpoint() function in Breakpoint 59 Breakpoint::Breakpoint(Target &new_target, const Breakpoint &source_bp) in Breakpoint() function in Breakpoint 67 Breakpoint::~Breakpoint() = default; 70 const Breakpoint& bp_to_copy_from) { in CopyFromBreakpoint() 295 void Breakpoint::SetEnabled(bool enable) { in SetEnabled() 319 void Breakpoint::DecrementIgnoreCount() { in DecrementIgnoreCount() 442 void Breakpoint::ResolveBreakpoint() { in ResolveBreakpoint() 830 void Breakpoint::Dump(Stream *) {} in Dump() 1069 const Breakpoint::BreakpointEventData * [all …]
|
| H A D | BreakpointResolverName.cpp | 29 LanguageType language, Breakpoint::MatchType type, lldb::addr_t offset, in BreakpointResolverName() 33 if (m_match_type == Breakpoint::Regexp) { in BreakpointResolverName() 52 m_match_type(Breakpoint::Exact), m_language(language), in BreakpointResolverName() 66 m_match_type(Breakpoint::Exact), m_language(language), in BreakpointResolverName() 80 m_match_type(Breakpoint::Regexp), m_language(language), in BreakpointResolverName() 179 Breakpoint::MatchType::Exact, offset, skip_prologue); in CreateFromStructuredData() 273 case Breakpoint::Exact: in SearchCallback() 288 case Breakpoint::Regexp: in SearchCallback() 293 case Breakpoint::Glob: in SearchCallback() 331 Breakpoint &breakpoint = *breakpoint_sp; in SearchCallback() [all …]
|
| /llvm-project-15.0.7/lldb/include/lldb/Breakpoint/ |
| H A D | Breakpoint.h | 80 class Breakpoint : public std::enable_shared_from_this<Breakpoint>, 167 ~Breakpoint() override; 582 const Breakpoint &bp_to_copy_from); 622 Breakpoint(Target &target, lldb::SearchFilterSP &filter_sp, 633 Breakpoint(Target &new_target, const Breakpoint &bp_to_copy_from); 673 Breakpoint(const Breakpoint &) = delete; 674 const Breakpoint &operator=(const Breakpoint &) = delete;
|
| H A D | BreakpointLocationList.h | 32 friend class Breakpoint; variable 167 BreakpointLocationList(Breakpoint &owner); 196 Breakpoint &m_owner;
|
| H A D | BreakpointLocation.h | 52 Breakpoint &GetBreakpoint(); 332 BreakpointLocation(lldb::break_id_t bid, Breakpoint &owner, 342 Breakpoint &m_owner; ///< The breakpoint that produced this object.
|
| H A D | BreakpointResolverName.h | 29 Breakpoint::MatchType type, lldb::addr_t offset, 87 Breakpoint::MatchType m_match_type;
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/ |
| H A D | inline_sites.test | 29 #CHECK: Breakpoint 1: where = {{.*}}`main + 4 [inlined] Namespace1::foo at a.h:5, address = 0x00000… 31 #CHECK: Breakpoint 2: where = {{.*}}`main + 12 [inlined] Namespace1::foo + 8 at a.h:6, address = 0x… 33 #CHECK: Breakpoint 3: where = {{.*}}`main + 16 [inlined] Namespace1::foo + 12 at a.h:7, address = 0… 35 #CHECK: Breakpoint 4: where = {{.*}}`main + 68 [inlined] Namespace1::foo + 5 at a.h:8, address = 0x… 37 #CHECK: Breakpoint 5: where = {{.*}}`main + 24 [inlined] Namespace1::foo + 20 at a.h:9, address = 0… 39 #CHECK: Breakpoint 6: where = {{.*}}`main + 28 [inlined] Class1::bar at b.h:5, address = 0x00000001… 41 #CHECK: Breakpoint 7: where = {{.*}}`main + 34 [inlined] Class1::bar + 6 at b.h:6, address = 0x0000… 43 #CHECK: Breakpoint 8: where = {{.*}}`main + 38 [inlined] Class1::bar + 10 at b.h:7, address = 0x000… 45 #CHECK: Breakpoint 9: where = {{.*}}`main + 42 [inlined] Namespace2::Class2::func at c.h:5, address… 51 #CHECK: Breakpoint 12: where = {{.*}}`main + 57 at a.cpp:3, address = 0x0000000140001039 [all …]
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ThreadPlanStepUntil.cpp | 51 Breakpoint *return_bp = in ThreadPlanStepUntil() 67 Breakpoint *until_bp = in ThreadPlanStepUntil() 281 Breakpoint *return_bp = target.GetBreakpointByID(m_return_bp_id).get(); in DoWillResume() 287 Breakpoint *until_bp = target.GetBreakpointByID((*pos).second).get(); in DoWillResume() 301 Breakpoint *return_bp = target.GetBreakpointByID(m_return_bp_id).get(); in WillStop() 307 Breakpoint *until_bp = target.GetBreakpointByID((*pos).second).get(); in WillStop()
|
| H A D | ThreadPlanRunToAddress.cpp | 65 Breakpoint *breakpoint; in SetInitialBreakpoints() 121 Breakpoint *breakpoint = in GetDescription()
|
| /llvm-project-15.0.7/lldb/test/Shell/Breakpoint/ |
| H A D | dummy-target.test | 7 # CHECK: Breakpoint {{[0-9]}}: no locations (pending). 8 # CHECK: Breakpoint set in dummy target
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Breakpoint/ |
| H A D | BUILD.gn | 1 static_library("Breakpoint") { 15 "Breakpoint.cpp",
|
| /llvm-project-15.0.7/lldb/test/Shell/Watchpoint/ |
| H A D | netbsd-nouserdbregs.test | 12 # CHECK: Breakpoint {{[0-9]+}}: where = {{.*}}`main 14 # CHECK: Breakpoint {{[0-9]+}}: where = {{.*}}`thread_func
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/ |
| H A D | dir-separator-no-comp-dir.s | 18 # CHECK: Breakpoint 1: {{.*}}`_start, 21 # CHECK: Breakpoint 2: {{.*}}`_start + 1,
|
| H A D | dir-separator-no-comp-dir-relative-name.s | 19 # CHECK: Breakpoint 1: {{.*}}`_start, 22 # CHECK: Breakpoint 2: {{.*}}`_start + 1,
|
| H A D | dir-separator-posix.s | 18 # CHECK: Breakpoint 1: {{.*}}`_start, 21 # CHECK: Breakpoint 2: {{.*}}`_start + 1,
|
| H A D | dir-separator-windows.s | 18 # CHECK: Breakpoint 1: {{.*}}`_start, 21 # CHECK: Breakpoint 2: {{.*}}`_start + 1,
|
| H A D | dwarf5-debug_line.s | 15 # CHECK: Breakpoint 1: {{.*}}`foo, 17 # CHECK: Breakpoint 2: {{.*}}`foo + 2,
|
| /llvm-project-15.0.7/lldb/test/Shell/Unwind/ |
| H A D | split-machine-functions.test | 26 # DEFAULT: Breakpoint 1: where = {{.*}}`bar 27 # SPLIT: Breakpoint 1: where = {{.*}}`bar
|
| H A D | basic-block-sections.test | 35 # DEFAULT: Breakpoint 1: where = {{.*}}`bar 36 # BBSECTIONS: Breakpoint 1: where = {{.*}}`bar
|
| /llvm-project-15.0.7/lldb/test/Shell/Driver/ |
| H A D | TestSingleQuote.test | 6 # CHECK: Breakpoint 1: where = TestSingleQuote.test.tmp-'pat`main
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Windows/ |
| H A D | BUILD.gn | 8 "//lldb/source/Breakpoint",
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Linux/ |
| H A D | BUILD.gn | 8 "//lldb/source/Breakpoint",
|
| /llvm-project-15.0.7/lldb/source/ |
| H A D | CMakeLists.txt | 4 add_subdirectory(Breakpoint)
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | BUILD.gn | 8 "//lldb/source/Breakpoint",
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | BUILD.gn | 8 "//lldb/source/Breakpoint",
|