aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2005-06-30*** empty log message ***gdbadmin1-1/+1
2005-06-29 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type forAndreas Schwab3-1/+10
main to avoid warnings. * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
2005-06-29*** empty log message ***gdbadmin1-1/+1
2005-06-28* eval.c (evaluate_struct_tuple): Use strcmp instead ofMark Kettenis2-3/+8
DEPRECATED_STREQ.
2005-06-282005-06-27 Michael Snyder <msnyder@redhat.com>Michael Snyder5-4/+17
* config/mn10300/linux.mt: New file. * configure.tgt: Add rule for am33 / mn10300-linux. * mn10300-tdep.c, mn10300-tdep.h: Bump copyright year.
2005-06-28*** empty log message ***gdbadmin1-1/+1
2005-06-27 * gdbtypes.c (get_discrete_bounds): Fix a comment typo.Wu Zhou2-1/+5
2005-06-27*** empty log message ***gdbadmin1-1/+1
2005-06-26*** empty log message ***gdbadmin1-1/+1
2005-06-25* sol-thread.c (sol_thread_xfer_memory): Change type of secondMark Kettenis2-4/+10
argument to `gdb_byte *'. (sol_thread_xfer_partial): Change type of readbuf and writebuf arguments to `gdb_byte *'.
2005-06-25* mips-tdep.c (mips_xfer_register, mips_o32_return_value)Mark Kettenis2-4/+9
(mips_integer_to_address): Use gdb_byte instead of bfd_byte.
2005-06-25* ppcobsd-nat.c: Include "gdbcore.h", <sys/signal.h>,Mark Kettenis1-2/+3
<machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h". (ppcobsd_supply_pcb): New function. (_initialize_ppcobsd_nat): Enable libkvm interface. * Makefile.in (ppcobsd-nat.o): Update dependencies. * config/powerpc/obsd.mh (NATDEPFILES): Add bsd-kvm.o. (LOADLIBES): New variable.
2005-06-25*** empty log message ***gdbadmin1-1/+1
2005-06-24* config/powerpc/obsd.mh (NATDEPFILES): Add bsd-kvm.o.Mark Kettenis2-1/+5
(LOADLIBES): New variable.
2005-06-24* ppcobsd-nat.c: Include "gdbcore.h", <sys/signal.h>,Mark Kettenis2-0/+53
<machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h". (ppcobsd_supply_pcb): New function. (_initialize_ppcobsd_nat): Enable libkvm interface. * Makefile.in (ppcobsd-nat.o): Update dependencies.
2005-06-24 * i386-tdep.c (struct i386_frame_cache): Define sp_offset as LONGEST.Corinna Vinschen2-1/+5
2005-06-24*** empty log message ***gdbadmin1-1/+1
2005-06-23 * gdb_ptrace.h: Fix typos when checking for PT_ATTACH. ReportedAndreas Schwab2-2/+7
by Chad Harrington <harrington.chad@gmail.com>.
2005-06-23*** empty log message ***gdbadmin1-1/+1
2005-06-22* remote.c (extended_remote_restart): Pass buffer in call toMark Kettenis2-1/+6
xsnprintf instead of a pointer to the buffer.
2005-06-22(History) Rename "Command History".Nick Roberts1-18/+14
(Command History): Move node "Server Prefix" from section on Annotations here.
2005-06-22*** empty log message ***Nick Roberts1-0/+6
2005-06-22*** empty log message ***gdbadmin1-1/+1
2005-06-212005-06-21 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-1/+22
* MAINTAINERS: List GDB's Steering Committee as responsible for GDB's maintenance.
2005-06-21* inf-ttrace.c (inf_ttrace_xfer_partial): Change type of readbufMark Kettenis2-3/+8
and writebuf arguments to `gdb_byte *'.
2005-06-21 * MAINTAINERS (Write After Approval): Add myself.Wu Zhou2-0/+5
2005-06-21* hppabsd-tdep.c: Include "symtab.h", "objfiles.h", "target.h",Mark Kettenis3-4/+94
"value.h" and "elf/common.h". (hppabsd_supply_gregset): Use `gdb_byte *' for byte buffer. (hppabsd_find_global_pointer): New function. (hppabsd_init_abi): Set TDEP->find_global_pointer to hppabsd_find_global_pointer. * Makefile.in (hppabsd-tdep.o): Update dependencies.
2005-06-21*** empty log message ***gdbadmin1-1/+1
2005-06-20(test_stack_locals_listing): Remove test for -stack-select-frame withoutNick Roberts1-7/+5
arguments. (test_stack_frame_listing): Add test for newly implemented command -stack-info-frame.
2005-06-20*** empty log message ***Nick Roberts1-0/+7
2005-06-20*** empty log message ***gdbadmin1-1/+1
2005-06-19* hppa-tdep.c (hppa_pointer_to_address_hack): Remove function.Mark Kettenis2-12/+6
(unwind_command): Use %lx to print pointer.
2005-06-19* remote-sim.c (gdbsim_xfer_inferior_memory): Remove prototype.Mark Kettenis2-7/+7
Change type of second argument to`gdb_byte *'.
2005-06-19(GDB/MI Stack Manipulation):Nick Roberts1-0/+28
Re-instate -stack-info-frame with example. Say that it gets info on selected frame, not current frame.
2005-06-19*** empty log message ***Nick Roberts2-0/+15
2005-06-19(mi_cmds): Replace entry for -stack-info-frame.Nick Roberts1-0/+1
Make it use mi_cmd_stack_info_frame
2005-06-19(mi_cmd_stack_info_frame): New declaration.Nick Roberts1-0/+1
2005-06-19(mi_cmd_stack_info_frame): New function.Nick Roberts1-0/+10
2005-06-19*** empty log message ***gdbadmin1-1/+1
2005-06-18* hppa-tdep.c (hppa_fallback_frame_cache): Don't error out if weMark Kettenis2-43/+40
can't find the bounds of the current function. Wrap some long lines in the process.
2005-06-18* regcache.c (regcache_raw_supply, regcache_raw_collect): ChangeMark Kettenis3-6/+10
type of last argument back to `void *'. * regcache.h (regcache_raw_supply, regcache_raw_collect): Likewise.
2005-06-18(Backtrace): Document that free-standing environments do not needEli Zaretskii2-1/+7
to have a `main' function.
2005-06-18(Machine Code): Document possible problems with locations inEli Zaretskii2-0/+8
shared libraries.
2005-06-18(Files): Add more indexing for solib-absolute-prefix and --with-sysroot.Eli Zaretskii2-5/+10
2005-06-18(Files): Document the possibility of loading unlinked object files.Eli Zaretskii2-0/+13
2005-06-18(Threads): Add an @cindex entry for "thread apply".Eli Zaretskii2-0/+2
2005-06-18(Output Formats): More detailed description of the `c' format.Eli Zaretskii2-5/+12
(Memory): List explicitly all the formats supported by `x'.
2005-06-18(Server): Clarify that `file' should be used before connecting to the server.Eli Zaretskii2-5/+16
(Files): Add an xref to the above description.
2005-06-18(GDB/MI Stack Manipulation): Remove reference toNick Roberts1-20/+0
-stack-info-frame.
2005-06-18*** empty log message ***Nick Roberts2-0/+14