aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/SymbolContext.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-12-03[lldb] Refactor LookupInfo object to be per-language (#168797)Augusto Noronha1-3/+26
2025-04-25[lldb][Format] Introduce new frame-format variables for function parts (#131836)Michael Buch1-13/+16
2025-04-13[lldb][Format] Display only the inlined frame name in backtraces if available...Michael Buch1-0/+30
2025-02-13[lldb] Correctly resolve (discontinuous) function offsets when disassembling ...Pavel Labath1-5/+9
2025-02-12[lldb] Support disassembling discontinuous functions (#126505)Pavel Labath1-2/+2
2025-02-06[lldb] Add SymbolContext::GetFunctionOrSymbolAddress (#123340)Pavel Labath1-0/+10
2025-01-17[lldb] Remove (unused) SymbolContext::Dump (#123211)Pavel Labath1-59/+0
2025-01-10[lldb] Add Function::GetAddress and redirect some uses (#115836)Pavel Labath1-7/+3
2024-11-22[lldb] Fix inline function resolution for discontinuous functions (#116777)Pavel Labath1-4/+6
2024-10-08[lldb] Change SymbolContext::GetAddressRangeFromHereToEndLine to return Expec...AbdAlRahman Gad1-14/+9
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-7/+7
2024-05-08[lldb] Display breakpoint locations using display name (#90297)Dave Lee1-2/+11
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere1-2/+2
2024-03-19Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)Jonas Devlieghere1-2/+2
2024-03-15[lldb] Store SupportFile in FileEntry (NFC) (#85468)Jonas Devlieghere1-2/+2
2024-01-22[lldb] refactor highlighting function for image lookup command (#76112)José Lira Junior1-28/+13
2024-01-16[lldb] Store SupportFile in LineEntry (NFC) (#77999)Jonas Devlieghere1-2/+3
2023-12-08[lldb] colorize symbols in image lookup with a regex pattern (#69422)taalhaataahir01021-7/+24
2023-05-22[lldb][NFCI] Change return type of Language::GetInstanceVariableNameAlex Langford1-1/+1
2023-05-05Re-land "[lldb] Expose a const iterator for SymbolContextList"Alex Langford1-5/+2
2023-05-04Revert "[lldb] Expose a const iterator for SymbolContextList"Alex Langford1-2/+5
2023-05-04[lldb] Expose a const iterator for SymbolContextListAlex Langford1-5/+2
2023-03-21[lldb] Refactor deduction of the instance variable's name (NFC)Dave Lee1-6/+12
2023-03-08[lldb] Let 'v' command directly access ivars of _any_ self/thisDave Lee1-8/+10
2023-03-04[lldb] Remove unused portion of GetFunctionMethodInfo signature (NFC)Dave Lee1-7/+2
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-3/+1
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber1-1/+3
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-3/+1
2022-06-24[lldb] Replace Host::SystemLog with Debugger::Report{Error,Warning}Jonas Devlieghere1-12/+9
2022-04-14[lldb] Prevent crash when adding a stop hook with --shlibJonas Devlieghere1-2/+3
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour1-4/+3
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-09-25[lldb] Convert misc. StringConvert usesMichał Górny1-5/+2
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-3/+3
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere1-3/+1
2021-04-01Fix "image lookup --address" Summary results for inline functions.Greg Clayton1-9/+9
2020-11-05[trace][intel-pt] Implement the basic decoding functionalityWalter Erquinigo1-4/+11
2020-09-29Revert "Revert "Add the ability to write target stop-hooks using the ScriptIn...Jim Ingham1-2/+6
2020-09-28Revert "Add the ability to write target stop-hooks using the ScriptInterpreter."Jonas Devlieghere1-6/+2
2020-09-25Add the ability to write target stop-hooks using the ScriptInterpreter.Jim Ingham1-2/+6
2020-07-22Thread ExecutionContextScope through GetByteSize where possible (NFC-ish)Adrian Prantl1-1/+1
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere1-1/+1
2020-01-30[lldb][NFCI] Remove unused LanguageType parametersAlex Langford1-11/+7
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-06[lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann1-2/+2
2019-12-04[lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath1-6/+4
2019-11-29[lldb] Remove FileSpec->CompileUnit inheritancePavel Labath1-2/+3
2019-11-26[lldb] remove unsigned Stream::operator<< overloadsPavel Labath1-9/+7
2019-11-11lldb: Fix some -Wdeprecated-copy warningsPavel Labath1-14/+0