llvm-capstone/lldb/source
Greg Clayton 65ec1032df <rdar://problem/12153915>
When uniquing classes against one another we can't depend on any or all of the artificial functions (default ctor, dtor, copy ctor, move ctor, etc) being in each definition. Now we treat those separately and handle those to the best of our ability.

llvm-svn: 167752
2012-11-12 21:27:20 +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 Minor cleanups to the new ModuleList notification APIs: passing in the ModuleList as part of the callbacks, and not copying the notifier as part of copy constructing and assigning 2012-11-08 19:16:03 +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 Adding support for loading the scripting resource as part of a framework, lacking the dSYM bundle, or if the bundle has no Pythonic resources whatsoever 2012-11-08 02:44:10 +00:00
Plugins <rdar://problem/12153915> 2012-11-12 21:27:20 +00:00
Symbol s/BCPLComment/LineComment/ (llvm r167690) 2012-11-12 21:26:32 +00:00
Target how to do it correctly. 2012-11-10 02:08:14 +00:00
Utility <rdar://problem/12398225> 2012-09-28 21:51:54 +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
Makefile Don't include LLDBWrapPython.cpp here. Use it in Interpreter. 2012-05-29 14:03:55 +00:00