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-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-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-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 member access in GetExpressionPathTonko Sabolčec
2022-09-30[lldb][Windows] Always call SetExecutableModule on debugger connectedAlvin Wong
2022-09-29[lldb] Fix deprecation warnings for hasValue and getValue in mac-only code pathsNico Weber
2022-09-29Track which modules have debug info variable errors.Greg Clayton
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-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
2022-09-27[lldb] Improve display of absolute symbol lookupAlvin Wong
2022-09-27[lldb] Add newline in output of `target modules lookup`Alvin Wong
2022-09-26[lldb] Fix completion of 'settings set' valuesDave Lee
2022-09-26[LLDB] Add an llvm::Optional version of GetRegisterInfoDavid Spickett
2022-09-26[lldb] Fix CommandInterpreter::DidProcessStopAbnormally() with multiple threadsMartin Storsjö
2022-09-23[lldb] Use Optional::{has_value,value,value_or}Kazu Hirata
2022-09-23[LLDB] Fix "memory region --all" when there is no ABI pluginDavid Spickett
2022-09-23[LLDB] Properly return errors from "memory region --all"David Spickett
2022-09-23[lldb][TypeSystemClang] Deduce lldb::eEncodingUint for unsigned enum typesMichael Buch
2022-09-23Add auto source map deduce count statisticsJeffrey Tan
2022-09-22Track .dwo/.dwp loading errors and notify user when viewing variables.Greg Clayton
2022-09-20[LLDB][NativePDB] Pass register_kind as reference (an oversight in 71d778f).Zequan Wu
2022-09-20[LLDB]Initialize accept_socket with nullptrGeorge Hu