llvm-project/lldb/source
Jason Molenda e59b0d2c48 Have CommandObject::CheckRequirements() report the largest missing
requirement for a command instead of the smallest.  e.g. if a command
requires a Target, Process, Thread, and Frame, and none of those
are available, report the largest -- Target -- as being missing
instead of the smallest -- Frame.

Patch by Paul Osmialowski.

llvm-svn: 218181
2014-09-20 09:14:31 +00:00
..
API Test suite runs better again after recent fixes that would select a platform if a "file a.out" auto selected a different platform than the selected one. 2014-09-19 20:11:50 +00:00
Breakpoint Rework how resetting breakpoints in changed modules works. Try to match up old 2014-09-10 21:40:47 +00:00
Commands Test suite runs better again after recent fixes that would select a platform if a "file a.out" auto selected a different platform than the selected one. 2014-09-19 20:11:50 +00:00
Core Test suite runs better again after recent fixes that would select a platform if a "file a.out" auto selected a different platform than the selected one. 2014-09-19 20:11:50 +00:00
DataFormatters Unused functions break the -Werror build. Revert for now. 2014-09-16 20:28:26 +00:00
Expression Clean-up warnings on Linux/GCC 2014-09-16 06:34:29 +00:00
Host Test suite runs better again after recent fixes that would select a platform if a "file a.out" auto selected a different platform than the selected one. 2014-09-19 20:11:50 +00:00
Interpreter Have CommandObject::CheckRequirements() report the largest missing 2014-09-20 09:14:31 +00:00
Plugins Fix a thinko in how the RemoteiOS Platform looked up files in the SDK & other 2014-09-19 21:58:45 +00:00
Symbol Extend the member function discovery APIs to also support Objective-C as well as C++ 2014-09-19 18:21:05 +00:00
Target Test suite runs better again after recent fixes that would select a platform if a "file a.out" auto selected a different platform than the selected one. 2014-09-19 20:11:50 +00:00
Utility Fix the ability of "lldb-platform" to upload files. 2014-09-18 00:20:51 +00:00
CMakeLists.txt Fix OSX CMake build 2014-09-12 12:15:11 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp ASan malloc/free history threads 2014-09-04 01:03:18 +00:00