aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process
AgeCommit message (Expand)AuthorFilesLines
2019-10-16Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda7-2/+14
2019-10-16[android/process list] support showing process argumentsWalter Erquinigo2-0/+29
2019-10-15[LLDB] [Windows] Initial support for ARM64 register contextsMartin Storsjo6-3/+1336
2019-10-14uint32_t options -> File::OpenOptions optionsLawrence D'Anna3-4/+9
2019-10-12[platform process list] add a flag for showing the processes of all usersWalter Erquinigo1-2/+1
2019-10-12Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo1-1/+2
2019-10-12[platform process list] add a flag for showing the processes of all usersWalter Erquinigo1-2/+1
2019-10-12Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo1-1/+2
2019-10-12[platform process list] add a flag for showing the processes of all usersWalter Erquinigo1-2/+1
2019-10-12Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo1-1/+2
2019-10-12[platform process list] add a flag for showing the processes of all usersWalter Erquinigo1-2/+1
2019-10-12Temporarily Revert [platform process list] add a flag for showing the process...Adrian Prantl1-1/+2
2019-10-11[platform process list] add a flag for showing the processes of all usersWalter Erquinigo1-2/+1
2019-10-11Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo1-1/+2
2019-10-11[platform process list] add a flag for showing the processes of all usersWalter Erquinigo1-2/+1
2019-10-11minidump: Use llvm memory info list parserPavel Labath3-123/+25
2019-10-11[Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov1-0/+17
2019-10-10Fix process launch failure on FreeBSD after r365761Dimitry Andric2-26/+32
2019-10-10[Windows] Introduce a switch for the `lldb-server` mode on WindowsAleksandr Urakov1-6/+17
2019-10-09Set eRegisterKindEHFrame register numbers for 32 bit ARM register contexts in...Greg Clayton2-11/+33
2019-10-09Fix a crasher due to an assert when two files have the same UUID but differen...Greg Clayton1-13/+31
2019-10-08StopInfo/Mach: Delete PPC supportVedant Kumar1-103/+0
2019-10-08StopInfo/Mach: Use early-exits, reflow messy comments, NFCIVedant Kumar1-494/+481
2019-10-08Revert "[platform process list] add a flag for showing the processes of all u...Shafik Yaghmour1-1/+2
2019-10-07[gdb-remote] process properly effective uidWalter Erquinigo1-1/+1
2019-10-07[platform process list] add a flag for showing the processes of all usersWalter Erquinigo1-2/+1
2019-10-03[JSON] Don't wrap json::Array in a value (NFC)Jonas Devlieghere1-3/+3
2019-10-03Fix a use-after-free in GDBRemoteCommunicationServerLLGSPavel Labath1-1/+2
2019-10-03factor out an abstract base class for FileLawrence D'Anna2-5/+5
2019-10-02[RegisterContextDarwin_arm64] Include the headers for getsysctlbyname.Davide Italiano1-0/+5
2019-10-02[JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerCo...Jonas Devlieghere1-20/+17
2019-10-02[JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerPl...Jonas Devlieghere1-11/+10
2019-10-02[JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationClientJonas Devlieghere1-10/+10
2019-10-02[JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerLLGSJonas Devlieghere1-48/+51
2019-10-01[JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere1-1/+1
2019-10-01[Windows] Added support of watchpoints to `NativeProcessWindows`Aleksandr Urakov8-64/+835
2019-09-30Use llvm for dumping DWARF expressionsPavel Labath1-1/+0
2019-09-27Unwind: Add a stack scanning mechanism to support win32 unwindingPavel Labath2-0/+57
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2-11/+22
2019-09-24[NFC] Fix typo in the "kind" description for the software single-step breakpointTatyana Krasnukha1-1/+1
2019-09-24[lldb] [Process/NetBSD] Fix handling LLDB_INVALID_SIGNAL_NUMBERMichal Gorny1-2/+4
2019-09-24[LLDB] Fix typo in RegisterContextDarwin_arm64Martin Storsjo1-1/+1
2019-09-24[LLDB] [Windows] Add missing ifdefs to fix building for non-x86 architecturesMartin Storsjo1-1/+14
2019-09-23File::SetDescriptor() should require optionsJonas Devlieghere1-3/+3
2019-09-21[LLDB] Use SetErrorStringWithFormatv for cases that use LLVM style format str...Martin Storsjo2-6/+6
2019-09-21[LLDB] Use LLVM_FALLTHROUGH instead of a custom commentMartin Storsjo1-1/+1
2019-09-21[LLDB] Check for the GCC/MinGW compatible arch defines for windows, in additi...Martin Storsjo2-5/+5
2019-09-21[LLDB] Fix compilation for MinGW, remove redundant class name on inline memberMartin Storsjo1-1/+1
2019-09-19[lldb] [Process/gdb-remote] Correct more missing LLDB_INVALID_SIGNAL_NUMBERMichal Gorny1-3/+4
2019-09-17[lldb] [Process/gdb-remote] Fix defaulting signal to invalid in action listMichal Gorny1-2/+3