summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Module.cpp
AgeCommit message (Expand)Author
2025-11-12[lldb][NFC] Remove plugin headers from Module (#167789)Alex Langford
2025-08-01[lldb][Expression] Encode Module and DIE UIDs into function AsmLabels (#148877)Michael Buch
2025-05-31[lldb-dap] Reuse source object logics (#141426)Ely Ronnen
2025-04-24[lldb] Remerge #136236 (Avoid force loading symbols in statistics collection ...royitaqi
2025-04-21Revert "[lldb] Avoid force loading symbols in statistics collection (#136236)"Shubham Sandeep Rastogi
2025-04-21[lldb] Avoid force loading symbols in statistics collection (#136236)royitaqi
2025-04-14[LLDB] Reapply refactored CPlusPlusLanguage::MethodName to break lldb-server ...Dmitry Vasilyev
2025-04-09Revert "[LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server ...David Spickett
2025-04-09[LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server dependen...Dmitry Vasilyev
2025-04-01Add a new affordance that the Python module in a dSYM (#133290)jimingham
2025-03-10[lldb] Avoid force loading symbol files in statistics collection (#129593)David Peixotto
2025-01-31[lldb] Use Function::GetAddress in Module::FindFunctions (#124938)Pavel Labath
2024-11-17Fix statistics dump to report per-target (#113723)jeffreytan81
2024-10-19More aggressively deduplicate global warnings based on contents. (#112801)Adrian Prantl
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-01[lldb] Change Module to have a concrete UnwindTable, update (#101130)Jason Molenda
2024-03-27[lldb] Revive shell test after updating UnwindTable (#86770)Jason Molenda
2024-03-26[lldb] Don't clear a Module's UnwindTable when adding a SymbolFile (#86603)Jason Molenda
2024-01-16[lldb] Fix trailing whitespace & formatting in Core/Module.cpp (NFC)Jonas Devlieghere
2024-01-09[lldb] DWARFDIE: Follow DW_AT_specification when computing CompilerCo… (#77...Adrian Prantl
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2023-11-05[lldb] Remove LocateSymbolFile (#71301)Jonas Devlieghere
2023-08-17[lldb][NFCI] Module constructor should take ConstString by valueAlex Langford
2023-07-27[BSDArchive] NULL check the child object file ptr before accessing its memberWanyi Ye
2023-07-11[lldb][NFCI] Methods to load scripting resources should take a Stream by refe...Alex Langford
2023-07-06Refine the reporting mechanism for interruption.Jim Ingham
2023-05-29Revert "Revert "Host: generalise `GetXcodeSDKPath`""Saleem Abdulrasool
2023-05-04[lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere
2023-05-01Revert "Host: generalise `GetXcodeSDKPath`"Douglas Yung
2023-04-28Host: generalise `GetXcodeSDKPath`Saleem Abdulrasool
2023-04-14[lldb] Add `operator StringRef` to ConstStringDave Lee
2023-01-09[LLDB] Change formatting to use llvm::formatvAlexander Yermolovich
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-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-12-01Improve error logging when xcrun fails to execute successfullyAdrian Prantl
2022-12-01[lldb] Remove timer from Module::GetNumCompileUnitsDave Lee
2022-11-16Make CompilerType safeAdrian Prantl
2022-11-02[lldb] Add information on type systems to statistics dump commandAlex Langford
2022-08-15[lldb] Fetching symbols in the background with dsymForUUIDJonas Devlieghere
2022-08-04Re-submit "[lldb] Filter DIEs based on qualified name where possible"Alex Langford
2022-08-04Revert "[lldb] Filter DIEs based on qualified name where possible"Alex Langford
2022-08-04[lldb] Filter DIEs based on qualified name where possibleAlex Langford
2022-08-03[lldb] Allow SymbolTable regex search functions to match mangled nameAugusto Noronha
2022-07-07Simplify some AsCString usage that was also explicitly handling defaultDavid Blaikie
2022-07-07Retrieve as StringRef since that's how it'll be usedDavid Blaikie
2022-07-07Use StringRef to avoid unnecessary copies into std::stringsDavid Blaikie
2022-06-24[lldb] Replace Host::SystemLog with Debugger::Report{Error,Warning}Jonas Devlieghere