Go to file
Greg Clayton e284163990 Added a 'gdbremote' python module that adds two commands: start_gdb_log and end_gdb_log.
When this is imported into your lldb using the "command script import /path/to/gdbremote.py"
these new commands are available within LLDB. 'start_gdb_log' will enable logging with 
timestamps for GDB remote packets, and 'stop_gdb_log' will then dump the details and
also a lot of packet timing data. This allows us to accurately track what packets are
taking up the most time when debugging (when using the ProcessGDBRemote debugging plug-in).

Also udpated the comments at the top of the cmdtemplate.py to show how to correctly import
the module from within LLDB.

llvm-svn: 149030
2012-01-26 02:56:24 +00:00
clang Introduce 3 new fixit options: 2012-01-26 02:40:48 +00:00
compiler-rt Tune asan_symbolize.py to symbolize 64-bit binaries correctly. 2012-01-24 10:44:44 +00:00
debuginfo-tests Reverse the order that these are expected for clang change. Should 2012-01-26 02:33:53 +00:00
libclc
libcxx Fix .PHONY target to match new installheaders target. 2012-01-21 06:16:39 +00:00
libcxxabi These commits are intended to be temporary in nature and are to facilitate the testing of libc++abi.dylib at this point in time. 2012-01-25 19:27:42 +00:00
lld First chunk of native object file reader/writer. The lld-core tool now reads YAML file, links, writes that out as native object format, then reads that native file, then writes the YAML to stdout. Thus the test suite tests both YAML reading/writing as well as native object file reading/writing. 2012-01-16 22:03:44 +00:00
lldb Added a 'gdbremote' python module that adds two commands: start_gdb_log and end_gdb_log. 2012-01-26 02:56:24 +00:00
llvm simplify by using ShuffleVectorInst::getMaskValue. 2012-01-26 02:54:54 +00:00
polly CodeGen: Separate declaration and definition of ClastStmtCodeGen 2012-01-24 16:42:32 +00:00