aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Breakpoint
AgeCommit message (Expand)AuthorFilesLines
2025-12-03[lldb] Refactor LookupInfo object to be per-language (#168797)Augusto Noronha1-11/+22
2025-12-03[lldb] Fix ThreadPlanStepOut::DoPlanExplainsStop inspection of BreakpointSite...Felipe de Azevedo Piovezan1-0/+16
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere1-1/+1
2025-11-10[lldb] Fix crash in BreakpointSite::BumpHitCounts (#166876)Jonas Devlieghere1-9/+11
2025-11-05[lldb] Mark single-argument SourceLanguage constructors explicit (#166527)Michael Buch1-1/+1
2025-10-31[lldb] Refactor LLDB Breakpoint Event Notifications to centralize and elimina...Piyush Jaiswal3-23/+8
2025-10-20Fix a potential use-after-free in StopInfoBreakpoint. (#163471)jimingham1-2/+23
2025-10-09Add a scripted way to re-present a stop location (#158128)jimingham6-62/+258
2025-10-03[lldb][Lanugage][NFC] Adapt Language::ForEach to IterationAction (#161830)Michael Buch1-1/+1
2025-08-08[lldb-dap] persistent assembly breakpoints (#148061)Ely Ronnen3-12/+47
2025-07-28Switch the ScriptedBreakpointResolver over to the ScriptedInterface form (#15...jimingham1-20/+32
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere2-6/+5
2025-07-10[lldb] Support specifying a language for breakpoint conditions (#147603)Jonas Devlieghere3-54/+43
2025-07-09[lldb] Change breakpoint interfaces for error handling (#146972)Jonas Devlieghere5-51/+74
2025-07-08[lldb] Fix trailing whitespace in Breakpoint (NFC)Jonas Devlieghere4-18/+14
2025-07-03[lldb] Remove unused `hardware` argument (NFC)Jonas Devlieghere2-2/+2
2025-07-03[lldb] Add SB API to make a breakpoint a hardware breakpoint (#146602)Jonas Devlieghere2-31/+80
2025-07-02[lldb] Fix else-after-return in Breakpoint (NFC)Jonas Devlieghere8-53/+35
2025-06-18[lldb][breakpoint] Grey out disabled breakpoints (#91404)Chelsea Cassanova1-0/+15
2025-06-10[lldb/cmake] Use ADDITIONAL_HEADER(_DIR)?S (#142587)Pavel Labath1-0/+2
2025-06-09[lldb] Use llvm::find (NFC) (#143338)Kazu Hirata1-2/+1
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-3/+2
2025-05-26[lldb] Use llvm::any_of (NFC) (#141443)Kazu Hirata1-4/+2
2025-05-25[lldb] Use llvm::find_if (NFC) (#141385)Kazu Hirata3-21/+17
2025-05-06[lldb] Use llvm::bit_ceil (NFC) (#138723)Kazu Hirata1-11/+1
2025-03-12[lldb] Let languages see all SymbolContexts at once when filtering breakpoint...Felipe de Azevedo Piovezan1-10/+9
2025-02-20[lldb] Store StreamAsynchronousIO in a unique_ptr (NFC) (#127961)Jonas Devlieghere1-4/+2
2025-02-03[lldb] Improve isolation between Process plugins and OS plugins (#125302)Felipe de Azevedo Piovezan1-0/+3
2025-02-03[lldb] correct event when removing all watchpoints (#125312)Ben Jackson1-1/+1
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton1-2/+1
2025-01-10[lldb] Add Function::GetAddress and redirect some uses (#115836)Pavel Labath2-2/+2
2024-11-17Fix statistics dump to report per-target (#113723)jeffreytan811-0/+2
2024-11-13[lldb] Fix source display for artificial locations (#115876)Pavel Labath1-5/+8
2024-10-30Fix call site breakpoint patch (#114158)jimingham3-2/+93
2024-10-28Revert "Add the ability to break on call-site locations, improve inli… (#11...jimingham3-93/+2
2024-10-28Add the ability to break on call-site locations, improve inline stepping (#11...jimingham3-2/+93
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere3-3/+4
2024-09-27[lldb] Store expression evaluator diagnostics in an llvm::Error (NFC) (#106442)Adrian Prantl1-5/+6
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim1-1/+1
2024-08-30[lldb] Deal with SupportFiles in SourceManager (NFC) (#106740)Jonas Devlieghere1-1/+2
2024-08-28Revert "[lldb] unique_ptr-ify some GetUserExpression APIs. (#106034)"Lang Hames2-4/+4
2024-08-28[lldb] unique_ptr-ify some GetUserExpression APIs. (#106034)Lang Hames2-4/+4
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl11-66/+90
2024-08-15[lldb] Realpath symlinks for breakpoints (#102223)royitaqi1-1/+11
2024-07-01[lldb] Make semantics of SupportFile equivalence explicit (#97126)Jonas Devlieghere1-2/+3
2024-06-24Add a unit test for SBBreakpoint::SetCallback (#96001)Chelsea Cassanova1-13/+5
2024-06-20Convert ValueObject::Dump() to return llvm::Error() (NFCish)Adrian Prantl1-2/+6
2024-06-08[lldb] Use const reference for range variables to improve performance (NFC) (...Shivam Gupta2-2/+2
2024-05-23[lldb][Windows] Fixed the TestBreakpointCommand test (#93122)Dmitry Vasilyev1-5/+5
2024-05-08[lldb] Display breakpoint locations using display name (#90297)Dave Lee1-1/+1