summaryrefslogtreecommitdiff
path: root/lldb/source/Breakpoint/BreakpointResolver.cpp
AgeCommit message (Expand)Author
2025-08-08[lldb-dap] persistent assembly breakpoints (#148061)Ely Ronnen
2025-03-12[lldb] Let languages see all SymbolContexts at once when filtering breakpoint...Felipe de Azevedo Piovezan
2025-01-10[lldb] Add Function::GetAddress and redirect some uses (#115836)Pavel Labath
2024-10-30Fix call site breakpoint patch (#114158)jimingham
2024-10-28Revert "Add the ability to break on call-site locations, improve inli… (#11...jimingham
2024-10-28Add the ability to break on call-site locations, improve inline stepping (#11...jimingham
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-07-01[lldb] Make semantics of SupportFile equivalence explicit (#97126)Jonas Devlieghere
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-03-14[lldb] Allow languages to filter breakpoints set by line (#83908)Felipe de Azevedo Piovezan
2024-01-16[lldb] Store SupportFile in LineEntry (NFC) (#77999)Jonas Devlieghere
2023-12-15[lldb][NFCI] Remove unused parameter from BreakpointResolver*::CreateFromStru...Alex Langford
2023-11-07[lldb] BreakpointResolver{*}::CreateFromStructuredData should return shared p...Alex Langford
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani
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-02-16[lldb] BreakpointResolver::CreateFromStructuredData Gardening (NFC)Jonas Devlieghere
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-05-05[lldb/Symbol] Fix column breakpoint `move_to_nearest_code` matchMed Ismail Bennani
2021-05-04[lldb] Refactor argument group by SourceLocationSpec (NFCI)Med Ismail Bennani
2020-07-20[lldb] Remove redundant WithFormat suffixes (NFC)Jonas Devlieghere
2020-03-04[lldb] Make BreakpointResolver hold weak_ptr instead of raw pointer to breakp...Tatyana Krasnukha
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-10Implement serializing scripted breakpoints and their extra args.Jim Ingham
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-08Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-09-13Add a "scripted" breakpoint type to lldb.Jim Ingham
2018-08-30Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl
2018-08-29Refactor BreakpointResolver::SetSCMatchesByLine() to make it easier toAdrian Prantl
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Update StructuredData::String to return StringRefs.Zachary Turner
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-21Make lldb::Regex use StringRef.Zachary Turner
2016-09-15Make the keys enumerations for options and resolvers enum classes.Jim Ingham
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
2016-05-11Keep original source path and mapped path in LineEntryTed Woodward
2016-03-09Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner
2013-09-27Factor the code that was eliminating redundant breakpoint locations and movingJim Ingham