summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectBreakpoint.cpp
AgeCommit message (Expand)Author
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere
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
2025-06-26Fix a bug in the breakpoint ID verifier in CommandObjectBreakpoint. (#145994)jimingham
2025-06-04[lldb] Remove an unused local variable (NFC) (#142882)Kazu Hirata
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-08-30[lldb] Deal with SupportFiles in SourceManager (NFC) (#106740)Jonas Devlieghere
2024-08-02[lldb] Eliminate more Targer* in favor of Target& in CommandObjects (NFC)Jonas Devlieghere
2024-07-31[lldb] Unify the way we get the Target in CommandObject (#101208)Jonas Devlieghere
2024-07-05[lldb-dap][NFC] Minor renamewalter erquinigo
2024-07-04[LLDB] Support exception breakpoints for plugin-provided languages (#97675)Walter Erquinigo
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere
2024-03-19Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)Jonas Devlieghere
2024-03-15[lldb] Store SupportFile in FileEntry (NFC) (#85468)Jonas Devlieghere
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham
2024-02-27[lldb] Use CreateOptionParsingError in CommandObjectBreakpoint (#83086)Alex Langford
2024-02-21[lldb] Standardize command option parsing error messages (#82273)Alex Langford
2024-01-26[lldb][NFCI] Change BreakpointIDList::FindBreakpointID to BreakpointIDList::C...Alex Langford
2024-01-12[lldb][NFCI] Remove CommandReturnObject from BreakpointIDList (#77858)Alex Langford
2024-01-08[lldb][NFCI] Remove BreakpointIDList::InsertStringArray (#77161)Alex Langford
2023-11-09[lldb] Change interface of StructuredData::Array::GetItemAtIndexAsString (#71...Alex Langford
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2023-10-19[lldb] Remove FileSpecList::GetFileSpecPointerAtIndex (NFC)Jonas Devlieghere
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani
2023-05-14[lldb] Complete OptionValue cleanup (NFC)Jonas Devlieghere
2023-05-01[lldb] Refactor OptionValue to return a std::optional (NFC)Jonas Devlieghere
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2022-12-08Improve error handling for invalid breakpoint `-t` and `-x` options.Jordan Rupprecht
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere
2022-06-08Add help text for "breakpoint name", describing the feature more fully.Jim Ingham
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-08-06Add a "current" token to the ThreadID option to break set/modify.Jim Ingham
2021-07-27Fix "break delete --disabled" with no arguments.Jim Ingham
2021-06-23[lldb] Remove CommandReturnObject's SetError(StringRef)David Spickett
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
2020-09-23Add `breakpoint delete --disabled`: deletes all disabled breakpoints.Jim Ingham
2020-08-20[lldb] tab completion for breakpoint namesGongyu Deng
2020-07-20Add an option (-y) to "break set" and "source list" that uses the sameJim Ingham
2020-05-15Correct the argument list of command `breakpoint read`Gongyu Deng
2020-05-11Tab completion for breakpoint write and breakpoint name add/deleteGongyu Deng
2020-05-11Complete breakpoint enable/disable/delete/modify with a list of breakpoint IDsGongyu Deng
2020-05-06[lldb] Warn the user about starting the --func-regex parameter with an asteriskRaphael Isemann
2020-04-27[lldb] Improve error message when --func-regex parameter for the breakpoint c...Raphael Isemann