aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Core/Module.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-31[lldb-dap] Reuse source object logics (#141426)Ely Ronnen1-0/+3
2025-04-24[lldb] Remerge #136236 (Avoid force loading symbols in statistics collection ...royitaqi1-1/+1
2025-04-21Revert "[lldb] Avoid force loading symbols in statistics collection (#136236)"Shubham Sandeep Rastogi1-1/+1
2025-04-21[lldb] Avoid force loading symbols in statistics collection (#136236)royitaqi1-1/+1
2025-04-14[LLDB] Reapply refactored CPlusPlusLanguage::MethodName to break lldb-server ...Dmitry Vasilyev1-89/+62
2025-04-09Revert "[LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server ...David Spickett1-63/+88
2025-04-09[LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server dependen...Dmitry Vasilyev1-88/+63
2025-04-01Add a new affordance that the Python module in a dSYM (#133290)jimingham1-1/+3
2025-03-10[lldb] Avoid force loading symbol files in statistics collection (#129593)David Peixotto1-2/+2
2025-01-31[lldb] Use Function::GetAddress in Module::FindFunctions (#124938)Pavel Labath1-3/+2
2024-11-17Fix statistics dump to report per-target (#113723)jeffreytan811-0/+8
2024-10-19More aggressively deduplicate global warnings based on contents. (#112801)Adrian Prantl1-10/+19
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim1-2/+2
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-8/+9
2024-08-01[lldb] Change Module to have a concrete UnwindTable, update (#101130)Jason Molenda1-11/+15
2024-03-27[lldb] Revive shell test after updating UnwindTable (#86770)Jason Molenda1-0/+2
2024-03-26[lldb] Don't clear a Module's UnwindTable when adding a SymbolFile (#86603)Jason Molenda1-6/+1
2024-01-16[lldb] Fix trailing whitespace & formatting in Core/Module.cpp (NFC)Jonas Devlieghere1-8/+8
2024-01-09[lldb] DWARFDIE: Follow DW_AT_specification when computing CompilerCo… (#77...Adrian Prantl1-0/+17
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton1-92/+2
2023-11-05[lldb] Remove LocateSymbolFile (#71301)Jonas Devlieghere1-2/+2
2023-08-17[lldb][NFCI] Module constructor should take ConstString by valueAlex Langford1-7/+4
2023-07-27[BSDArchive] NULL check the child object file ptr before accessing its memberWanyi Ye1-1/+2
2023-07-11[lldb][NFCI] Methods to load scripting resources should take a Stream by refe...Alex Langford1-12/+11
2023-07-06Refine the reporting mechanism for interruption.Jim Ingham1-0/+28
2023-05-29Revert "Revert "Host: generalise `GetXcodeSDKPath`""Saleem Abdulrasool1-2/+2
2023-05-04[lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere1-1/+1
2023-05-01Revert "Host: generalise `GetXcodeSDKPath`"Douglas Yung1-2/+2
2023-04-28Host: generalise `GetXcodeSDKPath`Saleem Abdulrasool1-2/+2
2023-04-14[lldb] Add `operator StringRef` to ConstStringDave Lee1-12/+10
2023-01-09[LLDB] Change formatting to use llvm::formatvAlexander Yermolovich1-82/+47
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-4/+3
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+2
2022-12-01Improve error logging when xcrun fails to execute successfullyAdrian Prantl1-1/+9
2022-12-01[lldb] Remove timer from Module::GetNumCompileUnitsDave Lee1-2/+0
2022-11-16Make CompilerType safeAdrian Prantl1-2/+2
2022-11-02[lldb] Add information on type systems to statistics dump commandAlex Langford1-0/+5
2022-08-15[lldb] Fetching symbols in the background with dsymForUUIDJonas Devlieghere1-2/+6
2022-08-04Re-submit "[lldb] Filter DIEs based on qualified name where possible"Alex Langford1-49/+58
2022-08-04Revert "[lldb] Filter DIEs based on qualified name where possible"Alex Langford1-58/+49
2022-08-04[lldb] Filter DIEs based on qualified name where possibleAlex Langford1-49/+58
2022-08-03[lldb] Allow SymbolTable regex search functions to match mangled nameAugusto Noronha1-4/+4
2022-07-07Simplify some AsCString usage that was also explicitly handling defaultDavid Blaikie1-7/+3
2022-07-07Retrieve as StringRef since that's how it'll be usedDavid Blaikie1-1/+1
2022-07-07Use StringRef to avoid unnecessary copies into std::stringsDavid Blaikie1-6/+3
2022-06-24[lldb] Replace Host::SystemLog with Debugger::Report{Error,Warning}Jonas Devlieghere1-32/+19
2022-05-12We don't require users to type out the full context of a function, forJim Ingham1-6/+18
2022-04-26Introduce new symbol on-demand for debug infoJeffrey Tan1-2/+5