llvm-project/lldb/source
Todd Fiala b72209102f thread state coordinator: add tests and impl to error on creation/death issues.
Added tests and impl to make sure the following errors are reported:
* Notifying a created thread that we are already tracking.
* Notifying a thread death for a thread we don't know about.

llvm-svn: 218900
2014-10-02 19:44:32 +00:00
..
API Allow Python commands to optionally take an SBExecutionContext argument in case they need to handle 'where they want to act' separately from the notion of 'currently-selected entity' that is associated to the debugger. Do this in an (hopefully) non-breaking way by running an argcount check before passing in the new argument. Update the test case to also check for this new feature. www update to follow 2014-10-01 21:47:29 +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 Allow Python commands to optionally take an SBExecutionContext argument in case they need to handle 'where they want to act' separately from the notion of 'currently-selected entity' that is associated to the debugger. Do this in an (hopefully) non-breaking way by running an argcount check before passing in the new argument. Update the test case to also check for this new feature. www update to follow 2014-10-01 21:47:29 +00:00
Core Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sections 2014-09-29 08:02:24 +00:00
DataFormatters Unused functions break the -Werror build. Revert for now. 2014-09-16 20:28:26 +00:00
Expression This checkin is the first step in making the lldb thread stepping mechanism more accessible from 2014-09-29 23:17:18 +00:00
Host Fixup some minor issues with HostProcess. 2014-09-30 16:56:40 +00:00
Interpreter Allow Python commands to optionally take an SBExecutionContext argument in case they need to handle 'where they want to act' separately from the notion of 'currently-selected entity' that is associated to the debugger. Do this in an (hopefully) non-breaking way by running an argcount check before passing in the new argument. Update the test case to also check for this new feature. www update to follow 2014-10-01 21:47:29 +00:00
Plugins thread state coordinator: add tests and impl to error on creation/death issues. 2014-10-02 19:44:32 +00:00
Symbol Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sections 2014-09-29 08:02:24 +00:00
Target Add a mutex lock to StackFrame to protect race conditions for 2014-10-02 01:08:16 +00:00
Utility Fix the ability of "lldb-platform" to upload files. 2014-09-18 00:20:51 +00:00
CMakeLists.txt Add SBExecutionContext.cpp to this file as well, as the comment 2014-10-01 22:26:52 +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