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-11-04[lldb/Utility] Add GetDescription(Stream&) to StructureData::*Med Ismail Bennani
2022-11-02[wasm] Always treat DWARF expression addresses as load addressesPhilip Pfaffe
2022-10-31[lldb][CPlusPlus] Introduce CPlusPlusLanguage::MethodName::GetReturnTypeMichael Buch
2022-10-25[LLDB][RISCV] Add RV64C instruction support for EmulateInstructionRISCVEmmmer
2022-10-24[lldb][Test] Add CPlusPlusNameParser unit-test: C-array function argumentsMichael Buch
2022-10-22[lldb][Test] Add C-array test-cases to CPlusPlusNameParser unit-testsMichael Buch
2022-10-21[lldb][CPlusPlus] Add abi_tag support to the CPlusPlusNameParserMichael Buch
2022-10-19[lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya
2022-10-17[lldb] [MainLoopPosix] Fix crash upon adding lots of pending callbacksMichał Górny
2022-10-15[lldb][Breakpoint] Fix setting breakpoints on templates by basenameMichael Buch
2022-10-13[LLDB][NativePDB] Fix struct layout when it has anonymous unions.Zequan Wu
2022-10-12[LLDB] Change RegisterValue::SetFromMemoryData to const RegisterInfo&David Spickett
2022-10-10[lldb][CPlusPlusLanguage] Respect the step-avoid-regex for functions with aut...Michael Buch
2022-10-07Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi
2022-10-07Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi
2022-10-06Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi
2022-10-06Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi
2022-10-05[LLDB][RISCV][NFC] Rewrite instruction in algebraic datatypeEmmmer
2022-09-29Include <cmath> before using std::pow()Jason Molenda
2022-09-28Speculatively fix the lldb buildAaron Ballman
2022-09-21[LLDB][RISCV] Fix UndefinedBehaviorSanitizer in RISCVEmulatorTesterEmmmer
2022-09-20[lldb] Actually support more than 32 logging categoriesJonas Devlieghere
2022-09-20[lldb] Remove LLDB reproducersJonas Devlieghere
2022-09-19Add auto deduce source map settingJeffrey Tan
2022-09-17[LLDB][RISCV] Add RVM and RVA instruction support for EmulateInstructionRISCVEmmmer
2022-09-13Fix DW_OP_convert to resolve the CU relative offset correctly.Greg Clayton
2022-09-10[test] Use either `127.0.0.1` or `[::1]` to run in ipv6-only environments.Jordan Rupprecht
2022-09-09[gdb-remote] Move broadcasting logic down to GDBRemoteClientBaseMichał Górny
2022-09-08[lldb] Use std::size instead of llvm::array_lengthofJoe Loser
2022-09-07[test] Fix typo in setting the wrong Context test fieldJordan Rupprecht
2022-09-06[lldb] Go back to process-directed signals in MainLoopTest.cppPavel Labath
2022-09-06[lldb] [Core] Split read thread support into ThreadedCommunicationMichał Górny
2022-09-06[lldb] Enable the insertion of "pending callbacks" to MainLoops from other th...Pavel Labath
2022-09-02[test] Remove problematic thread from MainLoopTest to fix flakinessJordan Rupprecht
2022-09-02[LLDB][RISCV] Add more instruction decode and execute for EmulateInstructionR...Emmmer
2022-09-01[lldb] [Core] Pass error/status from Communication::ReadThread()Michał Górny
2022-09-01[LLDB] Simplify cmake for instruction emulation unit testsDavid Spickett
2022-08-30Change the meaning of a UUID with all zeros for data.Jim Ingham
2022-08-26[lldb] Make CommunicationTest compatible with windowsPavel Labath
2022-08-23[lldb] [gdb-remote] Use Communication::WriteAll() over Write()Michał Górny
2022-08-20[clang][lldb][cmake] Use new `*_INSTALL_LIBDIR_BASENAME` CPP macroJohn Ericson
2022-08-20Reland "[lldb] [test] Disable new CommunicationTests on Windows"Michał Górny
2022-08-19Revert "[lldb] [test] Disable new CommunicationTests on Windows"Adrian Prantl
2022-08-19[lldb] [test] Disable new CommunicationTests on WindowsMichał Górny
2022-08-19[lldb] [Core] Harmonize Communication::Read() returns w/ threadMichał Górny
2022-08-19Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson
2022-08-17[lldb] Automatically unwrap parameter packs in template argument accessorsJonas Devlieghere
2022-08-16[LLDB][RISCV] Make software single stepping workEmmmer
2022-08-11[lldb][unittests] Add more test cases to CPlusPlusNameParser unit-testsMichael Buch