llvm-project/lldb/source
Sean Callanan eeffea416b Made LLDB build with the latest Clang. This meant
changing the ClangASTSource to return a bool instead
of returning a list of results.  Our testsuite mostly
works with this change, but some minor issues may
remain both on LLDB's side and on Clang's side.

llvm-svn: 174949
2013-02-12 08:01:13 +00:00
..
API Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where 2013-02-09 01:29:05 +00:00
Breakpoint <rdar://problem/9141269> 2013-01-30 00:18:29 +00:00
Commands Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where 2013-02-09 01:29:05 +00:00
Core Fixed 2 more issues found by the address sanitizer: 2013-02-08 22:02:02 +00:00
DataFormatters Fixing a logic flaw with NSURL summary. This was caught by running the test suite in 32bit mode 2013-02-08 23:54:46 +00:00
Expression Made LLDB build with the latest Clang. This meant 2013-02-12 08:01:13 +00:00
Host Fixed a crash when we didn't get a plist but tried 2013-02-08 23:17:17 +00:00
Interpreter Added the ability to specify a breakpoint using the GDB '*ADDRESS' format: 2013-02-08 02:54:24 +00:00
Plugins Made LLDB build with the latest Clang. This meant 2013-02-12 08:01:13 +00:00
Symbol Made LLDB build with the latest Clang. This meant 2013-02-12 08:01:13 +00:00
Target Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where 2013-02-09 01:29:05 +00:00
Utility <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
Makefile Actually build DataFormatters dir. Fix for the r173732 fix. 2013-01-29 22:20:20 +00:00
lldb-log.cpp <rdar://problem/13159777> 2013-02-06 17:22:03 +00:00
lldb.cpp Enable ProcessGDBRemote plugin on Linux 2013-01-08 14:55:36 +00:00