summaryrefslogtreecommitdiff
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Add unconditional logging to debugserver for launch/attach processesJason Molenda2021-01-114-57/+158
* [FastISel] Flush local value map on every instructionPaul Robinson2021-01-112-3/+3
* [lldb] Disable PipeTest.OpenAsReader on windowsPavel Labath2021-01-111-0/+3
* [lldb] Fix some bugs in the Pipe class and add testsPavel Labath2021-01-103-5/+54
* [debugserver] Various plist changesJonas Devlieghere2021-01-0812-142/+17
* Don't take the address of a temporaryAdrian Prantl2021-01-081-1/+1
* [lldb] Remove stale LLDB-Info.plistJonas Devlieghere2021-01-082-68/+1
* [lldb] Bump the required SWIG version to 3Jonas Devlieghere2021-01-083-5/+5
* [lldb][NFC] Refactor setup code for Clang diagnosticsRaphael Isemann2021-01-081-6/+15
* [lldb] Make DoReadMemory a protected method.Jonas Devlieghere2021-01-074-34/+34
* [lldb] Access the ModuleList through iterators where possible (NFC)Jonas Devlieghere2021-01-0716-220/+114
* lldb subprogram_ranges.test - remove dependence on temp file nameDavid Blaikie2021-01-071-1/+1
* Fix subprogram_ranges.test by explicitly using lldDavid Blaikie2021-01-071-2/+4
* [LLDB][RISCV] Add RISC-V ArchSpec and rv32/rv64 variant detectionLuís Marques2021-01-074-0/+56
* lldb: Add support for DW_AT_ranges on DW_TAG_subprogramsDavid Blaikie2021-01-074-6/+184
* [lldb][ARM/AArch64] Update disasm flags to latest v8.7a ISADavid Spickett2021-01-071-11/+8
* [lldb] Skip scoped enum checks with Dwarf <4Jonas Devlieghere2021-01-061-22/+23
* [lldb] [debugserver] Add stN aliases for stmmN for compatibilityMichał Górny2021-01-077-52/+59
* [lldb/Lua] add support for multiline scripted breakpointsPedro Tammela2021-01-076-10/+133
* [lldb] Ad os_signpost support to lldb_private::TimerJonas Devlieghere2021-01-062-0/+9
* [lldb] Simplify some lldb-server testsPavel Labath2021-01-065-97/+18
* Make DWARFUnit use the dwo_id from the DWARF5 CU header.Jorge Gorbe Moya2021-01-054-7/+254
* [lldb] Add timers to Reproducer::Keep and Reproducer::DiscardJonas Devlieghere2021-01-051-0/+3
* [Process/NetBSD] Copy changes from FreeBSDRemote and reformatMichał Górny2021-01-027-774/+339
* [lldb] Deduplicate more lldb-server testsPavel Labath2021-01-025-195/+39
* [lldb/test] Deduplicate the rest of TestLldbGdbServer.pyPavel Labath2021-01-021-152/+34
* CrashReason: Add MTE tag check faults to the list of crash reasons.Peter Collingbourne2020-12-292-0/+27
* [lldb] Deduplicate some tests in TestLldbGdbServerPavel Labath2020-12-291-198/+28
* [lldb] Fix logging in lldb-server testsPavel Labath2020-12-291-2/+2
* [lldb] Deduplicate some lldb-server testsPavel Labath2020-12-287-200/+47
* [lldb/test] Automatically skip remote lldb-server tests when applicablePavel Labath2020-12-2719-65/+10
* [lldb] Surpress "ingoring result" warning in reproducer_handlerPavel Labath2020-12-271-1/+2
* Fix lldb test failure due to D93082.Sriraman Tallam2020-12-231-7/+7
* [lldb] Simplify ObjectFile::FindPlugin (NFC)Jonas Devlieghere2020-12-231-124/+104
* [lldb] Refactor and simplify GetCommandSPExact interfaceJonas Devlieghere2020-12-233-75/+73
* [lldb] Don't instrument demangling.Jonas Devlieghere2020-12-231-9/+0
* Revert "[LLDB] Unbreak the build after recent clang changes"Arthur Eubanks2020-12-222-4/+0
* [lldb] Add SBType::GetEnumerationIntegerType methodAndy Yankovsky2020-12-2210-0/+53
* [lldb] Add SBType::IsScopedEnumerationType methodAndy Yankovsky2020-12-2210-0/+55
* [lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere2020-12-2230-156/+73
* [lldb/test] Add GdbRemoteTestCaseFactory to avoid duplication in lldb-server ...Pavel Labath2020-12-229-224/+96
* [lldb] [Process/FreeBSDRemote] Remove anonymous namespaceMichał Górny2020-12-211-6/+2
* [lldb] Remove anonymous namespace from NativeRegisterContextLinux_x86_64Pavel Labath2020-12-211-8/+4
* [lldb] [test] Update test status for NetBSDMichał Górny2020-12-2040-32/+22
* [lldb/test] Enable reverse-connect on windows tooPavel Labath2020-12-201-4/+0
* [lldb] Simplify the is_finalized logic in process and make it thread safe.Jonas Devlieghere2020-12-182-16/+18
* [LLDB] Unbreak the build after recent clang changesDavid Zarzycki2020-12-182-0/+4
* [lldb/test] Reduce boilerplate in lldb-server testsPavel Labath2020-12-1830-180/+14
* [lldb] [Process/FreeBSDRemote] Use RegSetKind consistently [NFC]Michał Górny2020-12-172-13/+16
* [lldb] [Process/FreeBSDRemote] Replace GetRegisterSetCount()Michał Górny2020-12-171-7/+1