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
path: root/lldb
AgeCommit message (Expand)Author
2022-05-19[lldb/test] Fix failures caused by a previous PExpect.launch changeMed Ismail Bennani
2022-05-19Revert "[lldb/test] Make some tests as XFAIL while I investigate the issue"Med Ismail Bennani
2022-05-19Revert 821ee172cdcd7196b6130321b53b6cc66bf1222bMed Ismail Bennani
2022-05-19[lldb/test] Make some tests as XFAIL while I investigate the issueMed Ismail Bennani
2022-05-19dyld patchMed Ismail Bennani
2022-05-19[lldb/crashlog] Fix line entries resolution in interactive modeMed Ismail Bennani
2022-05-19[lldb/Core] Fix "sticky" long progress messagesMed Ismail Bennani
2022-05-19[lldb/Test] Add `use_colors` argument to the PExpect.launch wrapperMed 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][AArch64] Fix corefile memory reads when there are non-address bitsDavid Spickett
2022-05-18[lldb] Remove non-address bits from read/write addresses in lldbDavid Spickett
2022-05-18Revert "[lldb] Add --all option to "memory region""David Spickett
2022-05-18[lldb] Add --all option to "memory region"David 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-17[lldb-vscode] Fix data race in lldb-vscode when running with ThreadSanitizerWalter Erquinigo
2022-05-17Fix the std::string formatter to report errors in the case where theJim Ingham
2022-05-17[NFC] Don't bother with unstripped binary w/ dSYM, don't DebugSymbols twiceJason Molenda
2022-05-17[lldb] Prevent underflow in crashlog.pyJonas Devlieghere
2022-05-16[lldb][NFC] Simplify GenerateOptionUsageDavid Spickett
2022-05-16[lldb][NFC] Make cmd a reference in GenerateOptionUsageDavid Spickett
2022-05-14[lldb] Don't swallow crashlog exceptionsJonas Devlieghere
2022-05-14[lldb] Remove unused imports from crashlog.pyJonas Devlieghere
2022-05-14[lldb/API] Turn SBCompileUnit::GetIndexForLineEntry into FindLineEntryIndex (...Med Ismail Bennani
2022-05-13[lldb] Parallelize fetching symbol files in crashlog.pyJonas Devlieghere
2022-05-13[lldb/test] Skip TestCppIncompleteTypeMembers.py for -gmodules on macOSMed Ismail Bennani
2022-05-13In 92eaad2dd7adb5ee92f397cef85ab11f2612294e I made it possible to runJim Ingham
2022-05-13[lldb/test] Skip TestCppIncompleteTypeMembers.py on Darwin (NFC)Med Ismail Bennani
2022-05-13[lldb/API] Add SBCompileUnit::GetIndexForLineEntry method to SB APIMed Ismail Bennani
2022-05-13[llvm][lldb] use FindLibEdit.cmake everywhereTobias Ribizel
2022-05-13Revision 3339000e0bda696c2e29173d15958c0a4978a143 caused the LanguageJim Ingham
2022-05-12We don't require users to type out the full context of a function, forJim Ingham
2022-05-12Add "indexedVariables" to variables with lots of children.Greg Clayton
2022-05-10Add the "sent break" message to the "gdb-remote packets" channelJim 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[lldb] Fix 7b73de9ec2b19df040c919d3004dfbead9b6ac59Walter Erquinigo
2022-05-10[lldb] Fix 7b73de9ec2b19df040c919d3004dfbead9b6ac59Walter Erquinigo
2022-05-10[lldb] Fix 7b73de9ec2b19df040c919d3004dfbead9b6ac59Walter Erquinigo
2022-05-10Add the ability to debug through an exec into ldGreg Clayton
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-09[lldb/test] Remove superfluous -std=c++11 from testsPavel Labath
2022-05-09[lldb/test] Append CXXFLAGS_EXTRAS last in Makefile.rulesPavel Labath
2022-05-09[lldb/test] Fix TestCppIncompleteTypeMembers.pyPavel Labath
2022-05-09Filter non-external static members from SBType::GetFieldAtIndex.Sigurur sgeirsson