Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
cb349ee19c8eccc65829e6739096aceb0ae09135
/
lldb
/
source
/
Plugins
/
Process
/
gdb-remote
/
GDBRemoteCommunicationClient.cpp
cb349ee
When unwinding from the first frame, try to ask the remote debugserver
by Jason Molenda
· 14 years ago
61e7a58
Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This
by Greg Clayton
· 14 years ago
46fb558
Added optional calls to lldb_private::Process for getting memory region info
by Greg Clayton
· 14 years ago
144f3a9
Added a new class to Process.h: ProcessAttachInfo. This class contains enough
by Greg Clayton
· 14 years ago
e889ad6
<rdar://problem/10357230>
by Greg Clayton
· 14 years ago
fd54b36
Update declarations for all functions/methods that accept printf-style
by Jason Molenda
· 14 years ago
e1dadb8
Set the OS in the triple correctly in response to the qHostInfo packet.
by Greg Clayton
· 14 years ago
3418c85
While tracking down memory consumption issue a few things were needed: the
by Greg Clayton
· 14 years ago
644247c
Added "target variable" command that allows introspection of global
by Greg Clayton
· 14 years ago
ba23ca0
Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants
by Peter Collingbourne
· 14 years ago
73bf5db
Improved the packet throughput when debugging with GDB remote by over 3x on
by Greg Clayton
· 14 years ago
adc00cb
Centralize the code that gathers the thread ID list from the remote GDB
by Greg Clayton
· 14 years ago
5fe15d2
Fixed an issue in GDBRemoteCommunicationClient where we weren't listening to
by Greg Clayton
· 14 years ago
af247d7
Fixed a crasher that was happened when a log shared pointer wasn't valid.
by Greg Clayton
· 14 years ago
17a0cb6
Properly handle when commands are not unsupported in the GDB remote clients.
by Greg Clayton
· 14 years ago
70b5765
Added the ability to get the return value from a ThreadPlanCallFunction
by Greg Clayton
· 14 years ago
2a48f52
Expand the ABI prepare trivial function call to allow 6 simple args.
by Greg Clayton
· 14 years ago
c4103b3
Fixed not being able to launch the i386 slice of a universal binary by adding
by Greg Clayton
· 14 years ago
8b82f08
Moved the execution context that was in the Debugger into
by Greg Clayton
· 15 years ago
eb0103f
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
by Greg Clayton
· 15 years ago
f6e2590
Removed use of NSEC_PER_SEC.
by Stephen Wilson
· 15 years ago
9b1e1cd
Added a speed test to the GDBRemoteCommunicationClient and
by Greg Clayton
· 15 years ago
95bf0fd
Added the ability to get a broadcaster event name for a given broadcaster event.
by Greg Clayton
· 15 years ago
32e0a75
Many improvements to the Platform base class and subclasses. The base Platform
by Greg Clayton
· 15 years ago
e0d378b
Fixed the LLDB build so that we can have private types, private enums and
by Greg Clayton
· 15 years ago
1cb6496
Did a lot more work on abtracting and organizing the platforms.
by Greg Clayton
· 15 years ago
d314e81
Added new platform commands:
by Greg Clayton
· 15 years ago
576d883
Split the GDBRemoteCommunication class into three classes:
by Greg Clayton
· 15 years ago