summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote
Commit message (Expand)AuthorAgeFilesLines
...
* [NFC] Move dumping into GDBRemotePacketJonas Devlieghere2019-09-161-5/+2
* [Reproducer] Move GDB Remote Packet into Utility. (NFC)Jonas Devlieghere2019-09-1310-153/+34
* [Reproducer] Move GDB Remote Provider into Reproducer (NFC)Jonas Devlieghere2019-09-111-42/+4
* [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
* Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl2019-09-045-2/+43
* Really fix the type mismatch error in GDBRemoteCommunicationServerCommonPavel Labath2019-08-261-2/+2
* Fix a type mismatch error in GDBRemoteCommunicationServerCommonPavel Labath2019-08-261-1/+1
* [NFC] Return llvm::StringRef from StringExtractor::GetStringRef.Jonas Devlieghere2019-08-216-37/+32
* [lldb] D66174 `RegularExpression` cleanupJan Kratochvil2019-08-201-2/+3
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Enable lldb-server on WindowsAaron Smith2019-08-132-0/+7
* [lldb] Fix HAVE_LIBCOMPRESSIONHaibo Huang2019-08-082-4/+2
* Remove usage of usleep in generic codePavel Labath2019-08-052-6/+7
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-2/+2
* [GDBRemote] Reflow comments and improve docs.Jonas Devlieghere2019-07-311-31/+35
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-293-6/+6
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-291-14/+12
* Let tablegen generate property definitionsJonas Devlieghere2019-07-253-32/+34
* Correctly use GetLoadedModuleList to take advantage of libraries-svr4Antonio Afonso2019-07-252-38/+48
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-2411-774/+719
* Revert "Revert "Implement xfer:libraries-svr4:read packet""Antonio Afonso2019-07-233-0/+46
* Change LaunchThread interface to return an expected.Jonas Devlieghere2019-07-053-21/+35
* Add plugin.process.gdb-remote.use-libraries-svr4 optionAntonio Afonso2019-07-031-7/+36
* [Reproducer] Assert on unexpected packetJonas Devlieghere2019-07-011-0/+1
* Revert "Implement xfer:libraries-svr4:read packet"Pavel Labath2019-07-013-46/+0
* Revert "[GDBRemote] Remove code that flushes GDB remote packets"Jonas Devlieghere2019-06-301-0/+7
* [GDBRemote] Remove code that flushes GDB remote packetsJonas Devlieghere2019-06-281-7/+0
* Make sure the thread list is updated before you set the stop reasonJim Ingham2019-06-281-7/+10
* [Reproducers] Fix flakiness and off-by-one during replay.Jonas Devlieghere2019-06-271-6/+25
* Support nested target.xml register definition files, lack of reg group markers.Jason Molenda2019-06-262-60/+88
* Implement xfer:libraries-svr4:read packetAntonio Afonso2019-06-183-0/+46
* [Reproducers] Simplify providers with nested Info struct (NFC)Jonas Devlieghere2019-06-121-11/+8
* Add support to read aux vector valuesAntonio Afonso2019-06-112-3/+3
* Create a generic handler for Xfer packetsAntonio Afonso2019-06-104-63/+106
* Make ConnectionFileDescription work with all socketsAntonio Afonso2019-05-301-12/+11
* [lldb-server] Support 'g' packetsPavel Labath2019-05-302-0/+60
* [gdb-remote] Fix more issues with thread_result_tJonas Devlieghere2019-05-232-4/+4
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-235-80/+82
* Simplify Triple::ppc64{,le} checks with Triple::isPPC64()Fangrui Song2019-05-161-5/+5
* Simplify ArchSpec::IsMIPS()Fangrui Song2019-05-162-14/+4
* typedef enum -> enumFangrui Song2019-05-141-2/+2
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-031-8/+8
* gdb-remote: fix the build on WindowsSaleem Abdulrasool2019-05-021-0/+3
* gdb-remote: reduce some inclusion of Target/Process.hSaleem Abdulrasool2019-05-027-7/+7
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-1014-114/+0
* Experiment with a larger packet timeout.Adrian Prantl2019-04-081-2/+2
* Unify random timeouts throughout LLDB and make them configurable.Adrian Prantl2019-04-051-1/+7
* Avoid macro redefinition error if HAVE_LIBCOMPRESSIONJason Molenda2019-04-031-0/+2
OpenPOWER on IntegriCloud