]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/aix-thread.c
* aix-thread.c (gdbcmd.h): Include.
authorKevin Buettner <kevinb@redhat.com>
Mon, 15 Jul 2002 18:55:04 +0000 (18:55 +0000)
committerKevin Buettner <kevinb@redhat.com>
Mon, 15 Jul 2002 18:55:04 +0000 (18:55 +0000)
commit8e2c28d425ac7edcfc34422d8b0ba1cc1b8ea92f
tree28a9341f68f7655d0f0a876687bcb75000cb1488
parent30413464fde363f43340064c168e7a78c3a81e82
* 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