aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Avoid a potential exit(1) in LLVMContext::diagnose() (#84992)Adrian Prantl1-4/+3
2024-03-13[lldb][Test] Disable ConcurrentVFork tests on Arm/AArch64 LinuxDavid Spickett1-0/+16
2024-03-13[lldb][test] Disable other runlocker test on AArch64 LinuxDavid Spickett1-0/+2
2024-03-12[lldb][debugserver] Update flags past to app launch requestJason Molenda1-0/+2
2024-03-12[lldb][test] TestExprCompletion.py: add tests for completion of reserved iden...Michael Buch4-0/+19
2024-03-12Fix MSVC build issues (#84362)Hiroshi Yamauchi3-8/+9
2024-03-12[lldb] [debugserver] Handle interrupted reads correctly (#84872)Jason Molenda1-3/+13
2024-03-12Update test past bdbad0d07bb600301cb324e87a6be37ca4af591a (#84889)Danial Klimkin1-1/+1
2024-03-12[lldb] Fix build break on windows (#84863)Luke Weiler1-1/+1
2024-03-11Make ValueObject::Cast work for casts from smaller to larger structs in the c...jimingham3-14/+89
2024-03-11Report back errors in GetNumChildren() (#84265)Adrian Prantl11-12/+67
2024-03-11[LLDB] ASanLibsanitizers Use `sanitizers_address_on_report` breakpoint (#84583)Usama Hameed2-2/+10
2024-03-11Turn off instruction flow control annotations by default (#84607)Jason Molenda3-4/+4
2024-03-11[lldb] Save the edited line before clearing it in Editline::PrintAsync (#84154)karzan1-0/+1
2024-03-11[LLDB][doc] Updates build instructions. (#84630)Mark de Wever1-3/+3
2024-03-11[lldb][Docs] Add libxml2 to apt install commandDavid Spickett1-1/+1
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl73-248/+399
2024-03-08Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer72-394/+247
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl72-247/+394
2024-03-08[lldb][FreeBSD] Fix crash when execve fails with asserts enabledDavid Spickett1-2/+2
2024-03-08[lldb][Docs] Add Curses version note to build pageDavid Spickett1-0/+7
2024-03-08[lldb][Docs] Update the build guideDavid Spickett1-7/+10
2024-03-07[lldb] Add ability to detect darwin host linker version to xfail tests (#83941)Alex Langford2-0/+28
2024-03-07[lldb] Disable shell tests affected by ld_new bug (#84246)Dave Lee3-2/+18
2024-03-07[lldb] Do some gardening in ProgressReportTest (NFC) (#84278)Jonas Devlieghere1-103/+96
2024-03-07Change Get|SetNumChildren to use unint32_tAdrian Prantl2-4/+4
2024-03-07Change GetChildAtIndex to take a uint32_tAdrian Prantl37-99/+100
2024-03-07Change the return type of SyntheticFrontend::CalculateNumChildren to int32_tAdrian Prantl34-89/+89
2024-03-07Change the return type of ValueObject::CalculateNumChildren to uint32_t.Adrian Prantl20-23/+23
2024-03-07[lldb] Minor cleanup in StoringDiagnosticConsumer (#84263)Dave Lee1-8/+5
2024-03-07[lldb] Don't report all progress event as completed. (#84281)Jonas Devlieghere3-11/+18
2024-03-07Fix vfork test strcmp buildbot failure (#84224)jeffreytan811-0/+1
2024-03-07[lldb][test][FreeBSD] xfail TestPlatformConnect on AArch64David Spickett1-0/+7
2024-03-07[lldb][test] Enforce `pexpect` system availability by default (#84270)Jordan Rupprecht2-2/+4
2024-03-06[lldb] Log module build remarks to types log too (#84260)Dave Lee1-1/+1
2024-03-06[lldb] Extract getter function for experimental target properties (NFC) (#83504)Dave Lee2-17/+13
2024-03-06[lldb] Remove unused #includes in ClangModulesDeclVendor.cpp (#84262)Dave Lee1-8/+0
2024-03-06[lldb][test] iwyu for vfork testJordan Rupprecht1-0/+1
2024-03-06[lldb] Print mangled names with verbose break list (#84071)Felipe de Azevedo Piovezan2-1/+18
2024-03-06Don't require a UUID in a .dwp file. (#83935)Greg Clayton2-1/+14
2024-03-06Skip TestAddressMasks API tests on 32-bit armJason Molenda1-0/+3
2024-03-06Fix lldb crash while handling concurrent vfork() (#81564)jeffreytan816-12/+243
2024-03-06[lldb] Address mask sbprocess apis and new mask invalid const (#83663)Jason Molenda19-45/+517
2024-03-06[lldb][lldb-server] Fix pipe spelling mistake in log messageDavid Spickett1-1/+1
2024-03-06[lldb] Fix build failure in Debugger.cpp (NFC)Jie Fu1-1/+1
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini1-2/+2
2024-03-05[lldb] Print a message when background tasks take a while to complete (#82799)Jonas Devlieghere1-1/+14
2024-03-05[lldb] Log to system log instead of stderr from Host::SystemLog (#83366)Jonas Devlieghere1-0/+11
2024-03-04[lldb] Enable a test that was never enabled (#83925)Felipe de Azevedo Piovezan1-0/+1
2024-03-04[lldb/crashlog] Fix breaking changes in textual report format (#83861)Med Ismail Bennani3-4/+70