summaryrefslogtreecommitdiff
path: root/lldb/source/Breakpoint/BreakpointResolverAddress.cpp
AgeCommit message (Expand)Author
2025-08-08[lldb-dap] persistent assembly breakpoints (#148061)Ely Ronnen
2025-07-09[lldb] Change breakpoint interfaces for error handling (#146972)Jonas Devlieghere
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-01-03[lldb] Fix breakpoint resolver serialization bug (#76766)Alex Langford
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
2022-05-23Revert "[lldb] Consider binary as module of last resort"Muhammad Omair Javaid
2022-05-20[lldb] Consider binary as module of last resortWill Hawkins
2022-02-06[Breakpoint] Remove redundant member initialization (NFC)Kazu Hirata
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
2020-08-10[lldb][NFC] Remove dead code in BreakpointResolverAddressRaphael Isemann
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-10[lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
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
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-09-07NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
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-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
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-03-09Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham
2015-11-17Add the ability (through the SB API & command line) to specify an addressJim Ingham
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner
2015-03-04Don't #include clang headers from BreakpointLocation.hZachary Turner
2014-12-06Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham
2013-03-27<rdar://problem/13521159>Greg Clayton
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton
2010-10-28Check in an initial implementation of the "breakpoint clear" command, whose p...Johnny Chen
2010-06-28Added function name types to allow us to set breakpoints by name moreGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner