summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process
Commit message (Expand)AuthorAgeFilesLines
* Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg2020-03-032-3/+3
* When reading Aux file in chunks, read consecutive byte rangesJason Molenda2020-01-091-1/+1
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-071-1/+1
* [lldb] [Process/NetBSD] Remove unused orig_*ax useMichał Górny2020-01-061-5/+0
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-022-3/+3
* Revert "build: reduce CMake handling for zlib"James Henderson2020-01-022-3/+3
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-012-3/+3
* [lldb][NFC] Move lock scope where it should beginTatyana Krasnukha2019-12-261-9/+10
* [lldb] Adapt for NetBSD-9.99.30 ptrace(2) API changesKamil Rytarowski2019-12-242-2/+21
* [lldb] Fix ARM32 inferior callsJan Kratochvil2019-12-211-4/+4
* [lldb/MachO] "Fix" intentional out-of-bounds error (NFC)Jonas Devlieghere2019-12-181-2/+3
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-133-4/+4
* Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...Eric Christopher2019-12-105-23/+36
* Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...Eric Christopher2019-12-105-36/+23
* [lldb/Reproducers] Support multiple GDB remotesJonas Devlieghere2019-12-105-23/+36
* Cleanup and speedup NativeRegisterContextLinux_arm64Muhammad Omair Javaid2019-12-064-160/+130
* [lldb] Move register info "augmentation" from gdb-remote into ABIPavel Labath2019-12-031-34/+6
* [LLDB] Avoid using InitializeContext for zero-initializing a CONTEXT. NFC.Martin Storsjö2019-11-271-9/+2
* [lldb] [Process/NetBSD] Fix handling concurrent watchpoint eventsMichał Górny2019-11-254-24/+47
* [lldb] [Process/NetBSD] Copy watchpoints to newly-created threadsMichał Górny2019-11-257-8/+54
* [lldb] [Process/NetBSD] Improve threading supportMichał Górny2019-11-254-86/+256
* Handle the case where the 'g' packet doesn't get all regs.Jason Molenda2019-11-201-0/+15
* [lldb-server] Use LLDB_LOG_ERROR to consume Error<> even if logging is disabledMartin Storsjö2019-11-193-12/+12
* [lldb] [Process/NetBSD] Implement thread name gettingMichał Górny2019-11-181-1/+38
* [RegisterContext] Remove now unneded vestiges.Davide Italiano2019-11-134-24/+0
* [LLDB] Fix a bunch of -Wdocumentation warningsJonas Devlieghere2019-11-131-2/+2
* [lldb] [Process/NetBSD] Use PT_STOP to stop the process [NFCI]Michał Górny2019-11-122-6/+7
* Temporarily change the default for use-g-packet-for-reading to false,Jason Molenda2019-11-081-1/+1
* [lldb] Improve assert in GDBRemoteCommunicationReplayServerJonas Devlieghere2019-11-071-1/+8
* [lldb-server] Add setting to force 'g' packet useGuilherme Andrade2019-11-078-20/+42
* lldb/minidump: Add support for the alternate ARM64 constantPavel Labath2019-11-051-0/+1
* [lldb] [Process/NetBSD] Add register info for missing register setsMichał Górny2019-11-043-3/+64
* minidump: Create memory regions from the sections of loaded modulesPavel Labath2019-10-311-19/+57
* [lldb] Fix offset intersection bug between MPX and AVX registersGuilherme Andrade2019-10-315-4/+21
* [LLDB] [Windows] Fix Windows-specific race condition in LLDB for session life...Martin Storsjö2019-10-313-10/+5
* [LLDB] [Windows] Remove a TODO which probably won't be implementedMartin Storsjö2019-10-311-2/+0
* minidump: Rename some architecture constantsPavel Labath2019-10-301-1/+1
* lldb/minidump: Refactor memory region computation codePavel Labath2019-10-254-64/+62
* [LLDB] [Windows] Initial support for ARM register contextsMartin Storsjo2019-10-216-3/+1213
* ProcessMinidump: Suppress reporting stop for signal '0'Joseph Tremoulet2019-10-181-1/+12
* LLDB: Use LLVM's type for minidump ExceptionStream [NFC]Joseph Tremoulet2019-10-186-61/+32
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-172-8/+9
* [ARC] Basic support in gdb-remote process pluginTatyana Krasnukha2019-10-171-1/+1
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-167-2/+14
* [android/process list] support showing process argumentsWalter Erquinigo2019-10-162-0/+29
* [LLDB] [Windows] Initial support for ARM64 register contextsMartin Storsjo2019-10-156-3/+1336
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-143-4/+9
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-121-2/+1
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-121-1/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-121-2/+1
OpenPOWER on IntegriCloud