aboutsummaryrefslogtreecommitdiff
path: root/gdb/bsd-kvm.c
AgeCommit message (Collapse)AuthorFilesLines
2004-10-292004-10-29 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-3/+3
* frame.h (get_selected_frame): Add message parameter. * frame.c (get_selected_frame): Add and use message parameter. * stack.c (current_frame_command, return_command, locals_info) (catch_info, args_info, up_silently_base, down_silently_base): Use get_selected_frame with an explicit message. * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update. * remote-rdp.c, remote-mips.c, remote-e7000.c: Update. * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update. * infrun.c, inflow.c, infcmd.c, frame.c: Update. * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update. * breakpoint.c: Update.
2004-10-082004-10-08 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-1/+1
* target.h (struct target_ops): Rename to_xfer_memory to deprecated_xfer_memory. * target.c: Update. (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory. * wince.c: Update. * win32-nat.c: Update. * v850ice.c: Update. * uw-thread.c: Update. * thread-db.c: Update. * sol-thread.c: Update. * remote.c: Update. * remote-vx.c: Update. * remote-st.c: Update. * remote-sim.c: Update. * remote-sds.c: Update. * remote-rdp.c: Update. * remote-rdi.c: Update. * remote-mips.c: Update. * remote-m32r-sdi.c: Update. * remote-e7000.c: Update. * procfs.c: Update. * ppc-bdm.c: Update. * nto-procfs.c: Update. * monitor.c: Update. * linux-nat.c: Update. * inftarg.c: Update. * hpux-thread.c: Update. * go32-nat.c: Update. * gnu-nat.c: Update. * exec.c: Update. * corelow.c: Update. * bsd-kvm.c: Update. * aix-thread.c: Update.
2004-08-09* bsd-kvm.c: Check for nlist.h before including it.Mark Kettenis1-0/+2
2004-08-07 * configure.in: Test for struct lwp in <sys/lwp.h>Nathan J. Williams1-0/+4
* bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use the offset of l_addr in struct lwp.
2004-08-07 * bsd-kvm.c: Include "gdbcore.h"Nathan J. Williams1-0/+2
(bsd_kvm_open): Use get_exec_file() to set 'execfile'.
2004-07-03* bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.Mark Kettenis1-1/+1
2004-07-03* bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" andMark Kettenis1-0/+70
<sys/proc.h>. (bsd_kvm_cmdlist): New variable. (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions. (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb" command and "kvm proc" command. * Makefile.in (bsd-kvm.o): Update dependencies.
2004-06-27* bsd-kvm.c (bsd_kvm_fetch_registers): Directly return afterMark Kettenis1-3/+6
fetching from BSD_KVM_PADDR. Correctly lookup address for "_thread0".
2004-05-22* bsd-kvm.c, bsd-kvm.h: New files.Mark Kettenis1-0/+226
* i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h". (i386fbsd_supply_pcb): New function. * Makefile.in (ALLDEPFILES): Add bsd-kvm.c. (i386fbsd-nat.o): Update dependencies. (bsd_kvm_h): New variable. (bsd-kvm.o): New dependency. * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o. (LOADLIBES): New variable.