davidxu
23067f406e
Introduce a new proc service routine ps_linfo() to get LWP info.
2006-02-07 02:29:55 +00:00
davidxu
0fdc8d7b72
1. Eliminate compile warnings.
...
2. Add command 'thread signal' to print out current thread's signal mask
and pending signals.
2006-02-06 06:07:56 +00:00
dfr
874478d7fd
Add support for XMM registers in GDB for x86 processors that support
...
SSE (or its successors).
Reviewed by: marcel, davidxu
MFC After: 2 weeks
2005-05-31 09:43:04 +00:00
davidxu
f305634ad3
Don't try to enable event reporting for core file, it is not writable.
2005-05-06 11:01:15 +00:00
davidxu
a072bd5e74
Report events from thread library.
2005-04-12 03:04:04 +00:00
davidxu
f49d76552d
Print thread address.
...
PR: threads/76821
2005-04-05 11:40:58 +00:00
peadar
778dfbe1e7
When grabbing registers for an lwp, fake the inferior's pid using the
...
lwp ID before invoking the underlying target operation.
For corefiles, we rely on gdb internals to do this, and it uses the
pid as an index, rather than the lwpid, so previously, backtraces
for multithreaded core files wasn't working correctly. For processes,
we currently use ptrace directly, so fixup that code to also use
the pid directly.
Discussed With: marcel, davidxu
MFC After: 4 days
2005-01-11 14:53:16 +00:00
davidxu
509cea0ce8
Always set current thread when activating thread debugger,
...
the current thread may already be added by fbsd_find_new_threads,
this can result that current thread is not set correctly.
2004-11-15 13:06:01 +00:00
davidxu
7afd3579e8
Fix comments, most are style fix.
2004-08-22 09:05:57 +00:00
davidxu
c47e28f44c
Fix some text messages.
2004-08-22 08:48:56 +00:00
davidxu
9ffe386e73
Add code to support statically linked binary and .core file of threaded
...
program.
2004-08-22 05:53:38 +00:00
davidxu
be987aa523
1. Add some code check if thread suspending or resuming is failed.
...
2. Add code to retrieve thread tls address.
2004-08-08 22:45:36 +00:00
marcel
8fa131ee77
o ps_pd{read|write} and ps_pt{read|write} are obsolete interface
...
functions. Only ps_p{read|write} remains.
o Remove ps_getpid. We don't need it now.
2004-07-17 17:08:13 +00:00
davidxu
9ff80f3e79
ptrace's first parameter is command not pid. pointy hat to me.
2004-07-16 06:11:48 +00:00
davidxu
f478e0fbc2
Add libthread_db assisted debugging support module.
2004-07-15 04:51:04 +00:00