aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-04-20[LLDB] Discard register flags where the size doesn't match the registerDavid Spickett1-2/+13
2023-04-19[lldb] Change setting descriptions to use StringRef instead of ConstStringAlex Langford1-2/+1
2023-04-17[lldb] Change parameter type of StructuredData::ParseJSONAlex Langford1-10/+5
2023-04-15[lldb] Use StringMap::contains (NFC)Kazu Hirata1-2/+1
2023-04-13[lldb] Read register fields from target XMLDavid Spickett1-28/+246
2023-04-12Remove AArch64 out of MIPS watchpoint-skip, doc wp descriptionJason Molenda1-15/+45
2023-03-27Revert "[lldb] Move UnixSignals creation into Platform plugins"Alex Langford1-7/+9
2023-03-20[lldb] Move UnixSignals creation into Platform pluginsAlex Langford1-9/+7
2023-02-14[LLDB] add arch-specific watchpoint behavior defaults to lldbJason Molenda1-8/+4
2023-01-18Do qProcessInfo-hint binary loading later in Process setupJason Molenda1-52/+56
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+1
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-13Launch state discoverable in Darwin, use for SafeToCallFunctionsJason Molenda1-0/+23
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-11-25[lldb][nfc] Deindent ProcessGDBRemote::SetThreadStopInfo by two levelsPavel Labath1-261/+248
2022-10-13[lldb] Place PlatformQemu Properties into anonymous namespacePavel Labath1-2/+2
2022-10-06[lldb/gdb-server] Better reporting of launch errorsPavel Labath1-10/+11
2022-09-20[lldb] Log when we cannot find an equivalent for a gdb register typeDavid Spickett1-8/+15
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere1-7/+0
2022-09-19[lldb] Reset breakpoint hit count before new runsFelipe de Azevedo Piovezan1-4/+4
2022-09-13Add mach-o corefile support for platform binariesJason Molenda1-2/+3
2022-09-13[lldb] Fixed a number of typosGabriel Ravier1-2/+2
2022-09-09Recognize a platform binary in ProcessGDBRemote which determines pluginsJason Molenda1-1/+12
2022-09-09[gdb-remote] Move broadcasting logic down to GDBRemoteClientBaseMichał Górny1-1/+1
2022-09-06[lldb] [Core] Split read thread support into ThreadedCommunicationMichał Górny1-23/+0
2022-08-23[lldb] [gdb-remote] Use Communication::WriteAll() over Write()Michał Górny1-1/+1
2022-08-20[lldb] [gdb-remote] Include PID in vCont packets if multiprocessMichał Górny1-8/+15
2022-08-19Revert "[lldb] [gdb-remote] Include PID in vCont packets if multiprocess"Michael Buch1-12/+8
2022-08-19[lldb] [gdb-remote] Include PID in vCont packets if multiprocessMichał Górny1-8/+12
2022-08-08[lldb] Make Process and subclass constructors protectedMichał Górny1-6/+5
2022-08-05Reapply the commits to enable accurate hit-count detection for watchpoints.Jim Ingham1-1/+9
2022-08-02Allow firmware binaries to be specified only by load addressJason Molenda1-73/+24
2022-08-02Revert "Allow firmware binaries to be specified only by load address"Jason Molenda1-24/+73
2022-08-02Allow firmware binaries to be specified only by load addressJason Molenda1-73/+24
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-11/+11
2022-07-25[lldb] [gdb-remote] Refactor killing process and move it to clientMichał Górny1-44/+24
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber1-11/+11
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-11/+11
2022-07-21[lldb] [gdb-remote] Fix process ID after following forked childMichał Górny1-1/+9
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham1-15/+14
2022-05-18Add a darwin platform setting to specify which exceptions debugserverJim Ingham1-5/+16
2022-04-14[lldb] Show the DBGError if dsymForUUID can't find a dSYMJonas Devlieghere1-2/+4
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere1-3/+5
2022-03-23Revert "Expose GetAddressingBits() in the Process API."Adrian Prantl1-4/+0
2022-03-23Expose GetAddressingBits() in the Process API.Adrian Prantl1-0/+4
2022-03-17[lldb] Migrate ProcessGDBRemote to ReportWarningJonas Devlieghere1-6/+6
2022-03-11[lldb] Add a getter for the process' system architectureJonas Devlieghere1-0/+4
2022-03-10[lldb/gdb-remote] Remove ancient debugserver workaroundPavel Labath1-105/+1
2022-03-02[lldb/Platform] Prepare decouple instance and plugin namesPavel Labath1-3/+2
2022-02-24[lldb/host] Remove monitor_signals argument from process monitoring functionsPavel Labath1-6/+3