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