OSDN Git Service

* aix-thread.c (gdbcmd.h): Include.
authorkevinb <kevinb>
Mon, 15 Jul 2002 18:55:03 +0000 (18:55 +0000)
committerkevinb <kevinb>
Mon, 15 Jul 2002 18:55:03 +0000 (18:55 +0000)
commitb19c485180636726721171b4baf5d5332b3a8029
tree43500f81909c7a772ee610893d6cec2b39669223
parent0203a114523e2fcd508750a45a798ad8e52913d9
* aix-thread.c (gdbcmd.h): Include.
(DEBUG, DBG, DBG2, dbg): Eliminate.
(debug_aix_thread): New static global.
(ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
(pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
(fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
invocations to DBG and DBG2 macros to test against
``debug_aix_thread'' and call fprintf_unfiltered().
(_initialize_aix_thread): Add new command "set debug aix-thread".
gdb/ChangeLog
gdb/aix-thread.c