hanchenye-llvm-project/lldb/source
Jason Molenda d525d0746e Patch from Andrew Kaylor andrew.kaylor@intel.com to have
Thread::ResetFrameZeroRegisters() clear the UnwindLLDB object when
resetting the thread's register state.

llvm-svn: 167910
2012-11-14 04:26:02 +00:00
..
API Rmoved a duplicate version of SetSelectedThreadByID 2012-10-31 02:12:08 +00:00
Breakpoint Turns out there are 8 bits in a byte. 2012-10-23 21:09:09 +00:00
Commands Fix typeo in example help text for type filter add. 2012-11-08 23:57:44 +00:00
Core Revision of the patch from Andrew Kaylor <andrew.kaylor@intel.com> to prevent missing an event added in WaitForEventsInternal, narrowing the time in which we are not accepting new events. Also, made everything that was protected private, since there really isn't any good reason why subclasses would have to muck with the listener internals. 2012-11-13 19:09:45 +00:00
Expression <rdar://problem/12586350> 2012-11-08 02:22:02 +00:00
Host Fix a little think-o. In FileSpec::operator== we were trying to figure out whether the rhs file was resolved or not by comparing 2012-11-03 02:12:46 +00:00
Interpreter Giving at least some error information when a Python exception happens during command script import 2012-11-13 02:57:43 +00:00
Plugins Fixed an error in the ELF parser that was comparing a bool to 4 causing 32 bit ELF relocations to get parsed incorrectly. 2012-11-12 22:53:16 +00:00
Symbol New compiler warnings caught issues with the m_encoding_uid field that should have been a lldb::user_id_t type, but was a uint32_t a long time ago and never got updated. 2012-11-12 22:54:26 +00:00
Target Patch from Andrew Kaylor andrew.kaylor@intel.com to have 2012-11-14 04:26:02 +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