| 1 | 2004-02-23 Jeff Johnston <jjohnstn@redhat.com> |
| 2 | |
| 3 | * printcmd.c (print_scalar_formatted): Initialize val_long |
| 4 | to remove compiler warning message. |
| 5 | |
| 6 | 2004-02-23 Jeff Johnston <jjohnstn@redhat.com> |
| 7 | |
| 8 | * defs.h (nquery, yquery): New prototypes. |
| 9 | * breakpoint.c (break_command_1): Use new nquery interface. |
| 10 | * utils.c (defaulted_query, nquery, yquery): New functions. |
| 11 | |
| 12 | 2004-02-23 Andrew Cagney <cagney@redhat.com> |
| 13 | |
| 14 | * hppa-tdep.c (hppa_frame_align): New function. |
| 15 | (hppa32_push_dummy_call): New function. |
| 16 | (hppa64_push_dummy_call): New function. |
| 17 | (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep |
| 18 | disabled. |
| 19 | |
| 20 | * infcall.c (legacy_push_dummy_code): Don't call deprecated |
| 21 | FIX_CALL_DUMMY when push_dummy_call is available. |
| 22 | (call_function_by_hand, push_dummy_code): Ditto. |
| 23 | |
| 24 | 2004-02-22 Andrew Cagney <cagney@redhat.com> |
| 25 | |
| 26 | * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro. |
| 27 | (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro. |
| 28 | (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro. |
| 29 | * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated |
| 30 | use_generic_dummy_frames, set deprecated pc_in_call_dummy, set |
| 31 | call_dummy_location to ON_STACK. |
| 32 | |
| 33 | 2004-02-22 Mark Kettenis <kettenis@gnu.org> |
| 34 | |
| 35 | * x86-64-linux-tdep.c: Tweak comment. |
| 36 | (amd64_linux_supply_gregset): Renamed from |
| 37 | x86_64_linux_supply_gresget. |
| 38 | (amd64_linux_fill_gregset): Renamed from |
| 39 | x86_64_linux_fill_gregset. |
| 40 | (fetch_core_registers): Adjust for renamed functions. |
| 41 | (amd64_core_fns): Renamed from x86_64_core_fns. |
| 42 | (amd64_linux_sigtramp_start): Renamed from |
| 43 | x86_64_linux_sigtramp_start. |
| 44 | (amd64_linux_pc_in_sigtramp): Renamed from |
| 45 | x86_64_linux_pc_in_sigtramp. Adjust for renamed functions. |
| 46 | (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from |
| 47 | X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET. |
| 48 | (amd64_linux_sigcontext_addr): Renamed from |
| 49 | x86_64_linux_sigcontext_addr. |
| 50 | (amd64_linux_sc_reg_offset): Renamed from |
| 51 | x86_64_linux_sc_reg_offset. |
| 52 | (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi. |
| 53 | Adjust for renamed functions and variables. |
| 54 | (_initialize_amd64_linux_tdep): Renamed from |
| 55 | _initialize_x86_64_linux_tdep. Adjust for renamed functions and |
| 56 | variables. |
| 57 | * x86-64-linux-tdep.h: Update copyright year. Tweak comment. |
| 58 | Adjust for renamed functions. |
| 59 | |
| 60 | * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename |
| 61 | from x86_64_linux_gregset64_reg_offset. |
| 62 | (amd64_linux_gregset32_reg_offset): Rename from |
| 63 | x86_64_linux_gregset64_reg_offset. |
| 64 | (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get. |
| 65 | (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set. |
| 66 | (amd64_linux_dr_set_control): Renamed from |
| 67 | x86_64_linux_dr_set_control. Adjust for renamed functions. |
| 68 | (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr. |
| 69 | Adjust for renamed functions. |
| 70 | (amd64_linux_dr_reset_addr): Renamed from |
| 71 | x86_64_linux_dr_reset_addr. Adjust for renamed functions. |
| 72 | (amd64_linux_dr_get_status): Renamed from |
| 73 | x86_64_linux_dr_get_status. Adjust for renamed functions. |
| 74 | (_initialize_amd64_linux_nat): Renamed from |
| 75 | _initialize_x86_64_linux_nat. Adjust for renamed variables and |
| 76 | functions. |
| 77 | * config/i386/nm-x86-64linux.h: Update copyright year. |
| 78 | Adjust for renamed functions. |
| 79 | |
| 80 | * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from |
| 81 | amd64fbsd_sigtramp_start. |
| 82 | (amd64fbsd_sigtramp_end_addr): Renamed from |
| 83 | amd64fbsd_sigtramp_end. |
| 84 | (amd64fbsd_init_abi): Adjust for renamed variables. |
| 85 | * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed |
| 86 | variables. |
| 87 | * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from |
| 88 | amd64fbsd_sigtramp_start. |
| 89 | (amd64fbsd_sigtramp_end_addr): Renamed from |
| 90 | amd64fbsd_sigtramp_end. |
| 91 | |
| 92 | 2004-02-22 Andrew Cagney <cagney@redhat.com> |
| 93 | |
| 94 | * hppa-tdep.c (hppa32_return_value): New function. |
| 95 | (hppa64_return_value): New function. |
| 96 | (hppa_gdbarch_init): Set return_value; keep disabled. |
| 97 | |
| 98 | * hppa-tdep.c (hppa_gdbarch_init): Re-order separating |
| 99 | struct-return and inferior function call methods. |
| 100 | |
| 101 | * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and |
| 102 | "frame-base.h". |
| 103 | (struct hppa_frame_cache): Define. |
| 104 | (hppa_frame_cache, hppa_frame_this_id): New functions. |
| 105 | (hppa_frame_prev_register): New function. |
| 106 | (hppa_frame_unwind, hppa_frame_base): New variables. |
| 107 | (hppa_frame_unwind_sniffer): New function. |
| 108 | (hppa_frame_base_address, hppa_unwind_pc): New function. |
| 109 | (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind |
| 110 | sniffer, and frame base sniffer; keep disabled. |
| 111 | (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions. |
| 112 | * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo. |
| 113 | |
| 114 | * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p |
| 115 | to predicates for "seriously old code". |
| 116 | |
| 117 | * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into |
| 118 | runtime if(0). |
| 119 | |
| 120 | * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint" |
| 121 | unsigned. |
| 122 | (hppa_frame_find_saved_regs): Fix "std" instruction pattern |
| 123 | |
| 124 | * config/pa/tm-hppa.h: Update copyright. |
| 125 | (DEPRECATED_INIT_FRAME_PC): Delete macro. |
| 126 | (deprecated_init_frame_pc_default): Delete declaration. |
| 127 | (hppa_frame_init_saved_regs): Delete declaration. |
| 128 | (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro. |
| 129 | * hppa-tdep.c: Include "arch-utils.h". |
| 130 | (hppa_gdbarch_init): Set deprecated init_frame_pc |
| 131 | and deprecated frame_init_saved_regs. |
| 132 | (hppa_frame_init_saved_regs): Make static. |
| 133 | |
| 134 | 2004-02-22 Mark Kettenis <kettenis@gnu.org> |
| 135 | |
| 136 | Remove old 386BSD support. |
| 137 | * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*. |
| 138 | * configure.host: Remove i[34567]86-*-bsd*. |
| 139 | * configure.tgt: Remove i[34567]86-*-bsd*. |
| 140 | * i386b-nat.c: Removed. |
| 141 | * Makefile.in (ALLDEPFILES): Remove i386b-nat.c. |
| 142 | (i386b-nat.o): Remove dependencies. |
| 143 | |
| 144 | * config/i386/i386bsd.mh: Removed. |
| 145 | * config/i386/i386bsd.mt: Removed. |
| 146 | * config/i386/nm-i386bsd.h: Removed. |
| 147 | * config/i386/tm-i386bsd.h: Removed. |
| 148 | * config/i386/xm-i386bsd.h: Removed. |
| 149 | |
| 150 | * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration. |
| 151 | |
| 152 | * amd64fbsd-tdep.c: Include "solib-svr4.h". |
| 153 | (amd64fbsd_init_abi): Set link map offsets. |
| 154 | * amd64nbsd-tdep.c: Include "slib-svr4.h". |
| 155 | (amd64nbsd_init_abi): Set link map offsets. |
| 156 | * amd64obsd-tdep.c: Include "solib-svr4.h". |
| 157 | (amd64obsd_init_abi): Set link map offsets. |
| 158 | * i386fbsd-tdep.c: Include "solib-svr4.h". |
| 159 | (i386fbsd_init_abi): Set link map offsets. |
| 160 | * i386nbsd-tdep.c: Include "solib-svr4.h". |
| 161 | (i386nbsdelf_init_abi): Set link map offsets. |
| 162 | * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o) |
| 163 | (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies. |
| 164 | * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o, |
| 165 | solib-legacy.o and core-aout.o. Reformat. |
| 166 | * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o, |
| 167 | solib-svr4.o, solib-legacy.o. Reformat. |
| 168 | * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat. |
| 169 | * config/i386/nbsdelf.mh: Reformat. |
| 170 | * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o, |
| 171 | solib-svr4.o, solib-legacy.o and corelow.o. |
| 172 | * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat. |
| 173 | * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o, |
| 174 | solib-svr4.o, solib-legacy.o and corelow.o. Reformat. |
| 175 | * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o. |
| 176 | * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o. |
| 177 | (TM_FILE): Set to tm-fbsd.h. |
| 178 | * config/i386/nbsd.mt (TDEPFILES): Reformat. |
| 179 | * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and |
| 180 | solib-svr4.o. |
| 181 | * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and |
| 182 | solib-svr4.o. |
| 183 | (TM_FILE): Set to nm-nbsd.h. |
| 184 | * config/i386/nm-fbsd.h: Update copyright year. Tweak comments. |
| 185 | Simplify shared library support. Don't include "elf/common.h". |
| 186 | (SVR4_SHARED_LIBS): Don't define. |
| 187 | * config/i386/nm-fbsd64.h: Update copyright year. Don't include |
| 188 | "solib.h". |
| 189 | * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h, |
| 190 | config/i386/nm-obsd.h: Update copyright year. Tweak comments. |
| 191 | * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments. |
| 192 | Don't include "i386/tm-i386.h". Include "solib.h". |
| 193 | * config/i386/tm-nbsd.h: Update copyright year. Tweak comments. |
| 194 | Don't include "i386/tm-i386.h". |
| 195 | * config/i386/xm-i386.h: Update copyright year. Tweak comments. |
| 196 | * config/i386/xm-nbsd.h: Update copyright year. Tweak comments. |
| 197 | Include "i386/xm-i386.h". |
| 198 | (HOST_LONG_DOUBLE_FORMAT): Remove. |
| 199 | |
| 200 | Fix OpenBSD/i386 sigtramp recognition. |
| 201 | * i386-tdep.h: Update copyright year. |
| 202 | (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start) |
| 203 | (i386bsd_sigtramp_end): New prototypes. |
| 204 | (i386fbsd_sigtramp_start_addr): Renamed from |
| 205 | i386fbsd_sigtramp_start. |
| 206 | (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end. |
| 207 | (i386obsd_sigtramp_start_addr): Renamed from |
| 208 | i386obsd_sigtramp_start. |
| 209 | (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end. |
| 210 | * i386bsd-tdep.c: Update copyright year. |
| 211 | (i386bsd_pc_in_sigtramp): Make public. |
| 212 | * i386fbsd-nat.c: Update copyright year. |
| 213 | (_initialize_i386fbsd_nat): Adjust for renamed variables. |
| 214 | * i386fbsd-tdep.c: Update copyright year. |
| 215 | (i386fbsd_sigtramp_start_addr): Renamed from |
| 216 | i386fbsd_sigtramp_start. |
| 217 | (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end. |
| 218 | (i386fbsdaout_init_abi): Adjust for renamed variables. |
| 219 | * i386obsd-nat.c: Update copyright year. |
| 220 | (_initialize_i386obsd_nat): Adjust for renamed variables. |
| 221 | * i386obsd-tdep.c: Include "target.h". |
| 222 | (i386obsd_page_size): New variable. |
| 223 | (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start) |
| 224 | (i386obsd_sigtramp_end): New functions. |
| 225 | (i386obsd_sigtramp_start_addr): Renamed from |
| 226 | i386obsd_sigtramp_start. |
| 227 | (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end. |
| 228 | (i386obsd_init_abi): Adjust for renamed variables. Set |
| 229 | pc_in_sigtramp, sigtramp_start and sigtramp_end. |
| 230 | * Makefile.in (i386obsd-tdep.o): Update dependencies. |
| 231 | |
| 232 | * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal |
| 233 | trampoline change in OpenBSD kernel. |
| 234 | |
| 235 | * amd64-nat.c: Update copyright year. |
| 236 | (amd64_supply_native_gregset, amd64_collect_native_gregset): Use |
| 237 | architecture from REGCACHE. |
| 238 | |
| 239 | * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use |
| 240 | symbolic constants from <sys/reg.h> instead of hard-coded numbers. |
| 241 | |
| 242 | 2004-02-21 Mark Kettenis <kettenis@gnu.org> |
| 243 | |
| 244 | * configure.host: Add i[34567]86-*-openbsd[0-2].* and |
| 245 | i[34567]86-*-openbsd3.[0-3]. |
| 246 | * config/i386/obsdaout.mh: New file. |
| 247 | |
| 248 | * config/i386/obsd.mh (MH_FLAGS): Remove. |
| 249 | |
| 250 | Fix PR build/1549. |
| 251 | * i386obsd-tdep.c: Update copyright years. Include |
| 252 | "solib-svr4.h". |
| 253 | (i386obsd_init_abi): Don't set regset_from_core_section here. |
| 254 | (i386obsd_aout_init_abi): New function. Set |
| 255 | regset_from_core_section here. |
| 256 | (i386obsd_elf_init_abi): New function. |
| 257 | (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF. |
| 258 | * Makefile.in (i386obsd-tdep.o): Update dependecies. |
| 259 | * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o. |
| 260 | (TM_FILE): Set to tm-nbsd.h. |
| 261 | |
| 262 | * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and |
| 263 | solib-sunos.o. |
| 264 | |
| 265 | * solib-svr4.h: Update copyright year. |
| 266 | (svr4_ilp32_fetch_link_map_offsets) |
| 267 | (svr4_lp64_fetch_link_map_offsets): New prototype. |
| 268 | * solib-svr4.c: Update copyright year. |
| 269 | (svr4_ilp32_fetch_link_map_offsets) |
| 270 | (svr4_lp64_fetch_link_map_offsets): New function. |
| 271 | |
| 272 | 2004-02-20 Daniel Jacobowitz <drow@mvista.com> |
| 273 | |
| 274 | * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators |
| 275 | to the partial symbol table. |
| 276 | |
| 277 | 2004-02-20 J. brobecker <brobecker@gnat.com> |
| 278 | |
| 279 | * PROBLEMS: Add description of problem documented under gdb/1560. |
| 280 | |
| 281 | 2004-02-20 Mark Kettenis <kettenis@gnu.org> |
| 282 | |
| 283 | * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix |
| 284 | comments. |
| 285 | (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New |
| 286 | functions. |
| 287 | (amd64obsd_init_abi): Reorder initializations. Use |
| 288 | amd64obsd_r_reg_offset to initialize the general-purpose register |
| 289 | set details. Set regset_from_core_section. |
| 290 | (_initialize_amd64obsd_tdep): Rename from |
| 291 | _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps. |
| 292 | * Makefile.in (amd64obsd-tdep.o): Update dependencies. |
| 293 | * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o. |
| 294 | |
| 295 | * NEWS (New native configurations): Mention OpenBSD/alpha. |
| 296 | * configure.tgt: Add alpha*-*-openbsd*. |
| 297 | * configure.host: Add alpha*-*-openbsd*. |
| 298 | * alphanbsd-tdep.c: Update copyright year. |
| 299 | (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF. |
| 300 | |
| 301 | 2004-02-20 Andrew Cagney <cagney@redhat.com> |
| 302 | |
| 303 | Fix PR tdep/1372. |
| 304 | * configure.tgt: Delete target "none-*-*". |
| 305 | * configure.host: Delete host "none-*-*". |
| 306 | * config/none/none.mh: Delete file. |
| 307 | * config/none/none.mt: Delete file. |
| 308 | * config/none/xm-none.h: Delete file. |
| 309 | * config/none/tm-none.h: Delete file. |
| 310 | * config/none/nm-none.h: Delete file. |
| 311 | |
| 312 | 2004-02-19 Fred Fish <fnf@redhat.com> |
| 313 | |
| 314 | * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of |
| 315 | cache->uses_fp prior to setting it. |
| 316 | |
| 317 | 2004-02-19 Fred Fish <fnf@redhat.com> |
| 318 | |
| 319 | Fix for PR breakpoint/1558. |
| 320 | * sh-tdep.c (IS_JSR): New macro. |
| 321 | (sh_analyze_prologue): Use IS_JSR to terminate prologue scan. |
| 322 | |
| 323 | 2004-02-19 Jim Blandy <jimb@redhat.com> |
| 324 | |
| 325 | * findvar.c (value_from_register): Doc fix. |
| 326 | |
| 327 | 2004-02-19 Jeff Johnston <jjohnstn@redhat.com> |
| 328 | |
| 329 | * printcmd.c (print_scalar_formatted): Do not check for sizeof |
| 330 | type being greater than sizeof of host's LONGEST. Always use |
| 331 | unpack_long() unless format 'f' chosen. |
| 332 | |
| 333 | 2004-02-19 Joel Brobecker <brobecker@gnat.com> |
| 334 | |
| 335 | Committed by Elena Zannoni <ezannoni@redhat.com> |
| 336 | |
| 337 | * symtab.c (find_pc_sect_psymtab): Return the psymtab that |
| 338 | contains a symbol wich is the best, non-exact match for the given |
| 339 | pc. Update comments. |
| 340 | |
| 341 | 2004-02-19 Elena Zannoni <ezannoni@redhat.com> |
| 342 | |
| 343 | * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT |
| 344 | macro, which was part of the now removed Mach 3 port. |
| 345 | * utils.c (request_quit): Ditto. |
| 346 | |
| 347 | 2004-02-18 Mark Kettenis <kettenis@gnu.org> |
| 348 | |
| 349 | * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and |
| 350 | "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c". |
| 351 | |
| 352 | 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> |
| 353 | |
| 354 | Committed by Mark Kettenis <kettenis@gnu.org>. |
| 355 | |
| 356 | * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): |
| 357 | Define. |
| 358 | |
| 359 | 2004-02-18 Andrew Cagney <cagney@redhat.com> |
| 360 | |
| 361 | * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN, |
| 362 | CONFIG_INSTALL and CONFIG_UNINSTALL. |
| 363 | * configure: Re-generate. |
| 364 | * interps.h (INTERP_TUI): Define. |
| 365 | * Makefile.in: Update dependencies. |
| 366 | (TUI): New macro. |
| 367 | (tui-main.o): Specify dependencies. |
| 368 | (install-tui, uninstall-tui, clean-tui, all-tui): New rules. |
| 369 | * tui/tui-main.c: New file. |
| 370 | |
| 371 | 2004-02-18 Mark Kettenis <kettenis@gnu.org> |
| 372 | |
| 373 | * amd64obsd-tdep.c, amd64obsd-nat.c: New files. |
| 374 | * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New |
| 375 | dependencies. |
| 376 | * configure.host: Add x86_64-*-openbsd*. |
| 377 | * configure.tgt: Add x86_64-*-openbsd*. |
| 378 | * config/i386/obsd64.mt, config/i386/obsd64.mh: New files. |
| 379 | |
| 380 | * tui/tui.c: Don't include <malloc.h>. |
| 381 | |
| 382 | * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c, |
| 383 | amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and |
| 384 | amd64nbsd-tdep.c. |
| 385 | |
| 386 | * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make |
| 387 | static. Remove extraneous whitespace. |
| 388 | * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make |
| 389 | static. |
| 390 | |
| 391 | 2004-02-17 Jim Blandy <jimb@redhat.com> |
| 392 | |
| 393 | * findvar.c (value_from_register): Doc fix. |
| 394 | |
| 395 | 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> |
| 396 | |
| 397 | Committed by Jim Blandy <jimb@redhat.com>. |
| 398 | |
| 399 | * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use |
| 400 | CORE_ADDR as type for selectors. Correct types for GNU run time |
| 401 | message lookup function to use double indirection. |
| 402 | * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type. |
| 403 | * objc-lang.h (lookup_child_selector): Adapt prototype. |
| 404 | |
| 405 | * s390-nat.c (SUBOFF): New macro. |
| 406 | (supply_gregset, fill_gregset): Use it to handle debugging |
| 407 | of 32-bit exectuables running under a 64-bit kernel. |
| 408 | * s390-tdep.c: Include "solib-svr4.h". |
| 409 | (s390_svr4_fetch_link_map_offset): New function. |
| 410 | (s390x_svr_fetch_link_map_offset): Likewise. |
| 411 | (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets. |
| 412 | * Makefile.in (s390-tdep.o): Update dependencies. |
| 413 | |
| 414 | * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and |
| 415 | "frame-unwind.h". |
| 416 | (s390_readinstruction): Reformat. Use read_memory_nobpt. |
| 417 | (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove. |
| 418 | (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove. |
| 419 | (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET, |
| 420 | S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET, |
| 421 | S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET, |
| 422 | S390_SIGNAL_FRAMESIZE, |
| 423 | s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove. |
| 424 | (struct frame_extra_info): Remove. |
| 425 | (s390_memset_extra_info): Remove. |
| 426 | (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg) |
| 427 | (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a) |
| 428 | (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes. |
| 429 | (is_rse): Renamed to ... |
| 430 | (is_rsy): ... this. Support long displacements. |
| 431 | (is_rxe): Renamed to ... |
| 432 | (is_rxy): ... this. Support long displacements. |
| 433 | (compute_x_addr): Support long displacements. |
| 434 | (struct s390_prologue_data): New data type. |
| 435 | (s390_on_stack): Change API to use struct s390_prologue_data. |
| 436 | (s390_store): Reimplement. |
| 437 | (s390_load): New function. |
| 438 | (s390_get_signal_frame_info): Remove. |
| 439 | (s390_get_frame_info): Remove, replace by ... |
| 440 | (s390_analyze_prolog): ... this new function. |
| 441 | (s390_check_function_end): Remove. |
| 442 | (s390_function_start): Remove. |
| 443 | (s390_frameless_function_invokation): Remove. |
| 444 | (s390_is_sigreturn): Remove. |
| 445 | (s390_init_frame_pc_first): Remove. |
| 446 | (s390_init_frame_extra_info): Remove. |
| 447 | (s390_frame_init_saved_regs): Remove. |
| 448 | (s390_frame_saved_pc_nofix): Remove. |
| 449 | (s390_frame_saved_pc): Remove. |
| 450 | (s390_frame_chain): Remove. |
| 451 | (s390_fp_regnum, s390_read_fp): Remove. |
| 452 | (s390_pop_frame_regular, s390_pop_frame): Remove. |
| 453 | (s390_saved_pc_after_call): Remove. |
| 454 | (s390_skip_prologue): Reimplement. |
| 455 | (s390_in_function_epilogue_p): Support long displacements. |
| 456 | (struct s390_unwind_cache): New data structure. |
| 457 | (s390_frame_unwind_cache): New function. |
| 458 | (s390_prologue_frame_unwind_cache): Likewise. |
| 459 | (s390_backchain_frame_unwind_cache): Likewise. |
| 460 | (s390_frame_this_id, s390_frame_prev_register): Likewise. |
| 461 | (s390_frame_unwind): Define. |
| 462 | (s390_frame_sniffer): New function. |
| 463 | (struct s390_pltstub_unwind_cache): New data structure. |
| 464 | (s390_pltstub_frame_unwind_cache): New function. |
| 465 | (s390_pltstub_frame_this_id): Likewise. |
| 466 | (s390_pltstub_frame_prev_register): Likewise. |
| 467 | (s390_pltstub_frame_unwind): Define. |
| 468 | (s390_pltstub_frame_sniffer): New function. |
| 469 | (struct s390_sigtramp_unwind_cache): New data structure. |
| 470 | (s390_sigtramp_frame_unwind_cache): New function. |
| 471 | (s390_sigtramp_frame_this_id): Likewise. |
| 472 | (s390_sigtramp_frame_prev_register): Likewise. |
| 473 | (s390_sigtramp_frame_unwind): Define. |
| 474 | (s390_sigtramp_frame_sniffer): New function. |
| 475 | (s390_frame_base_address, s390_local_base_address): New functions. |
| 476 | (s390_frame_base): Define. |
| 477 | (s390_unwind_pc, s390_unwind_sp): New function. |
| 478 | (s390_push_dummy_call): Use new frame base location. |
| 479 | (s390_unwind_dummy_id): Likewise. |
| 480 | (s390_gdbarch_init): Remove calls to: |
| 481 | set_gdbarch_frameless_function_invocation, |
| 482 | set_gdbarch_deprecated_init_frame_pc, |
| 483 | set_gdbarch_deprecated_frame_chain, |
| 484 | set_gdbarch_deprecated_frame_init_saved_regs, |
| 485 | set_gdbarch_deprecated_pop_frame, |
| 486 | set_gdbarch_deprecated_init_extra_frame_info, |
| 487 | set_gdbarch_deprecated_init_frame_pc_first, |
| 488 | set_gdbarch_deprecated_target_read_fp, |
| 489 | set_gdbarch_deprecated_frame_saved_pc, |
| 490 | set_gdbarch_deprecated_saved_pc_after_call, |
| 491 | set_gdbarch_deprecated_fp_regnum. |
| 492 | Add calls to: |
| 493 | set_gdbarch_in_solib_call_trampoline, |
| 494 | frame_unwind_append_sniffer, |
| 495 | frame_base_set_default, |
| 496 | set_gdbarch_unwind_pc, |
| 497 | set_gdbarch_unwind_sp. |
| 498 | * Makefile.in (s390-tdep.o): Update dependencies. |
| 499 | |
| 500 | * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member. |
| 501 | (S390_STACK_FRAME_OVERHEAD): Remove. |
| 502 | (S390_STACK_PARAMETER_ALIGNMENT): Remove. |
| 503 | (S390_NUM_FP_PARAMETER_REGISTERS): Remove. |
| 504 | (s390_promote_integer_argument): Remove. |
| 505 | (s390_cannot_extract_struct_value_address): Remove. |
| 506 | (s390_use_struct_convention, s390_store_struct_return): Remove. |
| 507 | (s390_extract_return_value, s390_store_return_value): Remove. |
| 508 | (s390_return_value_convention, s390_return_value): New functions. |
| 509 | (is_float_singleton): Handle typedefs. |
| 510 | (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref): |
| 511 | Remove, replace by ... |
| 512 | (s390_function_arg_pass_by_reference, s390_function_arg_float, |
| 513 | s390_function_arg_integer): ... these new functions. |
| 514 | (s390_push_arguments, s390_push_return_address): Remove, replace by ... |
| 515 | (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions. |
| 516 | (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags. |
| 517 | Fill in tdep->abi. |
| 518 | Remove calls to: |
| 519 | set_gdbarch_deprecated_store_struct_return, |
| 520 | set_gdbarch_deprecated_extract_return_value, |
| 521 | set_gdbarch_deprecated_store_return_value, |
| 522 | set_gdbarch_use_struct_convention, |
| 523 | set_gdbarch_extract_struct_value_address, |
| 524 | set_gdbarch_deprecated_pc_in_call_dummy, |
| 525 | set_gdbarch_deprecated_push_arguments, |
| 526 | set_gdbarch_deprecated_save_dummy_frame_tos, |
| 527 | set_gdbarch_deprecated_push_return_address, |
| 528 | set_gdbarch_deprecated_sizeof_call_dummy_words, |
| 529 | set_gdbarch_deprecated_call_dummy_words, |
| 530 | set_gdbarch_deprecated_dummy_write_sp. |
| 531 | Add calls to: |
| 532 | set_gdbarch_push_dummy_call, |
| 533 | set_gdbarch_unwind_dummy_id, |
| 534 | set_gdbarch_return_value. |
| 535 | |
| 536 | * config/s390/nm-linux.h: Update comments. |
| 537 | (target_insert_watchpoint, target_remove_watchpoint): Redefine. |
| 538 | (STOPPED_BY_WATCHPOINT): Redefine. |
| 539 | (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1. |
| 540 | (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype. |
| 541 | (s390_stopped_by_watchpoint): Likewise. |
| 542 | (watch_area_cnt): Remove. |
| 543 | * s390-nat.c: Update comments. |
| 544 | (watch_area): Remove typedef. |
| 545 | Global replace watch_area by struct watch_area. |
| 546 | (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove. |
| 547 | (s390_stopped_by_watchpoint): Remove pid argument, |
| 548 | use s390_inferior_tid. Add short-cut for the no watchpoint case. |
| 549 | (s390_fix_watch_points): Remove pid argument, |
| 550 | use s390_inferior_tid. Recompute area spanned by watchpoints. |
| 551 | (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid |
| 552 | argument. Reimplement. |
| 553 | |
| 554 | * config/s390/nm-linux.h: Update comments. Do not include "solib.h". |
| 555 | (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove. |
| 556 | (FETCH_INFERIOR_REGISTERS): Define. |
| 557 | * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and |
| 558 | core-regset.o. |
| 559 | * config/s390/s390x.mt: Remove. |
| 560 | * config/s390/tm-s390.h: Remove. |
| 561 | * config/s390/tm-linux.h: Do not include "s390/tm-s390.h". |
| 562 | (TARGET_ELF64): Remove. |
| 563 | (SKIP_TRAMPOLINE_CODE): Do not undefine. |
| 564 | * configure.tgt [s390-*-*, s390x-*-*]: Merge into single |
| 565 | s390*-*-* case; always set gdb_target to s390. |
| 566 | * regformats/reg-s390.dat: Remove control registers. |
| 567 | * regformats/reg-s390x.dat: Likewise. |
| 568 | * s390-tdep.h: New file. |
| 569 | * s390-nat.c: Do not include <asm/processor.h> or <value.h>. |
| 570 | Include "inferior.h" and "s390-tdep.h". |
| 571 | Remove private definition of offsetof. |
| 572 | (s390_register_u_addr): Remove. |
| 573 | (regmap_gregset, regmap_fpregset): Define. |
| 574 | (supply_gregset, fill_gregset): Reimplement. |
| 575 | (supply_fpregset, fill_fpregset): Likewise. |
| 576 | (s390_inferior_tid): New function. |
| 577 | (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise. |
| 578 | (fetch_inferior_registers, store_inferior_registers): Likewise. |
| 579 | * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead |
| 580 | of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h". |
| 581 | Global replace of S390_GP0_REGNUM by S390_R0_REGNUM. |
| 582 | Global replace of S390_FP0_REGNUM by S390_F0_REGNUM. |
| 583 | (struct gdbarch_tdep): Define. |
| 584 | (struct s390_register_info): Define. |
| 585 | (s390_register_info): New variable. |
| 586 | (s390_register_name): Reimplement. |
| 587 | (s390_register_type): New function. |
| 588 | (s390_register_raw_size, s390x_register_raw_size): Remove. |
| 589 | (s390_cannot_fetch_register): Remove. |
| 590 | (s390_register_byte): Remove. |
| 591 | (s390_register_virtual_type, s390x_register_virtual_type): Remove. |
| 592 | (s390_dwarf_regmap): New variable. |
| 593 | (s390_dwarf_reg_to_regnum): New function. |
| 594 | (s390_stab_reg_to_regnum): Remove. |
| 595 | (s390_pseudo_register_read, s390_pseudo_register_write): New functions. |
| 596 | (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise. |
| 597 | (s390_convert_register_p): Likewise. |
| 598 | (s390_register_to_value, s390_value_to_register): Likewise. |
| 599 | (s390_register_reggroup_p): Likewise. |
| 600 | (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset, |
| 601 | s390_gregset, s390x_gregset, s390_fpregset): New variables. |
| 602 | (s390_supply_regset, s390_regset_from_core_section): New functions. |
| 603 | (GDB_TARGET_IS_ESAME): Move here from tm-s390.h. |
| 604 | (S390_FPR_SIZE): Likewise. |
| 605 | (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME. |
| 606 | Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE. |
| 607 | (S390_NUM_GPRS): Move here from tm-s390.h. |
| 608 | (S390_NUM_FPRS): Likewise. |
| 609 | (s390_in_function_epilogue_p): New function. |
| 610 | (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE. |
| 611 | Replace S390_PC_REGNUM by S390_PSWA_REGNUM. |
| 612 | (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure. |
| 613 | Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum. |
| 614 | Replace S390_FP_REGNUM by S390_SP_REGNUM. |
| 615 | Remove calls to: |
| 616 | set_gdbarch_deprecated_max_register_raw_size, |
| 617 | set_gdbarch_deprecated_max_register_virtual_size, |
| 618 | set_gdbarch_deprecated_register_byte, |
| 619 | set_gdbarch_cannot_fetch_register, |
| 620 | set_gdbarch_cannot_store_register, |
| 621 | set_gdbarch_deprecated_register_size, |
| 622 | set_gdbarch_deprecated_register_raw_size, |
| 623 | set_gdbarch_deprecated_register_virtual_size, |
| 624 | set_gdbarch_deprecated_register_virtual_type, |
| 625 | set_gdbarch_deprecated_register_bytes. |
| 626 | Add calls to: |
| 627 | set_gdbarch_num_pseudo_regs, |
| 628 | set_gdbarch_register_type, |
| 629 | set_gdbarch_convert_register_p, |
| 630 | set_gdbarch_register_to_value, |
| 631 | set_gdbarch_value_to_register, |
| 632 | set_gdbarch_register_reggroup_p, |
| 633 | set_gdbarch_regset_from_core_section, |
| 634 | set_gdbarch_pseudo_register_read, |
| 635 | set_gdbarch_pseudo_register_write, |
| 636 | set_gdbarch_in_function_epilogue_p. |
| 637 | * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies. |
| 638 | (s390_tdep_h): New variable. |
| 639 | |
| 640 | 2004-02-17 Jim Blandy <jimb@redhat.com> |
| 641 | |
| 642 | * findvar.c (value_from_register): If the type has no length, just |
| 643 | return an acceptable value --- don't report an internal error. |
| 644 | |
| 645 | * stabsread.c (read_type): If we find any type numbers that are |
| 646 | forward references, complain if the references aren't resolved by |
| 647 | the time we're finished reading. |
| 648 | (cleanup_undefined_types): Make error message more appropriate for |
| 649 | a complaint. |
| 650 | |
| 651 | 2004-02-17 Elena Zannoni <ezannoni@redhat.com> |
| 652 | |
| 653 | * Makefile.in (defs_h): Remove dependency on progress_h. |
| 654 | * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of |
| 655 | progress.h. |
| 656 | * main.c (captured_main): Delete use of START_PROGRESS and |
| 657 | END_PROGRESS. |
| 658 | |
| 659 | 2004-02-17 Elena Zannoni <ezannoni@redhat.com> |
| 660 | |
| 661 | * objfiles.c (terminate_minimal_symbol_table): Add back |
| 662 | initialization of MSYMBOL_TYPE. |
| 663 | |
| 664 | 2004-02-17 David Mosberger <davidm@hpl.hp.com> |
| 665 | |
| 666 | Committed by Andrew Cagney. |
| 667 | * Makefile.in (ia64_tdep_h): New macro. |
| 668 | (ia64-linux-tdep.o): Mention $(ia64_tdep_h). |
| 669 | (ia64-tdep.o): Likewise. |
| 670 | * ia64-tdep.h: New file. |
| 671 | * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h". |
| 672 | (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h. |
| 673 | (ia64_aix_sigcontext_register_address): Likewise. |
| 674 | (ia64_linux_getunwind_table): Delete declaration. |
| 675 | * ia64-linux-tdep.c: Likewise. |
| 676 | |
| 677 | 2004-02-17 Corinna Vinschen <vinschen@redhat.com> |
| 678 | |
| 679 | * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM. |
| 680 | * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to |
| 681 | DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM. |
| 682 | |
| 683 | 2004-02-17 Andrew Cagney <cagney@redhat.com> |
| 684 | |
| 685 | * symtab.c (skip_prologue_using_sal): New function. |
| 686 | * symtab.h (skip_prologue_using_sal): Declare. |
| 687 | * frv-tdep.c: Include "symtab.h". |
| 688 | (skip_prologue_using_sal): Delete function. |
| 689 | * mips-tdep.c (skip_prologue_using_sal): Delete function. |
| 690 | * rs6000-tdep.c (refine_prologue_limit): Mention |
| 691 | skip_prologue_using_sal. |
| 692 | * ia64-tdep.c (refine_prologue_limit): Ditto. |
| 693 | * Makefile.in: Update dependencies. |
| 694 | |
| 695 | 2004-02-16 Andrew Cagney <cagney@redhat.com> |
| 696 | |
| 697 | * config/alpha/tm-nbsd.h: Update copyright, delete #undef |
| 698 | START_INFERIOR_TRAPS_EXPECTED. |
| 699 | * config/alpha/tm-fbsd.h: Update copyright, delete #undef |
| 700 | START_INFERIOR_TRAPS_EXPECTED. |
| 701 | * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED): |
| 702 | Delete macro. |
| 703 | * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete |
| 704 | macro, moved to "nm-osf.h". Update copyright. |
| 705 | * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define, |
| 706 | update copyright. |
| 707 | |
| 708 | * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate |
| 709 | and function replacing FRAMELESS_FUNCTION_INVOCATION. |
| 710 | * blockframe.c (legacy_frameless_look_for_prologue): Rename |
| 711 | frameless_look_for_prologue. |
| 712 | * frame.h (legacy_frameless_look_for_prologue): Rename |
| 713 | frameless_look_for_prologue. |
| 714 | * gdbarch.h, gdbarch.c: Re-generate. |
| 715 | * sh64-tdep.c (sh64_gdbarch_init): Update. |
| 716 | * sh-tdep.c (sh_gdbarch_init): Update. |
| 717 | * s390-tdep.c (s390_gdbarch_init): Update. |
| 718 | * rs6000-tdep.c (rs6000_gdbarch_init): Update. |
| 719 | * ppc-linux-tdep.c (ppc_linux_init_abi): Update. |
| 720 | * m68k-tdep.c (m68k_gdbarch_init): Update. |
| 721 | (delta68_frame_args_address): Update. |
| 722 | * m32r-tdep.c (m32r_gdbarch_init): Update. |
| 723 | * hppa-tdep.c (hppa_gdbarch_init): Update. |
| 724 | * h8300-tdep.c (h8300_gdbarch_init): Update. |
| 725 | * frv-tdep.c (frv_gdbarch_init): Update. |
| 726 | (frv_frameless_function_invocation): Update. |
| 727 | * cris-tdep.c (cris_gdbarch_init): Update. |
| 728 | (cris_frameless_function_invocation): Update. |
| 729 | * avr-tdep.c (avr_gdbarch_init): Update. |
| 730 | * arm-tdep.c (arm_gdbarch_init): Update. |
| 731 | * stack.c (frame_info): Update, call predicate. |
| 732 | * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate.. |
| 733 | * frame.c (legacy_get_prev_frame): Update, call predicate.. |
| 734 | * arch-utils.c (generic_frameless_function_invocation_not): Delete. |
| 735 | * arch-utils.h (generic_frameless_function_invocation_not): Delete. |
| 736 | * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function |
| 737 | invocation. |
| 738 | * d10v-tdep.c (d10v_gdbarch_init): Ditto. |
| 739 | * ns32k-tdep.c (ns32k_gdbarch_init): Ditto. |
| 740 | * vax-tdep.c (vax_gdbarch_init): Ditto. |
| 741 | |
| 742 | * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused |
| 743 | function. |
| 744 | |
| 745 | 2004-02-16 Daniel Jacobowitz <drow@mvista.com> |
| 746 | |
| 747 | * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary |
| 748 | initializations. |
| 749 | |
| 750 | 2004-02-16 Andrew Cagney <cagney@redhat.com> |
| 751 | |
| 752 | * tui/tui-windata.c: Include "gdb_string.h". |
| 753 | * tui/tui-source.c, tui/tui-winsource.c: Ditto. |
| 754 | * tui/tui-layout.c, tui/tui-command.c: Ditto. |
| 755 | * Makefile.in: Update dependencies. |
| 756 | |
| 757 | 2004-02-16 Daniel Jacobowitz <drow@mvista.com> |
| 758 | |
| 759 | * Makefile.in (infrun.o): Add $(gdb_assert_h). |
| 760 | * infrun.c: Include "gdb_assert.h". |
| 761 | (singlestep_ptid, saved_singlestep_ptid) |
| 762 | (stepping_past_singlestep_breakpoint): New variables. |
| 763 | (resume): Set singlestep_ptid. Check for singlestep thread |
| 764 | hop. |
| 765 | (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint. |
| 766 | (handle_inferior_event): Handle singlestep thread hop. |
| 767 | |
| 768 | 2004-02-16 Andrew Cagney <cagney@redhat.com> |
| 769 | |
| 770 | * dwarf2-frame.c (dwarf2_frame_ops): New function. |
| 771 | (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data. |
| 772 | (dwarf2_frame_init_reg): Ditto. |
| 773 | |
| 774 | * printcmd.c (display_command): Check that EXP isn't NULL. Fix |
| 775 | suggested by Joshua Neuheisel |
| 776 | |
| 777 | * configure.in: Always check for curses, including pdcurses. |
| 778 | Warn, instead of error, when no curses are found. Enable TUI when |
| 779 | curses is available. |
| 780 | * configure: Re-generate. |
| 781 | |
| 782 | 2004-02-16 Corinna Vinschen <vinschen@redhat.com> |
| 783 | |
| 784 | * sh-tdep.c (sh_register_convert_to_virtual): Rename from |
| 785 | sh_sh4_register_convert_to_virtual. |
| 786 | (sh_register_convert_to_raw): Rename from |
| 787 | sh_sh4_register_convert_to_raw. |
| 788 | (sh_pseudo_register_read): Accomodate above name change. |
| 789 | (sh_pseudo_register_write): Ditto. |
| 790 | |
| 791 | 2004-02-16 Corinna Vinschen <vinschen@redhat.com> |
| 792 | |
| 793 | * sh-tdep.c (sh_generic_register_name): Remove. |
| 794 | (sh_gdbarch_init): Use sh_sh_register_name in default case. |
| 795 | |
| 796 | 2004-02-15 Andrew Cagney <cagney@redhat.com> |
| 797 | |
| 798 | * configure.in (build_warnings): Add -Wunused-function. |
| 799 | * configure: Re-generate. |
| 800 | |
| 801 | * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro. |
| 802 | * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto. |
| 803 | |
| 804 | * procfs.c (procfs_init_inferior): Assume that |
| 805 | START_INFERIOR_TRAPS_EXPECTED is defined. |
| 806 | * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h. |
| 807 | * config/ns32k/tm-nbsd.h: Delete file, |
| 808 | START_INFERIOR_TRAPS_EXPECTED already defined as 2. |
| 809 | |
| 810 | * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h". |
| 811 | * config/vax/tm-vax.h: Delete file. |
| 812 | |
| 813 | * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. |
| 814 | * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. |
| 815 | * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro. |
| 816 | * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. |
| 817 | * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference. |
| 818 | * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. |
| 819 | * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference. |
| 820 | |
| 821 | 2004-02-15 Mark Kettenis <kettenis@gnu.org> |
| 822 | |
| 823 | * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype. |
| 824 | * dwarf2-frame.c (dwarf2_frame_data): New variable. |
| 825 | (struct dwarf2_frame_ops): New. |
| 826 | (dwarf2_frame_default_init_reg): New function, based on |
| 827 | dwarf2_frame_init_reg. |
| 828 | (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function. |
| 829 | (dwarf2_frame_init_reg): Call architecture-specific function. |
| 830 | (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data. |
| 831 | (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data |
| 832 | instead of dwarf2_frame_data. |
| 833 | (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data. |
| 834 | Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data. |
| 835 | |
| 836 | 2004-02-15 Andrew Cagney <cagney@redhat.com> |
| 837 | |
| 838 | * gdbarch.sh (deprecated_register_gdbarch_swap): Rename |
| 839 | register_gdbarch_swap. |
| 840 | (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP. |
| 841 | * f-lang.c (_initialize_f_language): Update, use |
| 842 | DEPRECATED_REGISTER_GDBARCH_SWAP. |
| 843 | * remote.c (_initialize_remote): Ditto. |
| 844 | * regcache.c (_initialize_regcache): Ditto. |
| 845 | * parse.c (_initialize_parse): Ditto. |
| 846 | * infrun.c (_initialize_infrun): Ditto. |
| 847 | * mi/mi-main.c (_initialize_mi_main): Ditto. |
| 848 | * gdbtypes.c (_initialize_gdbtypes): Ditto. |
| 849 | |
| 850 | * solib.c (solib_map_sections): Use bfd_set_cacheable instead of |
| 851 | poking .cacheable directly. |
| 852 | * symfile.c (symfile_bfd_open): Ditto. |
| 853 | |
| 854 | * Makefile.in: Update all dependencies. |
| 855 | |
| 856 | * Makefile.in: (.SUFFIXES): Add ".l" and ".y". |
| 857 | (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate |
| 858 | .c. Update references. Delete unnecessary .tab.c and -lex.c rules. |
| 859 | (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule. |
| 860 | (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar. |
| 861 | |
| 862 | 2004-02-14 Andrew Cagney <cagney@redhat.com> |
| 863 | |
| 864 | * arch-utils.c (legacy_convert_register_p): Check |
| 865 | DEPRECATED_REGISTER_CONVERTIBLE_P. |
| 866 | * findvar.c (value_of_register): Ditto. |
| 867 | |
| 868 | * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate. |
| 869 | * gdbarch.h, gdbarch.c: Re-generate. |
| 870 | * arch-utils.c (deprecated_register_convertible_not): Delete. |
| 871 | * arch-utils.h (deprecated_register_convertible_not): Delete. |
| 872 | * mi/mi-main.c (get_register): Update. Update copyright. |
| 873 | * infcmd.c (default_print_registers_info): Update. |
| 874 | |
| 875 | * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete. |
| 876 | (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete. |
| 877 | (DEPRECATED_CALL_DUMMY_ADDRESS): Delete. |
| 878 | * gdbarch.h, gdbarch.c: Re-generate. |
| 879 | * frame.c (deprecated_get_next_frame_hack): Delete function. |
| 880 | * frame.h (deprecated_get_next_frame_hack): Delete declaration. |
| 881 | * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point): |
| 882 | Update. |
| 883 | * infcall.c (call_function_by_hand): Update. |
| 884 | |
| 885 | 2004-02-14 Elena Zannoni <ezannoni@redhat.com> |
| 886 | |
| 887 | * symfile.c (init_entry_point_info, entry_point_address): Move |
| 888 | from here... |
| 889 | * objfiles.c (init_entry_point_info, entry_point_address):..to |
| 890 | here. |
| 891 | * symfile.h (init_entry_point_info, entry_point_address): Remove |
| 892 | prototypes. |
| 893 | * objfiles.h (init_entry_point_info, entry_point_address):Add |
| 894 | prototypes. |
| 895 | * cris-tdep.c: Remove include of symfile.h. Add include of |
| 896 | objfiles.h. |
| 897 | * infcall.c: Ditto. |
| 898 | * mcore-tdep.c: Ditto. |
| 899 | * mn10300-tdep.c: Ditto. |
| 900 | * sh64-tdep.c: Ditto. |
| 901 | * v850-tdep.c: Ditto. |
| 902 | * arm-tdep.c: Remove include of symfile.h. |
| 903 | * blockframe.c: Ditto. |
| 904 | * coffread.c: Ditto. |
| 905 | * dbxread.c: Ditto. |
| 906 | * dwarf2read.c: Ditto. |
| 907 | * dwarfread.c: Ditto. |
| 908 | * frv-tdep.c: Ditto. |
| 909 | * ia64-tdep.c: Ditto. |
| 910 | * mdebugread.c: Ditto. |
| 911 | * mipsread.c: Ditto. |
| 912 | * rs6000-tdep.c: Ditto. |
| 913 | * s390-tdep.c: Ditto. |
| 914 | * sh-tdep.c: Ditto. |
| 915 | * xstormy16-tdep.c: Ditto. |
| 916 | * gdbarch.sh: Remove include of symfile.h. |
| 917 | * gdbarch.c: Regenerate. |
| 918 | * solib-irix.c (enable_break): Use entry_point_address(). |
| 919 | Add comment about include file. |
| 920 | * xcoffread.c: Add comment about include file. |
| 921 | * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o) |
| 922 | (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o) |
| 923 | (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o) |
| 924 | (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o) |
| 925 | (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies. |
| 926 | |
| 927 | 2004-02-13 Andrew Cagney <cagney@redhat.com> |
| 928 | |
| 929 | * corelow.c (core_xfer_partial): Use "struct bfd_section". |
| 930 | * config/sparc/nm-nbsd.h (struct target_ops): Declare, update |
| 931 | copyright. |
| 932 | * mips-linux-tdep.c: Use "GNU/Linux", update copyright. |
| 933 | |
| 934 | 2004-02-12 Fred Fish <fnf@redhat.com> |
| 935 | |
| 936 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to |
| 937 | set_gdbarch_store_return_value. |
| 938 | |
| 939 | 2004-02-12 Andrew Cagney <cagney@redhat.com> |
| 940 | |
| 941 | * remote-rdi.c (arm_rdi_start_remote): Delete unused function. |
| 942 | (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto. |
| 943 | (interrupt_query): Ditto. |
| 944 | (ofunc): Delete unused variable. |
| 945 | * cris-tdep.c (cris_abi): Delete unused function. |
| 946 | (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto. |
| 947 | (cris_get_wide_opcode, cris_get_short_size): Ditto. |
| 948 | (cris_get_asr_quick_shift_steps): Ditto. |
| 949 | (cris_skip_prologue_frameless_p): Ditto. |
| 950 | * arm-tdep.c (arm_push_return_address): Delete unused function. |
| 951 | (arm_push_dummy_frame, arm_fix_call_dummy): Ditto. |
| 952 | * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function. |
| 953 | * s390-tdep.c (s390_function_start): Delete unused function. |
| 954 | |
| 955 | 2004-02-12 Andrew Cagney <cagney@redhat.com> |
| 956 | |
| 957 | * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete. |
| 958 | gdbarch.h, gdbarch.c: Re-generate. |
| 959 | * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p |
| 960 | to generic_prologue_frameless_p. |
| 961 | * arch-utils.h (generic_prologue_frameless_p): Delete declaration. |
| 962 | * arch-utils.c (generic_prologue_frameless_p): Delete function. |
| 963 | |
| 964 | 2004-02-11 Daniel Jacobowitz <drow@mvista.com> |
| 965 | |
| 966 | * mips-linux-tdep.c: Include "frame.h". |
| 967 | (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code) |
| 968 | (mips_linux_skip_resolver): New functions. |
| 969 | (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver |
| 970 | and set_gdbarch_in_solib_call_trampoline. |
| 971 | * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call |
| 972 | to after set_gdbarch_in_solib_return_trampoline. Only set the |
| 973 | solib hooks to mips16 functions if the OS ABI is unknown. |
| 974 | * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after |
| 975 | including "config/tm-linux.h". |
| 976 | (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define. |
| 977 | * Makefile.in (mips-linux-tdep.o): Update. |
| 978 | |
| 979 | 2004-02-11 David Carlton <carlton@kealia.com> |
| 980 | |
| 981 | * linespec.c (decode_compound): Only look for a class symbol when |
| 982 | considering all but the rightmost component. |
| 983 | |
| 984 | 2004-02-11 Andrew Cagney <cagney@redhat.com> |
| 985 | |
| 986 | * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and |
| 987 | abi code are are separatly grouped. |
| 988 | |
| 989 | 2004-02-11 Andrew Cagney <cagney@redhat.com> |
| 990 | |
| 991 | * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0. |
| 992 | * gdbarch.h, gdbarch.c: Re-generate. |
| 993 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Update. |
| 994 | * v850-tdep.c (v850_gdbarch_init): Update. |
| 995 | * sh64-tdep.c (sh64_gdbarch_init): Update. |
| 996 | * sh-tdep.c (sh_gdbarch_init): Update. |
| 997 | * s390-tdep.c (s390_gdbarch_init): Update. |
| 998 | * mn10300-tdep.c (mn10300_gdbarch_init): Update. |
| 999 | * mips-tdep.c (mips_gdbarch_init): Update. |
| 1000 | * mcore-tdep.c (mcore_gdbarch_init): Update. |
| 1001 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Update. |
| 1002 | * m32r-tdep.c (m32r_gdbarch_init): Update. |
| 1003 | * ia64-tdep.c (ia64_gdbarch_init): Update. |
| 1004 | * hppa-tdep.c (hppa_gdbarch_init): Update. |
| 1005 | * h8300-tdep.c (h8300_gdbarch_init): Update. |
| 1006 | * frv-tdep.c (frv_gdbarch_init): Update. |
| 1007 | * d10v-tdep.c (d10v_gdbarch_init): Update. |
| 1008 | * cris-tdep.c (cris_gdbarch_init): Update. |
| 1009 | * avr-tdep.c (avr_gdbarch_init): Update. |
| 1010 | * arm-tdep.c (arm_gdbarch_init): Update. |
| 1011 | * alpha-tdep.c (alpha_gdbarch_init): Update. |
| 1012 | |
| 1013 | 2004-02-11 Corinna Vinschen <vinschen@redhat.com> |
| 1014 | |
| 1015 | * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing |
| 1016 | comma. |
| 1017 | (sh_sh4al_dsp_register_name): Ditto. |
| 1018 | |
| 1019 | 2004-02-10 Andrew Cagney <cagney@redhat.com> |
| 1020 | |
| 1021 | * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code. |
| 1022 | (mips_init_frame_pc_first): Delete function. |
| 1023 | (mips_frame_saved_pc): Delete function. |
| 1024 | (mips_frame_chain): Delete function. |
| 1025 | (mips_init_extra_frame_info): Delete function. |
| 1026 | (mips_xfer_register): Delete unused variable "reg". |
| 1027 | (mips_n32n64_push_dummy_call): Delete unused variable "valbuf". |
| 1028 | (mips_n32n64_return_value): Delete unused variable "reg". |
| 1029 | (mips_n32n64_return_value): Delete unused variable "pos". |
| 1030 | (mips_o32_push_dummy_call): Delete unused variable "valbuf". |
| 1031 | (mips_o32_return_value): Delete unused variable "pos". |
| 1032 | (mips_o64_push_dummy_call): Delete unused variable "valbuf". |
| 1033 | (mips_print_fp_register): Delete unused variable "namelen" |
| 1034 | (mips_print_fp_register): Delete unused variable "flt2" |
| 1035 | (get_frame_pointer): Delete function. |
| 1036 | (cached_proc_desc): Delete static variable. |
| 1037 | (mips_pop_frame): Delete function. |
| 1038 | (mips_find_saved_regs): Delete function. |
| 1039 | (mips_get_saved_register): Delete function. |
| 1040 | (mips_saved_pc_after_call): Delete function. |
| 1041 | (SIGFRAME_BASE): Delete macro. |
| 1042 | (SIGFRAME_FPREGSAVE_OFF): Delete macro. |
| 1043 | (SIGFRAME_PC_OFF): Delete macro. |
| 1044 | (SIGFRAME_REGSAVE_OFF): Delete macro. |
| 1045 | (mips_dump_tdep): Do not print deleted macro definitions. |
| 1046 | |
| 1047 | 2004-02-10 Andrew Cagney <cagney@redhat.com> |
| 1048 | |
| 1049 | * Makefile.in (SFILES): Remove explictly listed tui files. |
| 1050 | (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c. |
| 1051 | |
| 1052 | 2004-02-10 Jeff Johnston <jjohnstn@redhat.com> |
| 1053 | |
| 1054 | * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement |
| 1055 | to use paddr functions to format ia64 addresses and long values. |
| 1056 | (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto. |
| 1057 | (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto. |
| 1058 | (get_kernel_table, ia64_find_proc_info_x): Ditto. |
| 1059 | (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto. |
| 1060 | (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto. |
| 1061 | |
| 1062 | 2004-02-10 Andrew Cagney <cagney@redhat.com> |
| 1063 | |
| 1064 | * defs.h: Do not include "tui.h". |
| 1065 | * gdb_curses.h: New file. |
| 1066 | * tui/tui-hooks.h: New file. |
| 1067 | * tui/tui.h (tui_update_all_exec_infos): Delete declaration. |
| 1068 | (tui_install_hooks, tui_remove_hooks): Delete declarations. |
| 1069 | (tui_initialize_io): Delete declaration. |
| 1070 | (tui_initialize_readline: Delete redundant declaration. |
| 1071 | (struct tui_point): Delete definition. |
| 1072 | * tui/tui-data.h (struct tui_point): Define. |
| 1073 | * cli/cli-decode.c [TUI]: Include "tui/tui.h". |
| 1074 | * utils.c: Include "tui/tui.h". |
| 1075 | * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h". |
| 1076 | * printcmd.c [TUI]: Include "tui/tui.h". |
| 1077 | * cli/cli-cmds.c [TUI]: Include "tui/tui.h". |
| 1078 | * tui/tui-command.c: Include "gdb_curses.h". |
| 1079 | * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto. |
| 1080 | * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto. |
| 1081 | * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto. |
| 1082 | * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto. |
| 1083 | * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h". |
| 1084 | * Makefile.in: Update all dependencies. |
| 1085 | (tui_hooks_h, gdb_curses_h): Define. |
| 1086 | (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui. |
| 1087 | |
| 1088 | 2004-02-10 Elena Zannoni <ezannoni@redhat.com> |
| 1089 | |
| 1090 | * objfiles.h (struct objfile): Remove unused fields auxf1 and |
| 1091 | auxf2. Add comments about some other rarely used fields. |
| 1092 | |
| 1093 | 2004-02-10 Andrew Cagney <cagney@redhat.com> |
| 1094 | |
| 1095 | * Makefile.in (init.c): Fix script removing duplicates. Problem |
| 1096 | reported by Peter Schauer. |
| 1097 | |
| 1098 | 2004-02-09 Elena Zannoni <ezannoni@redhat.com> |
| 1099 | |
| 1100 | * bcache.c (bcache_xmalloc): Use obstack_init instead of |
| 1101 | obstack_specify_allocation. |
| 1102 | * objfiles.c (allocate_objfile): Ditto. |
| 1103 | * solib-sunos.c (solib_add_common_symbols) |
| 1104 | (allocate_rt_common_objfile): Ditto. |
| 1105 | * symfile.c (reread_symbols): Ditto. |
| 1106 | * gdb_obstack.h: Add comment. |
| 1107 | |
| 1108 | 2004-02-09 Elena Zannoni <ezannoni@redhat.com> |
| 1109 | |
| 1110 | * linespec.c (decode_line_1, locate_first_half) |
| 1111 | (decode_compound, lookup_prefix_sym): Update comments. Delete old |
| 1112 | commented out code. |
| 1113 | |
| 1114 | 2004-02-09 Daniel Jacobowitz <drow@mvista.com> |
| 1115 | |
| 1116 | * cp-namespace.c (check_one_possible_namespace_symbol): Don't use |
| 1117 | obstack_free. |
| 1118 | |
| 1119 | 2004-02-09 Andrew Cagney <cagney@redhat.com> |
| 1120 | |
| 1121 | * blockframe.c (find_pc_partial_function): If find_pc_overlay |
| 1122 | fails, try find_pc_section. Fix PR c++/1267. |
| 1123 | * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section |
| 1124 | instead of find_pc_mapped_section. |
| 1125 | (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do |
| 1126 | not default to the section containing PC. Fix PR symtab/1519. |
| 1127 | |
| 1128 | 2004-02-09 Andrew Cagney <cagney@redhat.com> |
| 1129 | |
| 1130 | * Makefile.in (mips-tdep.o): Update dependencies. |
| 1131 | * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and |
| 1132 | "trad-frame.h". |
| 1133 | (mips_unwind_pc): Return the pseudo PC register. |
| 1134 | (mips_unwind_dummy_id): New function. |
| 1135 | (mips16_fetch_instruction): New function. |
| 1136 | (mips32_fetch_instruction): New function. |
| 1137 | (struct mips_frame_cache): Define. |
| 1138 | (mips_mdebug_frame_cache): New function. |
| 1139 | (mips_mdebug_frame_this_id): New function. |
| 1140 | (mips_mdebug_frame_prev_register): New function. |
| 1141 | (mips_mdebug_frame_unwind): Define. |
| 1142 | (mips_mdebug_frame_sniffer): New function. |
| 1143 | (mips_mdebug_frame_base_address): New function. |
| 1144 | (mips_mdebug_frame_base): Define. |
| 1145 | (mips_mdebug_frame_base_sniffer): New function. |
| 1146 | (mips_gdbarch_init): Append unwind and base sniffers. Set |
| 1147 | unwind_dummy_id. |
| 1148 | |
| 1149 | 2004-02-08 Andrew Cagney <cagney@redhat.com> |
| 1150 | |
| 1151 | * frame.c: Print both the register number and name. |
| 1152 | |
| 1153 | * Makefile.in (init.c): Eliminate duplicates. Combine two greps |
| 1154 | and a sed into a single sed. Make .c and .o patterns more robust. |
| 1155 | (OBS): Delete. |
| 1156 | (INIT_FILES): Replace OBS with COMMON_OBS. |
| 1157 | (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition. |
| 1158 | |
| 1159 | 2004-02-08 Mark Kettenis <kettenis@gnu.org> |
| 1160 | |
| 1161 | * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using |
| 1162 | the PT_WCOOKIE request. |
| 1163 | |
| 1164 | 2004-02-08 Andrew Cagney <cagney@redhat.com> |
| 1165 | |
| 1166 | * mips-tdep.c (mips_unwind_pc): New function. |
| 1167 | (mips_gdbarch_init): Set mips_unwind_pc. |
| 1168 | |
| 1169 | * frame.c (legacy_saved_regs_this_id): Return a null frame ID. |
| 1170 | (get_frame_id): Allow the UNKNOWN_FRAME. |
| 1171 | (frame_register_unwind, get_frame_type): Ditto. |
| 1172 | |
| 1173 | * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P |
| 1174 | and DEPRECATED_FP_REGNUM. Don't assume that the lack of |
| 1175 | unwind_dummy_id indicates a legacy frame. |
| 1176 | |
| 1177 | * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS. |
| 1178 | * configure: Re-generate. |
| 1179 | |
| 1180 | * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind |
| 1181 | methods. |
| 1182 | |
| 1183 | 2004-02-08 Andrew Cagney <cagney@redhat.com> |
| 1184 | |
| 1185 | * configure.in (CONFIG_ALL): Set to Makefile target, and not |
| 1186 | makefile macro. |
| 1187 | * configure: Re-generate. |
| 1188 | (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto. |
| 1189 | * Makefile.in (SUBDIR_CLI_CLEAN): Delete. |
| 1190 | (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete. |
| 1191 | (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete. |
| 1192 | (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete. |
| 1193 | (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete. |
| 1194 | (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete. |
| 1195 | (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete. |
| 1196 | (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete. |
| 1197 | (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete. |
| 1198 | |
| 1199 | 2004-02-07 Andrew Cagney <cagney@redhat.com> |
| 1200 | |
| 1201 | * Makefile.in: Update all dependencies. |
| 1202 | |
| 1203 | * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete. |
| 1204 | * configure: Re-generate. |
| 1205 | * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS. |
| 1206 | (CONFIG_LIB_OBS, CONFIG_INITS): Delete. |
| 1207 | (COMMON_OBS): Add "main.o" and "annotate.o". |
| 1208 | (ANNOTATE_OBS): Delete. |
| 1209 | (OBS): Remove ANNOTATE_OBS. |
| 1210 | (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove |
| 1211 | CONFIG_INITS. |
| 1212 | (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link |
| 1213 | against CONFIG_OBS and "main.o". |
| 1214 | (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete. |
| 1215 | (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete. |
| 1216 | |
| 1217 | * tui/tui-command.c: Include "gdb_string.h", delete register |
| 1218 | attribute, use ISO-C function signatures. |
| 1219 | * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto. |
| 1220 | * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto. |
| 1221 | * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto. |
| 1222 | * tui/tui.c: Ditto. |
| 1223 | |
| 1224 | * tui/tui-command.c: Change variable and function names to lower |
| 1225 | case. |
| 1226 | * tui/tui-data.c, tui/tui-disasm.c: Ditto. |
| 1227 | * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto. |
| 1228 | * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto. |
| 1229 | * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto. |
| 1230 | * tui/tui-winsource.c, tui/tui.c: Ditto. |
| 1231 | |
| 1232 | 2004-02-07 Elena Zannoni <ezannoni@redhat.com> |
| 1233 | |
| 1234 | * buildsym.c (free_pending_blocks, finish_block) |
| 1235 | (record_pending_block, make_blockvector, end_symtab): Replace |
| 1236 | symbol_obstack with objfile_obstack. |
| 1237 | * coffread.c (process_coff_symbol, coff_read_struct_type) |
| 1238 | (coff_read_enum_type): Ditto. |
| 1239 | * cp-namespace.c (initialize_namespace_symtab) |
| 1240 | (check_one_possible_namespace_symbol): Ditto. |
| 1241 | * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file) |
| 1242 | (dwarf2_symbol_mark_computed): Ditto. |
| 1243 | * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto. |
| 1244 | * elfread.c (elf_symtab_read): Ditto. |
| 1245 | * hpread.c (hpread_symfile_init, hpread_symfile_init) |
| 1246 | (hpread_read_enum_type, hpread_read_function_type) |
| 1247 | (hpread_read_doc_function_type, hpread_process_one_debug_symbol): |
| 1248 | Ditto. |
| 1249 | * jv-lang.c (get_java_class_symtab, add_class_symbol) |
| 1250 | (java_link_class_type): Ditto. |
| 1251 | * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab) |
| 1252 | (new_symbol): Ditto. |
| 1253 | * minsyms.c (install_minimal_symbols): Ditto. |
| 1254 | * objfiles.c (allocate_objfile): Remove init of symbol_obstack. |
| 1255 | (terminate_minimal_symbol_table): Replace symbol_obstack with |
| 1256 | objfile_obstack. |
| 1257 | (free_objfile): Remove freeing of symbol_obstack. |
| 1258 | * objfiles.h: Remove symbol_obstack field. |
| 1259 | * pa64solib.c (add_to_solist): Replace symbol_obstack with |
| 1260 | objfile_obstack. |
| 1261 | * solib-sunos.c (allocate_rt_common_objfile): Remove init of |
| 1262 | symbol_obstack. |
| 1263 | (solib_add_common_symbols): Replace symbol_obstack with |
| 1264 | objfile_obstack. |
| 1265 | * somsolib.c (som_solib_add): Ditto. |
| 1266 | * stabsread.c (patch_block_stabs, define_symbol, read_enum_type) |
| 1267 | (common_block_start, common_block_end): Ditto. |
| 1268 | * symfile.c (reread_symbols): Remove freeing and init of |
| 1269 | symbol_obstack. |
| 1270 | (allocate_symtab): Rename symbol_obstack to objfile_obstack. |
| 1271 | * symfile.h: Update comment. |
| 1272 | * symmisc.c (print_objfile_statistics): Remove symbol_obstack |
| 1273 | stats printing. |
| 1274 | * symtab.c (symbol_set_names): Replace symbol_obstack with |
| 1275 | objfile_obstack. |
| 1276 | * symtab.h (struct general_symbol_info, struct minimal_symbol): |
| 1277 | Update comments. |
| 1278 | * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC) |
| 1279 | (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with |
| 1280 | objfile_obstack. |
| 1281 | |
| 1282 | 2004-02-07 Andrew Cagney <cagney@redhat.com> |
| 1283 | |
| 1284 | * tui/tui.h: Do not include <stdarg.h>, <string.h>, and |
| 1285 | "ansidecl.h". Do not undef "reg" and "chtype". Fix case of |
| 1286 | fields and variables. |
| 1287 | * tui/tui-wingeneral.h (m_beVisible): Delete macro. |
| 1288 | (m_beInvisible): Delete macro. |
| 1289 | * tui/tui-data.h: Fix case case fields and variables. |
| 1290 | (m_genWinPtrIsNull): Delete macro. |
| 1291 | (tui_win_list): Rename winList. |
| 1292 | (TUI_SRC_WIN): Rename srcWin. |
| 1293 | (TUI_DISASM_WIN): Rename disassemWin. |
| 1294 | (TUI_DATA_WIN): Rename dataWin. |
| 1295 | (TUI_CMD_WIN): Rename cmdWin. |
| 1296 | (m_genWinPtrNotNull): Delete macro. |
| 1297 | (m_winPtrIsNull): Delete macro. |
| 1298 | (m_winPtrNotNull): Delete macro. |
| 1299 | (tui_win_is_source_type): Replace m_winIsSourceType |
| 1300 | (tui_win_is_auxillary): Replace m_winIsAuzillary. |
| 1301 | (tui_win_has_locator): Replace m_hasLocator. |
| 1302 | (tui_set_win_highlight): Replace m_setWinHighlightOn and |
| 1303 | m_setWinHighlightOff. |
| 1304 | * tui/tui-data.c: Update references. |
| 1305 | (tui_win_is_source_type, tui_set_win_highlight): New functions. |
| 1306 | (tui_win_has_locator, tui_win_is_auxillary): New functions. |
| 1307 | * tui/tui-command.c, tui/tui-disasm.c: Update references. |
| 1308 | * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto. |
| 1309 | * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto. |
| 1310 | * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto. |
| 1311 | * tui/tui-winsource.c, tui/tui.c: Ditto. |
| 1312 | |
| 1313 | 2004-02-07 Mark Kettenis <kettenis@gnu.org> |
| 1314 | |
| 1315 | * sparc-tdep.h (sparc_fetch_wcookie): New prototype. |
| 1316 | * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle |
| 1317 | StackGhost. |
| 1318 | |
| 1319 | * sparc-tdep.c (sparc32_frame_prev_register): Rename local |
| 1320 | variable `i6' to `i7'. |
| 1321 | (sparc_supply_rwindow, sparc_collect_rwindow): Likewise. |
| 1322 | |
| 1323 | 2004-02-07 Andrew Cagney <cagney@redhat.com> |
| 1324 | |
| 1325 | * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition. |
| 1326 | (TuiPoint, TuiPointPtr): Ditto. |
| 1327 | (TuiStatus, TuiStatusPtr): Ditto. |
| 1328 | (TuiWinType, TuiWinTypePtr): Ditto. |
| 1329 | (struct tui_point): Rename _TuiPoint. |
| 1330 | (tui_get_low_disassembly_address): Rename |
| 1331 | tuiGetLowDisassemblyAddress. |
| 1332 | (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos. |
| 1333 | (tuiFree): Delete declaration. |
| 1334 | (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions. |
| 1335 | (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions. |
| 1336 | * tui/tui.c (tuiFree): Delete function. |
| 1337 | * cli/cli-cmds.c (disassemble_command): Update references. |
| 1338 | * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto. |
| 1339 | * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto. |
| 1340 | * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto. |
| 1341 | * tui/tui-winsource.c: Ditto. |
| 1342 | |
| 1343 | 2004-02-07 Elena Zannoni <ezannoni@redhat.com> |
| 1344 | |
| 1345 | * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab, |
| 1346 | coffstab_build_psymtabs, elfstab_build_psymtabs) |
| 1347 | (stabsect_build_psymtabs): Replace psymbol_obstack with |
| 1348 | objfile_obstack. |
| 1349 | * dwarf2-frame.c (decode_frame_entry_1): Ditto. |
| 1350 | * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section): |
| 1351 | Ditto. |
| 1352 | * dwarfread.c (scan_compilation_units): Ditto. |
| 1353 | * elfread.c (elfstab_offset_sections): Ditto. |
| 1354 | * hppa-tdep.c (read_unwind_info): Ditto. |
| 1355 | * hpread.c (hpread_build_psymtabs, hpread_start_psymtab) |
| 1356 | (hpread_end_psymtab): Ditto. |
| 1357 | * mdebugread.c (mdebug_build_psymtabs, add_pending) |
| 1358 | (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs): |
| 1359 | Ditto. |
| 1360 | * mips-tdep.c (non_heuristic_proc_desc): Ditto. |
| 1361 | * objfiles.c (add_to_objfile_sections) |
| 1362 | (build_objfile_section_table): Ditto. |
| 1363 | (allocate_objfile): Remove init of psymbol_obstack. |
| 1364 | (free_objfile): Remove freeing of psymbol_obstack. |
| 1365 | * objfiles.h (struct objfile): Remove field |
| 1366 | psymbol_obstack. Update comments. |
| 1367 | * pa64solib.c (pa64_solib_add_solib_objfile): Replace |
| 1368 | psymbol_obstack with objfile_obstack. |
| 1369 | * solib-sunos.c (allocate_rt_common_objfile): Remove init of |
| 1370 | psymbol_obstack. |
| 1371 | * somread.c (som_symfile_offsets, init_import_symbols) |
| 1372 | (init_export_symbols): Replace psymbol_obstack with |
| 1373 | objfile_obstack. |
| 1374 | * somsolib.c (som_solib_add_solib_objfile): Ditto. |
| 1375 | * symfile.c (default_symfile_offsets, syms_from_objfile) |
| 1376 | (reread_symbols): Remove freeing and init of psymbol_obstack. |
| 1377 | (cashier_psymtab): Update comment. |
| 1378 | * symmisc.c (print_objfile_statistics): Don't report stats for |
| 1379 | psymbol obstack. |
| 1380 | * symtab.h (struct general_symbol_info, struct partial_symtab): |
| 1381 | Update comments. |
| 1382 | * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym) |
| 1383 | (xcoff_symfile_offsets): Replace psymbol_obstack with |
| 1384 | objfile_obstack. |
| 1385 | |
| 1386 | 2004-02-07 Elena Zannoni <ezannoni@redhat.com> |
| 1387 | |
| 1388 | * objfiles.h (struct objfile): Add objfile_obstack field. |
| 1389 | Remove type_obstack field. |
| 1390 | |
| 1391 | * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn, |
| 1392 | read_structure_scope read_enumeration, new_symbol): Replace |
| 1393 | type_obstack with objfile_obstack. |
| 1394 | * dwarfread.c (struct_type, enum_type): Ditto. |
| 1395 | * gdbtypes.c (alloc_type, alloc_type_instance, init_type) |
| 1396 | (lookup_fundamental_type): Ditto. |
| 1397 | * gdbtypes.h (TYPE_ALLOC): Ditto. |
| 1398 | * hpread.c (hpread_read_enum_type, hpread_read_function_type) |
| 1399 | (hpread_read_doc_function_type, hpread_read_struct_type) |
| 1400 | (fix_static_member_physnames, hpread_read_array_type) |
| 1401 | (hpread_read_subrange_type, hpread_type_lookup): Ditto. |
| 1402 | * jv-lang.c (java_lookup_class, type_from_class, type_from_class) |
| 1403 | (java_link_class_type): Ditto. |
| 1404 | * mdebugread.c (parse_type): Ditto. |
| 1405 | * objfiles.c (allocate_objfile, free_objfile): Ditto. |
| 1406 | * solib-sunos.c (solib_add_common_symbols): Ditto. |
| 1407 | * stabsread.c (define_symbol, read_type, read_member_functions, |
| 1408 | read_cpp_abbrev, read_one_struct_field): Ditto. |
| 1409 | * symfile.c (reread_symbols): Ditto. |
| 1410 | * symmisc.c (print_objfile_statistics): Ditto. |
| 1411 | |
| 1412 | 2004-02-07 Andrew Cagney <cagney@redhat.com> |
| 1413 | |
| 1414 | * tui/tui-data.h (tui_win_element): Rename TuiWinElement. |
| 1415 | (tui_exec_info_content): Rename TuiExecInfoContent. |
| 1416 | (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions. |
| 1417 | (TuiWinInfo, TuiWinInfoPtr): Ditto. |
| 1418 | (TuiScrollDirection, TuiScrollDirectionPtr): Ditto. |
| 1419 | (TuiList, TuiListPtr): Ditto. |
| 1420 | (TuiLayoutType, TuiLayoutTypePtr): Ditto. |
| 1421 | (TuiDataType, TuiDataTypePtr): Ditto. |
| 1422 | (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto. |
| 1423 | (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto. |
| 1424 | (TuiLayoutDef, TuiLayoutDefPtr): Ditto. |
| 1425 | (TuiSourceElement, TuiSourceElementPtr): Ditto. |
| 1426 | (TuiDataElement, TuiDataElementPtr): Ditto. |
| 1427 | (TuiWinElement, TuiWinElementPtr): Ditto. |
| 1428 | (TuiDataInfo, TuiDataInfoPtr): Ditto. |
| 1429 | (TuiCommandElement, TuiCommandElementPtr): Ditto. |
| 1430 | (TuiLocatorElement, TuiLocatorElementPtr): Ditto. |
| 1431 | (TuiWhichElement, TuiWhichElementPtr): Ditto. |
| 1432 | (TuiSourceInfo, TuiSourceInfoPtr): Ditto. |
| 1433 | (TuiCommandInfo, TuiCommandInfoPtr): Ditto. |
| 1434 | * tui/tui-command.c, tui/tui-data.c: Update references. |
| 1435 | * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto. |
| 1436 | * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto. |
| 1437 | * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto. |
| 1438 | * tui/tui-winsource.c, tui/tui.c: Ditto. |
| 1439 | |
| 1440 | 2004-02-07 Mark Kettenis <kettenis@gnu.org> |
| 1441 | |
| 1442 | * dwarf2-frame.h: Update copyright. |
| 1443 | (enum dwarf2_frame_reg_rule): New. |
| 1444 | (struct dwarf2_frame_state_reg): New. |
| 1445 | (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern. |
| 1446 | * dwarf2-frame.c: Update copyright. |
| 1447 | (enum dwarf2_reg_rule): Remove. |
| 1448 | (struct dwarf2_frame_state): Remove defenition of `struct |
| 1449 | dwarf2_frame_state_reg'. |
| 1450 | (read_reg): Call get_frame_arch to get the architecture instead of |
| 1451 | using CURRENT_GDBARCH. |
| 1452 | (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with |
| 1453 | DWARF2_FRAME_. |
| 1454 | (dwarf2_frame_init_reg): New function. |
| 1455 | (dwarf2_frame_cache): Call get_frame_arch to get the architecture |
| 1456 | instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to |
| 1457 | initialize the register state. Prefix old `enum dwarf2_reg_rule' |
| 1458 | tags with DWARF2_FRAME_. |
| 1459 | (dwarf2_frame_prev_register): Call get_frame_arch to get the |
| 1460 | architecture instead of using CURRENT_GDBARCH. Prefix old `enum |
| 1461 | dwarf2_reg_rule' tags with DWARF2_FRAME_. |
| 1462 | |
| 1463 | 2004-02-06 Andrew Cagney <cagney@redhat.com> |
| 1464 | |
| 1465 | * tui/tui-data.h (struct tui_list): Rename _TuiList. |
| 1466 | (enum tui_data_type): Rename _TuiDataType. |
| 1467 | (struct tui_layout_def): Rename _TuiLayoutDef. |
| 1468 | (struct tui_source_element): Rename _TuiSourceElement. |
| 1469 | (struct tui_data_element): Rename _TuiDataElement. |
| 1470 | (struct tui_command_element): Rename _TuiCommandElement. |
| 1471 | (struct tui_locator_element): Rename _TuiLocatorElement. |
| 1472 | (union tui_which_element): Define. |
| 1473 | (struct tui_win_element): Rename _TuiWinElement. |
| 1474 | (struct tui_data_info): Rename _TuiDataInfo. |
| 1475 | (struct tui_source_info): Rename _TuiSourceInfo. |
| 1476 | (struct tui_command_info): Rename _TuiCommandInfo. |
| 1477 | (tui_initialize_static_data): Rename initializeStaticData. |
| 1478 | (tui_alloc_generic_win_info): Rename allocGenericWinInfo. |
| 1479 | (tui_alloc_win_info): Rename allocWinInfo. |
| 1480 | (tui_init_generic_part): Rename initGenericPart. |
| 1481 | (tui_init_win_info): Rename initWinInfo. |
| 1482 | (tui_alloc_content): Rename allocContent. |
| 1483 | (tui_add_content_elements): Rename addContentElements. |
| 1484 | (tui_init_content_element): Rename initContentElement. |
| 1485 | (tui_free_window): Rename freeWindow. |
| 1486 | (tui_free_win_content): Rename freeWinContent. |
| 1487 | (tui_free_data_content): Rename freeDataContent. |
| 1488 | (tui_free_all_source_wins_content): Rename |
| 1489 | freeAllSourceWinsContent. |
| 1490 | (tui_del_window): Rename tuiDelWindow. |
| 1491 | (tui_del_data_windows): Rename tuiDelDataWindows. |
| 1492 | (tui_partial_win_by_name): Rename partialWinByName. |
| 1493 | (tui_win_name): Rename winName. |
| 1494 | (tui_current_layout): Rename currentLayout. |
| 1495 | (tui_set_current_layout_to): Rename setCurrentLayoutTo. |
| 1496 | (tui_term_height): Rename termHeight. |
| 1497 | (tui_set_term_height_to): Rename setTermHeightTo. |
| 1498 | (tui_term_width): Rename termWidth. |
| 1499 | (tui_set_term_width_to): Rename setTermWidthTo. |
| 1500 | (tui_set_gen_win_origin): Rename setGenWinOrigin. |
| 1501 | (tui_locator_win_info_ptr): Rename locatorWinInfoPtr. |
| 1502 | (tui_source_exec_info_win_ptr): Rename tui_gen_win_info. |
| 1503 | (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr. |
| 1504 | (tui_source_windows): Rename sourceWindows. |
| 1505 | (tui_clear_source_windows): Rename clearSourceWindows. |
| 1506 | (tui_clear_source_windows_detail): Rename |
| 1507 | clearSourceWindowsDetail. |
| 1508 | (tui_clear_win_detail): Rename clearWinDetail. |
| 1509 | (tui_add_to_source_windows): Rename tuiAddToSourceWindows. |
| 1510 | (tui_default_tab_len): Rename tuiDefaultTabLen. |
| 1511 | (tui_set_default_tab_len): Rename tuiSetDefaultTabLen. |
| 1512 | (tui_win_with_focus): Rename tuiWinWithFocus. |
| 1513 | (tui_set_win_with_focus): Rename tuiSetWinWithFocus. |
| 1514 | (tui_layout_def): Rename tuiLayoutDef. |
| 1515 | (tui_win_resized): Rename tuiWinResized. |
| 1516 | (tui_set_win_resized_to): Rename tuiSetWinResizedTo. |
| 1517 | (tui_next_win): Rename tuiNextWin. |
| 1518 | (tui_prev_win): Rename tuiPrevWin. |
| 1519 | (tui_add_to_source_windows): Rename addToSourceWindows. |
| 1520 | * tui/tui-winsource.c, tui/tui-win.c: Update references. |
| 1521 | * tui/tui-layout.c, tui/tui-source.c: Ditto. |
| 1522 | * tui/tui-stack.c, tui/tui-io.c: Ditto. |
| 1523 | * tui/tui.c, tui/tui-data.c: Ditto. |
| 1524 | * tui/tui-interp.c, tui/tui-data.c: Ditto. |
| 1525 | * tui/tui-disasm.c, tui/tui-command.c: Ditto. |
| 1526 | |
| 1527 | * tui/tui-source.h: Update copyright. Include "tui-data.h". |
| 1528 | (struct symtab): Declare. |
| 1529 | (tui_set_source_content): Rename tuiSetSourceContent. |
| 1530 | (tui_show_symtab_source): Rename tuiShowSource. |
| 1531 | (tui_source_is_displayed): Rename tuiSourceIsDisplayed. |
| 1532 | (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll. |
| 1533 | * tui/tui-source.c: Update copyright. Update references. |
| 1534 | * tui/tui-win.c, tui/tui-winsource.c: Update references. |
| 1535 | * tui/tui-stack.c: Update references. |
| 1536 | |
| 1537 | * tui/tui-win.h: Update copyright. Include "tui-data.h". |
| 1538 | (struct tui_win_info): Declare. |
| 1539 | (tui_scroll_forward): Rename tuiScrollForward. |
| 1540 | (tui_scroll_backward): Rename tuiScrollBackward. |
| 1541 | (tui_scroll_left): Rename tuiScrollLeft. |
| 1542 | (tui_scroll_right): Rename tuiScrollRight. |
| 1543 | (tui_set_win_focus_to): Rename tuiSetWinFocusTo. |
| 1544 | (tui_resize_all): Rename tuiResizeAll. |
| 1545 | (tui_refresh_all_win): Rename tuiRefreshAll. |
| 1546 | (tui_sigwinch_handler): Rename tuiSigwinchHandler. |
| 1547 | * tui/tui-layout.c, * tui/tui-io.c: Update references. |
| 1548 | * tui/tui-wingeneral.h, * tui/tui.c: Update references. |
| 1549 | * tui/tui-disasm.c, * tui/tui-command.c: Update references. |
| 1550 | |
| 1551 | * tui/tui-windata.h: Update copyright. Include "tui-data.h". |
| 1552 | (tui_erase_data_content): Rename tuiEraseDataContent. |
| 1553 | (tui_display_all_data): Rename tuiDisplayAllData. |
| 1554 | (tui_check_data_values): Rename tuiCheckDataValues. |
| 1555 | (tui_display_data_from_line): Rename tuiDisplayDataFromLine. |
| 1556 | (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed. |
| 1557 | (tui_first_data_element_no_in_line): Rename |
| 1558 | tuiFirstDataElementNoInLine. |
| 1559 | (tui_delete_data_content_windows): Rename |
| 1560 | tuiDeleteDataContentWindows. |
| 1561 | (tui_refresh_data_win): Rename tuiRefreshDataWin. |
| 1562 | (tui_display_data_from): Rename tuiDisplayDataFrom. |
| 1563 | (tui_vertical_data_scroll): Rename tuiVerticalDataScroll. |
| 1564 | * tui/tui-windata.c, tui/tui-hooks.c: Update references. |
| 1565 | * tui/tui-win.c, tui/tui-regs.c: Update references. |
| 1566 | * tui/tui-layout.c, tui/tui.c: Update references. |
| 1567 | |
| 1568 | * tui/tui-wingeneral.h: Update copyright. |
| 1569 | (m_allBeVisible): Delete macro. |
| 1570 | (m_allBeInvisible): Delete macro. |
| 1571 | (struct tui_gen_win_info): Declare. |
| 1572 | (struct tui_win_info): Declare. |
| 1573 | (tui_unhighlight_win): Rename unhighlightWin. |
| 1574 | (tui_make_visible, tui_make_invisible): Replace makeVisible. |
| 1575 | (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible. |
| 1576 | (tui_make_window): Rename makeWindow. |
| 1577 | (tui_copy_win): Rename copyWin. |
| 1578 | (tui_box_win): Rename boxWin. |
| 1579 | (tui_highlight_win): Rename highlightWin. |
| 1580 | (tui_check_and_display_highlight_if_needed): Rename |
| 1581 | checkAndDisplayHighlightIfNeeded. |
| 1582 | (tui_refresh_all): Rename refreshAll. |
| 1583 | (tui_delete_win): Rename tuiDelwin. |
| 1584 | (tui_refresh_win): Rename tuiRefreshWin. |
| 1585 | * tui/tui-wingeneral.c (make_visible): Rename makeVisible. |
| 1586 | (tui_make_visible, tui_make_invisible): New functions. |
| 1587 | (tui_make_all_visible, tui_make_all_invisible): New functions. |
| 1588 | (make_all_visible): Rename makeAllVisible. |
| 1589 | * tui/tui-winsource.c, tui/tui-windata.c: Update references. |
| 1590 | * tui/tui-data.c, tui/tui-winsource.c: Update references. |
| 1591 | * tui/tui-windata.c, tui/tui-win.c: Update references. |
| 1592 | * tui/tui-regs.c, tui/tui-layout.c: Update references. |
| 1593 | * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo. |
| 1594 | |
| 1595 | 2004-02-06 Mark Kettenis <kettenis@gnu.org> |
| 1596 | |
| 1597 | * proc-api.c (write_with_trace): Initialize local variable to |
| 1598 | silence compiler warning. |
| 1599 | |
| 1600 | 2004-02-06 Andrew Cagney <cagney@redhat.com> |
| 1601 | |
| 1602 | * tui/tui-source.h: Do not include "defs.h". |
| 1603 | (struct tui_win_info): Declare. |
| 1604 | (tui_set_source_content_nil): Declare. |
| 1605 | * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo. |
| 1606 | (union tui_line_or_address): Rename _TuiLineOrAddress. |
| 1607 | * tui/tui-winsource.h: Update copyright. Include "tui-data.h". |
| 1608 | (tui_update_source_window): Rename tuiUpdateSourceWindow. |
| 1609 | (tui_update_source_window_as_is): Rename |
| 1610 | tuiUpdateSourceWindowAsIs. |
| 1611 | (tui_update_source_windows_with_addr): Rename |
| 1612 | tuiUpdateSourceWindowsWithAddr. |
| 1613 | (tui_update_source_windows_with_line): Rename |
| 1614 | tuiUpdateSourceWindowsWithLine. |
| 1615 | (tui_clear_source_content): Rename tuiClearSourceContent. |
| 1616 | (tui_erase_source_content): Rename tuiEraseSourceContent. |
| 1617 | (tui_set_source_content_nil): Rename tuiSetSourceContentNil. |
| 1618 | (tui_show_source_content): Rename tuiShowSourceContent. |
| 1619 | (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll. |
| 1620 | (tui_set_exec_info_content): Rename tuiSetExecInfoContent. |
| 1621 | (tui_show_exec_info_content): Rename tuiShowExecInfoContent. |
| 1622 | (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent. |
| 1623 | (tui_clear_exec_info_content): Rename tuiClearExecInfoContent. |
| 1624 | (tui_update_exec_info): Rename tuiUpdateExecInfo. |
| 1625 | (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt. |
| 1626 | (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer. |
| 1627 | (tui_line_is_displayed): Rename tuiLineIsDisplayed. |
| 1628 | (tui_addr_is_displayed): Rename tuiAddrIsDisplayed. |
| 1629 | (struct tui_win_info): Declare. |
| 1630 | * tui/tui-stack.c: Update references. |
| 1631 | * tui/tui-layout.c, tui/tui-winsource.c: Ditto. |
| 1632 | * tui/tui-win.c, tui/tui-source.c: Ditto. |
| 1633 | * tui/tui.c, tui/tui-disasm.c: Ditto. |
| 1634 | |
| 1635 | 2004-02-06 Mark Kettenis <kettenis@gnu.org> |
| 1636 | |
| 1637 | * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation |
| 1638 | of UCONTEXT_ADDR. Fixes PR backtrace/1545. |
| 1639 | |
| 1640 | 2004-02-05 Mark Kettenis <kettenis@gnu.org> |
| 1641 | |
| 1642 | * infrun.c (handle_inferior_event): Allow for breakpoint |
| 1643 | instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL |
| 1644 | and SIGEMT. Update comments. |
| 1645 | * NEWS (Revised SPARC target): Mention support for non-executable |
| 1646 | stack. |
| 1647 | |
| 1648 | 2004-02-04 Mark Kettenis <kettenis@gnu.org> |
| 1649 | |
| 1650 | * target.h (target_object): Add TARGET_OBJECT_WCOOKIE. |
| 1651 | * inftarg.c: Update copyright year. |
| 1652 | (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE. |
| 1653 | * sparc-nat.c: Include "target.h" and "gdb_assert.h". |
| 1654 | (sparc_xfer_wcookie): New function. |
| 1655 | * sparc-tdep.c (sparc_fetch_wcookie): New function. |
| 1656 | * Makefile.in (sparc-nat.o): Update dependencies. |
| 1657 | * config/sparc/nm-nbsd.h: Include "target.h". |
| 1658 | (NATIVE_XFER_WCOOKIE): New define. |
| 1659 | (sparc_xfer_wcookie): New prototype. |
| 1660 | |
| 1661 | 2004-02-04 Andrew Cagney <cagney@redhat.com> |
| 1662 | |
| 1663 | * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef |
| 1664 | SYSCALL_TRAP function. |
| 1665 | (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code. |
| 1666 | |
| 1667 | 2004-02-04 Andrew Cagney <cagney@redhat.com> |
| 1668 | Daniel Jacobowitz <drow@mvista.com> |
| 1669 | |
| 1670 | * objfiles.h: Delete comments refering to inside_entry_func and |
| 1671 | DEPRECATED_FRAME_CHAIN_VALID. |
| 1672 | * defs.h (inside_entry_func): Update prototype.. |
| 1673 | * blockframe.c (inside_entry_func): Rename to |
| 1674 | legacy_inside_entry_func. Add new inside_entry_func taking a frame. |
| 1675 | * frame.c (get_prev_frame): Pass the frame to inside_entry_func. |
| 1676 | |
| 1677 | 2004-02-03 Jeff Johnston <jjohnstn@redhat.com> |
| 1678 | |
| 1679 | * breakpoint.c (struct captured_parse_breakpoint_args): Move |
| 1680 | outside of #ifdef SOLIB_ADD region. |
| 1681 | (do_restore_lang_radix_cleanup): Ditto. |
| 1682 | (resolve_pending_breakpoint): Ditto. |
| 1683 | |
| 1684 | 2004-02-03 Andrew Cagney <cagney@redhat.com> |
| 1685 | |
| 1686 | * ia64-tdep.c (read_sigcontext_register): Delete unused function. |
| 1687 | (process_note_abi_tag_sections): Delete unused function. |
| 1688 | (ia64_read_fp): Delete unused function. |
| 1689 | (gdbarch_extract_struct_value_address): Delete declaration. |
| 1690 | |
| 1691 | 2004-02-02 Andrew Cagney <cagney@redhat.com> |
| 1692 | |
| 1693 | * vax-tdep.c (vax_frame_chain): Delete call to |
| 1694 | deprecated_inside_entry_file. |
| 1695 | * ns32k-tdep.c (ns32k_frame_chain): Ditto. |
| 1696 | |
| 1697 | 2004-02-02 Mark Kettenis <kettenis@gnu.org> |
| 1698 | |
| 1699 | * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address |
| 1700 | column that's "empty" or "same value" when eliminating REG_RA |
| 1701 | rules. |
| 1702 | |
| 1703 | 2004-02-02 Jeff Johnston <jjohnstn@redhat.com> |
| 1704 | |
| 1705 | * NEWS: Add information about new pending breakpoint support. |
| 1706 | |
| 1707 | 2004-02-02 Jeff Johnston <jjohnstn@redhat.com> |
| 1708 | |
| 1709 | * breakpoint.h (struct breakpoint): Add new flag, from_tty, |
| 1710 | and pending fields for pending breakpoint support. |
| 1711 | * breakpoint.c (breakpoint_enabled): Add check for not pending. |
| 1712 | (condition_command): Only parse condition if not a pending |
| 1713 | breakpoint. |
| 1714 | (print_one_breakpoint): Add support for pending breakpoints. |
| 1715 | (describe_other_breakpoints): Add checks to verify we are not |
| 1716 | dealing with pending breakpoints. |
| 1717 | (check_duplicates): Don't check pending breakpoints. |
| 1718 | (set_raw_breakpoint): Initialize pending flag. |
| 1719 | (do_restore_lang_radix_cleanup): New cleanup routine. |
| 1720 | (resolve_pending_breakpoint): New function. |
| 1721 | (re_enable_breakpoints_in_shlibs): Try and resolve any |
| 1722 | pending breakpoints via resolve_pending_breakpoint. |
| 1723 | (mention): Add pending breakpoint support. |
| 1724 | (parse_breakpoint_sals): Add new parameter to pass to |
| 1725 | decode_line_1 to indicate silent errors when files or functions |
| 1726 | are not found. Change all callers. |
| 1727 | (do_captured_parse_breakpoint): New function. |
| 1728 | (break_command_1): Change prototype to return an rc value and to |
| 1729 | take an optional pending breakpoint pointer. Support creating |
| 1730 | a pending breakpoint if a "not found" form of error occurs when |
| 1731 | parsing the breakpoint. Also support resolving an existing pending |
| 1732 | breakpoint and be silent if the resolution fails. |
| 1733 | (create_breakpoints): Change prototype to take pending breakpoint |
| 1734 | pointer. When resolving a pending breakpoint, use the new pointer |
| 1735 | to provide a conditional or commands added by the end-user. |
| 1736 | (delete_breakpoint): Add appropriate check for pending. |
| 1737 | (breakpoint_re_set_one): Ditto. |
| 1738 | (do_enable_breakpoint): Ditto. |
| 1739 | |
| 1740 | 2004-02-02 David Carlton <carlton@kealia.com> |
| 1741 | |
| 1742 | * valops.c (enum oload_classification): New. |
| 1743 | (find_overload_match): Break implementation into separate |
| 1744 | functions; delete #if 0'd code; look for symbols within |
| 1745 | namespaces. |
| 1746 | (find_oload_champ_namespace,find_oload_champ_namespace_loop) |
| 1747 | (find_oload_champ,oload_method_static,classify_oload_match): New. |
| 1748 | * cp-support.h: Add declaration for cp_func_name; update |
| 1749 | declaration for make_symbol_overload_list. |
| 1750 | * cp-support.c (cp_func_name): New. |
| 1751 | (overload_list_add_symbol): Fix comment, use |
| 1752 | SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME. |
| 1753 | (make_symbol_overload_list): Take a function name and a namespace |
| 1754 | instead of a symbol; change implementation. |
| 1755 | (make_symbol_overload_list_using): New. |
| 1756 | (make_symbol_overload_list_qualified, read_in_psymtabs): New. |
| 1757 | |
| 1758 | 2004-02-02 Fred Fish <fnf@redhat.com> |
| 1759 | |
| 1760 | * main.c (gdb_stdtarg): Move definition to group with other |
| 1761 | gdb_stdtarg definitions and update copyright years. |
| 1762 | * remote-sim.c (gdb_os_write_stderr): Write output to |
| 1763 | gdb_stdtargerr stream instead of gdb_stdtarg stream. |
| 1764 | (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of |
| 1765 | gdb_stderr stream and update copyright years. |
| 1766 | |
| 1767 | 2004-02-01 Daniel Jacobowitz <drow@mvista.com> |
| 1768 | |
| 1769 | * Makefile.in (mips-linux-nat.o): Update dependencies. |
| 1770 | * mips-linux-nat.c: Include mips-tdep.h. |
| 1771 | |
| 1772 | 2004-02-01 Roland McGrath <roland@redhat.com> |
| 1773 | |
| 1774 | * sol-thread.c (sol_thread_xfer_partial): New function. |
| 1775 | (init_sol_thread_ops): Use that for to_xfer_partial hook. |
| 1776 | (init_sol_core_ops): Likewise. |
| 1777 | |
| 1778 | * procfs.c (procfs_xfer_partial): New function. |
| 1779 | (init_procfs_ops): Use that for procfs_ops.to_xfer_partial. |
| 1780 | * Makefile.in (procfs.o): Add $(auxv_h) dep. |
| 1781 | |
| 1782 | * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's |
| 1783 | procfs_xfer_auxv function. |
| 1784 | |
| 1785 | * procfs.c (procfs_make_note_section): If we can read |
| 1786 | TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it. |
| 1787 | * linux-proc.c (linux_make_note_section): Likewise. |
| 1788 | |
| 1789 | * auxv.h: New file. |
| 1790 | * auxv.c: New file. |
| 1791 | * Makefile.in (auxv_h): New variable. |
| 1792 | (COMMON_OBS): Add auxv.o here. |
| 1793 | (auxv.o): New target. |
| 1794 | |
| 1795 | * corelow.c (core_xfer_partial): New function. |
| 1796 | (init_core_ops): Use it for core_ops.to_xfer_partial. |
| 1797 | |
| 1798 | * target.h (enum target_object): Add TARGET_OBJECT_AUXV. |
| 1799 | * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV |
| 1800 | macro if that is defined. |
| 1801 | |
| 1802 | 2004-02-01 Daniel Jacobowitz <drow@mvista.com> |
| 1803 | |
| 1804 | * breakpoint.c (bpstat_stop_status): Take a ptid_t argument, |
| 1805 | and check the specified thread for each breakpoint. |
| 1806 | * breakpoint.h (bpstat_stop_status): Update prototype. |
| 1807 | * infrun.c (handle_inferior_event): Update calls to |
| 1808 | bpstat_stop_status. |
| 1809 | |
| 1810 | 2004-02-01 Daniel Jacobowitz <drow@mvista.com> |
| 1811 | |
| 1812 | * Makefile.in (cli-cmds.o): Add $(readline_h). |
| 1813 | |
| 1814 | 2004-02-01 Daniel Jacobowitz <drow@mvista.com> |
| 1815 | |
| 1816 | * cli/cli-cmds.c: Include readline.h. |
| 1817 | (complete_command): Pass the start of the last word to |
| 1818 | complete_line. |
| 1819 | |
| 1820 | 2004-01-31 Daniel Jacobowitz <drow@mvista.com> |
| 1821 | |
| 1822 | * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint |
| 1823 | argument, and change first argument to a CORE_ADDR. |
| 1824 | * breakpoint.h (bpstat_stop_status): Update prototype. |
| 1825 | * infrun.c (adjust_pc_after_break): Add a new comment. |
| 1826 | (handle_inferior_event): Update calls to bpstat_stop_status. |
| 1827 | |
| 1828 | 2004-01-31 Daniel Jacobowitz <drow@mvista.com> |
| 1829 | |
| 1830 | * breakpoint.h: Update copyright years. |
| 1831 | |
| 1832 | 2004-01-31 Daniel Jacobowitz <drow@mvista.com> |
| 1833 | |
| 1834 | * breakpoint.c (software_breakpoint_inserted_here_p): New function. |
| 1835 | (bpstat_stop_status): Don't decrement PC. |
| 1836 | * breakpoint.h (software_breakpoint_inserted_here_p): Add |
| 1837 | prototype. |
| 1838 | * infrun.c (adjust_pc_after_break): New function. |
| 1839 | (handle_inferior_event): Call it, early. Remove later references |
| 1840 | to DECR_PC_AFTER_BREAK. |
| 1841 | (normal_stop): Add commentary. |
| 1842 | |
| 1843 | 2004-01-31 Daniel Jacobowitz <drow@mvista.com> |
| 1844 | |
| 1845 | * breakpoint.c (breakpoint_re_set_one): Add missing chunk of |
| 1846 | 2004-01-27 double-free fix. |
| 1847 | |
| 1848 | 2004-01-31 Mark Kettenis <kettenis@gnu.org> |
| 1849 | |
| 1850 | * sparc-tdep.c (sparc_fetch_wcookie): New function. |
| 1851 | (sparc32_frame_prev_register): Handle StackGhost. |
| 1852 | (sparc_supply_rwindow, sparc_collect_rwindow): Likewise. |
| 1853 | |
| 1854 | 2004-01-29 Roland McGrath <roland@redhat.com> |
| 1855 | |
| 1856 | * configure.in (NEW_PROC_API): Also match solaris2.9 for this test. |
| 1857 | * configure: Regenerated. |
| 1858 | |
| 1859 | * procfs.c: Include gdb_string.h for str* decls, otherwise warnings. |
| 1860 | * Makefile.in (procfs.o): Add dep. |
| 1861 | |
| 1862 | 2004-01-28 Andrew Cagney <cagney@redhat.com> |
| 1863 | |
| 1864 | * tui/tui-stack.h: Update copyright. |
| 1865 | (struct frame_info): Add opaque declaration. |
| 1866 | (tui_update_locator_filename): Rename tuiUpdateLocatorFilename. |
| 1867 | (tui_show_locator_content): Rename tuiShowLocatorContent. |
| 1868 | (tui_show_frame_info): Rename tuiShowFrameInfo. |
| 1869 | * tui/tui-stack.c: Update copyright. Update references. |
| 1870 | * tui/tui-winsource.c: Update references. |
| 1871 | * tui/tui-win.c: Update references. |
| 1872 | * tui/tui-layout.c: Update references. |
| 1873 | * tui/tui-hooks.c: Update copyright, update references. |
| 1874 | * tui/tui.c: Update copyright, update references. |
| 1875 | * tui/tui-disasm.c: Update references. |
| 1876 | |
| 1877 | 2004-01-28 David Carlton <carlton@kealia.com> |
| 1878 | |
| 1879 | * dwarf2read.c (add_partial_structure): Use demangled name if |
| 1880 | namespace equals "". |
| 1881 | |
| 1882 | 2004-01-27 Jim Blandy <jimb@redhat.com> |
| 1883 | |
| 1884 | Clean up misapplied patch: |
| 1885 | * dwarf2read.c (determine_prefix): Change one of the two forward |
| 1886 | declarations for 'determine_prefix_aux' to a declaration for this. |
| 1887 | (read_func_scope): Use cu->language, not cu_language. Pass 'cu' |
| 1888 | argument to 'die_specification'. |
| 1889 | |
| 1890 | * dwarf2read.c (read_func_scope): Re-indent comment. |
| 1891 | |
| 1892 | 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com> |
| 1893 | |
| 1894 | * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and |
| 1895 | b->exp to NULL after freeing so that error during re-parsing or |
| 1896 | evaluation of expressions associated with breakpoint don't |
| 1897 | eventually lead to re-freeing of storage. |
| 1898 | Committed by Andrew Cagney. |
| 1899 | |
| 1900 | 2004-01-27 Andrew Cagney <cagney@redhat.com> |
| 1901 | |
| 1902 | * source.c (ambiguous_line_spec): Delete undefined declaration. |
| 1903 | * m32r-rom.c (m32r_set_board_address): Delete unused function. |
| 1904 | (m32r_set_server_address, m32r_set_download_path): Ditto. |
| 1905 | * remote-fileio.c (remote_fileio_to_fio_int): Ditto. |
| 1906 | |
| 1907 | 2004-01-27 Daniel Jacobowitz <drow@mvista.com> |
| 1908 | |
| 1909 | * dwarf2read.c: Update calls to changed and renamed functions, and |
| 1910 | references to moved variables. |
| 1911 | |
| 1912 | (struct dwarf2_cu): Add first_fn, last_fn, cached_fn, |
| 1913 | language, language_defn, list_in_scope, and ftypes members. |
| 1914 | (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language) |
| 1915 | (cu_language_defn, list_in_scope, ftypes, cu_header_offset) |
| 1916 | (baseaddr): Remove globals. |
| 1917 | |
| 1918 | (dwarf_attr): Renamed to dwarf2_attr. Add CU argument. |
| 1919 | (set_cu_language, die_is_declaration, die_specification) |
| 1920 | (determine_prefix, determin_prefix_aux, class_name, namespace_name) |
| 1921 | (dwarf2_linkage_name, dwarf2_name, dwarf2_extension) |
| 1922 | (dwarf2_get_ref_die_offset, dwarf2_fundamental_type) |
| 1923 | (initialize_cu_func_list, add_to_cu_func_list): Add CU argument. |
| 1924 | |
| 1925 | (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize |
| 1926 | cu.list_in_scope. Don't initialize cu_header_offset. |
| 1927 | (add_partial_symbol): Add local baseaddr. |
| 1928 | (psymtab_to_symtab_1): Add local baseaddr. Use |
| 1929 | objfile->section_offsets for consistency. Don't initialize |
| 1930 | cu_header_offset; do initialize cu.header.offset and |
| 1931 | cu.list_in_scope. |
| 1932 | (read_file_scope, read_func_scope, read_lexical_block_scope) |
| 1933 | (dwarf_decode_lines, new_symbol): Add local baseaddr. |
| 1934 | |
| 1935 | 2004-01-27 Michael Chastain <mec.gnu@mindspring.com> |
| 1936 | |
| 1937 | * PROBLEMS: Add gdb/1516. |
| 1938 | |
| 1939 | 2003-12-29 Robert Millan <robertmh@gnu.org> |
| 1940 | |
| 1941 | Patch committed by Andrw Cagney. |
| 1942 | * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu. |
| 1943 | * configure.tgt: Match knetbsd*-gnu. |
| 1944 | |
| 1945 | 2004-01-26 Andrew Cagney <cagney@redhat.com> |
| 1946 | |
| 1947 | * breakpoint.c (catch_command_1): Delete #ifdef code. |
| 1948 | (catch_fork_command_1): Delete #ifdef wrapper. |
| 1949 | (catch_exec_command_1): Ditto. |
| 1950 | (catch_load_command_1): Ditto. |
| 1951 | (catch_unload_command_1): Ditto. |
| 1952 | |
| 1953 | * breakpoint.c (watchpoint_check): Delete #if0ed variable. |
| 1954 | (catch_breakpoint): Delete #if0ed function. |
| 1955 | (disable_catch_breakpoint): Ditto. |
| 1956 | (delete_catch_breakpoint, enable_catch_breakpoint): Ditto. |
| 1957 | (disable_catch, enable_catch, delete_catch): Ditto. |
| 1958 | |
| 1959 | 2004-01-26 Andrew Cagney <cagney@redhat.com> |
| 1960 | |
| 1961 | * remote.c (echo_check, quit_flag): Delete variables. |
| 1962 | (cisco_kernel_mode): Delete variable. |
| 1963 | (minitelnet_return, tty_input, escape_count): Delete variables. |
| 1964 | (remote_cisco_mode): Delete variable. |
| 1965 | (remote_cisco_open, remote_cisco_close): Delete function. |
| 1966 | (remote_cisco_mourn, remote_cisco_wait): Delete function. |
| 1967 | (init_remote_cisco_ops): Delete function. |
| 1968 | (_initialize_remote): Do not install "remote cisco" code. |
| 1969 | (read_frame): Delete cisco specific code. |
| 1970 | (remote_info_process): Delete function. |
| 1971 | (remote_wait): Delete cisco specific code. |
| 1972 | (remote_cisco_section_offsets): Delete function. |
| 1973 | (remote_cisco_objfile_relocate): Delete function. |
| 1974 | (remote_async_wait): Delete cisco specific code. |
| 1975 | (minitelnet, readtty, readsocket): Delete function. |
| 1976 | |
| 1977 | 2004-01-26 Andrew Cagney <cagney@redhat.com> |
| 1978 | |
| 1979 | * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add |
| 1980 | comments mentioning extract_returned_value_address. |
| 1981 | * infcmd.c (print_return_value): Update. Add comments on |
| 1982 | extract_returned_value_address. |
| 1983 | * stack.c (return_command): Add comments on |
| 1984 | extract_returned_value_address. |
| 1985 | * values.c: Update comment. |
| 1986 | * m32r-tdep.c: Update comment. |
| 1987 | * sparc-tdep.c: Update comment. |
| 1988 | * ia64-tdep.c (ia64_use_struct_convention): Update comment. |
| 1989 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Update. |
| 1990 | * sh64-tdep.c (sh64_gdbarch_init): Update. |
| 1991 | * sh-tdep.c (sh_gdbarch_init): Update. |
| 1992 | * s390-tdep.c (s390_gdbarch_init): Update. |
| 1993 | * rs6000-tdep.c (rs6000_gdbarch_init): Update. |
| 1994 | * m68klinux-tdep.c (m68k_linux_init_abi): Update. |
| 1995 | * m68k-tdep.c (m68k_gdbarch_init): Update. |
| 1996 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Update. |
| 1997 | * m32r-tdep.c (m32r_gdbarch_init): Update. |
| 1998 | * ia64-tdep.c (ia64_gdbarch_init): Update. |
| 1999 | * h8300-tdep.c (h8300_gdbarch_init): Update. |
| 2000 | * frv-tdep.c (frv_gdbarch_init): Update. |
| 2001 | * arm-tdep.c (arm_gdbarch_init): Update. |
| 2002 | * alpha-tdep.c (alpha_gdbarch_init): Update. |
| 2003 | |
| 2004 | 2004-01-26 Andrew Cagney <cagney@redhat.com> |
| 2005 | |
| 2006 | * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of |
| 2007 | SYMBOL_LOCATION_FUNCS |
| 2008 | (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to |
| 2009 | "struct symbol_ops". |
| 2010 | * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change |
| 2011 | type to "struct symbol_ops". |
| 2012 | * symtab.h (struct symbol_ops): Rename "struct location_funcs". |
| 2013 | (struct symbol): Replace ".aux_value.loc.funcs" and |
| 2014 | ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr". |
| 2015 | (SYMBOL_OBJFILE): Delete macro. |
| 2016 | (SYMBOL_LOCATION_FUNCS): Delete macro. |
| 2017 | (SYMBOL_LOCATION_BATON): Update. |
| 2018 | * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS |
| 2019 | intead of SYMBOL_LOCATION_FUNCS. |
| 2020 | * ax-gdb.c (gen_var_ref): Ditto. |
| 2021 | * printcmd.c (address_info): Ditto. |
| 2022 | * findvar.c (read_var_value): Ditto. |
| 2023 | (symbol_read_needs_frame): Ditto. |
| 2024 | |
| 2025 | 2004-01-26 Andrew Cagney <cagney@redhat.com> |
| 2026 | |
| 2027 | * dwarf2read.c (read_func_scope): Document frame-base hack. |
| 2028 | |
| 2029 | 2004-01-25 Mark Kettenis <kettenis@gnu.org> |
| 2030 | |
| 2031 | * infcmd.c (print_return_value): Plug memory leak; delete |
| 2032 | ui_stream object. Rename argument `structure_return' to |
| 2033 | `struct_return'. |
| 2034 | |
| 2035 | 2004-01-25 Mark Kettenis <kettenis@gnu.org> |
| 2036 | |
| 2037 | * infcmd.c (print_return_value): Wrap long lines. |
| 2038 | (finish_command_continuation, finish_command): Remove unused |
| 2039 | variable `funcaddr'. Fix some coding-standards problems. |
| 2040 | |
| 2041 | * sparc-tdep.c (sparc_regset_from_core_section): Check whether |
| 2042 | SECT_SIZE is large enough, not wheter it's exactly the right size. |
| 2043 | (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and |
| 2044 | TDEP->fpregset to zero. |
| 2045 | |
| 2046 | * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the |
| 2047 | floating-point registers for traditional NetBSD core files. |
| 2048 | (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and |
| 2049 | TDEP->sizeof_fpregset here. |
| 2050 | |
| 2051 | 2004-01-25 Mark Kettenis <kettenis@gnu.org> |
| 2052 | |
| 2053 | * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype. |
| 2054 | * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New |
| 2055 | function with code split out from |
| 2056 | sparc32nbsd_sigcontext_frame_cache. |
| 2057 | (sparc32nbsd_sigcontext_frame_cache): Use |
| 2058 | sparc32nbsd_sigcontext_saved_regs. |
| 2059 | (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for |
| 2060 | OpenBSD. |
| 2061 | * sparcobsd-tdep.c: New file. |
| 2062 | * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c. |
| 2063 | (sparcobsd-tdep.o): New dependency. |
| 2064 | * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd. |
| 2065 | * config/sparc/obsd.mt: New file. |
| 2066 | |
| 2067 | * sparc-tdep.c (sparc32_gdbarch_init): Don't require |
| 2068 | TDEP->fpregset to be initialized to enable core file register |
| 2069 | sets. |
| 2070 | |
| 2071 | 2004-01-24 Mark Kettenis <kettenis@gnu.org> |
| 2072 | |
| 2073 | * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg): |
| 2074 | Add opaque declarations. |
| 2075 | (sparc64nbsd_sigcontext_saved_regs): New prototype. |
| 2076 | * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New |
| 2077 | function with code split out from |
| 2078 | sparc64nbsd_sigcontext_frame_cache. |
| 2079 | (sparc64nbsd_sigcontext_frame_cache): Use |
| 2080 | sparc64nbsd_sigcontext_saved_regs. |
| 2081 | (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for |
| 2082 | OpenBSD. |
| 2083 | * sparc64obsd-tdep.c: New file. |
| 2084 | * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c. |
| 2085 | (sparc64obsd-tdep.o): New dependency. |
| 2086 | * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and |
| 2087 | gdb_osabi to GDB_OSABI_OPENBSD_ELF. |
| 2088 | * config/sparc/obsd64.mt: New file. |
| 2089 | |
| 2090 | * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't |
| 2091 | read the instruction at PC. |
| 2092 | |
| 2093 | * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the |
| 2094 | value of GDB_OSABI_DEFAULT. |
| 2095 | (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE |
| 2096 | instead of GDB_OSABI_NETBSD_AOUT. |
| 2097 | |
| 2098 | 2004-01-24 Nick Roberts <nick@nick.uklinux.net> |
| 2099 | |
| 2100 | * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update |
| 2101 | copyright. |
| 2102 | |
| 2103 | 2004-01-23 Andrew Cagney <cagney@redhat.com> |
| 2104 | |
| 2105 | * printcmd.c (display_command): Replace tui_set_display call with |
| 2106 | tui_set_layout_for_display_command. |
| 2107 | * tui/tui.h (enum tui_win_type): Define. |
| 2108 | (tui_set_layout): Delete declaration. |
| 2109 | (tui_set_layout_for_display_command): Rename set_tui_layout. |
| 2110 | * tui/tui-data.h (enum tui_layout_type): Define. |
| 2111 | * tui/tui-layout.h: Update copyright. Include "tui-data.h" and |
| 2112 | "tui.h". |
| 2113 | (tui_add_win_to_layout): Rename tuiAddWinToLayout. |
| 2114 | (tui_default_win_height): Rename tuiDefaultWinHeight. |
| 2115 | (tui_default_win_viewport_height): Rename |
| 2116 | tuiDefaultWinViewportHeight. |
| 2117 | (tui_set_layout): RenametuiSetLayout. |
| 2118 | * tui/tui-layout.c: Update references. |
| 2119 | * tui/tui.c: Update references. |
| 2120 | * tui/tui-disasm.c: Update references. |
| 2121 | |
| 2122 | 2004-01-23 David Carlton <carlton@kealia.com> |
| 2123 | |
| 2124 | Partial workaround for PR c++/1511: |
| 2125 | * cp-namespace.c: Include frame.h. |
| 2126 | (cp_lookup_transparent_type): New |
| 2127 | (cp_lookup_transparent_type_loop): New. |
| 2128 | * cp-support.h: Declare cp_lookup_transparent_type. |
| 2129 | * symtab.c (basic_lookup_transparent_type): Renamed from |
| 2130 | lookup_transparent_type. |
| 2131 | (lookup_transparent_type): Replace old body by a call to |
| 2132 | current_language->la_lookup_transparent_type. |
| 2133 | * symtab.h: Update copyright. Declare |
| 2134 | basic_lookup_transparent_type. |
| 2135 | * language.h: Update copyright. |
| 2136 | (struct language_defn): Add la_lookup_transparent_type. |
| 2137 | * language.c: Update copyright. |
| 2138 | (unknown_language_defn): Add basic_lookup_transparent_type. |
| 2139 | (auto_language_defn): Add basic_lookup_transparent_type. |
| 2140 | (local_language_defn): Add basic_lookup_transparent_type. |
| 2141 | * ada-lang.c: Update copyright. |
| 2142 | (ada_language_defn): Add basic_lookup_transparent_type. |
| 2143 | * c-lang.c: Update copyright. |
| 2144 | (c_language_defn): Add basic_lookup_transparent_type. |
| 2145 | (cplus_language_defn): Add basic_lookup_transparent_type. |
| 2146 | (asm_language_defn): Add basic_lookup_transparent_type. |
| 2147 | (minimal_language_defn): Add basic_lookup_transparent_type. |
| 2148 | * f-lang.c: Update copyright. |
| 2149 | (f_language_defn): Add basic_lookup_transparent_type. |
| 2150 | * jv-lang.c: Update copyright. |
| 2151 | (java_language_defn): Add basic_lookup_transparent_type. |
| 2152 | * m2-lang.c: Update copyright. |
| 2153 | (m2_language_defn): Add basic_lookup_transparent_type. |
| 2154 | * objc-lang.c: Update copyright. |
| 2155 | (objc_language_defn): Add basic_lookup_transparent_type. |
| 2156 | * p-lang.c: Update copyright. |
| 2157 | (p_language_defn): Add basic_lookup_transparent_type. |
| 2158 | * scm-lang.c: Update copyright. |
| 2159 | (scm_language_defn): Add basic_lookup_transparent_type. |
| 2160 | * Makefile.in (cp-namespace.o): Depend on frame.h. |
| 2161 | |
| 2162 | 2004-01-23 David Carlton <carlton@kealia.com> |
| 2163 | |
| 2164 | Patch for PR c++/1520: |
| 2165 | * dwarf2read.c (read_func_scope): Set processing_current_prefix |
| 2166 | properly if we have a specification die. |
| 2167 | (determine_prefix_aux): Rename from determine_prefix. |
| 2168 | (determine_prefix): Like the old determine_prefix, but never |
| 2169 | returns NULL. |
| 2170 | |
| 2171 | 2004-01-23 Theodore A. Roth <troth@openavr.org> |
| 2172 | |
| 2173 | * avr-tdep.c: Update copyright. |
| 2174 | (avr_iaddr_p): Delete unused function. |
| 2175 | (avr_saddr_p): Delete unused function. |
| 2176 | |
| 2177 | 2004-01-23 David Carlton <carlton@kealia.com> |
| 2178 | |
| 2179 | * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab. |
| 2180 | Fix for PR symtab/1534. |
| 2181 | |
| 2182 | 2004-01-23 Mark Kettenis <kettenis@gnu.org> |
| 2183 | |
| 2184 | * NEWS (New native configurations): Mention OpenBSD/sparc and |
| 2185 | OpenBSD/sparc64. |
| 2186 | * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*. |
| 2187 | * configure.host: Likewise. |
| 2188 | * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI |
| 2189 | handler for OpenBSD. |
| 2190 | * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise. |
| 2191 | |
| 2192 | 2004-01-22 Mark Kettenis <kettenis@gnu.org> |
| 2193 | |
| 2194 | * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function. |
| 2195 | (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer. |
| 2196 | |
| 2197 | * ser-pipe.c (pipe_open): Use proper null pointer in execl call. |
| 2198 | * cli/cli-cmds.c (shell_escape): Likewise. |
| 2199 | |
| 2200 | * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize |
| 2201 | OpenBSD .note.openbsd.ident sections. |
| 2202 | |
| 2203 | 2004-01-22 David Carlton <carlton@kealia.com> |
| 2204 | |
| 2205 | * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via |
| 2206 | get_scope_pc_bounds. |
| 2207 | (read_file_scope): Ditto. |
| 2208 | (get_scope_pc_bounds): New function, produced by extracting code |
| 2209 | from the above two functions, consolidating it, and adding support |
| 2210 | for DW_TAG_namespace. |
| 2211 | |
| 2212 | 2004-01-22 Mark Kettenis <kettenis@gnu.org> |
| 2213 | |
| 2214 | * osabi.c (MAX_NOTESZ): New define. |
| 2215 | (check_note): New function. |
| 2216 | (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using |
| 2217 | check_note. |
| 2218 | |
| 2219 | 2004-01-21 Roland McGrath <roland@redhat.com> |
| 2220 | |
| 2221 | * MAINTAINERS (write after approval): Add myself. |
| 2222 | |
| 2223 | 2004-01-21 Eli Zaretskii <eliz@gnu.org> |
| 2224 | |
| 2225 | * utils.c (init_page_info): Move declarations of `rows' and |
| 2226 | `cols' before the __GO32__-specific code. Move the closing brace |
| 2227 | outside the #ifdef __GO32__..#endif block. |
| 2228 | [__GO32__]: Use `rows' and `cols' to avoid compiler warnings. |
| 2229 | |
| 2230 | 2004-01-21 Paul Brook <paul@codesourcery.com> |
| 2231 | |
| 2232 | * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling |
| 2233 | BPSTAT_WHAT_CHECK_SHLIBS. |
| 2234 | |
| 2235 | 2004-01-21 Paul Brook <paul@codesourcery.com> |
| 2236 | |
| 2237 | * MAINTAINERS: Add myself to write-after-approval. |
| 2238 | |
| 2239 | 2004-01-20 Andrew Cagney <cagney@redhat.com> |
| 2240 | |
| 2241 | * ax-gdb.c (print_axs_value): Delete unused function. |
| 2242 | * jv-lang.c (java_lookup_type): Delete unused function. |
| 2243 | * cli/cli-dump.c (dump_filetype): Delete unused function. |
| 2244 | * remote-mips.c (remote_mips_insert_hw_breakpoint) |
| 2245 | (remote_mips_remove_hw_breakpoint): Delete unused functions. |
| 2246 | (mips_getstring): Delete unused function. |
| 2247 | (pmon_insert_breakpoint): Delete #if0ed function. |
| 2248 | (PMON_MAX_BP): Delete #if0ed MACRO. |
| 2249 | (mips_pmon_bp_info): Delete #if0ed variable. |
| 2250 | (pmon_remove_breakpoint): Delete #if0ed function. |
| 2251 | * monitor.c (monitor_write_even_block): Delete unused function. |
| 2252 | (monitor_write_memory_block): Delete #if0ed code. |
| 2253 | * dink32-rom.c (dink32_load): Delete unused function. |
| 2254 | (_initialize_dink32_rom): Delete #if0ed code. |
| 2255 | * d10v-tdep.c (d10v_daddr_p): Delete unused function. |
| 2256 | |
| 2257 | * tui/tui-command.c: Update references. |
| 2258 | * tui/tui-io.c: Update references. |
| 2259 | * tui/tui-command.h: Update copyright. |
| 2260 | (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar. |
| 2261 | |
| 2262 | * source.c (ambiguous_line_spec): Delete never-defined function. |
| 2263 | * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto. |
| 2264 | * gdbtypes.c (add_name, add_mangled_type): Ditto. |
| 2265 | * cli/cli-cmds.c (validate_comname): Ditto. |
| 2266 | |
| 2267 | * tui/tui-disasm.h: Update copyright. Include "tui.h" and |
| 2268 | "tui-data.h". |
| 2269 | (tui_set_disassem_content): Rename tuiSetDisassemContent. |
| 2270 | (tui_show_disassem): Rename tuiShowDisassem. |
| 2271 | (tui_show_disassem_and_update_source): Rename |
| 2272 | tuiVerticalDisassemScroll. |
| 2273 | (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll. |
| 2274 | (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress. |
| 2275 | * tui/tui.h: Update copyright. |
| 2276 | (enum tui_status): Define. |
| 2277 | * tui/tui-data.h (enum tui_scroll_direction): Define. |
| 2278 | * tui/tui-disasm.c: Update copyright. Update references. |
| 2279 | * tui/tui-winsource.c: Update copyright. Update references. |
| 2280 | * tui/tui-win.c: Update references. |
| 2281 | * tui/tui-layout.c: Update references. |
| 2282 | |
| 2283 | 2004-01-20 Andrew Cagney <cagney@redhat.com> |
| 2284 | |
| 2285 | * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of |
| 2286 | sym2 to start of block. |
| 2287 | |
| 2288 | 2004-01-19 Michael Chastain <mec.gnu@mindspring.com> |
| 2289 | |
| 2290 | * MAINTAINERS: Delete mmalloc. |
| 2291 | * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h. |
| 2292 | * NEWS: Mention removal of --with-malloc. |
| 2293 | * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE. |
| 2294 | * config.in: Regenerate. |
| 2295 | * configure: Regenerate. |
| 2296 | * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc, |
| 2297 | USE_MMALLOC, MMCHECK_FORCE. |
| 2298 | * gdbinit.in: Remove mmalloc. |
| 2299 | * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch. |
| 2300 | * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS. |
| 2301 | * config/i386/go32.mh: Likewise. |
| 2302 | * config/i386/interix.mh: Likewise. |
| 2303 | * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT. |
| 2304 | |
| 2305 | 2004-01-19 Jeff Johnston <jjohnstn@redhat.com> |
| 2306 | |
| 2307 | * linespec.c (decode_variable, symtab_from_filename): Call |
| 2308 | error_silent with error message instead of throwing an exception |
| 2309 | directly. |
| 2310 | * defs.h (error_silent, error_output_message): Add prototypes. |
| 2311 | (catch_exceptions_with_msg): Ditto. |
| 2312 | * utils.c (error_silent, error_output_message): New functions. |
| 2313 | * top.c (catch_exceptions_with_msg): New function. |
| 2314 | |
| 2315 | 2004-01-20 Nick Roberts <nick@nick.uklinux.net> |
| 2316 | |
| 2317 | * mi/mi-cmds.h (enum print_values): Add definition. |
| 2318 | |
| 2319 | * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name, |
| 2320 | type and value for simple data types and just the name and type |
| 2321 | for complex ones, if required. |
| 2322 | |
| 2323 | * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the |
| 2324 | children, if required. |
| 2325 | |
| 2326 | 2004-01-19 Kevin Buettner <kevinb@redhat.com> |
| 2327 | |
| 2328 | * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete |
| 2329 | unused declarations. |
| 2330 | |
| 2331 | 2004-01-19 Andrew Cagney <cagney@redhat.com> |
| 2332 | |
| 2333 | * top.h (mapped_symbol_files): Delete declaration. |
| 2334 | * main.c (captured_main): Delete option "m" and "mapped". |
| 2335 | * objfiles.c (mapped_symbol_files): Delete variable. |
| 2336 | * symfile.c (symbol_file_command): Delete mmap code. |
| 2337 | (symbol_file_add_with_addrs_or_offsets): Ditto. |
| 2338 | (add_symbol_file_command, reread_separate_symbols): Ditto. |
| 2339 | * objfiles.h (OBJF_MAPPED): Delete. |
| 2340 | * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete. |
| 2341 | (free_objfile) [USE_MMALLOC]: Ditto. |
| 2342 | (open_existing_mapped_file): Delete function. |
| 2343 | (open_mapped_file): Delete function. |
| 2344 | (map_to_file): Delete function. |
| 2345 | |
| 2346 | 2004-01-19 Kevin Buettner <kevinb@redhat.com> |
| 2347 | |
| 2348 | * infrun.c (step_into_function): Account for possible breakpoint |
| 2349 | adjustment when computing ``stop_func_start''. |
| 2350 | |
| 2351 | 2004-01-19 Kevin Buettner <kevinb@redhat.com> |
| 2352 | |
| 2353 | * target.c (default_region_size_ok_for_hw_watchpoint): Compare |
| 2354 | the region size against the size of a pointer, not the size of |
| 2355 | a register as given by DEPRECATED_REGISTER_SIZE. |
| 2356 | |
| 2357 | 2004-01-19 Andrew Cagney <cagney@redhat.com> |
| 2358 | |
| 2359 | * tui/tui-regs.h: Include "tui-data.h". |
| 2360 | (tuiFirstRegElementNoInLine): Delete declaration. |
| 2361 | (tui_display_registers_from): Rename tuiDisplayRegistersFrom. |
| 2362 | (tui_last_regs_line_no): Rename tuiLastRegsLineNo. |
| 2363 | (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo. |
| 2364 | (tui_calculate_regs_column_count): Rename |
| 2365 | tuiCalculateRegsColumnCount. |
| 2366 | (tui_check_register_values): Rename tuiCheckRegisterValues. |
| 2367 | (tui_show_registers): Rename tuiShowRegisters. |
| 2368 | (tui_display_registers_from_line): Rename |
| 2369 | tuiDisplayRegistersFromLine. |
| 2370 | (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine. |
| 2371 | (tui_toggle_float_regs): Rename tuiToggleFloatRegs. |
| 2372 | (tui_first_reg_element_no_inline): Rename |
| 2373 | tuiFirstRegElementNoInLine. |
| 2374 | * tui/tui-data.h: Update copyright. |
| 2375 | (enum tui_register_display_type): Rename _TuiRegisterDisplayType. |
| 2376 | * tui/tui-windata.c: Update copyright, update references. |
| 2377 | * tui/tui-regs.c: Update copyright, update references. |
| 2378 | * tui/tui-win.c: Update copyright, update references. |
| 2379 | * tui/tui-layout.c: Update copyright, update references. |
| 2380 | |
| 2381 | 2004-01-18 Andrew Cagney <cagney@redhat.com> |
| 2382 | |
| 2383 | * tui/tui-io.c: Update copyright. |
| 2384 | (key_is_end_sequence, key_is_backspace): New functions. |
| 2385 | (key_is_command_char, key_is_start_sequence): New function. |
| 2386 | (tui_getc): Update references. |
| 2387 | * tui/tui-io.h: Update copyright. |
| 2388 | (m_tuiStartNewLine): Delete macro. |
| 2389 | (m_isBackspace, m_isDeleteChar): Delete macros. |
| 2390 | (m_isDeleteLine, m_isDeleteToEol): Delete macros. |
| 2391 | (m_isNextPage, m_isPrevPage): Delete macros. |
| 2392 | (m_isLeftArrow, m_isRightArrow): Delete macros. |
| 2393 | (m_isXdbStyleCommandChar): Delete macro. |
| 2394 | (key_is_start_sequence): Declare, replace m_isStartSequence. |
| 2395 | (key_is_end_sequence): Declare, replace m_isEndSequence. |
| 2396 | (key_is_backspace): Declare ,replace m_isBackspace. |
| 2397 | (key_is_command_char): Declare, replace m_isCommandChar. |
| 2398 | * tui/tui-command.c: Update copyright. |
| 2399 | (tuiDispatchCtrlChar): Update references. |
| 2400 | |
| 2401 | * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and |
| 2402 | tuiSourceWin.h. |
| 2403 | |
| 2404 | * tui/tui-command.c: Rename tui/tuiCommand.c. |
| 2405 | * tui/tui-command.h: Rename tui/tuiCommand.h. |
| 2406 | * tui/tui-data.c: Rename tui/tuiData.c. |
| 2407 | * tui/tui-data.h: Rename tui/tuiData.h. |
| 2408 | * tui/tui-disasm.c: Rename tui/tuiDisassem.c. |
| 2409 | * tui/tui-disasm.h: Rename tui/tuiDisassem.h. |
| 2410 | * tui/tui-io.c: Rename tui/tuiIO.c. |
| 2411 | * tui/tui-io.h: Rename tui/tuiIO.h. |
| 2412 | * tui/tui-layout.c: Rename tui/tuiLayout.c. |
| 2413 | * tui/tui-layout.h: Rename tui/tuiLayout.h. |
| 2414 | * tui/tui-regs.c: Rename tui/tuiRegs.c. |
| 2415 | * tui/tui-regs.h: Rename tui/tuiRegs.h. |
| 2416 | * tui/tui-source.c: Rename tui/tuiSource.c. |
| 2417 | * tui/tui-source.h: Rename tui/tuiSource.h. |
| 2418 | * tui/tui-stack.c: Rename tui/tuiStack.c. |
| 2419 | * tui/tui-stack.h: Rename tui/tuiStack.h. |
| 2420 | * tui/tui-win.c: Rename tui/tuiWin.c. |
| 2421 | * tui/tui-win.h: Rename tui/tuiWin.h. |
| 2422 | * tui/tui-windata.c: Rename tui/tuiDataWin.c. |
| 2423 | * tui/tui-windata.h: Rename tui/tuiDataWin.h. |
| 2424 | * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c. |
| 2425 | * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h. |
| 2426 | * tui/tui-winsource.c: Rename tui/tuiSourceWin.c. |
| 2427 | * tui/tui-winsource.h: Rename tui/tuiSourceWin.h. |
| 2428 | * tui/tui-file.c: Update includes. |
| 2429 | * tui/tui-hooks.c: Update includes. |
| 2430 | * tui/tui-interp.c: Update includes. |
| 2431 | * tui/tui.c: Update includes. |
| 2432 | * Makefile.in: Update all tui/ dependencies. |
| 2433 | (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names. |
| 2434 | |
| 2435 | * Makefile.in: Update copyright. Update dependencies. |
| 2436 | |
| 2437 | * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile |
| 2438 | problem. |
| 2439 | |
| 2440 | 2004-01-18 Andrew Cagney <cagney@redhat.com> |
| 2441 | |
| 2442 | * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register |
| 2443 | instead of register_gdbarch_init. |
| 2444 | |
| 2445 | * remote-sds.c (tohex): Delete unused function. Update copyright. |
| 2446 | * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto. |
| 2447 | * v850-tdep.c (v850_register_virtual_size): Ditto. |
| 2448 | * target.c (normal_target_post_startup_inferior): Ditto. |
| 2449 | * source.c (ambiguous_line_spec): Ditto. |
| 2450 | * remote.c (adapt_remote_get_threadinfo): Ditto. |
| 2451 | * mi/mi-out.c (out_field_fmt): Ditto. |
| 2452 | * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto. |
| 2453 | (output_control_change_notification): Ditto. |
| 2454 | * m68k-tdep.c (m68k_register_byte): Ditto. |
| 2455 | (m68k_remote_breakpoint_from_pc): Ditto. |
| 2456 | * ui-out.c (init_ui_out_state): Delete unused declaration. |
| 2457 | * stabsread.c (search_value): Ditto. |
| 2458 | * mi/mi-cmd-env.c (env_cli_command): Ditto. |
| 2459 | * maint.c (print_section_table): Ditto. |
| 2460 | * infrun.c (set_follow_fork_mode_command): Ditto. |
| 2461 | |
| 2462 | 2004-01-18 Mark Kettenis <kettenis@gnu.org> |
| 2463 | |
| 2464 | * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before |
| 2465 | DW_CFA_def_cfa_exporession. Add support for |
| 2466 | DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and |
| 2467 | DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391. |
| 2468 | |
| 2469 | 2004-01-18 Andrew Cagney <cagney@redhat.com> |
| 2470 | |
| 2471 | * ocd.c: Update copyright. |
| 2472 | (bdm_read_register_command): Delete unused function. |
| 2473 | (_initialize_remote_ocd): Delete commented out reference. |
| 2474 | (get_quoted_char, reset_packet): Delete #if0ed function. |
| 2475 | (output_packet, put_quoted_char): Delete #if0ed function. |
| 2476 | (stu_put_packet, stu_get_packet): Delete #if0ed function. |
| 2477 | (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper. |
| 2478 | (BDM_BREAKPOINT): Delete #if0ed macro. |
| 2479 | (remote_timeout): Delete #if0ed variable. |
| 2480 | |
| 2481 | 2004-01-18 Mark Kettenis <kettenis@gnu.org> |
| 2482 | |
| 2483 | * Makefile.in (ALLDEPFILES): Remove core-sol2.c. |
| 2484 | (core-sol2.o): Remove dependency. |
| 2485 | * core-sol2.c: Remove file. |
| 2486 | |
| 2487 | 2004-01-17 Andrew Cagney <cagney@redhat.com> |
| 2488 | |
| 2489 | * mdebugread.c (compare_blocks): Make addr_diff a LONGEST. |
| 2490 | * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK |
| 2491 | enums. |
| 2492 | |
| 2493 | 2004-01-17 Daniel Jacobowitz <drow@mvista.com> |
| 2494 | |
| 2495 | * remote.c: Update copyright years. |
| 2496 | |
| 2497 | 2004-01-17 Daniel Jacobowitz <drow@mvista.com> |
| 2498 | |
| 2499 | * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf. |
| 2500 | |
| 2501 | 2004-01-17 Andrew Cagney <cagney@redhat.com> |
| 2502 | |
| 2503 | * mdebugread.c: Update copyright. |
| 2504 | (parse_symbol): Replace DEPRECATED_STREQ with strcmp. |
| 2505 | (parse_type, parse_procedure): Ditto. |
| 2506 | (parse_partial_symbols, psymtab_to_symtab_1): Ditto. |
| 2507 | |
| 2508 | * cris-tdep.c (cris_store_struct_return): Put back accidently |
| 2509 | deleted function. |
| 2510 | |
| 2511 | * gdbarch.sh: Update copyright year. |
| 2512 | * gdbarch.h, gdbarch.c: Re-generate. |
| 2513 | |
| 2514 | 2004-01-17 Daniel Jacobowitz <drow@mvista.com> |
| 2515 | |
| 2516 | Suggested by George Anzinger. |
| 2517 | * dwarf2expr.c (execute_stack_op): Fetch the second item from the |
| 2518 | correct stack offset. Include unknown opcode numbers in the error |
| 2519 | message. |
| 2520 | |
| 2521 | 2004-01-17 Andrew Cagney <cagney@redhat.com> |
| 2522 | |
| 2523 | * x86-64-tdep.c (x86_64_init_abi): No need to clear |
| 2524 | extract_struct_value_address, i386 does not set it. |
| 2525 | * sparc64-tdep.c (sparc64_init_abi): Do not set |
| 2526 | extract_struct_value_address, never called. |
| 2527 | (sparc64_extract_struct_value_address): Delete function. |
| 2528 | * m68hc11-tdep.c: Update copyright. |
| 2529 | (m68hc11_gdbarch_init): Delete redundant assignment of |
| 2530 | extract_struct_value_address. |
| 2531 | * i386-tdep.c: Update copyright. |
| 2532 | (i386_gdbarch_init): Do not set extract_struct_value_address, |
| 2533 | never called. |
| 2534 | (i386_extract_struct_value_address): Delete function. |
| 2535 | * sparc-tdep.c (sparc32_gdbarch_init): Do not set |
| 2536 | extract_struct_value_address, never called. |
| 2537 | (sparc32_extract_struct_value_address): #if 0 function. Add |
| 2538 | comments explaining its future. |
| 2539 | |
| 2540 | 2004-01-17 Daniel Jacobowitz <drow@mvista.com> |
| 2541 | |
| 2542 | * arm-tdep.c (arm_write_pc): New function. |
| 2543 | (arm_gdbarch_init): Call set_gdbarch_write_pc. |
| 2544 | |
| 2545 | 2004-01-17 Daniel Jacobowitz <drow@mvista.com> |
| 2546 | |
| 2547 | * breakpoint.c (must_shift_inst_regs): Delete. |
| 2548 | (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK |
| 2549 | and SHIFT_INST_REGS. |
| 2550 | * infcmd.c (step_1, step_1_continuation): Delete references to |
| 2551 | SHIFT_INST_REGS. |
| 2552 | * infrun.c (keep_going): Likewise. |
| 2553 | * target.h (DECR_PC_AFTER_HW_BREAK): Don't define. |
| 2554 | * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise. |
| 2555 | |
| 2556 | 2004-01-17 Andrew Cagney <cagney@redhat.com> |
| 2557 | |
| 2558 | * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete. |
| 2559 | * gdbarch.h, gdbarch.c: Re-generate. |
| 2560 | * infcmd.c (print_return_value): Delete reference to |
| 2561 | DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS. |
| 2562 | |
| 2563 | * cris-tdep.c (cris_gdbarch_init): Do not set |
| 2564 | deprecated_extract_struct_value_address. |
| 2565 | |
| 2566 | * xstormy16-tdep.c: Update copyright. |
| 2567 | (xstormy16_extract_struct_value_address): Update to current |
| 2568 | extract struct value address interface. |
| 2569 | (xstormy16_gdbarch_init): Set extract_struct_value_address. |
| 2570 | * sh64-tdep.c (sh64_extract_struct_value_address): Update to |
| 2571 | current extract struct value address interface. |
| 2572 | (sh64_gdbarch_init): Set extract_struct_value_address. |
| 2573 | |
| 2574 | * cris-tdep.c: Update copyright. |
| 2575 | (cris_extract_struct_value_address): Delete function. |
| 2576 | (struct_return_address): Delete variable. |
| 2577 | (cris_store_struct_return): Do not set struct_return_address. |
| 2578 | |
| 2579 | * mcore-tdep.c: Update copyright. |
| 2580 | (mcore_extract_struct_value_address): Delete function. Update |
| 2581 | comments. |
| 2582 | (mcore_gdbarch_init): Update. |
| 2583 | * mn10300-tdep.c: Update copyright. |
| 2584 | (mn10300_extract_struct_value_address): Delete function. |
| 2585 | (mn10300_gdbarch_init): Update. |
| 2586 | * v850-tdep.c: Update copyright. |
| 2587 | (v850_extract_struct_value_address): Delete. |
| 2588 | (v850_gdbarch_init): Update. |
| 2589 | * ns32k-tdep.c: Update copyright. |
| 2590 | (ns32k_extract_struct_value_address): Delete. |
| 2591 | (ns32k_gdbarch_init): Update. |
| 2592 | * hppa-tdep.c (hppa_extract_struct_value_address): Delete. |
| 2593 | (hppa_gdbarch_init): Update. |
| 2594 | * vax-tdep.c: Update copyright. |
| 2595 | (vax_extract_struct_value_address): Delete. |
| 2596 | (vax_gdbarch_init): Update. |
| 2597 | |
| 2598 | * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete. |
| 2599 | * gdbarch.h, gdbarch.c: Re-generate. |
| 2600 | * procfs.c (procfs_fetch_registers): Delete reference to |
| 2601 | DEPRECATED_NPC_REGNUM. |
| 2602 | (procfs_store_registers): Ditto. |
| 2603 | * regcache.c (generic_target_write_pc): Simplify. |
| 2604 | * lynx-nat.c: Delete #ifdef SPARC code. Not used. |
| 2605 | |
| 2606 | * core-sol2.c (fetch_core_registers): Replace |
| 2607 | DEPRECATED_NPC_REGNUM with equivalent tdep value. |
| 2608 | |
| 2609 | * hppa-tdep.c: Update copyright year. |
| 2610 | (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of |
| 2611 | NPC_REGNUM. |
| 2612 | (hppa_gdbarch_init): Do not set deprecated_npc_regnum. |
| 2613 | |
| 2614 | * mips-tdep.c (mips_write_pc): New function. |
| 2615 | (mips_gdbarch_init): Set "write_pc" to "mips_write_pc". |
| 2616 | (mips_read_pc): Use mips_regnum instead of PC_REGNUM. |
| 2617 | (mips_find_saved_regs, mips_software_single_step: Ditto. |
| 2618 | (mips_frame_saved_pc, mips_frame_saved_pc): Ditto. |
| 2619 | mips_init_extra_frame_info, mips_pop_frame): Ditto. |
| 2620 | |
| 2621 | 2004-01-17 Andrew Cagney <cagney@redhat.com> |
| 2622 | |
| 2623 | * mips-tdep.c: Re-indent. Group functions by ABI. |
| 2624 | |
| 2625 | 2004-01-17 Andrew Cagney <cagney@redhat.com> |
| 2626 | |
| 2627 | * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default. |
| 2628 | * gdbarch.c: Re-generate. |
| 2629 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set |
| 2630 | DECR_PC_AFTER_BREAK to zero. |
| 2631 | * vax-tdep.c (vax_gdbarch_init): Ditto. |
| 2632 | * v850-tdep.c (v850_gdbarch_init): Ditto. |
| 2633 | * sparc-tdep.c (sparc32_gdbarch_init): Ditto. |
| 2634 | * sh64-tdep.c (sh64_gdbarch_init): Ditto. |
| 2635 | * sh-tdep.c (sh_gdbarch_init): Ditto. |
| 2636 | * rs6000-tdep.c (rs6000_gdbarch_init): Ditto. |
| 2637 | * ns32k-tdep.c (ns32k_gdbarch_init): Ditto. |
| 2638 | * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. |
| 2639 | * mips-tdep.c (mips_gdbarch_init): Ditto. |
| 2640 | * mcore-tdep.c (mcore_gdbarch_init): Ditto. |
| 2641 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto. |
| 2642 | * m32r-tdep.c (m32r_gdbarch_init): Ditto. |
| 2643 | * ia64-tdep.c (ia64_gdbarch_init): Ditto. |
| 2644 | * i386-interix-tdep.c (i386_interix_init_abi): Ditto. |
| 2645 | * hppa-tdep.c (hppa_gdbarch_init): Ditto. |
| 2646 | * h8300-tdep.c (h8300_gdbarch_init): Ditto. |
| 2647 | * frv-tdep.c (frv_gdbarch_init): Ditto. |
| 2648 | * cris-tdep.c (cris_gdbarch_init): Ditto. |
| 2649 | * avr-tdep.c (avr_gdbarch_init): Ditto. |
| 2650 | * arm-tdep.c (arm_gdbarch_init): Ditto. |
| 2651 | * i386-nto-tdep.c (i386nto_init_abi): Add comment. |
| 2652 | |
| 2653 | 2004-01-17 J. Brobecker <brobecker@gnat.com> |
| 2654 | |
| 2655 | * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint): |
| 2656 | Delete, no longer used. |
| 2657 | (read_subrange_type): New function, mostly extracted from |
| 2658 | read_array_type(). |
| 2659 | (read_array_type): Replace extracted code by call to |
| 2660 | read_subrange_type(). |
| 2661 | (dwarf2_get_attr_constant_value): New function. |
| 2662 | (scan_partial_symbols): Add handling for DW_TAG_subrange_type. |
| 2663 | (add_partial_symbol): Likewise. |
| 2664 | (process_die): Likewise. |
| 2665 | (new_symbol): Likewise. |
| 2666 | (read_type_die): Likewise. |
| 2667 | |
| 2668 | 2004-01-16 Andrew Cagney <cagney@redhat.com> |
| 2669 | |
| 2670 | * symfile.c: Update copyright year. |
| 2671 | (compare_symbols): Delete unused function. |
| 2672 | * stabsread.c: Update copyright year. |
| 2673 | (lrs_general_complaint): Delete unused function. |
| 2674 | (ref_search_value): Ditto. |
| 2675 | (get_substring): Delete declaration. |
| 2676 | * sh64-tdep.c: Update copyright year. |
| 2677 | (sh64_get_gdb_regnum): Delete unused function. |
| 2678 | * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint): |
| 2679 | Delete unused function. |
| 2680 | |
| 2681 | 2004-01-17 Mark Kettenis <kettenis@gnu.org> |
| 2682 | |
| 2683 | * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF. |
| 2684 | * osabi.c (gdb_osabi_names): Add "OpenBSD ELF". |
| 2685 | |
| 2686 | 2004-01-16 Andrew Cagney <cagney@redhat.com> |
| 2687 | |
| 2688 | Changes from Peter Schauer. |
| 2689 | * rs6000-tdep.c: Update copyright year. |
| 2690 | (rs6000_push_dummy_call): Update the stack pointer before |
| 2691 | accessing the corresponding stack region. |
| 2692 | * rs6000-nat.c: Update copyright year. |
| 2693 | (set_host_arch): Set "info.abfd" to "exec_bfd". |
| 2694 | |
| 2695 | 2004-01-15 Mark Kettenis <kettenis@gnu.org> |
| 2696 | |
| 2697 | * blockframe.c: Update copyright year. |
| 2698 | (inside_entry_func): Don't treat a zero PC specially. |
| 2699 | |
| 2700 | 2004-01-14 Elena Zannoni <ezannoni@redhat.com> |
| 2701 | |
| 2702 | * gcore.c (gcore_copy_callback): Use paddr_d to print size |
| 2703 | variable. |
| 2704 | (gcore_create_callback): Ditto. Skip any memory segment that has |
| 2705 | no permissions set. |
| 2706 | |
| 2707 | 2004-01-14 David Carlton <carlton@kealia.com> |
| 2708 | |
| 2709 | Change symbols for C++ nested types to contain the fully qualified |
| 2710 | name, if possible. (At least in the DWARF-2 case.) Partial fix |
| 2711 | for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832, |
| 2712 | c++/895. |
| 2713 | * c-exp.y (qualified_type): Handle types nested within classes. |
| 2714 | * cp-namespace.c: Update comments. |
| 2715 | (cp_set_block_scope): Delete #if 0. |
| 2716 | (cp_lookup_nested_type): Handle types nested within classes. |
| 2717 | * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure |
| 2718 | when appropriate. |
| 2719 | (add_partial_symbol): Add the name of the enclosing namespace to |
| 2720 | types. |
| 2721 | (pdi_needs_namespace): New. |
| 2722 | (add_partial_namespace): Tweak comment. |
| 2723 | (add_partial_structure): New. |
| 2724 | (psymtab_to_symtab_1): Initialize processing_current_prefix |
| 2725 | here... |
| 2726 | (process_die): instead of here. |
| 2727 | (read_structure_scope): Try to figure out the name of the class or |
| 2728 | namespace that the structure might be defined within. |
| 2729 | (read_enumeration): Generate fully-qualified names, if possible. |
| 2730 | (read_namespace): Don't set name to NULL. |
| 2731 | (die_specification): New. |
| 2732 | (new_symbol): Generate fully-qualified names for types. |
| 2733 | (read_type_die): Determine appropriate prefix. |
| 2734 | (determine_prefix): New. |
| 2735 | (typename_concat): New. |
| 2736 | (class_name): New. |
| 2737 | * valops.c (value_aggregate_elt): Pass NOSIDE to |
| 2738 | value_struct_elt_for_reference. |
| 2739 | (value_struct_elt_for_reference): Make static, add NOSIDE |
| 2740 | parameter, call value_maybe_namespace_elt as a last resort. |
| 2741 | (value_namespace_elt): Break out code into |
| 2742 | value_maybe_namespace_elt. |
| 2743 | (value_maybe_namespace_elt): New. |
| 2744 | |
| 2745 | 2004-01-12 Andrew Cagney <cagney@redhat.com> |
| 2746 | |
| 2747 | * mips-tdep.c (mips_convert_register_p): Handle both raw and |
| 2748 | cooked floating-point registers. |
| 2749 | (mips_gdbarch_init): Set convert_register_p, register_to_value, |
| 2750 | and value_to_register. |
| 2751 | |
| 2752 | 2004-01-13 Andrew Cagney <cagney@redhat.com> |
| 2753 | |
| 2754 | * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default. |
| 2755 | * gdbarch.c: Re-generate. |
| 2756 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set |
| 2757 | FUNCTION_START_OFFSET. |
| 2758 | * v850-tdep.c (v850_gdbarch_init): Ditto. |
| 2759 | * sparc-tdep.c (sparc32_gdbarch_init): Ditto. |
| 2760 | * sh64-tdep.c (sh64_gdbarch_init): Ditto. |
| 2761 | * sh-tdep.c (sh_gdbarch_init): Ditto. |
| 2762 | * s390-tdep.c (s390_gdbarch_init): Ditto. |
| 2763 | * rs6000-tdep.c (rs6000_gdbarch_init): Ditto. |
| 2764 | * ns32k-tdep.c (ns32k_gdbarch_init): Ditto. |
| 2765 | * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. |
| 2766 | * mips-tdep.c (mips_gdbarch_init): Ditto. |
| 2767 | * mcore-tdep.c (mcore_gdbarch_init): Ditto. |
| 2768 | * m68k-tdep.c (m68k_gdbarch_init): Ditto. |
| 2769 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto. |
| 2770 | * m32r-tdep.c (m32r_gdbarch_init): Ditto. |
| 2771 | * ia64-tdep.c (ia64_gdbarch_init): Ditto. |
| 2772 | * i386-tdep.c (i386_gdbarch_init): Ditto. |
| 2773 | * hppa-tdep.c (hppa_gdbarch_init): Ditto. |
| 2774 | * h8300-tdep.c (h8300_gdbarch_init): Ditto. |
| 2775 | * frv-tdep.c (frv_gdbarch_init): Ditto. |
| 2776 | * d10v-tdep.c (d10v_gdbarch_init): Ditto. |
| 2777 | * cris-tdep.c (cris_gdbarch_init): Ditto. |
| 2778 | * avr-tdep.c (avr_gdbarch_init): Ditto. |
| 2779 | * arm-tdep.c (arm_gdbarch_init): Ditto. |
| 2780 | * alpha-tdep.c (alpha_gdbarch_init): Ditto. |
| 2781 | |
| 2782 | 2004-01-13 Daniel Jacobowitz <drow@mvista.com> |
| 2783 | |
| 2784 | * infrun.c (follow_fork_mode_ask): Remove. |
| 2785 | (follow_fork_mode_kind_names): Remove follow_fork_mode_ask. |
| 2786 | (follow_fork): Simplify and remove internal error for |
| 2787 | follow_fork_mode_ask. |
| 2788 | (_initialize_infrun): Update "set follow-fork-mode" help text. |
| 2789 | |
| 2790 | 2004-01-13 Andrew Cagney <cagney@redhat.com> |
| 2791 | |
| 2792 | * configure.in: Update copyright year. |
| 2793 | (build_warnings): Add -Wunused-label. |
| 2794 | * configure: Re-generate. |
| 2795 | |
| 2796 | 2004-01-12 Andrew Cagney <cagney@redhat.com> |
| 2797 | |
| 2798 | * exec.h (exec_ops): Make "extern". |
| 2799 | |
| 2800 | * mips-tdep.c (mips_pseudo_register_read): Don't return a value, |
| 2801 | the function is void. |
| 2802 | (mips_pseudo_register_write): Ditto. |
| 2803 | |
| 2804 | 2004-01-12 Andrew Cagney <cagney@redhat.com> |
| 2805 | |
| 2806 | * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO |
| 2807 | call. Never defined. |
| 2808 | * sparc-tdep.h (struct frame_info): Add opaque declaration. |
| 2809 | * sparc64-tdep.h (struct gdbarch): Add opaque declaration. |
| 2810 | (struct sparc_gregset, struct regcache): Ditto. |
| 2811 | * sparc-nat.c: Update copyright. Specify "GNU/Linux". |
| 2812 | |
| 2813 | 2004-01-12 Andrew Cagney <cagney@redhat.com> |
| 2814 | |
| 2815 | * mi/ChangeLog: Delete file. Renamed to ... |
| 2816 | * mi/ChangeLog-1999-2003: New file. |
| 2817 | * tui/ChangeLog: Delete file. Renamed to ... |
| 2818 | * tui/ChangeLog-1998-2003: New file. |
| 2819 | |
| 2820 | 2004-01-11 Mark Kettenis <kettenis@gnu.org> |
| 2821 | |
| 2822 | * sparc64nbsd-tdep.c: Include "regset.h". |
| 2823 | (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg): |
| 2824 | Remove variables. |
| 2825 | (fetch_core_registers): Remove function. |
| 2826 | (sparc64nbsd_core_fns): Remove variable. |
| 2827 | (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New |
| 2828 | functions. |
| 2829 | (sparc64nbsd_init_abi): Initialize TDEP->gregset, |
| 2830 | TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset. |
| 2831 | (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns. |
| 2832 | |
| 2833 | * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from |
| 2834 | sparc_extract_struct_value_address. |
| 2835 | (sparc32_gdbarch_init): Set extract_struct_value_address. |
| 2836 | * sparc64-tdep.c (sparc64_extract_struct_value_address): New |
| 2837 | function. |
| 2838 | (sparc64_init_abi): Set extract_struct_value_address. Don't set |
| 2839 | return_value_on_stack. |
| 2840 | |
| 2841 | * NEWS: Mention that %cs and %ss have been added to the AMD64 |
| 2842 | configurations |
| 2843 | |
| 2844 | * frame.c: Update copyright year. |
| 2845 | (get_prev_frame): Improve comment. |
| 2846 | |
| 2847 | * sparc64fbsd-tdep.c: Include "regset.h". |
| 2848 | (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg): |
| 2849 | Remove variables. |
| 2850 | (fetch_core_registers): Remove function. |
| 2851 | (sparc64fbsd_core_fns): Remove variable. |
| 2852 | (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New |
| 2853 | functions. |
| 2854 | (sparc64fbsd_init_abi): Initialize TDEP->gregset, |
| 2855 | TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset. |
| 2856 | (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns. |
| 2857 | |
| 2858 | * sparcnbsd-tdep.c: Include "regset.h". |
| 2859 | (fetch_core_registers): Remove function. |
| 2860 | (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles. |
| 2861 | (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New |
| 2862 | functions. |
| 2863 | (sparc32nbsd_init_abi): Initialize TDEP->gregset and |
| 2864 | TDEP->fpregset. |
| 2865 | (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns. |
| 2866 | |
| 2867 | * sparc-tdep.h (struct regset): Provide opaque declaration. |
| 2868 | (struct gdbarch_tdep): Add gregset, sizeof_gregset, |
| 2869 | fpregset and sizeof_fpregset members. |
| 2870 | * sparc-tdep.c (struct regset): Provide opaque declaration. |
| 2871 | (sparc_regset_from_core_section): New function. |
| 2872 | (sparc32_gdbarch_init): Initialize TDEP->gregset, |
| 2873 | TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset. |
| 2874 | Set regset_from_core_section when appropriate. |
| 2875 | |
| 2876 | 2004-01-10 Mark Kettenis <kettenis@gnu.org> |
| 2877 | |
| 2878 | * x86-64-tdep.c (amd64_non_pod_p): New function. |
| 2879 | (amd64_classify_aggregate): Return class memory for non-POD |
| 2880 | C++ structure types. |
| 2881 | |
| 2882 | * x86-64-tdep.c (amd64_push_arguments): Add struct_return |
| 2883 | argument. Use it to reserve a register if necessary. |
| 2884 | (amd64_push_dummy_call): Pass STRUCT_RETURN in call to |
| 2885 | amd64_push_arguments. |
| 2886 | |
| 2887 | * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields. |
| 2888 | |
| 2889 | * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust |
| 2890 | register numbers in comments. |
| 2891 | * x86-64-tdep.h: Update copyright year. |
| 2892 | (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): |
| 2893 | Adjust for addition of %cs and %ss. |
| 2894 | * amd64fbsd-nat.c: Update copyright year. |
| 2895 | (reg_offset): Add register offsets for %cs and %ss. |
| 2896 | * amd64fbsd-tdep.c: Update copyright year. |
| 2897 | (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss. |
| 2898 | (amd64fbsd_sc_reg_offset): Likewise. |
| 2899 | * x86-64-linux-nat.c: Update copyright year. |
| 2900 | (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs |
| 2901 | and %ss. |
| 2902 | * amd64nbsd-nat.c: Update copyright year. |
| 2903 | (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss. |
| 2904 | * amd64nbsd-tdep.c: Update copyright year. |
| 2905 | (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss. |
| 2906 | * x86-64-linux-tdep.c: Update copyright year. |
| 2907 | (user_to_gdb_regmap): Add mapping for %cs and %ss. |
| 2908 | (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss. |
| 2909 | * regformats/reg-x86-64.dat: Add %cs and %ss. |
| 2910 | |
| 2911 | * blockframe.c (inside_entry_func): Reformat. Introduce new local |
| 2912 | variables to prevent long lines. Update comments to reflect |
| 2913 | reality. |
| 2914 | |
| 2915 | 2004-01-09 David Carlton <carlton@kealia.com> |
| 2916 | |
| 2917 | Checked in by Elena Zannoni <ezannoni@redhat.com>. |
| 2918 | * dwarf2read.c (read_namespace): Pull out name-generating code |
| 2919 | into namespace_name. Rename previous_namespace to previous_prefix |
| 2920 | and processing_current_namespace to processing_current_prefix.. |
| 2921 | (namespace_name): New function. |
| 2922 | (add_partial_symbol): Substitute uses of pdi->name with |
| 2923 | actual_name. |
| 2924 | * cp-support.h: Rename processing_current_namespace to |
| 2925 | processing_current_prefix. |
| 2926 | Update copyright year. |
| 2927 | * cp-namespace.c: Rename processing_current_namespace to |
| 2928 | processing_current_prefix. |
| 2929 | Update copyright year. |
| 2930 | |
| 2931 | 2004-01-09 Andrew Cagney <cagney@redhat.com> |
| 2932 | |
| 2933 | * jv-valprint.c, ser-unix.c: Add missing copyright years. |
| 2934 | |
| 2935 | 2004-01-09 Mark Kettenis <kettenis@gnu.org> |
| 2936 | |
| 2937 | * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of |
| 2938 | complaining. |
| 2939 | (process_one_symbol): Deal with N_PATCH stabs. |
| 2940 | |
| 2941 | 2004-01-09 Elena Zannoni <ezannoni@redhat.com> |
| 2942 | |
| 2943 | * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and |
| 2944 | ifdeffed code. |
| 2945 | Update copyright year. |
| 2946 | |
| 2947 | 2004-01-08 Michael Chastain <mec.gnu@mindspring.com> |
| 2948 | |
| 2949 | * config/pa/tm-hppa.h: Update extern declarations for |
| 2950 | hppa32_hpux_frame_saved_pc_in_sigtramp, |
| 2951 | hppa32_hpux_frame_base_before_sigtramp, and |
| 2952 | hppa32_hpux_frame_find_saved_regs_in_sigtramp. |
| 2953 | |
| 2954 | 2004-01-08 Michael Chastain <mec.gnu@mindspring.com> |
| 2955 | |
| 2956 | * config/pa/tm-hppah.h: Update copyright years. |
| 2957 | |
| 2958 | 2004-01-08 Andrew Cagney <cagney@redhat.com> |
| 2959 | |
| 2960 | * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function. |
| 2961 | (mips_o32_reg_struct_has_addr): Delete function. |
| 2962 | (mips_gdbarch_init): Update. |
| 2963 | (mips_extract_struct_value_address): Delete function. |
| 2964 | |
| 2965 | 2004-01-08 David Mosberger <davidm@hpl.hp.com> |
| 2966 | |
| 2967 | * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect |
| 2968 | reality. |
| 2969 | |
| 2970 | 2004-01-07 Andrew Cagney <cagney@redhat.com> |
| 2971 | |
| 2972 | * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous |
| 2973 | architecture's elf flags (when available). |
| 2974 | |
| 2975 | * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS |
| 2976 | FPU to the start, check the MIPS FPU when looking for an old |
| 2977 | architecture. |
| 2978 | (set_mipsfpu_single_command): Update the architecture. |
| 2979 | (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto. |
| 2980 | |
| 2981 | * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro. |
| 2982 | (mips_mask_address_p): Add "tdep" parameter. |
| 2983 | (show_mask_address, mips_addr_bits_remove): Update. |
| 2984 | (mips_dump_tdep): Update. |
| 2985 | (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro. |
| 2986 | (MIPS_STACK_ARGSIZE): Delete macro. |
| 2987 | (mips_stack_argsize, mips_eabi_push_dummy_call): Update. |
| 2988 | (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update. |
| 2989 | (mips_o64_push_dummy_call, mips_o32_return_value): Update. |
| 2990 | (mips_dump_tdep): Update. |
| 2991 | (MIPS_SAVED_REGSIZE): Delete macro. |
| 2992 | (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro. |
| 2993 | (mips_saved_regsize, mips_eabi_use_struct_convention): Update. |
| 2994 | (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update. |
| 2995 | (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update. |
| 2996 | (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update. |
| 2997 | (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update. |
| 2998 | (mips_pop_frame, return_value_location): Update. |
| 2999 | (mips_n32n64_return_value, mips_dump_tdep): Update. |
| 3000 | |
| 3001 | * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the |
| 3002 | MIPS ABI. |
| 3003 | |
| 3004 | * mips-tdep.c: Update copyright. |
| 3005 | (mips_gdbarch_init): Merge two code blocks handling the register |
| 3006 | name and number layout. |
| 3007 | |
| 3008 | 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl> |
| 3009 | |
| 3010 | * tracepoint.c (validate_actionline): Fix segv at EOF |
| 3011 | |
| 3012 | 2004-01-07 Michael Chastain <mec.gnu@mindspring.com> |
| 3013 | |
| 3014 | * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME |
| 3015 | properly for static fields. |
| 3016 | |
| 3017 | 2004-01-06 Jeff Johnston <jjohnstn@redhat.com> |
| 3018 | Jason Molenda <jmolenda@apple.com> |
| 3019 | |
| 3020 | * disasm.c: Update copyright to include 2004. |
| 3021 | (do_mixed_source_and_assembly): For uiout asm list |
| 3022 | and tuple cleanups, initialize to null_cleanup instead of |
| 3023 | NULL and do so prior to loop. Only reset when we close off |
| 3024 | the tuple/list. Move check for whether to close off the |
| 3025 | asm tuple/list to after dump_insns call where it will be run |
| 3026 | on each loop iteration. |
| 3027 | |
| 3028 | 2004-01-05 Andrew Cagney <cagney@redhat.com> |
| 3029 | |
| 3030 | * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED" |
| 3031 | should be a switch case and not a label. |
| 3032 | * mips-tdep.c (mips32_next_pc): Delete unused labels |
| 3033 | "greater_equal_branch" and "less_zero_branch". |
| 3034 | * jv-valprint.c (java_print_value_fields): Delete unused label |
| 3035 | "flush_it". |
| 3036 | |
| 3037 | * target.c (unpush_target): Only close a target that is in the |
| 3038 | target stack. |
| 3039 | |
| 3040 | 2004-01-05 Mark Kettenis <kettenis@gnu.org> |
| 3041 | |
| 3042 | * sparc-tdep.c (sparc_extract_struct_value_address): Get the |
| 3043 | address from [sp + 64] instead of %o2. |
| 3044 | |
| 3045 | * frame.c (get_prev_frame): Don't try to unwind the PC. This |
| 3046 | fixes PR backtrace/1476. |
| 3047 | |
| 3048 | 2004-01-05 Andrew Cagney <cagney@redhat.com> |
| 3049 | |
| 3050 | * libunwind-frame.h (struct frame_id): Add opaque declaration, |
| 3051 | move to start of file. |
| 3052 | * i386-tdep.h (struct regcache): Add opaque declaration. |
| 3053 | * config/ia64/nm-linux.h (struct target_ops): Add opaque |
| 3054 | declaration. |
| 3055 | * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__. |
| 3056 | (ia64_gdbarch_init): Use "GNU/Linux" in comment. |
| 3057 | * win32-nat.c (fake_create_process): Use ISO C style definition. |
| 3058 | * stabsread.c (define_symbol): Delete #ifndef |
| 3059 | DEPRECATED_USE_REGISTER_NOT_ARG wrapper around |
| 3060 | stabs_argument_has_addr call, macro never defined. |
| 3061 | |
| 3062 | 2004-01-04 Michael Chastain <mec.gnu@mindspring.com> |
| 3063 | |
| 3064 | * op50-rom.c: Delete. |
| 3065 | * w89k-rom.c: Delete. |
| 3066 | * Makefile.in: Remove references. |
| 3067 | |
| 3068 | 2004-01-04 Mark Kettenis <kettenis@gnu.org> |
| 3069 | |
| 3070 | * x86-64-tdep.c: Update copyright year. |
| 3071 | (struct amd64_register_info): Rename from x86_64_register_info. |
| 3072 | (amd64_register_info): Rename from x86_64_register_info. |
| 3073 | (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS. |
| 3074 | (amd64_register_name): Rename from x86_64_register_name. |
| 3075 | (amd64_register_type): Rename from x86_64_register_type. |
| 3076 | (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap. |
| 3077 | (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len. |
| 3078 | (amd64_dwarf_reg_to_regnum): Rename from |
| 3079 | x86_64_dwarf_reg_to_regnum. |
| 3080 | (amd64_convert_register_p): Rename from x86_64_convert_register_p. |
| 3081 | (amd64_push_dummy_call): Rename from x86_64_push_dummy_call. |
| 3082 | (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS. |
| 3083 | (struct amd64_frame_cache): Renamed from x86_64_frame_cache. |
| 3084 | (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache. |
| 3085 | (amd64_analyze_prologue): Rename from x86_64_analyze_prologue. |
| 3086 | (amd64_skip_prologue): Rename from x86_64_skip_prologue. |
| 3087 | (amd64_frame_cache): Rename from x86_64_frame_cache. |
| 3088 | (amd64_frame_this_id): Rename from x86_64_frame_this_id. |
| 3089 | (amd64_frame_prev_register): Rename from |
| 3090 | x86_64_frame_prev_register. |
| 3091 | (amd64_frame_unwind): Rename from x86_64_frame_unwind. |
| 3092 | (amd64_frame_sniffer): Rename from x86_64_frame_sniffer. |
| 3093 | (amd64_sigtramp_frame_cache): Rename from |
| 3094 | x86_64_sigtramp_frame_cache. |
| 3095 | (amd64_sigtramp_frame_prev_register): Rename from |
| 3096 | x86_64_sigtramp_frame_prev_register. |
| 3097 | (amd64_sigtramp_frame_unwind): Rename from |
| 3098 | x86_64_sigtramp_frame_unwind. |
| 3099 | (amd64_sigtramp_frame_sniffer): Rename from |
| 3100 | x86_64_sigtramp_frame_sniffer. |
| 3101 | (amd64_frame_base_address): Rename from x86_64_frame_base_address. |
| 3102 | (amd64_frame_base): Rename from x86_64_frame_base. |
| 3103 | (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id. |
| 3104 | (amd64_frame_align): Rename from x86_64_frame_align. |
| 3105 | (amd64_supply_fpregset): Rename from x86_64_supply_fpregset. |
| 3106 | (amd64_regset_from_core_section): Rename from |
| 3107 | x86_64_regset_from_core_section. |
| 3108 | (x86_64_init_abi): Update comments. |
| 3109 | |
| 3110 | 2004-01-04 Nick Roberts <nick@nick.uklinux.net> |
| 3111 | |
| 3112 | * MAINTAINERS (write after approval): Add myself. |
| 3113 | |
| 3114 | 2004-01-04 Mark Kettenis <kettenis@gnu.org> |
| 3115 | |
| 3116 | * sparc64-tdep.c (sparc64_store_arguments): Fix handling of |
| 3117 | `float' arguments. |
| 3118 | |
| 3119 | 2004-01-04 Mark Kettenis <kettenis@gnu.org> |
| 3120 | |
| 3121 | * sparc64-tdep.c (sparc64_store_floating_fields): Update comment |
| 3122 | such that it mentions a specific version of GCC that exhibits this |
| 3123 | bug. |
| 3124 | |
| 3125 | 2004-01-03 Mark Kettenis <kettenis@gnu.org> |
| 3126 | |
| 3127 | * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a |
| 3128 | structure that has a single `float' member, store it in %f1 in |
| 3129 | addition to %f0. |
| 3130 | |
| 3131 | * sparc-sol2-nat.c: Add missing '\'. |
| 3132 | |
| 3133 | * sparc-tdep.c (sparc32_return_value): New function. |
| 3134 | (sparc32_use_struct_convention, sparc32_return_value_on_stack): |
| 3135 | Remove functions. |
| 3136 | (sparc32_gdbarch_init): Set return_value, don't set |
| 3137 | extract_return_value, store_return_value, use_struct_convention |
| 3138 | and return_value_on_stack. |
| 3139 | |
| 3140 | * sparc-sol2-nat.c: Add missing ')'. |
| 3141 | |
| 3142 | 2004-01-03 J. Brobecker <brobecker@gnat.com> |
| 3143 | |
| 3144 | * infrun.c (handle_step_into_function): New function. |
| 3145 | (handle_inferior_event): Extract out some code into the new |
| 3146 | function above. |
| 3147 | |
| 3148 | 2004-01-03 J. Brobecker <brobecker@gnat.com> |
| 3149 | |
| 3150 | * infrun.c (handle_inferior_event): Move the declaration of |
| 3151 | real_stop_pc inside the if blocks where it is used. |
| 3152 | |
| 3153 | 2004-01-03 Mark Kettenis <kettenis@gnu.org> |
| 3154 | |
| 3155 | * sparc64-tdep.c (sparc64_16_byte_align_p) |
| 3156 | (sparc64_store_floating_fields, sparc64_store_floating_fields): |
| 3157 | Use check_typedef to get subtypes of structures and unions. |
| 3158 | (sparc64_store_return_value): Fix calculation of the appropriate |
| 3159 | offset into VALBUF when storing a structure or union. |
| 3160 | (sparc64_return_value): New function. |
| 3161 | (sparc64_use_struct_convention): Remove function. |
| 3162 | (sparc64_init_abi): Set return_value, don't set |
| 3163 | extract_return_value, store_return_value and |
| 3164 | use_struct_convention. |
| 3165 | |
| 3166 | 2004-01-03 Eli Zaretskii <eliz@elta.co.il> |
| 3167 | |
| 3168 | * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS, |
| 3169 | bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c, |
| 3170 | gdb/config/alpha/xm-alphaosf.h, |
| 3171 | gdb/config/powerpc/tm-ppcle-eabi.h, |
| 3172 | gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001, |
| 3173 | gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003, |
| 3174 | gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in, |
| 3175 | gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c, |
| 3176 | gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c, |
| 3177 | gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c, |
| 3178 | gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c, |
| 3179 | gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c, |
| 3180 | gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c, |
| 3181 | gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c, |
| 3182 | gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp, |
| 3183 | nclude/ChangeLog-9103, include/coff/ChangeLog-9103, |
| 3184 | include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103, |
| 3185 | opcodes/ChangeLog-0001, opcodes/ChangeLog-0203, |
| 3186 | opcodes/openrisc-dis.c, opcodes/openrisc-desc.h, |
| 3187 | sim/frv/profile-fr550.c, sim/frv/profile-fr550.h, |
| 3188 | sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c, |
| 3189 | sim/testsuite/sim/sh64/compact/ldsl-mach.cgs, |
| 3190 | sim/testsuite/sim/sh64/compact/ldsl-macl.cgs, |
| 3191 | sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and |
| 3192 | sim/testsuite/sim/sh64/compact/stsl-macl.cgs. |
| 3193 | Remove lines for .cvsignore files. |
| 3194 | |
| 3195 | 2004-01-03 J. Brobecker <brobecker@gnat.com> |
| 3196 | |
| 3197 | * infrun.c: Back out the previous change. |
| 3198 | |
| 3199 | 2004-01-03 Mark Kettenis <kettenis@gnu.org> |
| 3200 | |
| 3201 | * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and |
| 3202 | sparc-*-sunos4* to the list of REMOVED configurations. |
| 3203 | |
| 3204 | * configure.tgt: Add back sparc-*-vxworks*. |
| 3205 | * remote-vxsparc.c: Remove all includes except for "defs.h", |
| 3206 | "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h". |
| 3207 | Include "sparc-tdep.h". |
| 3208 | (SPARC_R_G1): New define. |
| 3209 | (vxsparc_gregset): New variable. |
| 3210 | (ext_format_sparc): Remove extern declaration. |
| 3211 | (vx_read_register): Rewrite to use sparc32_supply_gregset and |
| 3212 | sparc32_supply_fpregset. |
| 3213 | (vx_write_register): Rewrite to use sparc32_collect_gregset, |
| 3214 | sparc_collect_rwindow and sparc32_collect_fpregset. |
| 3215 | * config/sparc/tm-vxworks.h: New file, based on recently removed |
| 3216 | tm-vxsparc.h. |
| 3217 | * config/sparc/vxworks.mt: New file, based on recently removed |
| 3218 | vxworks.mt. |
| 3219 | |
| 3220 | 2004-01-03 J. Brobecker <brobecker@gnat.com> |
| 3221 | |
| 3222 | * infrun.c (handle_step_into_function): New function. |
| 3223 | (handle_inferior_event): Extract out some code into the new |
| 3224 | function above. |
| 3225 | |
| 3226 | 2004-01-02 Mark Kettenis <kettenis@gnu.org> |
| 3227 | |
| 3228 | * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and |
| 3229 | sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c, |
| 3230 | sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c, |
| 3231 | sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c, |
| 3232 | sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c, |
| 3233 | sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c. |
| 3234 | (sparc_nat_h): New variable. |
| 3235 | (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables. |
| 3236 | (tm-sun4os4.h): Remove dependency. |
| 3237 | (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies. |
| 3238 | (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o, |
| 3239 | sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o, |
| 3240 | sparc-tdep.o): Update dependencies. |
| 3241 | (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o, |
| 3242 | sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o, |
| 3243 | sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New |
| 3244 | dependencies. |
| 3245 | * configure.host: Remove existing sparc-*-lynxos*, |
| 3246 | sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*, |
| 3247 | ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*, |
| 3248 | sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*, |
| 3249 | sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2* |
| 3250 | triplets. |
| 3251 | * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*, |
| 3252 | sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*, |
| 3253 | sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*, |
| 3254 | sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add |
| 3255 | new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*, |
| 3256 | sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*, |
| 3257 | sparc64-*-solaris2* and sparc64-*-* triplets. |
| 3258 | * sparc64-tdep.c: Update copyright year. Include "inferior.h", |
| 3259 | "symtab.h" and "objfiles.h". |
| 3260 | (BIAS): Remove define. |
| 3261 | (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22) |
| 3262 | (X_DISP19): Remove macros. |
| 3263 | (sparc_fetch_instruction): Remove function. |
| 3264 | (struct gdbarch_tdep): Remove definition. |
| 3265 | (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE. |
| 3266 | (sparc_breakpoint_from_pc): Remove function. |
| 3267 | (struct sparc64_frame_cache): Remove definition. |
| 3268 | (sparc64_alloc_frame_cache, sparc64_analyze_prologue, |
| 3269 | sparc64_unwind_pc): Remove functions. |
| 3270 | (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of |
| 3271 | `struct sparc64_frame_cache. Call sparc_analyze_prologue instead |
| 3272 | of sparc64_analyze_prologue. Mark constant as ULL instead of UL. |
| 3273 | (sparc64_frame_cache): Change return type to `struct |
| 3274 | sparc_frame_cache *'. Simply call sparc_frame_cache. |
| 3275 | (sparc64_frame_this_id, sparc64_frame_prev_register, |
| 3276 | sparc64_frame_base_address): Use `struct sparc_frame_cache' |
| 3277 | instead of `struct sparc64_frame_cache. |
| 3278 | (sparc_unwind_dummy_id, sparc_extract_struct_value_address, |
| 3279 | sparc_analyze_control_transfer, sparc_software_single_step, |
| 3280 | sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow, |
| 3281 | _initialize_sparc64_tdep): Remove functions. |
| 3282 | (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros. |
| 3283 | (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New |
| 3284 | macros. |
| 3285 | (sparc64_supply_gregset, sparc64_collect_gregset, |
| 3286 | sparc64_supply_fpregset, sparc64_collect_fpregset): New functions. |
| 3287 | (sparc64_init_abi): New function. |
| 3288 | * sparc64-tdep.h: Update copyright year. Fix typo in multiple |
| 3289 | inclusion guard. Include "sparc-tdep.h". |
| 3290 | (BIAS): Define. |
| 3291 | (r_tstate_offset, r_fprs_offset): New defines. |
| 3292 | (enum sparc_regnum): Remove defenition. |
| 3293 | (enum sparc64_regnum): Reformat. |
| 3294 | (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes. |
| 3295 | (sparc64_init_abi, sparc64_supply_gregset, |
| 3296 | sparc64_collect_gregset, sparc64_supply_fpregset, |
| 3297 | sparc64_collect_fpregset): New prototypes. |
| 3298 | (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset): |
| 3299 | Add extern declarations. |
| 3300 | (sparc64_sol2_init_abi): New prototype. |
| 3301 | (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg) |
| 3302 | (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove |
| 3303 | prototypes. |
| 3304 | * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include |
| 3305 | "sparnbsd-nat.h". |
| 3306 | (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove |
| 3307 | functions. |
| 3308 | (_initialize_sparc64fbsd_nat): Remove initialization of |
| 3309 | sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg, |
| 3310 | sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p, |
| 3311 | sparcbsd_fpreg_supplies_p. Initialize sparc_gregset. |
| 3312 | * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h", |
| 3313 | "frame-unwind.h", "trad-frame.h" and "gdb_assert.h". |
| 3314 | (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset) |
| 3315 | (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset) |
| 3316 | (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset) |
| 3317 | (sparc64fbsd_r_y_offset): Remove variables. |
| 3318 | (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg): |
| 3319 | Make static and const. |
| 3320 | (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg) |
| 3321 | (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove |
| 3322 | functions. |
| 3323 | (sparc64fbsd_gregset): New variable. |
| 3324 | (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg |
| 3325 | and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset |
| 3326 | and sparc64_supply_fpregset. |
| 3327 | (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache) |
| 3328 | (sparc64fbsd_sigtramp_frame_this_id) |
| 3329 | (sparc64fbsd_sigtramp_frame_prev_register): New functions. |
| 3330 | (sparc64fbsd_sigtramp_frame_unwind): New variable. |
| 3331 | (sparc64fbsd_sigtramp_frame_sniffer): New function. |
| 3332 | (sparc64fbsd_init_abi): Set pc_in_sigtramp, append |
| 3333 | sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi. |
| 3334 | * sparcnbsd-tdep.c: Update copyright year. Include |
| 3335 | "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h", |
| 3336 | "trad-frame.h" and "gdb_assert.h", don't include "target.h", |
| 3337 | "value.h" and "sparcnbsd-tdep.h". |
| 3338 | (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC) |
| 3339 | (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT) |
| 3340 | (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC) |
| 3341 | (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove |
| 3342 | defines. |
| 3343 | (sparcnbsd_gregset): New variable. |
| 3344 | (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64) |
| 3345 | (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64) |
| 3346 | (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64) |
| 3347 | (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions. |
| 3348 | (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New |
| 3349 | variables. |
| 3350 | (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache) |
| 3351 | (sparc32nbsd_sigcontext_frame_this_id) |
| 3352 | (sparc32nbsd_sigcontext_frame_prev_register): New functions. |
| 3353 | (sparc32nbsd_sigcontext_frame_unwind): New variable. |
| 3354 | (sparc32nbsd_sigtramp_frame_sniffer): New function. |
| 3355 | (sparcnbsd_get_longjmp_target_32, |
| 3356 | sparcnbsd_get_longjmp_target_64): Remove functions. |
| 3357 | (sparcnbsd_aout_in_solib_call_trampoline): Rewrite. |
| 3358 | (sparcnbsd_init_abi_common, sparcnbsd_init_aout, |
| 3359 | sparcnbsd_init_elf): Remove. |
| 3360 | (sparcnbsd_init_abi, sparcnbsd_aout_init_abi) |
| 3361 | (sparcnbsd_elf_init_abi): New functions. |
| 3362 | (_initialize_sparcnbsd_tdep): New prototype. |
| 3363 | (_initialize_sparnbsd_tdep): Update. |
| 3364 | * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and |
| 3365 | corelow.o. Add sparc64-nat.o and sparc-nat.o. |
| 3366 | * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o. |
| 3367 | * config/sparc/linux.mh: Update comment. |
| 3368 | (XM_FILE, HOST_IPC): Remove variables. |
| 3369 | (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove |
| 3370 | sparc-linux-nat.o. |
| 3371 | * config/sparc/linux.mt: Update comment. |
| 3372 | (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o. |
| 3373 | * config/sparc/nbsd.mt: Reformat. |
| 3374 | * config/sparc/nbsd64.mh: Update comment. |
| 3375 | (NATDEPFILES): Add sparc-nat.o. |
| 3376 | * config/sparc/nbsd64.mt: Update comment. |
| 3377 | (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o. |
| 3378 | (TM_FILE): Set to tm-nbsd.h. |
| 3379 | * config/sparc/nbsdelf.mh: Update comment. |
| 3380 | (NATDEPFILES): Add sparc-nat.o. |
| 3381 | (XM_FILE): Delete. |
| 3382 | * config/sparc/nbsdaout.mh: Update comment. |
| 3383 | (NATDEPFILES): Add sparc-nat.o |
| 3384 | (XM_FILE): Delete. |
| 3385 | * config/sparc/nm-linux.h: Update copyright year. Don't include |
| 3386 | "config/nm-svr4.h" and "solib.h". Add protection against multiple |
| 3387 | inclusion. |
| 3388 | (KERNEL_U_SIZE): Remove define. |
| 3389 | (kernel_u_size): Remove prototype. |
| 3390 | (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define. |
| 3391 | * config/sparc/nm-nbsd.h: Update copyright. Don't include |
| 3392 | "regcache.h". |
| 3393 | (CHILD_PREPARE_TO_STORE): Remove define. |
| 3394 | * config/sparc/nm-nbsdaout.h: Tweak some comments. |
| 3395 | * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c, |
| 3396 | sparcnbsd-nat.c: Rewrite files. |
| 3397 | * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files. |
| 3398 | * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h, |
| 3399 | sparcnbsd-tdep.h: Remove files. |
| 3400 | * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h, |
| 3401 | config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt, |
| 3402 | config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt, |
| 3403 | config/sparc/sparc-em.mt, config/sparc/sparclynx.mh, |
| 3404 | config/sparc/sparclynx.mt, config/sparc/sun4os4.mh, |
| 3405 | config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh, |
| 3406 | config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h, |
| 3407 | config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h, |
| 3408 | config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h, |
| 3409 | config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h, |
| 3410 | config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt, |
| 3411 | config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files. |
| 3412 | * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c, |
| 3413 | sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c, |
| 3414 | sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files. |
| 3415 | * config/sparc/linux64.mh, config/sparc/linux64.mt, |
| 3416 | config/sparc/nm-sol2.h, config/sparc/sol2-64.mt, |
| 3417 | config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt, |
| 3418 | config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files. |
| 3419 | |
| 3420 | 2004-01-02 Andrew Cagney <cagney@redhat.com> |
| 3421 | |
| 3422 | From 2003-12-18 Kazuhiro Inaoka: |
| 3423 | * configure.host: Add m32r-linux target. |
| 3424 | |
| 3425 | 2004-01-02 Michael Chastain <mec.gnu@mindspring.com> |
| 3426 | |
| 3427 | * top.c (print_gdb_version): Update year to 2004. |
| 3428 | |
| 3429 | 2004-01-02 Mark Mitchell <mark@codesourcery.com> |
| 3430 | |
| 3431 | * MAINTAINERS: Add myself to the write-after-approval category. |
| 3432 | |
| 3433 | 2004-01-02 Daniel Jacobowitz <drow@mvista.com> |
| 3434 | |
| 3435 | From Bernardo Innocenti <bernie@develer.com>: |
| 3436 | * configure.tgt: Add uClinux target. |
| 3437 | |
| 3438 | 2004-01-02 Andrew Cagney <cagney@redhat.com> |
| 3439 | |
| 3440 | * utils.c (do_my_cleanups): Make static, add forward declaration. |
| 3441 | * defs.h (do_my_cleanups): Delete declaration. |
| 3442 | |
| 3443 | 2004-01-02 Eli Zaretskii <eliz@elta.co.il> |
| 3444 | |
| 3445 | * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and |
| 3446 | bfd/ChangeLog-0203. |
| 3447 | |
| 3448 | 2004-01-02 Mark Kettenis <kettenis@gnu.org> |
| 3449 | |
| 3450 | * configure.in: Check for <machine/reg.h>. Check for `struct reg' |
| 3451 | in <machine/reg.h>. |
| 3452 | * configure, config.in: Regenerate. |
| 3453 | |
| 3454 | For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and |
| 3455 | tui/ChangeLog-1998-2003. |
| 3456 | \f |
| 3457 | Local Variables: |
| 3458 | mode: change-log |
| 3459 | left-margin: 8 |
| 3460 | fill-column: 74 |
| 3461 | version-control: never |
| 3462 | End: |