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-17[trace][intelpt] Support system-wide tracing [4] - Support per core tracing o...Walter Erquinigo
2022-05-12We don't require users to type out the full context of a function, forJim Ingham
2022-05-10[trace][intelpt] Support system-wide tracing [3] - Refactor IntelPTThreadTraceWalter Erquinigo
2022-05-05Update the CFA to use $sp when $fp is restored on arm64Jason Molenda
2022-05-03[lldb] Fix nondeterminism in DWARFIndexCachingTestPavel Labath
2022-05-02[trace][intelpt] Support system-wide tracing [1] - Add a method for accessing...Walter Erquinigo
2022-04-29Fix the encoding and decoding of UniqueCStringMap<T> objects when saved to ca...Greg Clayton
2022-04-29[lldb] Remove ConnectionFileDescriptorTest.Connectv(4|6)Jonas Devlieghere
2022-04-29[lldb] Fix crash when launching in terminalJonas Devlieghere
2022-04-27Remove Python 2 support from the ScriptInterpreter pluginJonas Devlieghere
2022-04-22[LLDB] Applying clang-tidy modernize-use-override over LLDBShafik Yaghmour
2022-04-13[lldb] Expand $ when using tcshJonas Devlieghere
2022-04-13[lldb] Fixup af921006d3792f for non-linux platformsPavel Labath
2022-04-13[lldb] Remove the global platform listPavel Labath
2022-04-13[lldb] Escape semicolons for all shellsRaphael Isemann
2022-04-06Disable LLDB index cache for .o files with no UUID.Greg Clayton
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
2022-04-04Prevent GetAugmentedArchSpec() from attaching "unknown" environmentsAdrian Prantl
2022-03-31[lldb] Change the way we pick a platform for fat binariesJonas Devlieghere
2022-03-26[lldb] Fix interpreting absolute Windows paths with forward slashesMartin Storsjö
2022-03-24[trace][intelpt] Server side changes for TSC to wall time conversionJakob Johnson
2022-03-24[lldb] Test parsing the symtab with indirect symbols from the shared cacheJonas Devlieghere
2022-03-22Fix e6c84f82b87576a57d1fa1c7e8c289d3d4fa7ab1Jakob Johnson
2022-03-22Fix e6c84f82b87576a57d1fa1c7e8c289d3d4fa7ab1Jakob Johnson
2022-03-21Add thin wrapper for perf_event_open APIJakob Johnson
2022-03-17Minor refactor and renaming:Jakob Johnson
2022-03-16[lldb] Report debugger diagnostics as eventsJonas Devlieghere
2022-03-15Re-land "[lldb] Synchronize output through the IOHandler"Jonas Devlieghere
2022-03-15Revert "[lldb] Synchronize output through the IOHandler"Jonas Devlieghere
2022-03-15[lldb] Make the PlatformMacOSX unit test Apple specificJonas Devlieghere
2022-03-15[lldb] Synchronize output through the IOHandlerJonas Devlieghere
2022-03-15[lldb] Fix platform selection on Apple Silicon (again)Jonas Devlieghere
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2022-03-14[lldb] Plumb process host architecture through platform selectionJonas Devlieghere
2022-03-10[LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD...Zequan Wu
2022-03-05Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"."Stella Laurenzo
2022-03-04[LLDB] Remove cases of using namespace stdShafik Yaghmour
2022-03-03[LLDB] Remove cases of using namespace llvm:: from header fileShafik Yaghmour
2022-03-02Revert "[cmake] Prefix gtest and gtest_main with "llvm_"."Stella Laurenzo
2022-03-02[cmake] Prefix gtest and gtest_main with "llvm_".Stella Laurenzo
2022-03-02[PDB] add missing char8_t for 5c9e20dZequan Wu
2022-02-24[lldb/host] Remove monitor_signals argument from process monitoring functionsPavel Labath
2022-02-23[lldb] Fix (unintentional) recursion in CommandObjectRegexCommandJonas Devlieghere
2022-02-23[lldb] Modernize ThreadLauncherPavel Labath
2022-02-16[lldb] Don't rely on wrapping in PutRawBytes/PutBytesAsRawHex8Jonas Devlieghere
2022-02-15Cleanup LLVMDWARFDebugInfoserge-sans-paille
2022-02-04[lldb] Improve RichManglingContext ergonomics (NFC)Jonas Devlieghere
2022-02-04[lldb] Remove Log:Channel::GetLogIfAllPavel Labath
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-01-27[lldb] [Platform] Support synthesizing siginfo_tMichał Górny