aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2021-01-19[LLDB] Test SVE dynamic resize with multiple threadsMuhammad Omair Javaid3-0/+239
2021-01-19[LLDB] Add support to resize SVE registers at run-timeMuhammad Omair Javaid6-11/+126
2021-01-19[lldb] Re-enable TestPlatformProcessConnect on macosPavel Labath2-4/+0
2021-01-19[lldb] Fix crash in "help memory read"David Spickett2-1/+9
2021-01-18[c++20] P1907R1: Support for generalized non-type template arguments of scala...Richard Smith2-0/+4
2021-01-18[lldb][docs] Use 'any' as the default role in LLDB's sphinx projectRaphael Isemann3-14/+15
2021-01-18[lldb][docs] Use inline literals for code/paths instead of rendering it with ...Raphael Isemann8-18/+18
2021-01-18[lldb][docs] Resolve the remaining sphinx formatter warnings in the SB API docsRaphael Isemann8-188/+178
2021-01-17Makefile.rules: Make HOST_OS/OS simply expanded variable to avoid excess unam...Fangrui Song1-3/+3
2021-01-17Makefile.rules: Delete GCC 4.6 workaroundFangrui Song1-14/+0
2021-01-17[lldb] Skip TestPlatformProcessConnect on windows and darwinPavel Labath1-0/+2
2021-01-17[lldb][docs] Fix some RST formatting errors related to code examples.Raphael Isemann6-109/+107
2021-01-17[lldb][docs] Cleanup the Python doc strings for SB API classesRaphael Isemann26-12/+87
2021-01-17Reland [lldb][docs] Use sphinx instead of epydoc to generate LLDB's Python re...Raphael Isemann5-49/+146
2021-01-15[debugserver] Fix inverted if block that resulted in us using the private ent...Jonas Devlieghere1-2/+2
2021-01-15Skip 'g' packet tests when running on darwin; debugserver doesn't implJason Molenda1-0/+2
2021-01-15[lldb][docs] Translate ASCII art to restructured text formattingRaphael Isemann35-332/+338
2021-01-15Revert "[lldb][docs] Use sphinx instead of epydoc to generate LLDB's Python r...Raphael Isemann5-146/+49
2021-01-15[lldb][docs] Use sphinx instead of epydoc to generate LLDB's Python referenceRaphael Isemann5-49/+146
2021-01-15DynamicRegisterInfo calculate offsets in separate functionMuhammad Omair Javaid2-38/+53
2021-01-15[LLDB] Add per-thread register infos shared pointer in gdb-remoteMuhammad Omair Javaid8-37/+61
2021-01-14[LLDB] MinidumpParser: Prefer executable module even at higher addressJoseph Tremoulet2-11/+56
2021-01-14[lldb/test] Ensure launched processes are ready to be attachedPavel Labath2-2/+15
2021-01-14[lldb] Fix TestPlatformProcessConnect.pyPavel Labath4-55/+27
2021-01-14Implement vAttachWait in lldb-serverAugusto Noronha3-0/+186
2021-01-14[lldb][wasm] Parse DWO section namesPhilip Pfaffe2-23/+138
2021-01-13Add func call so we don't instruction-step into the builtin_trapJason Molenda1-0/+1
2021-01-11Add unconditional logging to debugserver for launch/attach processesJason Molenda4-57/+158
2021-01-11[FastISel] Flush local value map on every instructionPaul Robinson2-3/+3
2021-01-11[lldb] Disable PipeTest.OpenAsReader on windowsPavel Labath1-0/+3
2021-01-10[lldb] Fix some bugs in the Pipe class and add testsPavel Labath3-5/+54
2021-01-08[debugserver] Various plist changesJonas Devlieghere12-142/+17
2021-01-08Don't take the address of a temporaryAdrian Prantl1-1/+1
2021-01-08[lldb] Remove stale LLDB-Info.plistJonas Devlieghere2-68/+1
2021-01-08[lldb] Bump the required SWIG version to 3Jonas Devlieghere3-5/+5
2021-01-08[lldb][NFC] Refactor setup code for Clang diagnosticsRaphael Isemann1-6/+15
2021-01-07[lldb] Make DoReadMemory a protected method.Jonas Devlieghere4-34/+34
2021-01-07[lldb] Access the ModuleList through iterators where possible (NFC)Jonas Devlieghere16-220/+114
2021-01-07lldb subprogram_ranges.test - remove dependence on temp file nameDavid Blaikie1-1/+1
2021-01-07Fix subprogram_ranges.test by explicitly using lldDavid Blaikie1-2/+4
2021-01-07[LLDB][RISCV] Add RISC-V ArchSpec and rv32/rv64 variant detectionLuís Marques4-0/+56
2021-01-07lldb: Add support for DW_AT_ranges on DW_TAG_subprogramsDavid Blaikie4-6/+184
2021-01-07[lldb][ARM/AArch64] Update disasm flags to latest v8.7a ISADavid Spickett1-11/+8
2021-01-06[lldb] Skip scoped enum checks with Dwarf <4Jonas Devlieghere1-22/+23
2021-01-07[lldb] [debugserver] Add stN aliases for stmmN for compatibilityMichał Górny7-52/+59
2021-01-07[lldb/Lua] add support for multiline scripted breakpointsPedro Tammela6-10/+133
2021-01-06[lldb] Ad os_signpost support to lldb_private::TimerJonas Devlieghere2-0/+9
2021-01-06[lldb] Simplify some lldb-server testsPavel Labath5-97/+18
2021-01-05Make DWARFUnit use the dwo_id from the DWARF5 CU header.Jorge Gorbe Moya4-7/+254
2021-01-05[lldb] Add timers to Reproducer::Keep and Reproducer::DiscardJonas Devlieghere1-0/+3