aboutsummaryrefslogtreecommitdiff
path: root/lldb/source
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 an Alarm class for coalescing progress reports (#85329)Jonas Devlieghere2-0/+217
2024-03-14[lldb] Allow languages to filter breakpoints set by line (#83908)Felipe de Azevedo Piovezan4-2/+49
2024-03-14[lldb] [Mach-O] ProcessMachCore needs to strip TBI data from addrs (#84998)Jason Molenda1-1/+1
2024-03-13Avoid a potential exit(1) in LLVMContext::diagnose() (#84992)Adrian Prantl1-4/+3
2024-03-12Fix MSVC build issues (#84362)Hiroshi Yamauchi1-5/+7
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...jimingham1-4/+16
2024-03-11Report back errors in GetNumChildren() (#84265)Adrian Prantl4-9/+28
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-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl56-221/+342
2024-03-08Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer55-337/+220
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl55-220/+337
2024-03-08[lldb][FreeBSD] Fix crash when execve fails with asserts enabledDavid Spickett1-2/+2
2024-03-07Change Get|SetNumChildren to use unint32_tAdrian Prantl1-2/+2
2024-03-07Change GetChildAtIndex to take a uint32_tAdrian Prantl33-91/+92
2024-03-07Change the return type of SyntheticFrontend::CalculateNumChildren to int32_tAdrian Prantl32-82/+82
2024-03-07Change the return type of ValueObject::CalculateNumChildren to uint32_t.Adrian Prantl9-11/+11
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 Devlieghere1-7/+9
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 Lee1-15/+9
2024-03-06[lldb] Remove unused #includes in ClangModulesDeclVendor.cpp (#84262)Dave Lee1-8/+0
2024-03-06[lldb] Print mangled names with verbose break list (#84071)Felipe de Azevedo Piovezan1-0/+6
2024-03-06Don't require a UUID in a .dwp file. (#83935)Greg Clayton1-1/+0
2024-03-06Fix lldb crash while handling concurrent vfork() (#81564)jeffreytan813-12/+22
2024-03-06[lldb] Address mask sbprocess apis and new mask invalid const (#83663)Jason Molenda10-30/+211
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] Log to system log instead of stderr from Host::SystemLog (#83366)Jonas Devlieghere1-0/+11
2024-03-04[lldb] Use sort-ordering for indexes when sorting by size (#83889)Jonas Devlieghere1-1/+2
2024-03-02Fix LLDB build after renaming the base class for ThreadPool to ThreadPoolInte...Mehdi Amini1-1/+1
2024-03-02[lldb][X86] Fix setting target features in ClangExpressionParser (#82364)Daniil Kovalev1-2/+2
2024-03-01[lldb] Fix -Wformat after #83602Fangrui Song1-2/+2
2024-03-01[lldb] Fix `thread backtrace --count` (#83602)Jonas Devlieghere2-15/+24
2024-03-01[lldb][progress] Hook up new broadcast bit and progress manager (#83069)Chelsea Cassanova2-21/+54
2024-03-01[lldb] Add support for sorting by size to `target module dump symtab` (#83527)Jonas Devlieghere1-6/+17
2024-02-29Revert "[lldb] Add SBProcess methods for get/set/use address masks (#83095)"Jason Molenda3-108/+6
2024-02-29[lldb] Add SBProcess methods for get/set/use address masks (#83095)Jason Molenda3-6/+108
2024-02-29[lldb][ClangASTImporter] Import record layouts from origin if available (#83295)Michael Buch1-7/+16
2024-02-29[lldb][NFC] Move helpers to import record layout into ClangASTImporter (#83291)Michael Buch4-259/+331
2024-02-29[LLDB] Fix crash when using tab completion on class variables (#83234)Sudharsan Veeravalli1-3/+5
2024-02-28Fix interactive use of "command script add". (#83350)jimingham1-1/+1
2024-02-28Change `image list -r` so that it actually shows the ref count and whether th...jimingham2-4/+8
2024-02-28[LLDB] Fix completion of space-only lines in the REPL on Linux (#83203)Walter Erquinigo1-1/+4
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham27-981/+148
2024-02-27[lldb] Use CreateOptionParsingError in CommandObjectBreakpoint (#83086)Alex Langford1-49/+52
2024-02-27Aim debugserver workaround more precisely. (#83099)Adrian Prantl2-9/+14