aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
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 Langford2-11/+0
2024-01-23[lldb] Include SBFormat.h in LLDB.h (#79194)Alex Langford1-0/+1
2024-01-22[lldb][libc++] Adds system_clock data formatters. (#78609)Mark de Wever5-2/+252
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 Langford12-68/+66
2024-01-22[lldb] refactor highlighting function for image lookup command (#76112)José Lira Junior9-100/+89
2024-01-21[lldb] Skip ObjC timezone tests on macOS >= 14 (NFC) (#78817)Dave Lee1-10/+16
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov2-0/+4
2024-01-19Skip TestThreadLocal.py on darwin temporarily for linker issueJason Molenda1-0/+1
2024-01-19[lldb][DWARFUnit] Implement PeekDIEName query (#78486)Felipe de Azevedo Piovezan7-10/+143
2024-01-20[lldb] Fix build error in lldb-dap.cpp (NFC)Jie Fu1-1/+1
2024-01-19[lldb-dap] Add a CMake variable for defining a welcome message (#78811)Walter Erquinigo2-4/+22
2024-01-19[lldb][test] Apply @expectedFailureAll/@skipIf early for debug_info tests (#7...Jordan Rupprecht3-6/+179
2024-01-18Clean up PlatformDarwinKernel::GetSharedModule, document (#78652)Jason Molenda2-43/+49
2024-01-18Revert "[BOLT] Fix unconditional output of boltedcollection in merge-fdata (#...Amir Ayupov4-27/+0
2024-01-18[BOLT] Fix unconditional output of boltedcollection in merge-fdata (#78653)Amir Ayupov4-0/+27
2024-01-18[lldb] Stop creating BreakpointEventData raw pointers (#78508)Alex Langford2-31/+24
2024-01-18[lldb] Remove redundant severity substring within a diagnostic message. (#76111)Pete Lawrence2-4/+13
2024-01-18Revert "[lldb] Silence narrowing conversion warning with MSVC"Alexandre Ganea1-1/+1
2024-01-18[lldb] Silence narrowing conversion warning with MSVCAlexandre Ganea1-1/+1
2024-01-18[lldb] Silence warning with latest MSVCAlexandre Ganea1-0/+1
2024-01-18[lldb] Silence warning with latest MSVC on WindowsAlexandre Ganea1-0/+1
2024-01-18[lldb] Silence warning when building with latest MSVCAlexandre Ganea1-1/+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 Wu5-49/+80
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 Devlieghere21-9/+340
2024-01-17[lldb-dap] Adjusting how repl-mode auto determines commands vs variable expre...John Harrison5-57/+75
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-17[lldb] Skip TestExecutableFirst.test_executable_is_first_before_run on ELFPavel Labath1-0/+3
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 Devlieghere6-26/+36
2024-01-16[lldb] Store SupportFile in LineEntry (NFC) (#77999)Jonas Devlieghere12-29/+40
2024-01-16Add the Linux "you can use this binary" bits to run_to_source_breakpoint (#78...jimingham1-1/+2
2024-01-16Ensure that the executable module is ModuleList[0] (#78360)jimingham5-1/+84
2024-01-16[lldb] Remove unused LineEntry ctor (NFC)Jonas Devlieghere2-19/+0
2024-01-16[lldb] Build the TestRosetta.py executable with system stdlib (#78370)Alex Langford1-0/+2
2024-01-16[lldb] Store SupportFile as shared_ptr (NFC)Jonas Devlieghere2-5/+13
2024-01-16[lldb][Progress] Fix test for trimmed progress reports (#78357)Chelsea Cassanova1-8/+3
2024-01-16[lldb] Hoist SupportFile out of FileSpecList (NFC)Jonas Devlieghere2-28/+53
2024-01-16Recommit "[AST] Use APIntStorage to fix memory leak in EnumConstantDecl. (#78...Craig Topper1-1/+1
2024-01-16Work around a bug in the interaction between newer dyld's and older simulator...jimingham1-0/+8
2024-01-16[lldb][Progress] Separate title and details (#77547)Chelsea Cassanova9-33/+45
2024-01-16[lldb] Add LLDB_BUG_REPORT_URL macro to allow a different URL for lldb bug re...Zequan Wu4-2/+11