summaryrefslogtreecommitdiff
path: root/lldb/source/Breakpoint/BreakpointLocation.cpp
AgeCommit message (Expand)Author
2025-11-05[lldb] Mark single-argument SourceLanguage constructors explicit (#166527)Michael Buch
2025-10-31[lldb] Refactor LLDB Breakpoint Event Notifications to centralize and elimina...Piyush Jaiswal
2025-10-09Add a scripted way to re-present a stop location (#158128)jimingham
2025-07-10[lldb] Support specifying a language for breakpoint conditions (#147603)Jonas Devlieghere
2025-07-09[lldb] Change breakpoint interfaces for error handling (#146972)Jonas Devlieghere
2025-07-03[lldb] Remove unused `hardware` argument (NFC)Jonas Devlieghere
2025-07-03[lldb] Add SB API to make a breakpoint a hardware breakpoint (#146602)Jonas Devlieghere
2025-07-02[lldb] Fix else-after-return in Breakpoint (NFC)Jonas Devlieghere
2024-10-30Fix call site breakpoint patch (#114158)jimingham
2024-10-28Revert "Add the ability to break on call-site locations, improve inli… (#11...jimingham
2024-10-28Add the ability to break on call-site locations, improve inline stepping (#11...jimingham
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-09-27[lldb] Store expression evaluator diagnostics in an llvm::Error (NFC) (#106442)Adrian Prantl
2024-08-28Revert "[lldb] unique_ptr-ify some GetUserExpression APIs. (#106034)"Lang Hames
2024-08-28[lldb] unique_ptr-ify some GetUserExpression APIs. (#106034)Lang Hames
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-05-08[lldb] Display breakpoint locations using display name (#90297)Dave Lee
2024-03-06[lldb] Print mangled names with verbose break list (#84071)Felipe de Azevedo Piovezan
2024-01-31[lldb][NFCI] Remove m_being_created from Breakpoint classes (#79716)Alex Langford
2024-01-22[lldb][NFCI] Remove EventData* param from BroadcastEvent (#78773)Alex Langford
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-16[lldb] Add interface to check if UserExpression::Parse() is cacheable (#66826)Augusto Noronha
2023-11-15Remove hardware index from watchpoints and breakpoints (#72012)Jason Molenda
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-02-16[lldb] Rename SetResultIsInternal to SetSuppressPersistentResult (NFC)Dave Lee
2022-02-06[Breakpoint] Remove redundant member initialization (NFC)Kazu Hirata
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-06-15Convert functions that were returning BreakpointOption * to BreakpointOption &.Jim Ingham
2021-06-01Make ignore counts work as "after stop" modifiers so they play nicely with co...Jim Ingham
2021-03-24Make the stop-on-sharedlibrary-events setting work.Jim Ingham
2020-07-29[lldb/Breakpoint] Rename StoppointLocation to StoppointSite and drop its rela...Tatyana Krasnukha
2020-07-29[lldb] Don't use hardware index to determine whether a breakpoint site is har...Tatyana Krasnukha
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere
2020-01-24[lldb/Breakpoint] Include whether or not a breakpoint is a HW BPJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-06[lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann
2019-11-29[lldb] Remove FileSpec->CompileUnit inheritancePavel Labath
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-02-05[Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov
2019-01-25ResolveBreakpointSite: fix outdated warning messageTatyana Krasnukha
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-08-03Add an auto-continue flag to breakpoints & locations.Jim Ingham
2017-08-02Fix a mis-feature with propagation of breakpoint options -> location options.Jim Ingham