llvm-project/lldb/source
Daniel Malea f0854b070a Update RecordingMemoryManager as per change to RuntimeDyld base class
made in upstream llvm (r168114)

llvm-svn: 168184
2012-11-16 19:17:44 +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 Update RecordingMemoryManager as per change to RuntimeDyld base class 2012-11-16 19:17:44 +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 Change RegisterContextLLDB's unwind logging to report which stack frame 2012-11-16 06:15:40 +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 Don't lock the thread list during ThreadList::ShouldStop. That does too 2012-11-15 22:44:04 +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