aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/libgdb
Commit message (Collapse)AuthorAgeFilesLines
...
* Makefile (only) changes to allow building a cross debugger.Marcel Moolenaar2004-11-301-6/+18
| | | | Notes: svn path=/head/; revision=138215
* Always set current thread when activating thread debugger,David Xu2004-11-151-1/+1
| | | | | | | | the current thread may already be added by fbsd_find_new_threads, this can result that current thread is not set correctly. Notes: svn path=/head/; revision=137731
* Prepare for a subsequent import: If the first letter of the filenameMarcel Moolenaar2004-11-091-35/+43
| | | | | | | | | | | | | | changes, start on a new line. Insertion of a filename will keep the diff limited to the block of filenames that have the same first letter instead of creating a huge diff. While here, move remote.c after the remote-*.c files and move tui.c after the tui-*.c files. This matches the order of ls(1) and makes it easier to compare object files created by a stock gdb(1) build with the list of files we have here. This is a non-functional change only. Notes: svn path=/head/; revision=137440
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Only compile fbsd-thread.c on amd64 and i386, other architecturesDavid Xu2004-08-221-1/+5
| | | | | | | have not been tested yet. Notes: svn path=/head/; revision=134154
* Fix comments, most are style fix.David Xu2004-08-221-21/+11
| | | | Notes: svn path=/head/; revision=134152
* Fix some text messages.David Xu2004-08-221-2/+2
| | | | Notes: svn path=/head/; revision=134149
* Add code to support statically linked binary and .core file of threadedDavid Xu2004-08-221-176/+366
| | | | | | | program. Notes: svn path=/head/; revision=134147
* 1. Add some code check if thread suspending or resuming is failed.David Xu2004-08-082-4/+80
| | | | | | | 2. Add code to retrieve thread tls address. Notes: svn path=/head/; revision=133345
* o ps_pd{read|write} and ps_pt{read|write} are obsolete interfaceMarcel Moolenaar2004-07-171-22/+2
| | | | | | | | functions. Only ps_p{read|write} remains. o Remove ps_getpid. We don't need it now. Notes: svn path=/head/; revision=132300
* ptrace's first parameter is command not pid. pointy hat to me.David Xu2004-07-161-2/+6
| | | | Notes: svn path=/head/; revision=132244
* Add libthread_db assisted debugging support module.David Xu2004-07-151-0/+1095
| | | | Notes: svn path=/head/; revision=132179
* Add bmake glue for gdb 6.1.1. Supports alpha, amd64, i386, ia64Marcel Moolenaar2004-06-251-0/+52
and sparc64. Note that the debugger doesn't support threading, nor kernel debugging yet. Notes: svn path=/head/; revision=131087