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-03-15Don't report memory return values on MacOS_arm64 of SysV_arm64 ABI's.Jim Ingham
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-14[VFS] Rename `RedirectingFileSystem::dump` to `print`Ben Barham
2022-03-14[lldb] Fix the Windows build after D121536Jonas Devlieghere
2022-03-14[lldb] Use the debugger's asynchronous output stream for progress events.Jonas Devlieghere
2022-03-14[lldb] Use the IOHandler's stream instead of the debugger's in PrintAsyncJonas Devlieghere
2022-03-14[lldb] Skip Test11588 on WindowsStella Stamenova
2022-03-14[lldb] Move ProgressEventData out of debugger and into its own file (NFC)Jonas Devlieghere
2022-03-14[lldb] Require native for command-thread-siginfo.testAyush Sahay
2022-03-12[CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLEPetr Hosek
2022-03-11[lldb] Removed scoped timer from ReadMemoryFromFileCacheDave Lee
2022-03-11[lldb] Move FindTypes scoped timer to SymbolFileDWARFDebugMapDave Lee
2022-03-11[lldb] Include lldb/Host/HostInfo.h in ProcessWindows.cppJonas Devlieghere
2022-03-11[lldb] Fix typo in ProcessWindows.hJonas Devlieghere
2022-03-11[lldb] Add a getter for the process' system architectureJonas Devlieghere
2022-03-11[lldb] Don't overwrite the host arch with the process archJonas Devlieghere
2022-03-11[lldb] Remove unused include in ScriptedProcessInterface.hDave Lee
2022-03-11[lldb] Call ThreadPlan::DiscardPlan from Thread::DiscardPlanDave Lee
2022-03-11lldb/ObjectFile,Disassembler: read some state from the executableSaleem Abdulrasool
2022-03-10[lldb] Always listen for progress events in the default event handlerJonas Devlieghere
2022-03-10[LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD...Zequan Wu
2022-03-10[lldb] Remove extra space in step logging messageDave Lee
2022-03-10[lldb/gdb-remote] Remove ancient debugserver workaroundPavel Labath
2022-03-10[lldb/crashlog] Reformat module loading logs (NFC)Med Ismail Bennani
2022-03-10[lldb/Plugin] Test that a scripted process blueprint can be loaded for the dSYMMed Ismail Bennani
2022-03-10[lldb/crashlog] Make interactive mode display more user-friendlyMed Ismail Bennani
2022-03-10Cleanup includes: LLVMTargetserge-sans-paille
2022-03-09lldb/ObjectFile: reflow a comment (NFC)Saleem Abdulrasool
2022-03-09Revert "[lldb] Remove the global platform list"Pavel Labath
2022-03-09[lldb] Fix step-avoid-regexp loggingDave Lee
2022-03-09[lldb] Add SBType::IsAggregateTypeDave Lee
2022-03-09[lldb] Fix TestDebuggerAPI on windows (broken by D120810)Pavel Labath
2022-03-09[lldb] Remove the global platform listPavel Labath
2022-03-09[lldb] Don't print *trailing* nuls in char arraysPavel Labath
2022-03-09[lldb/driver] Fix SIGTSTP handlingPavel Labath
2022-03-09[lldb] Warn when we fail to find dwo/dwp filesPavel Labath
2022-03-09[lldb] Fix -Wformat warning after 5a27b99825a5ba3a7a2eec3d35aea381a3ba9a31Krasimir Georgiev
2022-03-09[lldb] Add --exists flag to `settings set`Jonas Devlieghere
2022-03-09[lldb] A few small changes to HandleProgressEventJonas Devlieghere
2022-03-09[lldb] Undef GetMessage when including Windows.hJonas Devlieghere
2022-03-09[lldb] Always move the cursor back after printing progressJonas Devlieghere
2022-03-09[lldb] Add a setting to change the progress colorJonas Devlieghere
2022-03-09[lldb] Show progress events in the command line driverJonas Devlieghere
2022-03-09[lldb] Remove "(i.e. ANSI)" from several property descriptions.Jonas Devlieghere
2022-03-08[LLDB] Skip TestIOHandlerProcessSTDIO.py for Arm/AArch64 LinuxMuhammad Omair Javaid
2022-03-08Change "target.save-jit-objects" to "target.save-jit-objects-dir".Jim Ingham
2022-03-07[lldb] Format g_color_tokens as a table (NFC)Jonas Devlieghere
2022-03-07[lldb] Support "bright" ANSI colorsJonas Devlieghere
2022-03-07Fix buildbots after https://reviews.llvm.org/D120755.Greg Clayton