blob: af34fdf1d3a731378acce4103c913c9e4b3e6101 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
* gdb/arm-linux-tdep.c (arm_linux_thumb_be_breakpoint)
(arm_linux_thumb_le_breakpoint): New. Update comments.
(arm_linux_init_abi): Set Thumb breakpoints also.
2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
* gdb/Makefile.in (arm-tdep.o): Update dependencies.
* gdb/arm-tdep.c: Include "objfiles.h" and "dwarf2-frame.h".
(arm_gdbarch_init): Register dwarf2_frame_sniffer.
2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
* gdb/elfread.c (elf_symtab_read): Skip symbols which BFD considers
special.
2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
* gdb/testsuite/lib/mi-support.exp (mi_gdb_load): Use /tmp for
gdbserver downloads.
* gdb/testsuite/config/gdbserver.exp (gdb_load): Likewise.
|