aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
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
2024-01-15[lldb][ValueObject][NFC] Further remove redundant parameters to ReadPointedSt...Michael Buch2-8/+7
2024-01-15[lldb] Skip part of TestDataFormatterAdv (#72233)Pavel Labath1-1/+6
2024-01-13[lldb][libc++] Adds missing C++20 calendar data formatters. (#77954)Mark de Wever5-0/+231
2024-01-12[lldb][test] Add tests for target.max-string-summary-length setting (#77920)Michael Buch2-2/+31
2024-01-12[lldb-dap] Updating VariableDescription to use GetDescription() as a fallback...John Harrison6-66/+202
2024-01-12[lldb][NFCI] Remove CommandReturnObject from BreakpointIDList (#77858)Alex Langford3-64/+62
2024-01-12[lldb] Move MD5 Checksum from FileSpec to SupportFileJonas Devlieghere5-44/+16
2024-01-12[lldb][ValueObject][NFC] Remove unused parameter to ReadPointedString (#77919)Michael Buch2-3/+2
2024-01-11[lldb] Fix MaxSummaryLength target property type (#72233)dancing-leaves1-1/+1
2024-01-10[lldb] Add color support to StreamString (#77380)Pete Lawrence2-2/+2
2024-01-10[lldb][ClangASTImporter][NFC] Remove redundant do-while loop (#77596)Michael Buch1-27/+24
2024-01-09[lldb] [Mach-O] don't strip the end of the "kern ver str" LC_NOTE (#77538)Jason Molenda3-13/+40
2024-01-09[lldb-dap] Create a typescript extension for lldb-dap (#75515)Walter Erquinigo14-441/+2619
2024-01-09[lldb] Fix a warningKazu Hirata1-1/+1