aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2022-10-11Prevent lldb-vscode tests from source lldbinit fileJeffrey Tan3-10/+26
2022-10-11[LLDB] Fix crash when printing a struct with a static wchar_t memberArthur Eubanks2-0/+6
2022-10-11[LLDB] Change RegisterValue::GetAsMemoryData to const RegisterInfo&David Spickett18-90/+92
2022-10-11[LLDB] Switch to RegisterInfo& for EmulateInstruction::WriteRegisterDavid Spickett6-22/+20
2022-10-11[LLDB] Change pointer to ref in EmulateInstruction::ReadRegister methodsDavid Spickett6-14/+14
2022-10-10[NFCI] More TypeCategoryImpl refactoring.Jorge Gorbe Moya7-319/+260
2022-10-10Allow DynamicLoaderDarwinKernel to activate without binaryJason Molenda1-1/+2
2022-10-10[lldb][test] Skip TestStepAvoidsRegexp.py on WindowsMichael Buch1-0/+2
2022-10-10[lldb][CPlusPlusLanguage] Respect the step-avoid-regex for functions with aut...Michael Buch5-5/+82
2022-10-10[LLDB] Complete set of char tests for static integral membersDavid Spickett2-1/+7
2022-10-07[LLDB] Add "frame select" as equivalent of GDB's "frame" commandDavid Spickett1-0/+14
2022-10-07[LLDB] Fix crash when printing a struct with a static signed char memberDavid Spickett2-10/+4
2022-10-07[LLDB] Fix printing a static bool struct member when using "image lookup -t"David Spickett8-1/+58
2022-10-07[LLDB] Add missing space in help for frame-format-unique settingDavid Spickett1-1/+1
2022-10-06Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi4-17/+5
2022-10-06Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi4-5/+17
2022-10-06[lldb] Skip check for conflicting filter/synth when adding a new regex.Jorge Gorbe Moya2-13/+39
2022-10-06[NFCI] Simplify TypeCategoryImpl for-each callbacks.Jorge Gorbe Moya2-137/+47
2022-10-06[lldb] Fix hard-coded argument to set_target_propertiesJonas Devlieghere1-1/+1
2022-10-06Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi4-17/+5
2022-10-06Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi4-5/+17
2022-10-06[lldb] Move breakpoint hit reset code to Target::CleanupProcessPavel Labath3-3/+55
2022-10-06[lldb/gdb-server] Better reporting of launch errorsPavel Labath5-145/+118
2022-10-05[LLDB][RISCV][NFC] Rewrite instruction in algebraic datatypeEmmmer4-1129/+1135
2022-10-05Fix LLDB build on old Linux kernels (pre-4.1)David Spickett1-0/+27
2022-10-04buildbot-based-debugging a Microsoft lldb test XPASSDavid Blaikie1-1/+0
2022-10-04Turn off the warning that the undefined behavior I am using inJim Ingham1-1/+1
2022-10-04[lldb][test] Skip import-std-module/vector testsMichael Buch2-0/+2
2022-10-03Change the Sanitizer report breakpoint callbacks to asynchronous.Jim Ingham8-33/+49
2022-10-03[lldb] [gdb-remote] Move ReadPacketWithOutputSupport() to clientMichał Górny4-22/+22
2022-10-01[lldb] Remove scoped timer from high firing and fast running ExtractUnitDIENo...Dave Lee1-2/+0
2022-10-01[lldb] Remove scoped timer from high firing and fast running SymbolFileDWARF:...Dave Lee1-2/+0
2022-10-01[lldb] Fix warnings about unused variables when building without asserts. NFC.Martin Storsjö1-0/+1
2022-09-30Revert "[lldb] Fix member access in GetExpressionPath"Andy Yankovsky5-242/+55
2022-09-30[lldb] Fix deprecation warning for using std::iteratorNico Weber1-10/+5
2022-09-30[lldb] Fix 'error: non-const lvalue...' caused by SWIG 4.1.0Jitka Plesnikova1-1/+1
2022-09-30[lldb] Fix member access in GetExpressionPathTonko Sabolčec5-55/+242
2022-09-30[lldb][Windows] Always call SetExecutableModule on debugger connectedAlvin Wong4-19/+44
2022-09-30[lldb] Get rid of __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROSserge-sans-paille2-5/+0
2022-09-29When there are variable errors, display an error in VS Code's local variables...Greg Clayton2-1/+77
2022-09-29[NFC] Add header documentation to the SBError::GetCString() to clarify ownwer...Greg Clayton1-0/+4
2022-09-28Include <cmath> before using std::pow()Jason Molenda1-0/+2
2022-09-28[lldb] Fix deprecation warnings for hasValue and getValue in mac-only code pathsNico Weber3-20/+21
2022-09-28Revert "When there are variable errors, display an error in VS Code's local v...Nico Weber2-77/+1
2022-09-28Track which modules have debug info variable errors.Greg Clayton9-5/+93
2022-09-28When there are variable errors, display an error in VS Code's local variables...Greg Clayton2-1/+77
2022-09-28Speculatively fix the lldb buildAaron Ballman1-4/+5
2022-09-28[LLDB] Remove the bool + RegisterInfo& version of GetRegisterInfoDavid Spickett8-23/+0
2022-09-28[LLDB][AArch64] Move instruction emulation to optional GetRegisterInfoDavid Spickett1-47/+54
2022-09-28[LLDB][MIPS] Move instruction emulation to optional GetRegisterInfoDavid Spickett1-77/+67