llvm-project/lldb/source
Ed Maste 502f9020a7 PT_CONTINUE and PT_STEP are process-scope on FreeBSD
Although ptrace() can be passed a PID or TID for PT_CONTINUE and PT_STEP,
the kernel operates on all threads in the process in both cases.  (See
the FOREACH_THREAD_IN_PROC in FreeBSD's sys_process.c:kern_ptrace.)

Make this clear by using the PID from the ProcessMonitor instance.

llvm-svn: 195656
2013-11-25 16:31:23 +00:00
..
API Update cmake for SBPlatform.cpp added in r195273 2013-11-21 14:38:22 +00:00
Breakpoint Fixed the the breakpoint test case failures. 2013-11-09 00:03:31 +00:00
Commands Only use a PTY master/slave when launching for local processes. 2013-11-22 18:47:24 +00:00
Core <rdar://problem/15530080> 2013-11-22 00:02:13 +00:00
DataFormatters <rdar://problem/15530080> 2013-11-22 00:02:13 +00:00
Expression Fixed printf warnings. The GetByteSize() results return uint64_t values, not size_t values. 2013-11-13 18:01:16 +00:00
Host Removed printf and puts calls that were left in accidentally. 2013-11-23 02:01:06 +00:00
Interpreter Change lldb from building against a Python framework out of 2013-11-23 20:07:29 +00:00
Plugins PT_CONTINUE and PT_STEP are process-scope on FreeBSD 2013-11-25 16:31:23 +00:00
Symbol Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
Target Patch from Todd Fiala: lldb will seg fault if for some reason there is no unwinder when StackFrameList::GetFramesUpTo() is called. 2013-11-22 21:03:42 +00:00
Utility Expose SBPlatform through the public API. 2013-11-20 21:07:01 +00:00
CMakeLists.txt Improve the set of the Python libraries during the cmake build. 2013-11-15 14:15:10 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp The output of 'log list' was missing a few of the lldb channels: 2013-09-12 01:48:59 +00:00
lldb.cpp Commit a work-in-progress system runtime for Mac OS X which won't 2013-11-15 00:17:32 +00:00