aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/Process
AgeCommit message (Expand)Author
2019-09-21[LLDB] Use LLVM_FALLTHROUGH instead of a custom commentMartin Storsjo
2019-09-21[LLDB] Check for the GCC/MinGW compatible arch defines for windows, in additi...Martin Storsjo
2019-09-21[LLDB] Fix compilation for MinGW, remove redundant class name on inline memberMartin Storsjo
2019-09-19[lldb] [Process/gdb-remote] Correct more missing LLDB_INVALID_SIGNAL_NUMBERMichal Gorny
2019-09-17[lldb] [Process/gdb-remote] Fix defaulting signal to invalid in action listMichal Gorny
2019-09-16[NFC] Move dumping into GDBRemotePacketJonas Devlieghere
2019-09-13[Reproducer] Move GDB Remote Packet into Utility. (NFC)Jonas Devlieghere
2019-09-13[Target] Move InferiorCall to ProcessAlex Langford
2019-09-11[Reproducer] Move GDB Remote Provider into Reproducer (NFC)Jonas Devlieghere
2019-09-11[Plugins/Process] Remove direct use of ClangASTContext from InferiorCallPOSIXAlex Langford
2019-09-10[Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`Jonas Devlieghere
2019-09-09[Reproducer] Disconnect when the replay server is out of packets.Jonas Devlieghere
2019-09-09Fix ELF core file memory reading for PT_LOAD program headers with no p_fileszGreg Clayton
2019-09-06[Windows] Add support of watchpoints to `ProcessWindows`Aleksandr Urakov
2019-09-05Obliterate LLDB_CONFIGURATION_BUILDANDINTEGRATIONPavel Labath
2019-09-04Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl
2019-09-02NativeProcessLinux: Remove some register context boilerplatePavel Labath
2019-09-02[ARM64] Simplify RegisterInfos_arm64.h with macro based RegisterInfo arrayOmair Javaid
2019-08-27[lldb] Fix x86 compilationTatyana Krasnukha
2019-08-27DWARFExpression: Simplify class interfacePavel Labath
2019-08-26Really fix the type mismatch error in GDBRemoteCommunicationServerCommonPavel Labath
2019-08-26[ProcessWindows] Remove equivalent macrosTatyana Krasnukha
2019-08-26Fix a type mismatch error in GDBRemoteCommunicationServerCommonPavel Labath
2019-08-23Windows: explicitly cast constants to `DWORD`Saleem Abdulrasool
2019-08-21Recommit "Minidump/Windows: Fix module lookup""Pavel Labath
2019-08-21[NFC] Return llvm::StringRef from StringExtractor::GetStringRef.Jonas Devlieghere
2019-08-20[lldb] D66174 `RegularExpression` cleanupJan Kratochvil
2019-08-19Windows: Include "windows" Instead of "Windows"Saleem Abdulrasool
2019-08-16[Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-14Revert "Minidump/Windows: Fix module lookup"Pavel Labath
2019-08-14Fix warning: suggest braces around initialization of subobjectJonas Devlieghere
2019-08-13Enable lldb-server on WindowsAaron Smith
2019-08-13Initial support for native debugging of x86/x64 Windows processesAaron Smith
2019-08-09Small format fixHaibo Huang
2019-08-09Detects whether RESOURCE_TYPE_IO is defined.Haibo Huang
2019-08-09Minidump/Windows: Fix module lookupPavel Labath
2019-08-08[lldb] Fix HAVE_LIBCOMPRESSIONHaibo Huang
2019-08-07ProcessElfCore: Remove linux and freebsd NT_*** constantsPavel Labath
2019-08-05Remove usage of usleep in generic codePavel Labath
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-08-02Fix PC adjustment in StackFrame::GetSymbolContextJoseph Tremoulet
2019-07-31[GDBRemote] Reflow comments and improve docs.Jonas Devlieghere
2019-07-31[ProcessWindows] Choose a register context file by preprocessorTatyana Krasnukha
2019-07-29[NFC] avoid AlignedCharArray in lldbJF Bastien
2019-07-29[lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht
2019-07-29[lldb] Also include the array definition in Properties.incJonas Devlieghere
2019-07-25Let tablegen generate property definitionsJonas Devlieghere
2019-07-25[lldb] [Process/NetBSD] Report stopped process on SIGSTOPMichal Gorny
2019-07-25Correctly use GetLoadedModuleList to take advantage of libraries-svr4Antonio Afonso