aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/Process
AgeCommit message (Expand)Author
2019-10-21[LLDB] [Windows] Initial support for ARM register contextsMartin Storsjo
2019-10-18ProcessMinidump: Suppress reporting stop for signal '0'Joseph Tremoulet
2019-10-18LLDB: Use LLVM's type for minidump ExceptionStream [NFC]Joseph Tremoulet
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-10-17[ARC] Basic support in gdb-remote process pluginTatyana Krasnukha
2019-10-16Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda
2019-10-16[android/process list] support showing process argumentsWalter Erquinigo
2019-10-15[LLDB] [Windows] Initial support for ARM64 register contextsMartin Storsjo
2019-10-14uint32_t options -> File::OpenOptions optionsLawrence D'Anna
2019-10-12[platform process list] add a flag for showing the processes of all usersWalter Erquinigo
2019-10-12Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo
2019-10-12[platform process list] add a flag for showing the processes of all usersWalter Erquinigo
2019-10-12Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo
2019-10-12[platform process list] add a flag for showing the processes of all usersWalter Erquinigo
2019-10-12Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo
2019-10-12[platform process list] add a flag for showing the processes of all usersWalter Erquinigo
2019-10-12Temporarily Revert [platform process list] add a flag for showing the process...Adrian Prantl
2019-10-11[platform process list] add a flag for showing the processes of all usersWalter Erquinigo
2019-10-11Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo
2019-10-11[platform process list] add a flag for showing the processes of all usersWalter Erquinigo
2019-10-11minidump: Use llvm memory info list parserPavel Labath
2019-10-11[Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov
2019-10-10Fix process launch failure on FreeBSD after r365761Dimitry Andric
2019-10-10[Windows] Introduce a switch for the `lldb-server` mode on WindowsAleksandr Urakov
2019-10-09Set eRegisterKindEHFrame register numbers for 32 bit ARM register contexts in...Greg Clayton
2019-10-09Fix a crasher due to an assert when two files have the same UUID but differen...Greg Clayton
2019-10-08StopInfo/Mach: Delete PPC supportVedant Kumar
2019-10-08StopInfo/Mach: Use early-exits, reflow messy comments, NFCIVedant Kumar
2019-10-08Revert "[platform process list] add a flag for showing the processes of all u...Shafik Yaghmour
2019-10-07[gdb-remote] process properly effective uidWalter Erquinigo
2019-10-07[platform process list] add a flag for showing the processes of all usersWalter Erquinigo
2019-10-03[JSON] Don't wrap json::Array in a value (NFC)Jonas Devlieghere
2019-10-03Fix a use-after-free in GDBRemoteCommunicationServerLLGSPavel Labath
2019-10-03factor out an abstract base class for FileLawrence D'Anna
2019-10-02[RegisterContextDarwin_arm64] Include the headers for getsysctlbyname.Davide Italiano
2019-10-02[JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerCo...Jonas Devlieghere
2019-10-02[JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerPl...Jonas Devlieghere
2019-10-02[JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationClientJonas Devlieghere
2019-10-02[JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerLLGSJonas Devlieghere
2019-10-01[JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere
2019-10-01[Windows] Added support of watchpoints to `NativeProcessWindows`Aleksandr Urakov
2019-09-30Use llvm for dumping DWARF expressionsPavel Labath
2019-09-27Unwind: Add a stack scanning mechanism to support win32 unwindingPavel Labath
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna
2019-09-24[NFC] Fix typo in the "kind" description for the software single-step breakpointTatyana Krasnukha
2019-09-24[lldb] [Process/NetBSD] Fix handling LLDB_INVALID_SIGNAL_NUMBERMichal Gorny
2019-09-24[LLDB] Fix typo in RegisterContextDarwin_arm64Martin Storsjo
2019-09-24[LLDB] [Windows] Add missing ifdefs to fix building for non-x86 architecturesMartin Storsjo
2019-09-23File::SetDescriptor() should require optionsJonas Devlieghere
2019-09-21[LLDB] Use SetErrorStringWithFormatv for cases that use LLVM style format str...Martin Storsjo