aboutsummaryrefslogtreecommitdiff
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Fix one leak in reproducerFangrui Song2021-04-191-4/+3
* [lldb] Fix demangler leaks in the DWARF AST parserFangrui Song2021-04-191-2/+6
* [lldb] Stop unsetting LLDB_DEBUGSERVER_PATH from TestLaunchProcessPosixSpawnJonas Devlieghere2021-04-191-17/+2
* [lldb] Update breakpoint_function_callback.test for different error messageJonas Devlieghere2021-04-191-1/+1
* [lldb] Print the fixed address if symbolication fails in DumpDataExtractorJonas Devlieghere2021-04-191-0/+17
* [lldb] Support "absolute memory address" images in crashlog.pyJonas Devlieghere2021-04-191-3/+3
* [lldb] Remove a superfluous trailing semicolon, fixing warnings. NFC.Martin Storsjö2021-04-181-1/+1
* Target::ReadMemory read from read-only binary file Section, not memoryJason Molenda2021-04-1628-133/+122
* [lldb] Set addressable bits from qHostInfoJonas Devlieghere2021-04-163-9/+25
* [lldb] Implement ABI::Fix{Code,Data}Address for AArch64Jonas Devlieghere2021-04-168-7/+72
* [lldb] Add code and data address mask to ProcessJonas Devlieghere2021-04-163-0/+53
* [LLDB] Re-land: Use path relative to binary for finding .dwo files.Caroline Tice2021-04-162-0/+180
* Don't refer to allocation map entry after deallocating itJason Molenda2021-04-151-3/+3
* Revert "[LLDB] Use path relative to binary for finding .dwo files."Caroline Tice2021-04-152-424/+0
* [lldb] Raise a CrashLogParseException when failing to parse JSON crashlogJonas Devlieghere2021-04-151-6/+14
* [LLDB] Use path relative to binary for finding .dwo files.Caroline Tice2021-04-152-0/+424
* [lldb] Fix incorrect test data in FileSpecTest.IsRelativeRaphael Isemann2021-04-151-1/+1
* NFC put the armv6m entry with the other Cortex-M entriesJason Molenda2021-04-151-18/+24
* Mark armv6m compat with armv7em; match armv7em being compat with armv6mJason Molenda2021-04-151-1/+3
* [lldb] Simplify output for skipped categories in dotest.pyJonas Devlieghere2021-04-141-10/+14
* [LLLDB] Adding additional check LibCppStdFunctionCallableInfo based on crash ...Shafik Yaghmour2021-04-141-0/+3
* [lldb] Add addressing_bits to KNOWN_HOST_INFO_KEYS and sort the listJonas Devlieghere2021-04-141-4/+5
* [lldb-vscode] Reduce chattiness of progress eventsWalter Erquinigo2021-04-146-50/+167
* [lldb] Only override target arch if it is compatibleFred Riss2021-04-141-1/+3
* [lldb/test] Remove the "expect_captures" feature of lldb-server testsPavel Labath2021-04-142-44/+15
* [lldb] Move QThreadSuffixSupported and QListThreadsInStopReply into llgsPavel Labath2021-04-144-31/+29
* [lldb][AArch64] Simplify MTE memory region testDavid Spickett2021-04-143-34/+37
* [lldb] Silence GCC warnings about control reaching the end of non-void functi...Martin Storsjö2021-04-141-1/+3
* [lldb] Disable TestClangModulesUpdate.py because it's flakyJonas Devlieghere2021-04-131-0/+1
* [lldb] Build debugserver 2-way fat on ASJonas Devlieghere2021-04-131-0/+24
* [lldb] Pretend host architecture is arm64 on ASJonas Devlieghere2021-04-131-0/+6
* [debugserver] Use class member initialization for RNBContextJonas Devlieghere2021-04-131-16/+13
* [lldb] [gdb-remote server] Abstract away getting current processMichał Górny2021-04-132-176/+178
* [debugserver] Fix unintialized member variableJonas Devlieghere2021-04-131-2/+3
* [lldb/test] s/add_no_ack_remote_stream/do_handshakePavel Labath2021-04-139-65/+47
* [lldb][AArch64] Only run MTE memory region test if we have MTEDavid Spickett2021-04-131-0/+2
* [lldb] Remove self-skipping code from lldb-server testsPavel Labath2021-04-131-4/+0
* [lldb] Remote @debugserver_test from TestAppleSimulatorOSTypePavel Labath2021-04-131-3/+0
* [lldb] Require x86 for various NativePDB, Breakpad and Minidump testsDavid Spickett2021-04-139-3/+17
* Reland "[lldb] [Process] Watch for fork/vfork notifications" for LinuxMichał Górny2021-04-135-44/+175
* Reland "[lldb] [Process] Watch for fork/vfork notifications" for NetBSDMichał Górny2021-04-134-5/+87
* Reland "[lldb] [Process] Watch for fork/vfork notifications" for FreeBSDMichał Górny2021-04-138-3/+154
* [lldb] [gdb-remote server] Refactor handling qSupportedMichał Górny2021-04-134-20/+40
* [lldb] [gdb-remote client] Refactor handling qSupportedMichał Górny2021-04-132-93/+51
* Revert "[lldb] [Process] Watch for fork/vfork notifications" and associated f...Pavel Labath2021-04-1322-458/+52
* [lldb] Require x86 for unwind no-return testDavid Spickett2021-04-131-0/+1
* [lldb][Arm/AArch64] Add basic disassemble tests for Arm/AArch64David Spickett2021-04-131-0/+12
* [lldb] Require x86 backend for a bunch of DWARF testsDavid Spickett2021-04-1393-72/+16
* [lldb] Replace NativeProcess delegate list with a single delegatePavel Labath2021-04-135-87/+11
* [lldb] Fix replaying TestMemoryRead.py from reproducerJonas Devlieghere2021-04-121-0/+2