aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2003-06-232003-06-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-0/+8
2003-06-23 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signedStephane Carrez1-0/+5
2003-06-23 PR gdb/1179Daniel Jacobowitz1-0/+5
2003-06-232003-06-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-0/+3
2003-06-232003-06-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-0/+4
2003-06-22 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.Daniel Jacobowitz1-0/+5
2003-06-222003-06-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-0/+6
2003-06-22 * cli/cli-cmds.c (shell_escape): Silence warnings from oldDaniel Jacobowitz1-0/+5
2003-06-21 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the addressDaniel Jacobowitz1-0/+8
2003-06-212003-06-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-0/+54
2003-06-21 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)Daniel Jacobowitz1-0/+6
2003-06-212003-06-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-0/+3
2003-06-212003-06-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-0/+6
2003-06-212003-06-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-0/+3
2003-06-212003-06-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-0/+13
2003-06-20* avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.Theodore A. Roth1-0/+4
2003-06-20* avr-tdep.c (avr_read_pc): Use regcache instead of read_register.Theodore A. Roth1-0/+5
2003-06-20 * config/arm/linux.mt: Remove code protected by GDBSERVER define.Daniel Jacobowitz1-0/+19
2003-06-202003-06-19 Kris Warkentin <kewarken@qnx.com>Kris Warkentin1-0/+6
2003-06-20* avr-tdep.c (avr_frame_address): Delete function.Theodore A. Roth1-0/+6
2003-06-202003-06-19 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-0/+9
2003-06-192003-06-19 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+13
2003-06-19* avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.Theodore A. Roth1-0/+4
2003-06-19 * varobj.c (get_type, get_target_type): Use check_typedef.Daniel Jacobowitz1-0/+4
2003-06-19 * breakpoint.c (insert_catchpoint): Call internal_error.Daniel Jacobowitz1-0/+4
2003-06-19* avr-tdep.c (avr_push_dummy_code): Delete function.Theodore A. Roth1-0/+5
2003-06-19 * arch-utils.c (default_prepare_to_proceed): Remove.Daniel Jacobowitz1-0/+24
2003-06-19* avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, andTheodore A. Roth1-0/+62
2003-06-192003-06-18 Corinna Vinschen <vinschen@redhat.com>Michael Snyder1-0/+7
2003-06-18 * config/nm-linux.h (linux_record_stopped_pid): New prototype.Daniel Jacobowitz1-0/+8
2003-06-17 * ada-lang.c (scan_discrim_bound): Name first argument.Stephane Carrez1-0/+6
2003-06-17 * ada-tasks.c (find_function_in_inferior): Don't declare it.Stephane Carrez1-0/+6
2003-06-17gdb/Daniel Jacobowitz1-0/+18
2003-06-17 * breakpoint.c (insert_catchpoint): New function.Daniel Jacobowitz1-0/+6
2003-06-17 * symfile.c (reread_symbols): Clear sym_private.Daniel Jacobowitz1-0/+4
2003-06-172003-06-17 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-0/+8
2003-06-17* nto-tdep.c (nto_map_arch_to_cputype): Recognize powerpc.Kris Warkentin1-0/+7
2003-06-17 * remote.c (remote_prepare_to_store): Replace call toDaniel Jacobowitz1-0/+6
2003-06-17* i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.Kris Warkentin1-0/+4
2003-06-17* i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.Kris Warkentin1-0/+4
2003-06-17* ppc-linux-tdep.c: "Linux" -> "GNU/Linux"Jim Blandy1-0/+4
2003-06-17* avr-tdep.c (avr_extract_return_value): New function.Theodore A. Roth1-0/+5
2003-06-162003-06-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-0/+12
2003-06-16 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...Corinna Vinschen1-0/+11
2003-06-16 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.Corinna Vinschen1-0/+31
2003-06-162003-06-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-0/+17
2003-06-162003-06-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-0/+4
2003-06-16* avr-tdep.c (avr_register_type): Remove a blank line.Theodore A. Roth1-0/+5
2003-06-16* avr-tdep.c (avr_scan_prologue): Update comment describing the variousTheodore A. Roth1-0/+8
2003-06-15* avr-tdep.c (avr_register_byte): Delete function.Theodore A. Roth1-0/+20