summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
AgeCommit message (Expand)Author
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere
2024-10-02[lldb] Unify implementation of CommandReturnObject::SetError(NFC) (#110707)Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-02[lldb] Eliminate more Targer* in favor of Target& in CommandObjects (NFC)Jonas Devlieghere
2024-07-31[lldb] Use Target references instead of pointers in CommandObject (NFC)Jonas Devlieghere
2024-07-31[lldb] Unify the way we get the Target in CommandObject (#101208)Jonas Devlieghere
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2021-06-15Convert functions that were returning BreakpointOption * to BreakpointOption &.Jim Ingham
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-05-03Clarify the help for "breakpoint command add" and "watchpoint command add".Jim Ingham
2021-02-09Use internal_dict everywhere we refer to the python session dict in docs.Jim Ingham
2021-02-09Remove trailing spaces after \ in comments.Jim Ingham
2021-02-09Add documentation for the extra_args parameter to breakpoint commands.Jim Ingham
2020-12-07[LLDB] fix error message for one-line breakpoint scriptsPedro Tammela
2020-09-21[lldb/Commands] Fix outdated `breakpoint command add` help stringDave Lee
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-14[lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere
2019-12-21[lldb/Lua] Add missing boiler plate to ScriptInterpreter.Jonas Devlieghere
2019-12-21[lldb/Commands] Use the default scripting langauge for BP functionsJonas Devlieghere
2019-12-21[lldb/Commands] Honor the scripting language passedJonas Devlieghere
2019-12-21[lldb/Commands] Fix bogus enum entry and add Lua (NFC)Jonas Devlieghere
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann
2019-12-02[lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescriptionRaphael Isemann
2019-10-30Run clang-format on lldb/source/Commands (NFC)Adrian Prantl
2019-10-25 Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham
2019-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna
2019-08-31[lldb] Unify target checking in CommandObjectRaphael Isemann
2019-08-26[lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...Raphael Isemann
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-02Format OptionEnumValueElement (NFC)Jonas Devlieghere
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann
2019-07-22[lldb][NFC] Tablegenify breakpointRaphael Isemann
2019-04-27[CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere
2019-04-26[ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-10Quiet command regex instructions during batch executionDave Lee
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-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath