aboutsummaryrefslogtreecommitdiff
path: root/lldb/source
AgeCommit message (Expand)AuthorFilesLines
2024-01-29[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani13-224/+332
2024-01-29[lldb][NFC] Fix more license headersDavid Spickett3-3/+3
2024-01-29[lldb][NFC] Fix license comment lines that are too longDavid Spickett1-1/+1
2024-01-27[LLDB] Default implementation for pack indexing types. (#79695)cor3ntin1-0/+12
2024-01-26[lldb] Fix progress reporting for SymbolLocatorDebugSymbols (#79624)Jonas Devlieghere1-22/+21
2024-01-26[lldb] Remove unnecessary suffix from libc++ type name patterns (NFC) (#79644)Dave Lee1-87/+79
2024-01-26[lldb][NFCI] Remove EventData* parameter from BroadcastEventIfUnique (#79045)Alex Langford2-9/+14
2024-01-26[lldb][NFCI] Constrain EventDataBytes creation (#79508)Alex Langford3-35/+8
2024-01-26[lldb][NFCI] Change BreakpointIDList::FindBreakpointID to BreakpointIDList::C...Alex Langford3-18/+7
2024-01-26Reland "[lldb][ObjC][NFC] Fix c++20 gcc compile errors"David Spickett3-8/+8
2024-01-26Revert "[lldb][ObjC][NFC] Fix c++20 gcc compile errors"David Spickett3-8/+9
2024-01-26[lldb][ObjC][NFC] Fix c++20 gcc compile errorsDavid Spickett3-9/+8
2024-01-26[lldb][FreeBSD] Fix unused variable warningDavid Spickett1-2/+1
2024-01-25[lldb][NFCI] Remove unused method BreakpointIDList::FindBreakpointID(const ch...Alex Langford1-9/+0
2024-01-25[lldb] Fix printf format errorsKazu Hirata1-2/+3
2024-01-25[lldb] Silence warning when building with Clang ToTAlexandre Ganea1-2/+2
2024-01-24[lldb] [NFC] Remove unused WatchpointResource::SetID method (#79389)Jason Molenda1-2/+0
2024-01-24[lldb] [NFC] Remove unused WatchpointResourceList class (#79385)Jason Molenda2-115/+0
2024-01-24Revert "[lldb] Improve maintainability and readability for ValueObject method...Pavel Labath1-164/+166
2024-01-23[lldb] Improve maintainability and readability for ValueObject methods (#75865)Pete Lawrence1-166/+164
2024-01-23[lldb][NFCI] Remove unused method BreakpointIDList::AddBreakpointID(const cha...Alex Langford1-9/+0
2024-01-22[lldb][libc++] Adds system_clock data formatters. (#78609)Mark de Wever3-2/+104
2024-01-22Added settings for DEBUGINFOD cache location and timeout (#78605)Kevin Frei2-18/+73
2024-01-22[lldb][NFCI] Remove EventData* param from BroadcastEvent (#78773)Alex Langford10-63/+63
2024-01-22[lldb] refactor highlighting function for image lookup command (#76112)José Lira Junior5-83/+56
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov1-0/+3
2024-01-19[lldb][DWARFUnit] Implement PeekDIEName query (#78486)Felipe de Azevedo Piovezan6-10/+60
2024-01-18Clean up PlatformDarwinKernel::GetSharedModule, document (#78652)Jason Molenda1-43/+23
2024-01-18[lldb] Stop creating BreakpointEventData raw pointers (#78508)Alex Langford1-30/+23
2024-01-18[lldb] Remove redundant severity substring within a diagnostic message. (#76111)Pete Lawrence1-3/+12
2024-01-18[lldb] Silence warning with latest MSVC on WindowsAlexandre Ganea1-0/+1
2024-01-18[lldb] Correct function names in ProcessGDBRemote::ParseFlagsFields log messagesDavid Spickett1-29/+33
2024-01-18[lldb][Format] Fix missing inlined function names in frame formatting. (#78494)Zequan Wu2-22/+18
2024-01-17[lldb] Support changes to TLS on macOS (#77988)Alex Langford1-64/+94
2024-01-17[lldb] Upstream xros support in lldb (#78389)Jonas Devlieghere17-5/+297
2024-01-17[lldb] On Windows, silence warning with latest MSVCAlexandre Ganea1-0/+1
2024-01-17[lldb] Silence warning with Clang ToTAlexandre Ganea1-17/+6
2024-01-17[lldb] Use `LLVM_FALLTHROUGH` to avoid a compiler error when building with MSVC.Alexandre Ganea1-3/+3
2024-01-17[lldb] Replace deprecated `std::unique_ptr::unique()` to silence a warning wi...Alexandre Ganea5-6/+6
2024-01-17[lldb] Silence warning when building with Clang ToTAlexandre Ganea1-0/+1
2024-01-16Return high address masks correctly in Process (#78379)Jason Molenda1-0/+4
2024-01-16[lldb] Fix trailing whitespace & formatting in Core/Module.cpp (NFC)Jonas Devlieghere1-8/+8
2024-01-16[lldb] Store SupportFile in CompileUnit (NFC)Jonas Devlieghere5-20/+26
2024-01-16[lldb] Store SupportFile in LineEntry (NFC) (#77999)Jonas Devlieghere8-26/+29
2024-01-16Ensure that the executable module is ModuleList[0] (#78360)jimingham1-1/+23
2024-01-16[lldb] Remove unused LineEntry ctor (NFC)Jonas Devlieghere1-13/+0
2024-01-16[lldb] Store SupportFile as shared_ptr (NFC)Jonas Devlieghere1-1/+8
2024-01-16Recommit "[AST] Use APIntStorage to fix memory leak in EnumConstantDecl. (#78...Craig Topper1-1/+1
2024-01-16[lldb][Progress] Separate title and details (#77547)Chelsea Cassanova6-24/+29
2024-01-15[lldb][ValueObject][NFC] Further remove redundant parameters to ReadPointedSt...Michael Buch1-7/+6