llvm-project/lldb/source
Jason Molenda a71919c9d6 <rdar://problem/13072285>
Change the GDBRemoteRegisterContext::AddRegister function to take
its RegisterInfo argument by value instead of using a reference -
it will modify the object and modifying the contents of the 
g_register_infos table in GDBRemoteRegisterContext.cpp can cause a
crash the next time we step through it.

llvm-svn: 173406
2013-01-25 01:05:30 +00:00
..
API <rdar://problem/13010007> 2013-01-18 23:41:08 +00:00
Breakpoint Check for NULL breakpoint option thread name & queue name before comparing their values to the new value. 2013-01-23 23:14:13 +00:00
Commands <rdar://problem/12437929> 2013-01-21 19:20:50 +00:00
Core <rdar://problem/12711206> 2013-01-23 01:17:27 +00:00
Expression Quick fix to make LLDB TOT work with Clang TOT. 2013-01-22 02:20:20 +00:00
Host Add initial support to trace spawned threads in a process on Linux. 2013-01-08 16:30:18 +00:00
Interpreter <rdar://problem/12437929> 2013-01-21 19:20:50 +00:00
Plugins <rdar://problem/13072285> 2013-01-25 01:05:30 +00:00
Symbol <rdar://problem/12711206> 2013-01-23 01:17:27 +00:00
Target <rdar://problem/12437929> 2013-01-21 19:20:50 +00:00
Utility Enable RTTI for liblldbCore.a when GCC is the compiler 2012-12-10 21:05:57 +00:00
Makefile Don't include LLDBWrapPython.cpp here. Use it in Interpreter. 2012-05-29 14:03:55 +00:00
lldb-log.cpp Add an LLDB_LOG_TARGET logging channel (log eanble lldb target). 2012-12-05 00:25:49 +00:00
lldb.cpp Enable ProcessGDBRemote plugin on Linux 2013-01-08 14:55:36 +00:00