summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Temporarily Revert [platform process list] add a flag for showing the process...Adrian Prantl2019-10-121-1/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-111-2/+1
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-111-1/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-111-2/+1
* minidump: Use llvm memory info list parserPavel Labath2019-10-113-123/+25
* [Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov2019-10-111-0/+17
* Fix process launch failure on FreeBSD after r365761Dimitry Andric2019-10-102-26/+32
* [Windows] Introduce a switch for the `lldb-server` mode on WindowsAleksandr Urakov2019-10-101-6/+17
* Set eRegisterKindEHFrame register numbers for 32 bit ARM register contexts in...Greg Clayton2019-10-092-11/+33
* Fix a crasher due to an assert when two files have the same UUID but differen...Greg Clayton2019-10-091-13/+31
* StopInfo/Mach: Delete PPC supportVedant Kumar2019-10-081-103/+0
* StopInfo/Mach: Use early-exits, reflow messy comments, NFCIVedant Kumar2019-10-081-494/+481
* Revert "[platform process list] add a flag for showing the processes of all u...Shafik Yaghmour2019-10-081-1/+2
* [gdb-remote] process properly effective uidWalter Erquinigo2019-10-071-1/+1
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-071-2/+1
* [JSON] Don't wrap json::Array in a value (NFC)Jonas Devlieghere2019-10-031-3/+3
* Fix a use-after-free in GDBRemoteCommunicationServerLLGSPavel Labath2019-10-031-1/+2
* factor out an abstract base class for FileLawrence D'Anna2019-10-032-5/+5
* [RegisterContextDarwin_arm64] Include the headers for getsysctlbyname.Davide Italiano2019-10-021-0/+5
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerCo...Jonas Devlieghere2019-10-021-20/+17
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerPl...Jonas Devlieghere2019-10-021-11/+10
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationClientJonas Devlieghere2019-10-021-10/+10
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerLLGSJonas Devlieghere2019-10-021-48/+51
* [JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere2019-10-011-1/+1
* [Windows] Added support of watchpoints to `NativeProcessWindows`Aleksandr Urakov2019-10-018-64/+835
* Use llvm for dumping DWARF expressionsPavel Labath2019-09-301-1/+0
* Unwind: Add a stack scanning mechanism to support win32 unwindingPavel Labath2019-09-272-0/+57
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-262-11/+22
* [NFC] Fix typo in the "kind" description for the software single-step breakpointTatyana Krasnukha2019-09-241-1/+1
* [lldb] [Process/NetBSD] Fix handling LLDB_INVALID_SIGNAL_NUMBERMichal Gorny2019-09-241-2/+4
* [LLDB] Fix typo in RegisterContextDarwin_arm64Martin Storsjo2019-09-241-1/+1
* [LLDB] [Windows] Add missing ifdefs to fix building for non-x86 architecturesMartin Storsjo2019-09-241-1/+14
* File::SetDescriptor() should require optionsJonas Devlieghere2019-09-231-3/+3
* [LLDB] Use SetErrorStringWithFormatv for cases that use LLVM style format str...Martin Storsjo2019-09-212-6/+6
* [LLDB] Use LLVM_FALLTHROUGH instead of a custom commentMartin Storsjo2019-09-211-1/+1
* [LLDB] Check for the GCC/MinGW compatible arch defines for windows, in additi...Martin Storsjo2019-09-212-5/+5
* [LLDB] Fix compilation for MinGW, remove redundant class name on inline memberMartin Storsjo2019-09-211-1/+1
* [lldb] [Process/gdb-remote] Correct more missing LLDB_INVALID_SIGNAL_NUMBERMichal Gorny2019-09-191-3/+4
* [lldb] [Process/gdb-remote] Fix defaulting signal to invalid in action listMichal Gorny2019-09-171-2/+3
* [NFC] Move dumping into GDBRemotePacketJonas Devlieghere2019-09-161-5/+2
* [Reproducer] Move GDB Remote Packet into Utility. (NFC)Jonas Devlieghere2019-09-1310-153/+34
* [Target] Move InferiorCall to ProcessAlex Langford2019-09-132-64/+0
* [Reproducer] Move GDB Remote Provider into Reproducer (NFC)Jonas Devlieghere2019-09-111-42/+4
* [Plugins/Process] Remove direct use of ClangASTContext from InferiorCallPOSIXAlex Langford2019-09-111-11/+21
* [Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`Jonas Devlieghere2019-09-101-4/+4
* [Reproducer] Disconnect when the replay server is out of packets.Jonas Devlieghere2019-09-091-3/+3
OpenPOWER on IntegriCloud