Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
31cf0e7c5ff8233eccef28ca22d025d7b490cb7a
/
source
/
Plugins
/
Process
/
gdb-remote
/
GDBRemoteCommunicationClient.cpp
153ccd7
While tracking down memory consumption issue a few things were needed: the
by Greg Clayton
· 14 years ago
801417e
Added "target variable" command that allows introspection of global
by Greg Clayton
· 14 years ago
20fe30c
Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants
by Peter Collingbourne
· 14 years ago
63afdb0
Improved the packet throughput when debugging with GDB remote by over 3x on
by Greg Clayton
· 14 years ago
4a60f9e
Centralize the code that gathers the thread ID list from the remote GDB
by Greg Clayton
· 14 years ago
139da72
Fixed an issue in GDBRemoteCommunicationClient where we weren't listening to
by Greg Clayton
· 14 years ago
628cead
Fixed a crasher that was happened when a log shared pointer wasn't valid.
by Greg Clayton
· 14 years ago
5b53e8e
Properly handle when commands are not unsupported in the GDB remote clients.
by Greg Clayton
· 14 years ago
2f085c6
Added the ability to get the return value from a ThreadPlanCallFunction
by Greg Clayton
· 14 years ago
989816b
Expand the ABI prepare trivial function call to allow 6 simple args.
by Greg Clayton
· 14 years ago
a458240
Fixed not being able to launch the i386 slice of a universal binary by adding
by Greg Clayton
· 14 years ago
b72d0f0
Moved the execution context that was in the Debugger into
by Greg Clayton
· 14 years ago
f15996e
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
by Greg Clayton
· 14 years ago
baf01e0
Removed use of NSEC_PER_SEC.
by Stephen Wilson
· 14 years ago
06d7cc8
Added a speed test to the GDBRemoteCommunicationClient and
by Greg Clayton
· 14 years ago
ff39f74
Added the ability to get a broadcaster event name for a given broadcaster event.
by Greg Clayton
· 14 years ago
24bc5d9
Many improvements to the Platform base class and subclasses. The base Platform
by Greg Clayton
· 14 years ago
b344843
Fixed the LLDB build so that we can have private types, private enums and
by Greg Clayton
· 14 years ago
58e26e0
Did a lot more work on abtracting and organizing the platforms.
by Greg Clayton
· 14 years ago
cb8977d
Added new platform commands:
by Greg Clayton
· 14 years ago
61d043b
Split the GDBRemoteCommunication class into three classes:
by Greg Clayton
· 14 years ago