aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-11-13[lldb] Fix source display for artificial locations (#115876)Pavel Labath1-5/+8
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-5/+10
2024-08-15[lldb] Realpath symlinks for breakpoints (#102223)royitaqi1-1/+11
2024-05-23[lldb][Windows] Fixed the TestBreakpointCommand test (#93122)Dmitry Vasilyev1-5/+5
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere1-3/+4
2024-03-19Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)Jonas Devlieghere1-4/+3
2024-03-15[lldb] Store SupportFile in FileEntry (NFC) (#85468)Jonas Devlieghere1-3/+4
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1
2023-12-15[lldb][NFCI] Remove unused parameter from BreakpointResolver*::CreateFromStru...Alex Langford1-3/+2
2023-11-07[lldb] BreakpointResolver{*}::CreateFromStructuredData should return shared p...Alex Langford1-3/+3
2023-05-05Re-land "[lldb] Expose a const iterator for SymbolContextList"Alex Langford1-6/+3
2023-05-04Revert "[lldb] Expose a const iterator for SymbolContextList"Alex Langford1-3/+6
2023-05-04[lldb] Expose a const iterator for SymbolContextListAlex Langford1-6/+3
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-5/+5
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-17[lldb] llvm::Optional::value => operator*/operator->Fangrui Song1-3/+3
2022-12-04[lldb] Use std::nullopt instead of None in comments (NFC)Kazu Hirata1-1/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-09-23[lldb] Use Optional::{has_value,value,value_or}Kazu Hirata1-4/+4
2022-09-22Add auto source map deduce count statisticsJeffrey Tan1-2/+4
2022-09-19Add auto deduce source map settingJeffrey Tan1-2/+84
2022-08-08Implement better path matching in FileSpecList::FindCompatibleIndex(...).Greg Clayton1-36/+4
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-1/+1
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber1-1/+1
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-1/+1
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata1-5/+5
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath1-1/+1
2021-07-29[source map] fix relative path breakpointsWalter Erquinigo1-3/+10
2021-05-04[lldb] Refactor argument group by SourceLocationSpec (NFCI)Med Ismail Bennani1-41/+47
2021-01-20Fix a bug with setting breakpoints on C++11 inline initialization statements.Jim Ingham1-0/+8
2020-03-04[lldb] Make BreakpointResolver hold weak_ptr instead of raw pointer to breakp...Tatyana Krasnukha1-8/+4
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-10-10[lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann1-4/+2
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine1-1/+1
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-2/+0
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-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere1-1/+1
2018-09-07NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham1-2/+2
2018-08-30Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl1-10/+25
2018-08-07If a function starts with line number 0, don't try to check if a breakpoint c...Jim Ingham1-1/+5
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-20/+20
2018-04-27Always normalize FileSpec paths.Greg Clayton1-1/+1
2018-04-13Allow relative file paths when settings source breakpointsGreg Clayton1-4/+29
2017-05-12Update StructuredData::String to return StringRefs.Zachary Turner1-1/+1
2017-05-12Rename Error -> Status.Zachary Turner1-1/+1
2017-03-15BreakpointResolverFileLine: Restrict move-to-nearest-code from moving across ...Pavel Labath1-16/+77
2017-03-03Move Log from Core -> Utility.Zachary Turner1-1/+1
2017-02-02Move classes from Core -> Utility.Zachary Turner1-1/+1