summaryrefslogtreecommitdiff
path: root/lldb/source/Breakpoint/Breakpoint.cpp
AgeCommit message (Expand)Author
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-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere
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] 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
2025-06-18[lldb][breakpoint] Grey out disabled breakpoints (#91404)Chelsea Cassanova
2024-11-17Fix statistics dump to report per-target (#113723)jeffreytan81
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-06-08[lldb] Use const reference for range variables to improve performance (NFC) (...Shivam Gupta
2024-01-31[lldb][NFCI] Remove m_being_created from Breakpoint classes (#79716)Alex Langford
2024-01-18[lldb] Stop creating BreakpointEventData raw pointers (#78508)Alex Langford
2023-11-09[lldb] Change interface of StructuredData::Array::GetItemAtIndexAsString (#71...Alex Langford
2023-11-09[lldb] Change Breakpoint::AddName return value (#71236)Alex Langford
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-05-16[lldb][NFCI] Small adjustment to Breakpoint::AddNameAlex Langford
2023-04-11[lldb] Change return type of EventData::GetFlavorAlex Langford
2023-04-06[lldb][NFC] Delete unused function Breakpoint::GetEventIdentifierAlex Langford
2023-03-03Add HitCount into Breakpoint statisticsJeffrey Tan
2022-09-19[lldb] Reset breakpoint hit count before new runsFelipe de Azevedo Piovezan
2022-04-06[lldb] Silence GCC warnings about missing returns after fully covered switche...Martin Storsjö
2022-03-03Fix up the "lldb log break" channel output.Jim Ingham
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
2022-01-19[lldb] Make StatsDuration thread-safePavel Labath
2021-10-27Add breakpoint resolving stats to each target.Greg Clayton
2021-10-05[lldb] Remove some anonymous namespacesPavel 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-05-04[lldb] Refactor argument group by SourceLocationSpec (NFCI)Med Ismail Bennani
2021-01-07[lldb] Access the ModuleList through iterators where possible (NFC)Jonas Devlieghere
2020-08-13[lldb][NFC] Use llvm::is_contained instead of std::find in a few placesRaphael Isemann
2020-07-29[lldb/Breakpoint] Rename StoppointLocation to StoppointSite and drop its rela...Tatyana Krasnukha
2020-07-20[lldb] Remove redundant WithFormat suffixes (NFC)Jonas Devlieghere
2020-03-04[lldb] Make BreakpointResolver hold weak_ptr instead of raw pointer to breakp...Tatyana Krasnukha
2020-02-18[lldb][NFC] Remove unused parameterTatyana Krasnukha
2020-02-18[lldb] Make shared_from_this-related code saferTatyana Krasnukha
2020-02-18[lldb] Don't call CopyForBreakpoint from a Breakpoint's constructorTatyana Krasnukha
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-04[lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath
2019-11-29[lldb] Remove FileSpec->CompileUnit inheritancePavel Labath
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-06-21[Target] Decouple ObjCLanguageRuntime from LanguageRuntimeAlex Langford
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere