aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2024-03-15[lldb] Show module name in progress update for downloading symbols (#85342)Jonas Devlieghere2-15/+18
2024-03-15[lldb] Add missing headers lldb/Host/Alarm.hJonas Devlieghere1-0/+3
2024-03-15[lldb] Add an Alarm class for coalescing progress reports (#85329)Jonas Devlieghere5-0/+489
2024-03-14[lldb] Allow languages to filter breakpoints set by line (#83908)Felipe de Azevedo Piovezan5-2/+69
2024-03-14[lldb] [Mach-O] ProcessMachCore needs to strip TBI data from addrs (#84998)Jason Molenda4-1/+74
2024-03-14[LLDB] Add lldb-python-scripts to the things installed on Linux. (#85080)Alastair Houghton1-0/+1
2024-03-14[LLDB][Test] Fix the test case of listing verbose break info on Windows (#85200)bvlgah1-1/+3
2024-03-13[lldb] Skip TestIndirectSymbols (#85133)Dave Lee1-1/+1
2024-03-13[lldb] XFAIL TestIndirectSymbols on darwin (#85127)Dave Lee1-0/+1
2024-03-13[lldb][test] Add `pexpect` category for tests that `import pexpect` (#84860)Jordan Rupprecht12-32/+26
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