llvm-project/lldb/source
Greg Clayton 02686b80fa Added "process plugin packet send" and "process plugin packet history" for GDB remote. "process plugin packet send" will send a packet and receive a response. "process plugin packet history" will dump the packet history buffer.
llvm-svn: 165991
2012-10-15 22:42:16 +00:00
..
API <rdar://problem/12490588> 2012-10-13 00:20:27 +00:00
Breakpoint Add one-shot breakpoints (-o option to "break set") and a tbreak alias for our gdb friends. 2012-10-05 19:16:31 +00:00
Commands <rdar://problem/12491387> 2012-10-13 02:07:45 +00:00
Core Fixed an indentation issue that only shows up when dumping .o files that use linked addresses (DWARF in .o files with debug map). 2012-10-11 20:42:53 +00:00
Expression Bunch of cleanups for warnings found by the llvm static analyzer. 2012-10-12 17:34:26 +00:00
Host Patch from Andrew Kaylor that centralized where the info for: 2012-10-12 16:15:28 +00:00
Interpreter <rdar://problem/12491387> 2012-10-13 02:07:45 +00:00
Plugins Added "process plugin packet send" and "process plugin packet history" for GDB remote. "process plugin packet send" will send a packet and receive a response. "process plugin packet history" will dump the packet history buffer. 2012-10-15 22:42:16 +00:00
Symbol Fixed a logic error that showed up when compiling with a newer version of clang where: 2012-10-15 21:16:43 +00:00
Target Bunch of cleanups for warnings found by the llvm static analyzer. 2012-10-12 17:34:26 +00:00
Utility <rdar://problem/12398225> 2012-09-28 21:51:54 +00:00
Makefile Don't include LLDBWrapPython.cpp here. Use it in Interpreter. 2012-05-29 14:03:55 +00:00
lldb-log.cpp Added a new "module" log channel which covers module creation, deletion, and common module list actions. 2012-10-08 22:41:53 +00:00
lldb.cpp Added a hollowed out version of an OperatingSystem plugin that will use a class in python to get thread information for threads stored in memory. 2012-08-23 21:17:11 +00:00