aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SBBreakpoint.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-10[lldb] Support specifying a language for breakpoint conditions (#147603)Jonas Devlieghere1-2/+2
2025-07-03[lldb] Add SB API to make a breakpoint a hardware breakpoint (#146602)Jonas Devlieghere1-0/+12
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton1-2/+2
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl1-3/+3
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-8/+9
2024-08-20[lldb][AIX] 1. Avoid namespace collision on other platforms (#104679)Dhruv Srivastava1-3/+3
2024-06-08[lldb] Use const reference for range variables to improve performance (NFC) (...Shivam Gupta1-1/+1
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford1-1/+0
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford1-26/+24
2023-02-28[lldb] Fix {break,watch}point command function stopping behaviourMed Ismail Bennani1-1/+2
2022-07-20Use llvm::is_contained (NFC)Kazu Hirata1-2/+1
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere1-105/+67
2022-01-10[lldb] Remove LLDB_RECORD_DUMMY_* macrosJonas Devlieghere1-2/+2
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere1-25/+24
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere1-112/+1
2022-01-02[API] Remove redundant member initialization (NFC)Kazu Hirata1-1/+1
2021-06-15Convert functions that were returning BreakpointOption * to BreakpointOption &.Jim Ingham1-10/+10
2020-10-15Add an SB API to get the SBTarget from an SBBreakpointJim Ingham1-0/+11
2020-09-11[lldb/API] Add Breakpoint::SerializeToStructuredData to SBAPIMed Ismail Bennani1-1/+18
2020-07-01[lldb/API] Add missing LLDB_RECORD_RESULTJonas Devlieghere1-1/+1
2020-07-01[lldb/api] Improve error reporting in SBBreakpoint::AddName (NFCI)Med Ismail Bennani1-5/+16
2020-07-01Revert "[lldb/api] Improve error reporting in SBBreakpoint::AddName (NFCI)"Med Ismail Bennani1-16/+5
2020-07-01[lldb/api] Improve error reporting in SBBreakpoint::AddName (NFCI)Med Ismail Bennani1-5/+16
2020-02-17[lldb] Replace empty ctor en dtor bodies with =default (NFC)Jonas Devlieghere1-1/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-10-25 Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham1-7/+27
2019-04-26[ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere1-2/+0
2019-04-03[Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere1-1/+1
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny1-0/+104
2019-03-11Add "operator bool" to SB APIsPavel Labath1-0/+4
2019-03-08[Reproducers] Add missing LLDB_RECORD_DUMMY macrosJonas Devlieghere1-3/+4
2019-03-07[SBAPI] Log from record macroJonas Devlieghere1-65/+2
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere1-48/+199
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-15Add setting to require hardware breakpoints.Jonas Devlieghere1-0/+7
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-09-13Add a "scripted" breakpoint type to lldb.Jim Ingham1-0/+36
2017-09-14Make breakpoint names real entities.Jim Ingham1-50/+18
2017-08-03Cut and paste error from r23162.Jim Ingham1-1/+1
2017-08-03Add an auto-continue flag to breakpoints & locations.Jim Ingham1-0/+19
2017-05-12Rename Error -> Status.Zachary Turner1-3/+3
2017-03-03Move Log from Core -> Utility.Zachary Turner1-1/+1
2017-02-27Switch SBBreakpoint to storing a weak_ptr of the internal breakpoint objectPavel Labath1-243/+203
2017-02-02Move classes from Core -> Utility.Zachary Turner1-1/+1
2016-11-11Remove weak-linked symbols for SBBreakpointListImplTodd Fiala1-5/+5
2016-09-26Fix serialization of Python breakpoint commands.Jim Ingham1-1/+1
2016-09-20Add some more tests for breakpoint serialization.Jim Ingham1-0/+25
2016-09-16First tests for serializing breakpoints.Jim Ingham1-2/+27
2016-09-14Add SB API's for writing breakpoints to & creating the from a file.Jim Ingham1-0/+126
2016-09-13Some more pointer safety in Breakpoint.Zachary Turner1-14/+6