summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBBreakpointLocation.cpp
AgeCommit message (Expand)Author
2025-10-08Make SBBreakpoint/SBBreakpointLocation.SetCondition(nullptr) work again. (#16...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
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-20[lldb][AIX] 1. Avoid namespace collision on other platforms (#104679)Dhruv Srivastava
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford
2023-02-28[lldb] Fix {break,watch}point command function stopping behaviourMed Ismail Bennani
2022-09-12[lldb] Add SBBreakpointLocation::SetCallbackLaura Chaparro-Gutierrez
2022-07-28[LLDB] Fix missing return value in SBBreakpointLocation::GetQueueName()Slava Gurevich
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2021-06-15Convert functions that were returning BreakpointOption * to BreakpointOption &.Jim Ingham
2020-09-25[lldb] Pass reference instead of pointer in protected SBAddress methods.Jonas Devlieghere
2020-02-17[lldb] Replace empty ctor en dtor bodies with =default (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-25 Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-26[ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere
2019-04-03[Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny
2019-03-11Add "operator bool" to SB APIsPavel Labath
2019-03-07[SBAPI] Log from record macroJonas Devlieghere
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-08-03Cut and paste error from r23162.Jim Ingham
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
2017-07-19Expose hit count via SBBreakpointLocation.Bruce Mitchener
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-06Move many other files from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-03-01Switch SBBreakpointLocation to use a weak_ptrPavel Labath
2017-02-27Switch SBBreakpoint to storing a weak_ptr of the internal breakpoint objectPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2014-04-02Add the ability to set python breakpoint commands from the SBBreakpoint & SBB...Jim Ingham
2013-03-27<rdar://problem/13521159>Greg Clayton
2012-05-16Add an accessor on SBBreakpointLocation to get its location ID.Jim Ingham
2012-02-08Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2011-11-13<rdar://problem/10126482>Greg Clayton
2011-09-24Fixed build issues after recent checkin.Greg Clayton
2011-09-24Add GetAddress to SBBreakpointLocation, and put the .i files in the API secti...Jim Ingham
2011-04-25Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget,Johnny Chen
2010-12-20The LLDB API (lldb::SB*) is now thread safe!Greg Clayton