summaryrefslogtreecommitdiff
path: root/lldb/source/Breakpoint/BreakpointOptions.cpp
AgeCommit message (Expand)Author
2025-07-10[lldb] Support specifying a language for breakpoint conditions (#147603)Jonas Devlieghere
2025-07-08[lldb] Fix trailing whitespace in Breakpoint (NFC)Jonas Devlieghere
2025-07-02[lldb] Fix else-after-return in Breakpoint (NFC)Jonas Devlieghere
2025-02-20[lldb] Store StreamAsynchronousIO in a unique_ptr (NFC) (#127961)Jonas Devlieghere
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-06-24Add a unit test for SBBreakpoint::SetCallback (#96001)Chelsea Cassanova
2023-11-09[lldb] Change interface of StructuredData::Array::GetItemAtIndexAsString (#71...Alex Langford
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani
2022-07-27[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 3Slava Gurevich
2022-02-27[lldb] BreakpointOptions::CommandData::CreateFromStructuredData - remove dead...Simon Pilgrim
2022-02-06[Breakpoint] Remove redundant member initialization (NFC)Kazu Hirata
2021-06-15Convert functions that were returning BreakpointOption * to BreakpointOption &.Jim Ingham
2021-03-24Make the stop-on-sharedlibrary-events setting work.Jim Ingham
2021-03-19Revert "Make the stop-on-sharedlibrary-events setting work."Jim Ingham
2021-03-19Make the stop-on-sharedlibrary-events setting work.Jim Ingham
2021-02-08Reland "[lldb] Make CommandInterpreter's execution context the same as debugg...Tatyana Krasnukha
2020-12-17Revert "[lldb] Make CommandInterpreter's execution context the same as debugg...Pavel Labath
2020-12-12[lldb] Make CommandInterpreter's execution context the same as debugger's one.Tatyana Krasnukha
2020-07-20[lldb] Remove redundant WithFormat suffixes (NFC)Jonas Devlieghere
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere
2020-06-09[lldb/Interpreter] Support color in CommandReturnObjectJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-02[lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescriptionRaphael Isemann
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-05-08Propagate command interpreter errors from lldlbinitJonas Devlieghere
2019-04-26[ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-22When deserializing breakpoints some options may not be present.Jim Ingham
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-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
2018-02-23Fix breakpoint thread name conditionals after breakpoint options refactor.Jim Ingham
2017-09-14Make breakpoint names real entities.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-05-12Update StructuredData::String to return StringRefs.Zachary Turner
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-21Move StringList from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-12-16Add methods to enable using formatv syntax in LLDB.Zachary Turner
2016-09-26Fix serialization of Python breakpoint commands.Jim Ingham
2016-09-22Serilize the thread options within the breakpoint options.Jim Ingham
2016-09-20Add some more tests for breakpoint serialization.Jim Ingham
2016-09-15Make the keys enumerations for options and resolvers enum classes.Jim Ingham
2016-09-13Some more pointer safety in Breakpoint.Zachary Turner
2016-09-13Add a few const's (thanks Zachary) and return shared or unique pointersJim Ingham
2016-09-12This is the main part of a change to add breakpoint save and restore to lldb.Jim Ingham
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone