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