Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
96898eb6a935533aaebbfbd085150fbf705c0ffc
/
lldb
/
source
/
Plugins
/
Process
/
gdb-remote
/
GDBRemoteCommunicationClient.h
ff5225b
[Reproducer] Move GDB Remote Packet into Utility. (NFC)
by Jonas Devlieghere
· 6 years ago
2461061
Upstream macCatalyst support in debugserver and the macOS dynamic loader plugin.
by Adrian Prantl
· 6 years ago
509c8840
gdb-remote: fix the build on Windows
by Saleem Abdulrasool
· 7 years ago
bd689b9
gdb-remote: reduce some inclusion of Target/Process.h
by Saleem Abdulrasool
· 7 years ago
8b3af63
[NFC] Remove ASCII lines from comments
by Jonas Devlieghere
· 7 years ago
f05b42e
Bring Doxygen comment syntax in sync with LLVM coding style.
by Adrian Prantl
· 7 years ago
0e4c482
Pass ConstString by value (NFC)
by Adrian Prantl
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
ceff664
Remove header grouping comments.
by Jonas Devlieghere
· 7 years ago
2272c48
Use llvm::VersionTuple instead of manual version marshalling
by Pavel Labath
· 7 years ago
19dd1a0
Convert all RunShellCommand functions to use the Timeout class
by Pavel Labath
· 7 years ago
16064d3
Re-land: [lldb] Use vFlash commands when writing to target's flash memory regions
by Pavel Labath
· 8 years ago
ec03d7e
Revert "[lldb] Use vFlash commands when writing to target's flash memory regions"
by Pavel Labath
· 8 years ago
029fb69
[lldb] Use vFlash commands when writing to target's flash memory regions
by Pavel Labath
· 8 years ago
62930e5
Add Utility/Environment class for handling... environments
by Pavel Labath
· 8 years ago
5f19b90
Move ArchSpec to the Utility module
by Pavel Labath
· 8 years ago
dab1d5f
Adding Support for Error Strings in Remote Packets
by Ravitheja Addepally
· 8 years ago
f2a8bcc
Move StructuredData from Core to Utility
by Pavel Labath
· 8 years ago
e714c4f
Implementation of remote packets for Trace data.
by Ravitheja Addepally
· 8 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
7993cc5
Make LLDB skip server-client roundtrip for signals that don't require any actions
by Eugene Zemtsov
· 9 years ago
2fd9a1e
Fix GDBRemoteCommunicationClientTest.TestPacketSpeedJSON
by Pavel Labath
· 9 years ago
3aa0491
Remove usages of TimeValue from gdb-remote process plugin
by Pavel Labath
· 9 years ago
2f1fbae
gdb-remote: Add jModulesInfo packet
by Pavel Labath
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
5c95ee4
Revert "gdb-remote: Make the sequence mutex non-recursive"
by Pavel Labath
· 9 years ago
0faf373
gdb-remote: Make the sequence mutex non-recursive
by Pavel Labath
· 9 years ago
b42b48e
Remove the last manually constructed packet from gdb-remote register context + small refactor
by Pavel Labath
· 9 years ago
7593001
Add StructuredData plugin type; showcase with new DarwinLog feature
by Todd Fiala
· 9 years ago
a07e4a8
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
by Todd Fiala
· 9 years ago
aef7de8
Add StructuredData plugin type; showcase with new DarwinLog feature
by Todd Fiala
· 9 years ago
27402d2
Move QSyncThreadState packet generation to the gdb-remote client
by Pavel Labath
· 9 years ago
4b6f959
gdb-remote: Centralize thread specific packet handling
by Pavel Labath
· 9 years ago
56d7262
Move packet construction from GDBRemoteRegisterContext go the communication class
by Pavel Labath
· 9 years ago
5a123c4
Remove GetThreadSuffixSupported from GDBRemoteCommunication **base** class
by Pavel Labath
· 9 years ago
8c1b6bd
Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
by Pavel Labath
· 9 years ago
4cb6992
Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
by Pavel Labath
· 9 years ago
e768c4b
Rewrite gdb-remote's SendContinuePacketAndWaitForResponse
by Pavel Labath
· 9 years ago
2d6a9ec
Clean up vestigial remnants of locking primitives
by Saleem Abdulrasool
· 9 years ago
3739735
Add support to get the shared cache information from the new
by Jason Molenda
· 9 years ago
16ff860
remove use of Mutex in favour of std::{,recursive_}mutex
by Saleem Abdulrasool
· 9 years ago
39f1189
Use Process Plugin register indices when communicating with remote
by Francis Ricci
· 10 years ago
50018d3
Add a small refinement to the qSymbol:: support in lldb.
by Jason Molenda
· 10 years ago
6f45529
Make sure we don't send qModuleInfo packets unnecessarily.
by Stephane Sezer
· 10 years ago
ccd6cff
Modify "platform connect" to connect to processes as well
by Tamas Berghammer
· 10 years ago
edb35d9
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes.
by Eugene Zelenko
· 10 years ago
9fe526c
Add domain socket support to gdb-remote protocol and lldb-server.
by Oleksiy Vyalov
· 10 years ago
725666c
[LLDB][MIPS] Support standard GDB remote stop reply packet for watchpoint
by Jaydeep Patil
· 10 years ago
20ee21b
Add a another packet to the gdb-remote protocol,
by Jason Molenda
· 10 years ago
2e59d4f
More packet reduction when debugging with GDB server.
by Greg Clayton
· 10 years ago
358cf1e
Resubmitting 240466 after fixing the linux test suite failures.
by Greg Clayton
· 10 years ago
0b90be1
Implement the "qSymbol" packet in order to be able to read queue information in debugserver and return the info in the stop reply packets.
by Greg Clayton
· 10 years ago
76df288
Add handling of async notify packets
by Ewan Crawford
· 10 years ago
7a30608
Revert "Reduced packet counts to the remote GDB server where possible."
by Chaoren Lin
· 10 years ago
ffb2d44
Reduced packet counts to the remote GDB server where possible.
by Greg Clayton
· 10 years ago
91ffe0a
Add a new wart, I mean feature, on to gdb-remote protocol: compression.
by Jason Molenda
· 10 years ago
d3173f3
Refactor many file functions to use FileSpec over strings.
by Chaoren Lin
· 10 years ago
b30c50c
Add a new "qEcho" packet with the following format:
by Greg Clayton
· 10 years ago
e034a04
Added a new command in ProcessGDBRemote that can figure out the performance characterisitics of your GDB remote server.
by Greg Clayton
· 10 years ago
78baa19
Remote Non-Stop Support
by Ewan Crawford
· 10 years ago
c3c95b2
Adds lldb support for querying the register mapping from gdbserver remote targets using qXfer:features:read packet. Only enabled if libxml2 enabled in build.
by Colin Riley
· 11 years ago
db264a6
Move several plugin to its own namespace
by Tamas Berghammer
· 11 years ago
7cb18bf
Fetch module specification from remote process also
by Tamas Berghammer
· 11 years ago
30b8cd3
Remove virtual and add override to all virtual functions in Process/gdb-remote.
by Tamas Berghammer
· 11 years ago
6801be3
Add qModuleInfo request in order to get module information (uuid, triple,..) by module path from remote platform.
by Oleksiy Vyalov
· 11 years ago
568b0de
Fix warning that not all control-paths return from function.
by Zachary Turner
· 11 years ago
e13c273
Separate monolithic GDBRemoteCommunicationServer class into 4 part
by Tamas Berghammer
· 11 years ago
e0be425
Add support for SBProcess::PutSTDIN to remote processes
by Vince Harron
· 11 years ago
1ef7b2c
Extend SBPlatform with capability to launch/terminate a process remotely. Integrate this change into test framework in order to spawn processes on a remote target.
by Oleksiy Vyalov
· 11 years ago
0be9ebb
Add missing switch cases to silence warnings.
by Chaoren Lin
· 11 years ago
18fe640
Implement setting and clearing watchpoints.
by Chaoren Lin
· 11 years ago
d93c4a3
Fix typos.
by Bruce Mitchener
· 11 years ago
106d028
Added an option to turn OFF the "detach on error" behavior that was added
by Jim Ingham
· 11 years ago
705b180
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
by Jason Molenda
· 11 years ago
9f72b3a
Modify debugserver to follow gdb remote $qC protocol definition.
by Todd Fiala
· 11 years ago
bdc4f12
Add GetxPacketSupported to test if the 'x' packet is supported.
by Jason Molenda
· 12 years ago
a332978
lldb arm64 import.
by Jason Molenda
· 12 years ago
03904ac
Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for binary data.
by Steve Pucci
· 12 years ago
5ae54ae
Support for debugging against a remote stock gdbserver.
by Steve Pucci
· 12 years ago
a6195b7
Fix a bug introduced in asynchronous packet sends. We were not setting the packet result, and so
by Jim Ingham
· 12 years ago
3dedae1
Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::PacketResult enum for all packet sends/receives.
by Greg Clayton
· 12 years ago
dbf0457
Allow the hostname to be specified when asking a platform to launch another debugserver in case you want to change it.
by Greg Clayton
· 12 years ago
fb90931
Improved platform support.
by Greg Clayton
· 12 years ago
fbb7634
Expose SBPlatform through the public API.
by Greg Clayton
· 12 years ago
f74cf86
<rdar://problem/15172417>
by Greg Clayton
· 12 years ago
9ac6d2d
<rdar://problem/15263540>
by Greg Clayton
· 12 years ago
8960058
<rdar://problem/14146606>
by Greg Clayton
· 12 years ago
b1de114
Fixed detection of 'p' packet support in debugserver,
by Sean Callanan
· 12 years ago
9a78cdf
Discover support of 'p' packet.
by Hafiz Abid Qadeer
· 12 years ago
e0f8f57
merge lldb-platform-work branch (and assorted fixes) into trunk
by Daniel Malea
· 12 years ago
7f98240
<rdar://problem/13793059>
by Greg Clayton
· 12 years ago
acff895
Recommitting r180831 with trivial fix - remember to return errors if you compute.
by Jim Ingham
· 13 years ago
54e39db
Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py
by Daniel Malea
· 13 years ago
a23f73d
Added an option to "process detach" to keep the process stopped, if the process plugin (or in the
by Jim Ingham
· 13 years ago
e9ca4af
Fix a handful of remaining assumptions that thread IDs were 32-bits
by Jason Molenda
· 13 years ago
4b6459f
<rdar://problem/12976277>
by Han Ming Ong
· 13 years ago
f17b5ac
<rdar://problem/11961650>
by Jason Molenda
· 13 years ago
89660bf
More Linux warnings fixes (remove default labels as needed):
by Daniel Malea
· 13 years ago
f402f78
Make sure we always use lldb::tid_t for thread IDs so we don't truncate a 64 bit thread ID.
by Greg Clayton
· 13 years ago
279ceec
Add a call to "sync" a thread state before checkpointing registers in preparation for
by Jim Ingham
· 13 years ago
Next »