aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2021-02-08[lldb-vscode] correctly use Windows macrosWalter Erquinigo6-15/+15
2021-02-08Fix lldb-vscode builds on Windows targeting POSIXWalter Erquinigo6-14/+19
2021-02-08Fix runInTerminal failures on WindowsWalter Erquinigo4-13/+36
2021-01-26Make SBDebugger::CreateTargetWithFileAndArch work with lldb::LLDB_DEFAULT_ARCHJim Ingham2-9/+34
2021-01-26[lldb][NFC] Another attempt to fix GCC 5.x compilationRaphael Isemann1-1/+4
2021-01-26[lldb] Remove unused ThreadPlanStack::GetStackOfKind (NFC)Dave Lee2-17/+0
2021-01-26[LLDB][test] - Fix test after yaml2obj change.Georgii Rymar1-0/+1
2021-01-25Revert "Fix SBDebugger::CreateTargetWithFileAndArch to accept LLDB_ARCH_DEFAU...Richard Smith2-23/+7
2021-01-25ExpressionParser: Migrate to FileEntryRef in ParseInternal, NFCDuncan P. N. Exon Smith1-2/+2
2021-01-25[lldb/Lua] add support for Lua function breakpointPedro Tammela9-16/+104
2021-01-25Fix -Wmissing-override in lldbDavid Blaikie3-21/+21
2021-01-25Fix runInTerminal errors on ARMWalter Erquinigo1-0/+6
2021-01-25Follow on to: f05dc40c31d1883b46b8bb60547087db2f4c03e3Jim Ingham1-6/+8
2021-01-25Fix 0f0462cacf34aa88ae71a13c4199c1b1e70f3ee6Walter Erquinigo3-5/+15
2021-01-25Fix 0f0462cacf34aa88ae71a13c4199c1b1e70f3ee6Walter Erquinigo1-0/+1
2021-01-25Fix SBDebugger::CreateTargetWithFileAndArch to accept LLDB_ARCH_DEFAULT.Jim Ingham2-4/+18
2021-01-25[vscode] Improve runInTerminal and support linuxWalter Erquinigo13-67/+779
2021-01-25[ThreadPlan] fix exec on LinuxWalter Erquinigo26-41/+158
2021-01-25[LLDB] Skip TestPlatformProcessConnect on arm/aarch64 buildbotMuhammad Omair Javaid1-0/+1
2021-01-25[LLDB] Define AUXV_AT_HWCAP2 in AuxVector.hMuhammad Omair Javaid2-0/+2
2021-01-25[LLDB] Remove leftovers and typos from RegisterInfos_arm64_sve.hMuhammad Omair Javaid2-4/+1
2021-01-24lldb: Add support for printing variables with DW_AT_ranges on DW_TAG_subprogramsDavid Blaikie3-38/+85
2021-01-24Implement vAttachOrWaitAugusto Noronha3-9/+170
2021-01-24[lldb] Add -Wl,-rpath to make tests run with fresh built libc++Fangrui Song2-16/+6
2021-01-23[lldb/Lua] add 'Lua' before naming versionsPedro Tammela1-1/+1
2021-01-23[lldb/Lua] add initial Lua typemapsPedro Tammela1-0/+95
2021-01-22Change static buffer to be BSS instead of DATA in HandlePacket_qSpeedTestJason Molenda1-1/+2
2021-01-22[lldb] FixFileSystem::GetExternalPath for VFS API changeJonas Devlieghere1-1/+1
2021-01-22[LLDB] Fix how ObjCBOOLSummaryProvider deals with BOOLShafik Yaghmour5-4/+46
2021-01-21[lldb-vscode] improve modules requestWalter Erquinigo4-73/+78
2021-01-21[lldb][NFC] Fix build with GCC<6Raphael Isemann1-1/+1
2021-01-21Reland [lldb] Fix TestThreadStepOut.py after "Flush local value map on every ...Raphael Isemann2-8/+4
2021-01-21[lldb] Make TestBSDArchives a no-debug-info-testRaphael Isemann1-0/+2
2021-01-21[lldb][import-std-module] Do some basic file checks before trying to import a...Raphael Isemann17-45/+266
2021-01-20[lldb] Upstream eCore_arm_arm64e enum value in ArchSpecJonas Devlieghere2-4/+23
2021-01-20Use CXX_SOURCES and point to the right source file.Jim Ingham1-1/+1
2021-01-20Fix a bug with setting breakpoints on C++11 inline initialization statements.Jim Ingham4-0/+95
2021-01-20Makefile.rules: Avoid redundant .d generation (make restart) and inline archi...Fangrui Song2-92/+36
2021-01-20[lldb/Commands] Align process launch --plugin with process attach (NFC)Med Ismail Bennani1-1/+1
2021-01-20Revert "[lldb] Re-enable TestPlatformProcessConnect on macos"Pavel Labath2-0/+4
2021-01-20[lldb/Commands] Refactor ProcessLaunchCommandOptions to use TableGen (NFC)Med Ismail Bennani8-198/+232
2021-01-20Revert "Following up on PR48517, fix handling of template arguments that refer"Hans Wennborg2-4/+0
2021-01-20[lldb][docs] Expand CSS fix for LLDB doc tablesRaphael Isemann1-1/+1
2021-01-20[lldb][docs] Filter out 'thisown' attribute and inheritance boilerplateRaphael Isemann1-0/+33
2021-01-20[lldb][docs] Remove -webkit-hyphens in table cells so that table widths are c...Raphael Isemann1-0/+7
2021-01-19[lldb/test] Skip TestProcessAttach: test_attach_to_process_from_different_dir...Stella Stamenova1-0/+1
2021-01-19[lldb][docs] Update .htaccess to redirect from old SB API documentation to ne...Raphael Isemann1-0/+86
2021-01-19[lldb][docs] Add a doc page for enums and constantsRaphael Isemann3-2/+1263
2021-01-19[CMake] Remove dead code setting policies to NEWRaul Tambre1-8/+0
2021-01-19[lldb] Fix two documentation typosRaphael Isemann2-2/+2