Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-19[lldb/Core] Fix "sticky" long progress messagesMed Ismail Bennani
2022-05-18Add a darwin platform setting to specify which exceptions debugserverJim Ingham
2022-05-18[lldb] Change implementation of memory read --show-tags optionDavid Spickett
2022-05-18[lldb] const a couple of getters on MemoryRegionInfoDavid Spickett
2022-05-17[trace][intelpt] Support system-wide tracing [6] - Break IntelPTCollector int...Walter Erquinigo
2022-05-17[trace][intelpt] Support system-wide tracing [5] - Disable/enable per-core tr...Walter Erquinigo
2022-05-17[trace][intelpt] Support system-wide tracing [4] - Support per core tracing o...Walter Erquinigo
2022-05-17[NFC][lldb][trace] Use uint64_t when decoding and enconding jsonWalter Erquinigo
2022-05-16[lldb][NFC] Make cmd a reference in GenerateOptionUsageDavid Spickett
2022-05-14[lldb/API] Turn SBCompileUnit::GetIndexForLineEntry into FindLineEntryIndex (...Med Ismail Bennani
2022-05-13[lldb/API] Add SBCompileUnit::GetIndexForLineEntry method to SB APIMed Ismail Bennani
2022-05-12We don't require users to type out the full context of a function, forJim Ingham
2022-05-10Revert "[NFC][lldb][trace] Use uint64_t when decoding and enconding json"Walter Erquinigo
2022-05-10[NFC][lldb][trace] Use uint64_t when decoding and enconding jsonWalter Erquinigo
2022-05-10[trace][intelpt] Support system-wide tracing [3] - Refactor IntelPTThreadTraceWalter Erquinigo
2022-05-10[trace][intelpt] Support system-wide tracing [2] - Add a dummy --per-core-tra...Walter Erquinigo
2022-05-06Decr return pc mid-stack when picking UnwindPlan rowJason Molenda
2022-05-04[lldb] use one shared ThreadPool and task groupsLuboš Luňák
2022-05-04[lldb] Add a function to check if lldb is running in an interactive sessionJonas Devlieghere
2022-05-03[lldb] Add setting for max depth of value object printing (NFC)Dave Lee
2022-05-02[trace][intelpt] Support system-wide tracing [1] - Add a method for accessing...Walter Erquinigo
2022-04-29Add a mutex to the ThreadPlanStackMap class.Jim Ingham
2022-04-29[lldb] Define LLDB_VERSION_PATCH correctlyDimitry Andric
2022-04-28[lldb] Add FixAnyAddress to ABI pluginsDavid Spickett
2022-04-26Introduce new symbol on-demand for debug infoJeffrey Tan
2022-04-26[NFC][trace] simplify the instruction dumperWalter Erquinigo
2022-04-26[trace][intel pt] Support eventsWalter Erquinigo
2022-04-26Refactor protected virtual functions from SymbolFile into new SymbolFileCommo...Jeffrey Tan
2022-04-15[lldb] Show the DBGError if dsymForUUID can't find a dSYMJonas Devlieghere
2022-04-14[lldb] Port Process::PrintWarning* to use the new diagnostic eventsJonas Devlieghere
2022-04-13[lldb] Remove the global platform listPavel Labath
2022-04-13[lldb] Print diagnostic prefixes (error, warning) in colorJonas Devlieghere
2022-04-12don't extra notify ModulesDidLoad() from LoadModuleAtAddress()Luboš Luňák
2022-04-11[lldb] Don't report progress in the REPLJonas Devlieghere
2022-04-08[trace][intel pt] Create a common accessor for live and postmortem dataWalter Erquinigo
2022-04-07[lldb][gui] handle Ctrl+C to stop a running processLuboš Luňák
2022-04-07[lldb] Add Python bindings to print stack traces on crashes.Jonas Devlieghere
2022-04-06[trace][intelpt] Introduce instruction IdsWalter Erquinigo
2022-04-06Disable LLDB index cache for .o files with no UUID.Greg Clayton
2022-04-06[lldb] Update the NativeRegisterContext to take a WritableMemoryBufferJonas Devlieghere
2022-04-05[lldb] Change CreateMemoryInstance to take a WritableDataBufferJonas Devlieghere
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
2022-04-05[lldb] Improve documentation for some of the platform functionsJonas Devlieghere
2022-04-05[lldb] Avoid duplicate vdso modules when opening core filesPavel Labath
2022-04-05[lldb] Move host platform implementations into the base classPavel Labath
2022-04-05[lldb][gui] make 'step out' step out of the selected frameLuboš Luňák
2022-04-04[lldb] make ConstStringTable use DenseMap rather than std::mapLuboš Luňák
2022-04-04[lldb] Prevent object file plugins from changing the data bufferJonas Devlieghere
2022-04-02[lldb] Return a DataBuffer from FileSystem::CreateDataBuffer (NFC)Jonas Devlieghere
2022-04-01Add a setting to not require --overwrite to overwrite commands.Jim Ingham