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-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-06[lldb] Skip check for conflicting filter/synth when adding a new regex.Jorge Gorbe Moya
2022-10-06[NFCI] Simplify TypeCategoryImpl for-each callbacks.Jorge Gorbe Moya
2022-10-06[lldb] Fix hard-coded argument to set_target_propertiesJonas Devlieghere
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-06[lldb] Move breakpoint hit reset code to Target::CleanupProcessPavel Labath
2022-10-06[lldb/gdb-server] Better reporting of launch errorsPavel Labath
2022-10-05[LLDB][RISCV][NFC] Rewrite instruction in algebraic datatypeEmmmer
2022-10-05Fix LLDB build on old Linux kernels (pre-4.1)David Spickett
2022-10-05buildbot-based-debugging a Microsoft lldb test XPASSDavid Blaikie
2022-10-04Turn off the warning that the undefined behavior I am using inJim Ingham
2022-10-04[lldb][test] Skip import-std-module/vector testsMichael Buch
2022-10-04Change the Sanitizer report breakpoint callbacks to asynchronous.Jim Ingham
2022-10-03[lldb] [gdb-remote] Move ReadPacketWithOutputSupport() to clientMichał Górny
2022-10-01[lldb] Remove scoped timer from high firing and fast running ExtractUnitDIENo...Dave Lee
2022-10-01[lldb] Remove scoped timer from high firing and fast running SymbolFileDWARF:...Dave Lee
2022-10-01[lldb] Fix warnings about unused variables when building without asserts. NFC.Martin Storsjö
2022-09-30Revert "[lldb] Fix member access in GetExpressionPath"Andy Yankovsky
2022-09-30[lldb] Fix deprecation warning for using std::iteratorNico Weber
2022-09-30[lldb] Fix 'error: non-const lvalue...' caused by SWIG 4.1.0Jitka Plesnikova
2022-09-30[lldb] Fix member access in GetExpressionPathTonko Sabolčec
2022-09-30[lldb][Windows] Always call SetExecutableModule on debugger connectedAlvin Wong
2022-09-30[lldb] Get rid of __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROSserge-sans-paille
2022-09-29When there are variable errors, display an error in VS Code's local variables...Greg Clayton
2022-09-29[NFC] Add header documentation to the SBError::GetCString() to clarify ownwer...Greg Clayton
2022-09-29Include <cmath> before using std::pow()Jason Molenda
2022-09-29[lldb] Fix deprecation warnings for hasValue and getValue in mac-only code pathsNico Weber
2022-09-29Revert "When there are variable errors, display an error in VS Code's local v...Nico Weber
2022-09-29Track which modules have debug info variable errors.Greg Clayton
2022-09-29When there are variable errors, display an error in VS Code's local variables...Greg Clayton
2022-09-28Speculatively fix the lldb buildAaron Ballman
2022-09-28[LLDB] Remove the bool + RegisterInfo& version of GetRegisterInfoDavid Spickett
2022-09-28[LLDB][AArch64] Move instruction emulation to optional GetRegisterInfoDavid Spickett
2022-09-28[LLDB][MIPS] Move instruction emulation to optional GetRegisterInfoDavid Spickett
2022-09-28[LLDB][ARM] Move instruction emulation to optional GetRegisterInfoDavid Spickett
2022-09-28[LLDB] Move MIPS64/PPC64 and misc. to optional GetRegisterInfoDavid Spickett
2022-09-28[lldb][COFF] Map symbols without base+complex type as 'Data' typeAlvin Wong
2022-09-28[lldb][COFF] Add note to forwarder export symbols in symtabAlvin Wong
2022-09-28[lldb][COFF] Load absolute symbols from COFF symbol tableAlvin Wong
2022-09-28[lldb][COFF] Match symbols from COFF symbol table to export symbolsAlvin Wong
2022-09-28[lldb][COFF] Improve info of symbols from export tableAlvin Wong
2022-09-28[lldb][COFF] Rewrite ParseSymtab to list both export and symbol tablesAlvin Wong
2022-09-28Clear old section-to-addr entry when loading Section at new addrJason Molenda
2022-09-28[NFCI] Refactor FormatterContainerPair into TieredFormatterContainer.Jorge Gorbe Moya
2022-09-27Rename a duplicate test, also give the test class a useful name.Jim Ingham
2022-09-27[LLDB][NativePDB] Add class/union layout bit size.Zequan Wu
2022-09-27[LLDB][NativePDB] Let native pdb use class layout in debug info.Zequan Wu
2022-09-27[lldb][TypeSystemClang] Honor DW_AT_rvalue_reference when creating C++ Functi...Michael Buch