]>
Commit | Line | Data |
---|---|---|
1f602b35 AC |
1 | 2004-07-20 Andrew Cagney <[email protected]> |
2 | ||
3 | * breakpoint.c (deprecated_read_memory_nobpt): Rename | |
4 | read_memory_nobpt. | |
5 | * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update. | |
6 | * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p) | |
7 | (s390_sigtramp_frame_sniffer): Update. | |
8 | * mn10300-tdep.c (mn10300_analyze_prologue): Update. | |
9 | * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update. | |
10 | * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction) | |
11 | (mips32_fetch_instruction): Update. | |
12 | * mcore-tdep.c (get_insn): Update. | |
13 | * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update. | |
14 | * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update. | |
15 | * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update. | |
16 | * i386-linux-tdep.c (i386_linux_sigtramp_start) | |
17 | (i386_linux_rt_sigtramp_start): Update. | |
18 | * i386-linux-nat.c (child_resume): Update. | |
19 | * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update. | |
20 | * hppa-linux-tdep.c (insns_match_pattern): Update. | |
21 | * gdbcore.h: Update. | |
22 | * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update. | |
23 | * frame.c (safe_frame_unwind_memory): Update. | |
24 | * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update. | |
25 | * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update. | |
26 | * alpha-tdep.c (alpha_read_insn): Update. | |
27 | ||
2cd8546d AC |
28 | 2004-07-20 Andrew Cagney <[email protected]> |
29 | ||
30 | * tramp-frame.h (struct tramp_frame): Change "insn" to a struct | |
31 | containing both bytes and mask. Add "frame_type". | |
32 | * tramp-frame.c (tramp_frame_start): Update. | |
33 | (tramp_frame_prepend_unwinder): Update. | |
34 | * mips-linux-tdep.c (mips_linux_o32_sigframe) | |
35 | (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe) | |
36 | (mips_linux_n64_rt_sigframe): Update. Make "static const". | |
37 | * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update. | |
38 | ||
f928dd62 EZ |
39 | 2004-07-19 Eli Zaretskii <[email protected]> |
40 | ||
41 | * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c, | |
42 | bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c, | |
43 | sim/testsuite/sim/mips/hilo-hazard-[123].s, and | |
44 | sim/testsuite/sim/mips/fpu64-ps-sb1.s. | |
45 | ||
d5c560f7 AC |
46 | 2004-07-17 Andrew Cagney <[email protected]> |
47 | ||
860660cb AC |
48 | * NEWS, PROBLEMS: Update for 6.2. |
49 | ||
8c266f54 AC |
50 | * README: Update to 6.2. |
51 | ||
a552edd9 AC |
52 | * utils.c (xvasprintf): Call xstrvprintf. |
53 | ||
c4a172b5 AC |
54 | * parse.c: Update copyright. |
55 | (null_post_parser): Eliminate ARGSUSED. | |
56 | ||
da745b36 AC |
57 | * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C. |
58 | * tui/tui-win.c (tui_get_cmd_list): Ditto. | |
59 | * symfile-mem.c (_initialize_symfile_mem): Ditto. | |
60 | ||
9cbc6ef0 AC |
61 | * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux. |
62 | * ppc-linux-nat.c: Use "Linux kernel". | |
63 | * hppa-linux-tdep.c: Use GNU/Linux. | |
64 | * hppa-linux-nat.c: Use GNU/Linux. | |
65 | * dwarfread.c: Add [sic] to use of Linux. | |
66 | ||
1b89295f AC |
67 | * hppa-linux-nat.c: Do not include <string.h>. |
68 | (supply_fpregset): Remove "register" attribute. | |
69 | ||
d5c560f7 AC |
70 | * solib-frv.c (fetch_loadmap): Use xfree, not free. |
71 | ||
7ddd7709 MK |
72 | 2004-07-17 Mark Kettenis <[email protected]> |
73 | ||
b1d19a62 MK |
74 | * configure.in: Define _MSE_INT_H on Solaris 9 too. |
75 | * configure, config.in: Regenerated. | |
76 | ||
7ddd7709 MK |
77 | * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and |
78 | "bsd-kvm.h". | |
79 | (vaxbsd_supply_pcb): New function. | |
80 | (_initialize_vaxbsd_nat): New prototype and function. | |
81 | * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and | |
82 | solib-sunos.o. | |
83 | (LOADLIBES): New variable. | |
84 | * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o. | |
85 | (LOADLIBES): New variable. | |
86 | * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o. | |
87 | (LOADLIBES): New variable. | |
88 | * Makefile.in (vaxbsd-nat.o): Update dependencies. | |
89 | ||
2c07db7a AC |
90 | 2004-07-16 Andrew Cagney <[email protected]> |
91 | ||
92 | * defs.h (event_loop_p): Replace variable declaration with macro, | |
93 | always 1. | |
94 | * main.c (captured_main): Delete options "-async" and "-noasync". | |
95 | (event_loop_p): Delete variable. | |
96 | * NEWS: Mention that "-async" and "-noasync" were removed. | |
97 | ||
717eb1cf AC |
98 | 2004-07-16 Andrew Cagney <[email protected]> |
99 | ||
100 | * remote-m32r-sdi.c: Re-indent. | |
101 | ||
c101bc14 JB |
102 | 2004-07-16 Jim Blandy <[email protected]> |
103 | ||
5109a438 JB |
104 | * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR. |
105 | (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1) | |
106 | (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add | |
107 | missing MPC823 SPRs. | |
108 | (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was | |
109 | incorrect. (This was corrected in GDB's register name tables on | |
110 | 2004-07-14.) | |
111 | ||
c101bc14 JB |
112 | * rs6000-tdep.c (registers_602): Correct register name: "esassr" |
113 | should be "esasrr" ("ESA Save and Restore Register"). | |
114 | ||
7ce450bd AC |
115 | 2004-07-16 Andrew Cagney <[email protected]> |
116 | ||
117 | * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert | |
118 | calls, no longer applicable. Update comments and rename parameter | |
119 | "step_frame" to "return_frame". | |
120 | ||
ca73dd9d AC |
121 | 2004-07-16 Andrew Cagney <[email protected]> |
122 | ||
123 | * frame.c (fprint_field): New function. | |
124 | (fprint_frame_id): Use fprint_field. | |
125 | ||
31941f6d JB |
126 | 2004-07-15 Joel Brobecker <[email protected]> |
127 | ||
128 | * ada-lang.c (ada_language_defn): Remove commented out code. | |
129 | ||
f86a7158 JB |
130 | 2004-07-15 Jim Blandy <[email protected]> |
131 | ||
132 | * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum. | |
133 | * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it. | |
134 | ||
c24791ec JB |
135 | 2004-07-14 Jim Blandy <[email protected]> |
136 | ||
29bb1356 JB |
137 | * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused. |
138 | ||
cc98b5cc JB |
139 | * ppc-tdep.h (ppc_num_vrs): New enum constant. |
140 | ||
8f088af7 JB |
141 | * ppc-tdep.h (ppc_num_srs): New enum constant. |
142 | ||
0ea0ec5f JB |
143 | * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl) |
144 | (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar) | |
145 | (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1) | |
146 | (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa) | |
147 | (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr) | |
148 | (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe) | |
149 | (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1) | |
150 | (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave) | |
151 | (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3) | |
152 | (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr) | |
153 | (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u) | |
154 | (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u) | |
155 | (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u) | |
156 | (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u) | |
157 | (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat) | |
158 | (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr) | |
159 | (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap) | |
160 | (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam) | |
161 | (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid) | |
162 | (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc) | |
163 | (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0) | |
164 | (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2) | |
165 | (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4) | |
166 | (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1) | |
167 | (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia) | |
168 | (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda) | |
169 | (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp) | |
170 | (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss) | |
171 | (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa) | |
172 | (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr) | |
173 | (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr) | |
174 | (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr) | |
175 | (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr) | |
176 | (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1) | |
177 | (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2) | |
178 | (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr) | |
179 | (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1) | |
180 | (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt) | |
181 | (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC | |
182 | special-purpose register numbers. | |
183 | ||
c24791ec JB |
184 | * rs6000-tdep.c (registers_860): Correct register name. (No PPC |
185 | manual mentions 'md_twb', but many mention 'm_twb', and at that | |
186 | point in the register list.) | |
187 | ||
d833db3b AC |
188 | 2004-07-14 Andrew Cagney <[email protected]> |
189 | ||
190 | * utils.c (internal_warning_problem): Fix typo, "internal-warning" | |
191 | instead of "internal-error". | |
192 | ||
080228b2 JB |
193 | 2004-07-10 Joel Brobecker <[email protected]> |
194 | ||
195 | * hppa-hpux-tdep.c: Fix a compilation failure due to a comment | |
196 | that was inserted inside a comment. | |
197 | ||
c268433a RC |
198 | 2004-07-10 Randolph Chung <[email protected]> |
199 | ||
200 | * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New | |
201 | function. | |
202 | (hppa_hpux_push_dummy_code): New function. | |
203 | (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location. | |
204 | Set find_global_pointer method. | |
205 | ||
71009278 MK |
206 | 2004-07-10 Mark Kettenis <[email protected]> |
207 | ||
208 | * NEWS: Mention BSD libkvm interface. | |
209 | ||
b2fa5097 MS |
210 | 2004-07-10 Michael Snyder <[email protected]> |
211 | ||
212 | * symfile.c (generic_load): Comment typo. | |
213 | * stack.c (get_selected_block): Ditto. | |
214 | * regcache.c (regcache_cooked_read): Ditto. | |
215 | * monitor.c (monitor_debug): Ditto. | |
216 | * mips-tdep.c (mips_read_pc): Ditto. | |
217 | * i386-linux-nat.c (ps_get_thread_area): Ditto. | |
218 | * gdb_mbuild.sh: Ditto. | |
219 | * gdbarch.sh: Ditto. | |
220 | * gdbarch.h: Ditto. | |
221 | ||
c3e5cd34 PH |
222 | 2004-07-09 Paul N. Hilfinger <[email protected]> |
223 | ||
8a2225b2 PH |
224 | * ada-tasks.c: Remove file. |
225 | ||
c3e5cd34 PH |
226 | Remove ARI problems: |
227 | ||
228 | * ada-exp.y (write_var_from_sym): Reformat to put operator at | |
229 | beginning of line. | |
230 | ||
231 | * ada-lang.c (MAX_OF_SIZE): Rename max_of_size. | |
232 | Add comment. | |
233 | Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE. | |
234 | (MIN_OF_SIZE): Rename min_of_size. Add comment. | |
235 | (UMAX_OF_SIZE): Renmae umax_of_size. Add comment. | |
236 | (UMIN_OF_SIZE): Remove. | |
237 | (max_of_type): New function to replace orphan macro in gdbtypes.h | |
238 | (min_of_type): Ditto. | |
239 | (discrete_type_high_bound): Use max_of_type. | |
240 | (discrete_type_low_bound): Use min_of_type. | |
241 | (possible_user_operator_p): Move operator to beginning of line. | |
242 | (ada_is_variant_part): Ditto. | |
243 | (ensure_lval): Rewrite to avoid deprecated operations. | |
244 | (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr | |
245 | rather than adding DEPRECATED_FUNCTION_START_OFFSET. | |
246 | (ada_enum_name): Remove assignments in 'if' statements. | |
247 | (build_ada_types): Add gdbarch parameter. | |
248 | (_initialize_ada_language): Replace deprecated_register_gdbarch_swap | |
249 | with gdbarch_data_register_post_init. | |
250 | Use add_setshow_uinteger_cmd rather than add_set_cmd and | |
251 | add_show_from_set. | |
252 | ||
253 | * ada-valprint.c (inspect_it): Remove declaration. | |
254 | (repeat_count_threshold): Remove declaration. | |
255 | (ada_print_floating): Remove assignments in 'if' statements. | |
256 | (print_str): Move operator to beginning of line. | |
257 | ||
61ce229a JB |
258 | 2004-07-08 Jim Blandy <[email protected]> |
259 | ||
260 | * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted. | |
261 | ||
09bcec80 BR |
262 | 2004-07-08 Bob Rossi <[email protected]> |
263 | ||
264 | * symtab.c (lookup_symtab): check return value of symtab_to_fullname | |
265 | ||
31c27f77 JJ |
266 | 2004-07-06 Jeff Johnston <[email protected]> |
267 | ||
268 | * language.h (struct_language_defn): Add new function pointer: | |
269 | la_class_name_from_physname. Also add new prototype for | |
270 | language_class_name_from_physname. | |
271 | * language.c (language_class_name_from_physname): New function. | |
272 | (unk_lang_class_name): Ditto. | |
273 | (unknown_language_defn, auto_language_defn): Change | |
274 | to add unk_lang_class_name function pointer for | |
275 | la_class_name_from_physname. | |
276 | (local_language_defn): Ditto. | |
277 | * dwarf2read.c (guess_structure_name): Change to call | |
278 | language_class_name_from_physname. | |
279 | (determine_class_name): Ditto. | |
280 | * cp-support.c (class_name_from_physname): Renamed. | |
281 | (cp_class_name_from_physname): New name of function. | |
282 | * cp-support.h: Ditto. | |
283 | * c-lang.c (c_language_defn): Change to add NULL | |
284 | for class_name_from_physname function pointer. | |
285 | (cplus_language_defn): Change to add cp_class_name_from_physname. | |
286 | * jv-lang.c (java_class_name_physname): New function. | |
287 | (java_find_last_component): New static routine. | |
288 | (java_language_defn): Add java_class_name_from_physname pointer. | |
289 | * ada-lang.c (ada_language_defn): Change to add NULL | |
290 | for class_name_from_physname function pointer. | |
291 | * f-lang.c (f_language_defn): Ditto. | |
292 | * m2-lang.c (m2_language_defn): Ditto. | |
293 | * objc-lang.c (objc_language_defn): Ditto. | |
294 | * p-lang.c (pascal_language_defn): Ditto. | |
295 | * scm-lang.c (scm_language_defn): Ditto. | |
296 | ||
ee28ca0f AC |
297 | 2004-07-06 Andrew Cagney <[email protected]> |
298 | ||
299 | Patch from Bart Robinson. | |
300 | * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE. | |
301 | (O_LARGEFILE): Define to 0, if not defined. | |
302 | ||
fdb1bf9d MK |
303 | 2004-07-03 Mark Kettenis <[email protected]> |
304 | ||
cb162ff6 MK |
305 | * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>, |
306 | <machine/pcb.h> and "bsd-kvm.h". | |
307 | (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined. | |
308 | (m68kbsd_supply_pcb): New function. | |
309 | (_initialize_m68kbsd_nat): New prototype and function. | |
310 | * Makefile.in (m68kbsd-nat.o): Update dependencies. | |
311 | * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o. | |
312 | (LOADLIBES): New variable. | |
313 | * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o. | |
314 | (LOADLIBES): New variable. | |
315 | ||
fdb1bf9d MK |
316 | * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization. |
317 | ||
963c4174 MK |
318 | 2004-07-03 Mark Kettenis <[email protected]> |
319 | ||
320 | * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and | |
321 | <sys/proc.h>. | |
322 | (bsd_kvm_cmdlist): New variable. | |
323 | (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions. | |
324 | (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb" | |
325 | command and "kvm proc" command. | |
326 | * Makefile.in (bsd-kvm.o): Update dependencies. | |
327 | ||
533f1d8f MK |
328 | 2004-07-02 Mark Kettenis <[email protected]> |
329 | ||
330 | * osabi.c: Update copyright year. | |
331 | (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific | |
332 | notes if EI_OSABI is set to ELFOSABI_HPUX. | |
333 | ||
6780dcde MS |
334 | 2004-07-01 Michael Snyder <[email protected]> |
335 | ||
336 | * win32-nat.c (core_dll_symbols_add): Re-indent a small section | |
337 | that seems to have gotten whacked out of line. | |
338 | ||
67bebe79 MK |
339 | 2004-07-01 Mark Kettenis <[email protected]> |
340 | ||
341 | * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead | |
342 | code. | |
343 | ||
0b5d8877 PH |
344 | 2004-07-01 Paul N. Hilfinger <[email protected]> |
345 | ||
346 | * ada-lang.c (decode_packed_array): Minor change to comment. | |
347 | (ada_value_slice_ptr): New function. | |
348 | (ada_value_slice): New function. | |
349 | (ada_evaluate_subexp): Remove XVS-suffix code from subscripting | |
350 | test. Don't know why it is there. | |
351 | Change slice code to use ada_value_slice_ptr and ada_value_slice, and | |
352 | to avoid dereferencing huge arrays from which one is slicing. | |
353 | (empty_array): Correct to return an array rather than | |
354 | a subrange value. | |
355 | * ada-valprint.c (print_optional_low_bound): Don't print lower bound | |
356 | on empty arrays (let'em use 'FIRST instead). | |
357 | ||
19c1ef65 PH |
358 | 2004-07-01 Paul N. Hilfinger <[email protected]> |
359 | ||
360 | Address complaints from gdb_ari.sh: | |
361 | ||
362 | * ada-exp.y: Include gdb_string.h rather than string.h. | |
363 | (convert_char_literal): Reformat declaration. | |
364 | * ada-lang.h: Include opaque struct declaration for struct frame_info. | |
365 | * ada-lex.l: Change use of free to xfree (the macro would do so | |
366 | anyway, but this is harmless). | |
367 | Include gdb_string.h rather than string.h. | |
368 | * ada-valprint.c (ada_val_print_stub): Change PTR => void*. | |
369 | ||
370 | * ada-lang.c (parse): Remove K&Rism in parameter list. | |
371 | (is_name_suffix): Correct Linux => GNU/Linux in comment. | |
372 | ||
d81cbc94 MK |
373 | 2004-06-30 Mark Kettenis <[email protected]> |
374 | ||
375 | * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove | |
376 | dead code. | |
377 | ||
07681759 MK |
378 | 2004-06-30 Mark Kettenis <[email protected]> |
379 | ||
380 | * alphabsd-nat.c: Update copyright year. | |
381 | (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM. | |
382 | ||
f7948b5f JB |
383 | 2004-06-29 Joel Brobecker <[email protected]> |
384 | ||
6e0cdd28 | 385 | * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function. |
f7948b5f JB |
386 | (i386_cygwin_in_solib_call_trampoline): New function. |
387 | (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline | |
388 | and skip_trampoline_code gdbarch methods. | |
389 | ||
8f113c9a JB |
390 | 2004-06-29 Jim Blandy <[email protected]> |
391 | ||
392 | * Makefile.in (gdb_callback_h): Renamed from callback_h to the | |
393 | name actually used in the dependency lists. | |
394 | ||
97dc871c RC |
395 | 2004-06-29 Randolph Chung <[email protected]> |
396 | ||
397 | * NEWS (New native configurations): Mention GNU/Linux/hppa. | |
398 | ||
47216e51 CV |
399 | 2004-06-29 Corinna Vinschen <[email protected]> |
400 | ||
401 | * win32-nat.c (child_pid_to_exec_file): New function. | |
6780dcde | 402 | (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file |
47216e51 CV |
403 | functionality. |
404 | ||
e623b504 AC |
405 | 2004-06-28 Andrew Cagney <[email protected]> |
406 | ||
407 | * defs.h (xstrvprintf): Declare. | |
408 | * utils.c (xstrvprintf): New function. | |
409 | (internal_vproblem, xstrprintf, xasprintf) | |
410 | (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf. | |
411 | * serial.c (serial_printf): Ditto. | |
412 | * complaints.c (vcomplaint): Ditto. | |
413 | ||
79acc9b3 CV |
414 | 2004-06-29 Corinna Vinschen <[email protected]> |
415 | ||
416 | * infcmd.c (attach_command): Move call to target_terminal_inferior | |
417 | behind loading symbol table. | |
418 | ||
1daf35d9 AC |
419 | 2004-06-28 Andrew Cagney <[email protected]> |
420 | ||
421 | * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24 | |
422 | change - add back extern deprecated_ui_loop_hook declaration. | |
423 | ||
b435e160 AC |
424 | 2004-06-28 Andrew Cagney <[email protected]> |
425 | ||
426 | * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with | |
427 | xstrprintf. | |
428 | * varobj.c (varobj_gen_name, create_child, c_name_of_child) | |
429 | (c_value_of_variable): Ditto. | |
430 | * utils.c (internal_vproblem): Ditto. | |
431 | * solib-aix5.c (build_so_list_from_mapfile): Ditto. | |
432 | * remote.c (add_packet_config_cmd): Ditto. | |
433 | * remote-rdp.c (rdp_set_command_line): Ditto. | |
434 | * regcache.c (regcache_dump): Ditto. | |
435 | * frv-tdep.c (new_variant, new_variant): Ditto. | |
436 | * fbsd-proc.c (child_pid_to_exec_file): Ditto. | |
437 | (fbsd_find_memory_regions): Ditto. | |
438 | * breakpoint.c (create_thread_event_breakpoint) | |
439 | (create_breakpoints): Ditto. | |
440 | * aix-thread.c (aix_thread_pid_to_str): Ditto. | |
441 | * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call. | |
442 | ||
06d5cf63 JB |
443 | 2004-06-28 Joel Brobecker <[email protected]> |
444 | ||
445 | * ada-lang.c: Re-indent file, with some massaging to help indent | |
446 | a bit when the result is otherwise really too ugly. | |
447 | ||
35809fad UW |
448 | 2004-06-27 Ulrich Weigand <[email protected]> |
449 | ||
450 | * frame.h (struct frame_id): Change bit field type of stack_addr_p, | |
451 | code_addr_p and special_addr_p to 'unsigned int'. | |
452 | ||
40e20472 MK |
453 | 2004-06-27 Mark Kettenis <[email protected]> |
454 | ||
455 | * i386v4-nat.c: Update copyright year and tweak comment. | |
456 | (regmap): Remove trailing comma. | |
457 | (supply_gregset): Rename local variable i to regnum. Call | |
458 | regcache_raw_supply instead of supply_register. | |
459 | (fill_gregset): Rename argument regno to regnum. Call | |
460 | regcache_raw_collect instead of regcache_collect. | |
461 | ||
12b0b6de UW |
462 | 2004-06-27 Ulrich Weigand <[email protected]> |
463 | ||
464 | * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p | |
465 | and special_addr_p. | |
466 | (frame_id_build, frame_id_build_special): Update comments. | |
467 | (frame_id_build_wild): New prototype. | |
468 | * frame.c (frame_id_build, frame_id_build_special): Fill in new | |
469 | struct frame_id fields. | |
470 | (frame_id_build_wild): New function. | |
471 | (frame_id_eq, frame_id_inner): Use new struct frame_id fields. | |
472 | ||
47b42a3e MK |
473 | 2004-06-27 Mark Kettenis <[email protected]> |
474 | ||
475 | * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and | |
476 | hppabsd-tdep.c. | |
477 | ||
1265e4aa JB |
478 | 2004-06-27 Joel Brobecker <[email protected]> |
479 | ||
480 | * ada-lang.c: Minor reformatting to conform to GNU coding standards. | |
481 | ||
76a01679 JB |
482 | 2004-06-27 Joel Brobecker <[email protected]> |
483 | ||
484 | * ada-lang.c: Re-indent file. | |
485 | ||
7aca490a JB |
486 | 2004-06-27 Joel Brobecker <[email protected]> |
487 | ||
488 | * ada-lang.c (symtab_symbol_info): Remove unused declaration. | |
489 | (no_symtab_msg): Likewise. | |
490 | ||
5e987968 AS |
491 | 2004-06-27 Andreas Schwab <[email protected]> |
492 | ||
493 | * source.c: Fix whitespace. | |
494 | ||
315c4276 MK |
495 | 2004-06-27 Mark Kettenis <[email protected]> |
496 | ||
d15be926 MK |
497 | * configure.in: Include <sys/param.h> for td_pcb test. |
498 | * configure: Regenerated. | |
499 | ||
9062529b MK |
500 | * i386nbsd-nat.c: New file. |
501 | * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c, | |
502 | i386obsd-nat.c and i386obsd-tdep.c. | |
503 | (i386nbsd-nat.o): New dependency. | |
504 | * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and | |
505 | bsd-kvm.o. | |
506 | (LOADLIBES): New variable. | |
507 | * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and | |
508 | bsd-kvm.o. | |
509 | (LOADLIBES): New variable. | |
510 | ||
8010310e MK |
511 | * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o. |
512 | (LOADLIBES): New variable. | |
513 | ||
efe1d7b9 MK |
514 | * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after |
515 | fetching from BSD_KVM_PADDR. Correctly lookup address for | |
516 | "_thread0". | |
517 | ||
315c4276 MK |
518 | * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and |
519 | "bsd-kvm.h". | |
520 | (amd64fbsd_supply_pcb): New funcion. | |
521 | (_initialize_amd64fbsd_nat): Enable libkvm interface. | |
522 | ||
399cfac6 DL |
523 | 2004-06-27 <[email protected]> |
524 | ||
525 | Partial fix for PR cli/1056. | |
526 | * valarith.c: Check for zero in division and remainder | |
527 | evaluation. | |
528 | ||
6235f9c8 MK |
529 | 2004-06-27 Mark Kettenis <[email protected]> |
530 | ||
531 | * i387-tdep.c: Remove excessive whitespace. | |
532 | ||
2726dafc AC |
533 | 2004-06-26 Andrew Cagney <[email protected]> |
534 | ||
535 | * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated. | |
536 | * gdb-events.h, gdb-events.c: Re-generate. | |
537 | * tui/tui-hooks.c (tui_install_hooks): Update. | |
538 | (tui_remove_hooks): Update. | |
539 | * mi/mi-cmd-break.c (mi_cmd_break_insert): Update. | |
540 | ||
0e56aeaf MK |
541 | 2004-06-26 Mark Kettenis <[email protected]> |
542 | ||
cb461069 MK |
543 | * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h". |
544 | (gregset_t, fpregset_t): Remove typedefs. | |
545 | (REG_OFFSET): Rename argument. | |
546 | (amd64bsd_r_reg_offset): Rename from reg_offset. | |
547 | (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): | |
548 | Remove functions. | |
549 | (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead | |
550 | of reg_offset. | |
551 | * Makefile.in (amd64fbsd-nat.o): Update dependencies. | |
552 | ||
ecba89de MK |
553 | * amd64-nat.c (amd64_supply_native_gregset): Fix comment. |
554 | ||
4cd80476 MK |
555 | * vax-tdep.c: Tweak comment. |
556 | ||
0e56aeaf MK |
557 | Add OpenBSD/hppa support. |
558 | * NEWS (New native configurations): Mention OpenBSD/hppa. | |
559 | * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh, | |
560 | config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New | |
561 | files. | |
562 | * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c. | |
563 | (hppabsd-nat.o, hppabsd-tdep.c): New dependencies. | |
564 | * configure.host: Add hppa*-*-openbsd*. | |
565 | * configure.tgt: Add hppa*-*-openbsd*. | |
566 | ||
98bbd631 AC |
567 | 2004-06-25 Andrew Cagney <[email protected]> |
568 | ||
569 | * defs.h (deprecated_ui_loop_hook): Deprecated. | |
570 | * wince.c (child_wait): Update. | |
571 | * win32-nat.c (child_wait): Update. | |
572 | * v850ice.c (v850ice_wait): Update. | |
573 | * top.c (deprecated_ui_loop_hook): Update. | |
574 | * serial.h: Update. | |
575 | * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar) | |
576 | (do_unix_readchar): Update. | |
577 | * ser-tcp.c (net_open): Update. | |
578 | * remote-sim.c (gdb_os_poll_quit): Update. | |
579 | * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update. | |
580 | ||
769d7dc4 AC |
581 | 2004-06-24 Andrew Cagney <[email protected]> |
582 | ||
583 | * defs.h (deprecated_pre_add_symbol_hook) | |
584 | (deprecated_post_add_symbol_hook): Deprecated. | |
585 | * symfile.c (symbol_file_add_with_addrs_or_offsets) | |
586 | (symbol_file_add_with_addrs_or_offsets): Update references. | |
587 | ||
11c949aa AC |
588 | 2004-06-24 Andrew Cagney <[email protected]> |
589 | ||
590 | * defs.h (post_add_symbol_hook, pre_add_symbol_hook) | |
591 | (ui_loop_hook, selected_frame_level_changed_hook): Declare. | |
592 | * wince.c (ui_loop_hook): Delete extern declaration. | |
593 | * win32-nat.c (ui_loop_hook): Delete extern declaration.. | |
594 | * v850ice.c (ui_loop_hook): Delete extern declaration.. | |
595 | * ser-unix.c (ui_loop_hook): Delete extern declaration.. | |
596 | * ser-tcp.c (ui_loop_hook): Delete extern declaration.. | |
597 | * remote-sim.c (ui_loop_hook): Delete extern declaration.. | |
598 | * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern. | |
599 | ui_loop_hook declaration. | |
600 | ||
eedc19af AC |
601 | 2004-06-24 Andrew Cagney <[email protected]> |
602 | ||
603 | * objfiles.h (struct entry_info): Delete entry_func_lowpc and | |
604 | entry_func_highpc fields. | |
605 | * objfiles.c (init_entry_point_info): Do not clear | |
606 | entry_func_lowpc and entry_func_highpc. | |
607 | (objfile_relocate): Do not relocate entry_func_lowpc and | |
608 | entry_func_highpc. | |
609 | * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and | |
610 | entry_func_highpc. | |
611 | * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and | |
612 | entry_func_highpc. | |
613 | * blockframe.c (legacy_frame_chain_valid): Replace tests against | |
614 | entry_func_lowpc and entry_func_highpc with call to | |
615 | inside_entry_func. | |
616 | ||
d47079be MK |
617 | 2004-06-24 Mark Kettenis <[email protected]> |
618 | ||
619 | * sparc64-tdep.c (sparc64_store_arguments): Fix passing | |
620 | quad-precision floating point arguments in registers. | |
621 | ||
2107e348 MK |
622 | 2004-06-24 Mark Kettenis <[email protected]> |
623 | ||
624 | From Michael Mueller <[email protected]>: | |
625 | * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into | |
626 | account. | |
627 | ||
46587c42 JJ |
628 | 2004-06-22 Jeff Johnston <[email protected]> |
629 | ||
630 | * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint | |
631 | to -1. | |
632 | * breakpoint.c (bpstat_stop_status): Move check for ignoring | |
633 | untriggered watchpoints to a separate if clause. Update function | |
634 | comment regarding STOPPED_BY_WATCHPOINT argument. | |
635 | ||
226f5cf4 JB |
636 | 2004-06-22 Jim Blandy <[email protected]> |
637 | ||
638 | * gdbarch.sh: Doc fix. | |
639 | ||
f10683bb MH |
640 | 2004-06-21 Martin Hunt <[email protected]> |
641 | Kevin Buettner <[email protected]> | |
642 | ||
643 | * config/mips/tm-mips.h (SP_REGNUM): Delete define. | |
644 | * mips-tdep.h (MIPS_SP_REGNUM): Define. | |
645 | * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call | |
646 | to set_gdbarch_sp_regnum(). Use cooked register number. | |
647 | (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM. | |
648 | ||
412d5987 AC |
649 | 2004-06-21 Andrew Cagney <[email protected]> |
650 | ||
651 | * gdbarch.sh: When the macro field is empty, do not generate a | |
652 | macro definition. When the macro field is "=", generate the macro | |
653 | name from the upper-case function name. | |
654 | (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM) | |
655 | (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM) | |
656 | (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM) | |
657 | (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE) | |
658 | (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE) | |
659 | (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE) | |
660 | (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM) | |
661 | (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS) | |
662 | (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP) | |
663 | (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION) | |
664 | (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO) | |
665 | (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER) | |
666 | (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC) | |
667 | (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER) | |
668 | (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER) | |
669 | (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS) | |
670 | (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN) | |
671 | (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE) | |
672 | (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE) | |
673 | (DEPRECATED_USE_STRUCT_CONVENTION) | |
674 | (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS) | |
675 | (DEPRECATED_FRAME_INIT_SAVED_REGS) | |
676 | (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN) | |
677 | (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT) | |
678 | (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK) | |
679 | (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP) | |
680 | (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN) | |
681 | (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC) | |
682 | (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS) | |
683 | (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS) | |
684 | (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR) | |
685 | (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS) | |
686 | (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE) | |
687 | (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE) | |
688 | (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) | |
689 | (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT) | |
690 | (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS) | |
691 | (FETCH_POINTER_ARGUMENT): Replace the macro name with "=". | |
692 | ||
68908a3e AC |
693 | 2004-06-21 Andrew Cagney <[email protected]> |
694 | ||
48f7351b AC |
695 | * gdbarch.sh: For gdbarch_dump, print the "function" rather than |
696 | macro name, and the function rather than macro value. Only wrap | |
697 | macro print statements in #ifdef. Move format logic to where it | |
698 | is needed. | |
699 | * gdbarch.c: Re-generate. | |
700 | ||
283354d8 AC |
701 | * gdbarch.sh (read): Delete "print_p" and "description", add |
702 | "garbage_at_eol". Check for non-empty garbage at end-of-line. | |
703 | Delete references to print_p. | |
704 | (TARGET_ARCHITECTURE): Delete print predicate. | |
705 | * gdbarch.c: Re-generate. | |
706 | ||
68908a3e AC |
707 | * gdbarch.sh: Check that multi-arch methods do not provide a |
708 | macro. | |
709 | (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code) | |
710 | (print_registers_info, print_float_info, print_vector_info) | |
711 | (adjust_breakpoint_address, remote_translate_xfer_address) | |
712 | (construct_inferior_arguments, skip_solib_resolver, unwind_pc) | |
713 | (address_class_type_flags_to_name, unwind_sp): Remove the macro | |
714 | name from the multi-arch definition. | |
715 | ||
a2428dbe AC |
716 | 2004-06-20 Andrew Cagney <[email protected]> |
717 | ||
718 | * gdbarch.sh: Sort by the function, instead of macro name. | |
719 | * gdbarch.c: Re-generate. | |
720 | ||
750eb019 AC |
721 | 2004-06-20 Andrew Cagney <[email protected]> |
722 | ||
66d659b1 AC |
723 | * gdbarch.sh: Use the function, instead of macro name in |
724 | errors and the log file. | |
725 | (return_value): Remove stray ":" in spec. | |
726 | ||
750eb019 AC |
727 | * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value. |
728 | * gdbarch.h, gdbarch.c: Re-generate. | |
729 | * Makefile.in (arch-utils.o): Update dependencies. | |
730 | * values.c (using_struct_return): Move code calling | |
731 | USE_STRUCT_CONVENTION to legacy_return_value, simplify. | |
732 | * stack.c (return_command): Move code calling STORE_RETURN_VALUE | |
733 | to legacy_return_value, simplify. | |
734 | * infcmd.c (print_return_value): Move code calling | |
735 | DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE | |
736 | to legacy_return_value, simplify. | |
737 | * infcall.c (call_function_by_hand): Move code calling | |
738 | EXTRACT_RETURN_VALUE to legacy_return_value, simplify. | |
739 | * arch-utils.c: Update copyright. Include "gdbcore.h". | |
740 | (legacy_return_value): New function. | |
741 | * arch-utils.h: Update copyright. | |
742 | (legacy_return_value): Declare. | |
743 | ||
b5622e8d AC |
744 | 2004-06-20 Andrew Cagney <[email protected]> |
745 | ||
746 | * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated. | |
747 | * gdbarch.h, gdbarch.c: Re-generate. | |
748 | * values.c (using_struct_return): Update call. | |
749 | * mcore-tdep.c: Update comment. | |
750 | * infcall.c (call_function_by_hand): Update comment. | |
751 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Update. | |
752 | * arch-utils.h (always_use_struct_convention): Update. | |
753 | * v850-tdep.c (v850_gdbarch_init): Update. | |
754 | * sh64-tdep.c (sh64_gdbarch_init): Update. | |
755 | * sh-tdep.c (sh_gdbarch_init): Update. | |
756 | * rs6000-tdep.c (rs6000_gdbarch_init): Update. | |
757 | * mips-tdep.c (mips_gdbarch_init): Update. | |
758 | * mcore-tdep.c (mcore_gdbarch_init): Update. | |
759 | * m32r-tdep.c (m32r_gdbarch_init): Update. | |
760 | * ia64-tdep.c (ia64_gdbarch_init): Update. | |
761 | * h8300-tdep.c (h8300_gdbarch_init): Update. | |
762 | * frv-tdep.c (frv_gdbarch_init): Update. | |
763 | * cris-tdep.c (cris_gdbarch_init): Update. | |
764 | * arm-tdep.c (arm_gdbarch_init): Update. | |
765 | * alpha-tdep.c (alpha_gdbarch_init): Update. | |
766 | ||
5191de37 MC |
767 | 2004-06-18 Michael Chastain <[email protected]> |
768 | ||
769 | * PROBLEMS: Add more specific information, and a work-around, | |
770 | for PR gdb/1458. | |
771 | ||
782263ab AC |
772 | 2004-06-18 Andrew Cagney <[email protected]> |
773 | ||
774 | * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated. | |
775 | * gdbarch.h, gdbarch.c: Re-generate. | |
776 | * ada-lang.c (ada_finish_decode_line_1): Update. | |
777 | * infrun.c (handle_inferior_event): Update. | |
778 | * infcall.c (find_function_addr): Update. | |
779 | * linespec.c (minsym_found): Update. | |
780 | * symtab.c (find_function_start_sal, skip_prologue_using_sal): | |
781 | Update. | |
782 | * blockframe.c (legacy_frameless_look_for_prologue): Update. | |
783 | * cli/cli-cmds.c (disassemble_command): Update. | |
784 | * vax-tdep.c (vax_gdbarch_init): Update. | |
785 | ||
2f305df1 MK |
786 | 2004-06-18 Mark Kettenis <[email protected]> |
787 | ||
788 | * i386-tdep.c (i386_collect_fpregset): Fix comment. | |
789 | ||
e5fe55f7 AC |
790 | 2004-06-17 Andrew Cagney <[email protected]> |
791 | ||
792 | GDB 6.1.1 released from the GDB 6.1 branch. | |
793 | * NEWS: Merge in 6.1.1 NEWS from 6.1 branch. | |
794 | * PROBLEMS: Ditto. | |
795 | ||
473b7be6 DJ |
796 | 2004-06-16 Daniel Jacobowitz <[email protected]> |
797 | ||
798 | PR gdb/1658 | |
799 | * dwarf2read.c (dwarf_decode_lines): Read the length of the extended | |
800 | operation as a uleb128. Found by Michael Coulter. | |
801 | ||
96d887e8 PH |
802 | 2004-06-16 Paul N. Hilfinger <[email protected]> |
803 | ||
804 | * ada-tasks.c: Rename build_task_list to ada_build_task_list, and | |
805 | make it non-static. | |
806 | * ada-lang.h (task_control_block): declaration moved from ada-task.c | |
807 | to ada-lang.h; this is needed to be able to implement the kill command | |
808 | in multi-task mode. | |
809 | (task_ptid): Ditto. | |
810 | (task_entry): Ditto. | |
811 | (task_list): Ditto. | |
812 | (ada_build_task_list): Ditto. | |
813 | ||
814 | * ada-lang.c: Conditionalize routines and data structures related | |
815 | to breakpoints, exceptions, completion, and symbol caching on | |
816 | GNAT_GDB, since these are not yet used in the submitted public sources. | |
817 | (ada_main_name): Editorial: Move definition out of exception-related | |
818 | code. | |
819 | ||
31eef181 AC |
820 | 2004-06-15 Andrew Cagney <[email protected]> |
821 | ||
822 | * mips-tdep.c (non_heuristic_proc_desc): Delete call to | |
823 | deprecated_pc_in_call_dummy. | |
824 | ||
2c500098 AM |
825 | 2004-06-15 Alan Modra <[email protected]> |
826 | ||
827 | * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of | |
828 | bfd_get_section_size_before_reloc or _raw_size. | |
829 | * dwarf2-frame.c (dwarf2_build_frame_info): Likewise. | |
830 | * dwarf2read.c (dwarf2_locate_sections): Likewise. | |
831 | (dwarf2_read_section): Likewise. | |
832 | * elfread.c (elf_locate_sections): Likewise. | |
833 | * gcore.c (derive_heap_segment): Likewise. | |
834 | * mipsread.c (read_alphacoff_dynamic_symtab): Likewise. | |
835 | * remote-e7000.c (e7000_load): Likewise. | |
836 | * remote-m32r-sdi.c (m32r_load): Likewise. | |
837 | * remote-mips.c (mips_load_srec): Likewise. | |
838 | (pmon_load_fast): Likewise. | |
839 | * remote.c (compare_sections_command): Likewise. | |
840 | * symfile.c (add_section_size_callback): Likewise. | |
841 | (load_section_callback): Likewise. | |
842 | (pc_in_unmapped_range): Likewise. | |
843 | (pc_in_mapped_range): Likewise. | |
844 | (sections_overlap): Likewise. | |
845 | (list_overlays_command): Likewise. | |
846 | (simple_overlay_update_1): Likewise. | |
847 | (simple_overlay_update): Likewise. | |
848 | * tracepoint.c (remote_set_transparent_ranges): Likewise. | |
849 | * win32-nat.c (core_section_load_dll_symbols): Likewise. | |
850 | ||
90f943f1 RC |
851 | 2004-06-14 Randolph Chung <[email protected]> |
852 | ||
853 | * Makefile.in (hppa-hpux-tdep.o): Update dependency. | |
854 | * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make | |
855 | static. | |
856 | (hppa_hpux_inferior_created): New function. | |
857 | (hppa_hpux_init_abi): Register observer. | |
858 | * symfile.c (hp_cxx_exception_support_initialized) | |
859 | (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks. | |
860 | (symbol_file_add_main_1, symbol_file_clear): Likewise. | |
861 | ||
700c15aa RC |
862 | 2004-06-14 Randolph Chung <[email protected]> |
863 | ||
3973a7d3 AC |
864 | * MAINTAINERS (Write After Approval): Alphabetize my entry |
865 | correctly. | |
700c15aa | 866 | |
cea4838c AC |
867 | 2004-06-14 Andrew Cagney <[email protected]> |
868 | ||
869 | * MAINTAINERS (testsuite): List Michael Chastain as the lead | |
870 | testsuite maintainer. | |
871 | ||
97092415 AC |
872 | 2004-06-13 Andrew Cagney <[email protected]> |
873 | ||
e8c3165b AC |
874 | * infcmd.c (print_return_value): Fix logic, allow |
875 | DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return. | |
876 | ||
bceabdd8 AC |
877 | * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when |
878 | defining any macros. | |
879 | * gdbarch.h: Re-generate. | |
880 | ||
57010b1c AC |
881 | * gdbarch.sh: Delete "level" attribute. Only check for a macro |
882 | redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL. | |
883 | * gdbarch.h: Re-generate. | |
884 | ||
bc87dfa0 AC |
885 | * values.c (generic_use_struct_convention): Don't check gcc_p. |
886 | ||
15ac804d AC |
887 | * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE) |
888 | (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete. | |
889 | * gdbarch.h, gdbarch.c: Regenerate. | |
890 | * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE) | |
891 | (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros. | |
892 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set | |
893 | deprecated_max_register_raw_size and | |
894 | deprecated_max_register_virtual_size. | |
895 | * v850-tdep.c (v850_gdbarch_init): Ditto. | |
896 | * ns32k-tdep.c (ns32k_gdbarch_init): Ditto. | |
897 | * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. | |
898 | * mcore-tdep.c (mcore_gdbarch_init): Ditto. | |
899 | * cris-tdep.c (cris_gdbarch_init): Ditto. | |
900 | ||
97092415 AC |
901 | * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method. |
902 | * gdbarch.h, gdbarch.c: Re-generate. | |
903 | * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function. | |
904 | (m68hc11_use_struct_convention): Delete function. | |
905 | (m68hc11_extract_struct_value_address): Delete function. | |
906 | (m68hc11_return_value): New function. | |
907 | (m68hc11_gdbarch_init): Instead of store_return_value, | |
908 | extract_return_value, return_value_on_stack, | |
909 | deprecated_extract_struct_value_address and use_struct_convention, | |
910 | set return_value. | |
911 | * values.c (using_struct_return): Do not call | |
912 | RETURN_VALUE_ON_STACK. | |
913 | * arch-utils.h (generic_return_value_on_stack_not): Delete | |
914 | declaration. | |
915 | * arch-utils.c (generic_return_value_on_stack_not): Delete | |
916 | function. | |
917 | ||
44e5158b AC |
918 | 2004-06-12 Andrew Cagney <[email protected]> |
919 | ||
920 | * values.c (register_value_being_returned): Delete function. | |
921 | * infcmd.c (legacy_return_value): Delete function. | |
922 | * infcall.c (call_function_by_hand): Inline | |
923 | "register_value_being_returned", simplify. | |
924 | * values.c (using_struct_return): Update comment, refer to | |
925 | print_return_value instead of register_value_being_returned. | |
926 | * infcmd.c (print_return_value): Inline calls to | |
927 | register_value_being_returned and legacy_return_value. Simplify. | |
928 | ||
b887c273 RC |
929 | 2004-06-11 Randolph Chung <[email protected]> |
930 | ||
931 | * somread.c (som_symtab_read): Exclude gcc local symbols. | |
932 | ||
1b2bfbb9 RC |
933 | 2004-06-11 Randolph Chung <[email protected]> |
934 | ||
3973a7d3 AC |
935 | * infrun.c (handle_inferior_event): Handle the case when a |
936 | trampoline ends up in the runtime resolver, and if the trampoline | |
937 | has no name. Rearrange the code so that all the trampoline | |
938 | processing happens before other step-out-of-range handling. | |
1b2bfbb9 | 939 | |
a9d61c86 MH |
940 | 2004-06-11 Martin Hunt <[email protected]> |
941 | ||
942 | * mips-tdep.c (mips_gdbarch_init): Recognize vr4120 | |
943 | has no fpu. | |
944 | ||
2c87cf5a AC |
945 | 2004-06-10 Andrew Cagney <[email protected]> |
946 | ||
947 | * blockframe.c (legacy_inside_entry_func): Delete. | |
948 | (legacy_frame_chain_valid): Inline call to | |
949 | legacy_inside_entry_func, simplify. | |
950 | ||
0b67b468 | 951 | 2004-06-10 Bob Rossi <[email protected]> |
57c22c6c BR |
952 | |
953 | * dbxread.c (read_dbx_symtab): Set pst->dirname when known. | |
3973a7d3 AC |
954 | * dwarf2read.c (partial_die_info): Add dirname field. |
955 | (dwarf2_build_psymtabs_hard): Set pst->dirname when known. | |
956 | (read_partial_die): Save away DW_AT_comp_dir. | |
957 | * defs.h (symtab_to_filename): Removed. | |
958 | * source.c (find_and_open_source): Added. | |
57c22c6c | 959 | (open_source_file): Just calls find_and_open_source. |
3973a7d3 AC |
960 | (symtab_to_filename): Removed. |
961 | (symtab_to_fullname, psymtab_to_fullname): Added. | |
57c22c6c BR |
962 | * source.h (psymtab_to_fullname,symtab_to_fullname): Added. |
963 | * symtab.c (lookup_symtab): Call symtab_to_fullname instead of | |
964 | symtab_to_filename. | |
965 | * symtab.h (partial_symtab): Add dirname field. | |
966 | * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added. | |
3973a7d3 AC |
967 | (mi_cmd_file_list_exec_source_file): Call new function |
968 | symtab_to_fullname to find fullname. | |
57c22c6c | 969 | (mi_cmd_file_list_exec_source_files): Added. |
3973a7d3 | 970 | * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files. |
57c22c6c BR |
971 | * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added. |
972 | ||
9a1dd1ad AC |
973 | 2004-06-10 Andrew Cagney <[email protected]> |
974 | ||
239ae8c7 AC |
975 | * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention |
976 | to generic_use_struct_convention, the default value. | |
977 | ||
fc720350 AC |
978 | * mn10300-tdep.c (mn10300_type_align): Call internal_error instead |
979 | of abort. | |
980 | ||
9a1dd1ad AC |
981 | * ns32k-tdep.c (ns32k_push_arguments): New function. |
982 | (ns32k_gdbarch_init): Set deprecated_push_arguments. | |
983 | * infcall.c (call_function_by_hand): Call error instead of | |
984 | legacy_push_arguments. | |
985 | * value.h (legacy_push_arguments): Delete declaration. | |
986 | * valops.c (legacy_push_arguments): Delete function. | |
987 | (value_push): Delete function. | |
988 | ||
fea25152 BF |
989 | 2004-06-10 Brian Ford <[email protected]> |
990 | ||
991 | * coffread.c (coff_symfile_read): Prevent mixed debugging formats | |
992 | from corrupting/reinitializing the psymtab. Support DWARF 2 frame | |
993 | info. | |
994 | * dbxread.c (elfstab_build_psymtabs): Remove bogus comment. | |
995 | ||
30a4a8e0 AC |
996 | 2004-06-10 Andrew Cagney <[email protected]> |
997 | ||
998 | * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete. | |
999 | * gdbarch.h, gdbarch.c: Re-generate. | |
1000 | * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp" | |
1001 | parameters. | |
1002 | * dummy-frame.c (deprecated_pc_in_call_dummy): Update. | |
1003 | * arm-tdep.c (arm_pc_is_thumb_dummy): Call | |
1004 | deprecated_pc_in_call_dummy instead of | |
1005 | DEPRECATED_PC_IN_CALL_DUMMY. | |
1006 | (arm_skip_prologue): Ditto. | |
1007 | * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue) | |
1008 | (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto. | |
1009 | * v850-tdep.c (v850_find_callers_reg, v850_frame_chain) | |
1010 | (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs): | |
1011 | Ditto. | |
1012 | * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr) | |
1013 | (sh64_init_extra_frame_info, sh64_get_saved_register) | |
1014 | (sh64_pop_frame): Ditto. | |
1015 | * mips-tdep.c (non_heuristic_proc_desc): Ditto. | |
1016 | * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc) | |
1017 | (mcore_pop_frame, mcore_init_extra_frame_info): Ditto. | |
1018 | * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc) | |
1019 | (h8300_pop_frame): Ditto. | |
1020 | * blockframe.c (legacy_inside_entry_func) | |
1021 | (legacy_frame_chain_valid): Ditto. | |
1022 | * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call | |
1023 | to deprecated_pc_in_call_dummy. | |
1024 | ||
81cfbe54 AC |
1025 | 2004-06-09 Andrew Cagney <[email protected]> |
1026 | ||
a1f4a1b6 AC |
1027 | * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not |
1028 | provide a default value. | |
1029 | (CONVERT_REGISTER_P): Default to generic_convert_register_p. | |
1030 | * gdbarch.h, gdbarch.c: Re-generate. | |
1031 | * arch-utils.c (generic_convert_register_p): Rename | |
1032 | legacy_convert_register_p | |
1033 | (legacy_register_to_value, legacy_value_to_register): Delete | |
1034 | functions. | |
1035 | * arch-utils.h (generic_convert_register_p): Rename | |
1036 | legacy_convert_register_p. | |
1037 | (legacy_register_to_value, legacy_value_to_register): Delete | |
1038 | declarations. | |
1039 | ||
9730f241 AC |
1040 | * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW) |
1041 | (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL) | |
1042 | (DEPRECATED_REGISTER_CONVERTIBLE): Delete. | |
1043 | * gdbarch.h, gdbarch.c: Re-generate. | |
1044 | * infcmd.c (default_print_registers_info): Simplify. | |
1045 | * findvar.c (value_of_register): Simplify. | |
1046 | * mi/mi-main.c (get_register): Simplify. | |
1047 | * arch-utils.c (legacy_convert_register_p): Always return 0. | |
1048 | (legacy_register_to_value, legacy_value_to_register): Always call | |
1049 | internal_error. | |
1050 | ||
8a1bf479 AC |
1051 | * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete |
1052 | #ifdef CLEAR_INSN_CACHE code. | |
1053 | * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]: | |
1054 | Delete #ifdef CLEAR_DEFERRED_STORES code. | |
1055 | ||
4b38d6f1 AC |
1056 | * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code. |
1057 | ||
2d62ecc7 AC |
1058 | * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update |
1059 | copyright. | |
1060 | * config/ia64/tm-aix.h (TARGET_ELF64): Ditto. | |
1061 | ||
be4f7469 AC |
1062 | * config/mips/mipsv4.mh: Delete file. |
1063 | ||
81cfbe54 AC |
1064 | * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete |
1065 | unreferenced macro. | |
1066 | (hpread_adjust_stack_address): Delete declaration. | |
1067 | ||
d966f0cb AC |
1068 | 2004-06-08 Andrew Cagney <[email protected]> |
1069 | ||
1070 | * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers. | |
1071 | (attach, detach): When neither PT_ATTACH / PT_DETACH nor | |
1072 | PTRACE_ATTACH / PTRACE_DETACH available call error. | |
1073 | (PT_ATTACH, PT_DETACH): Move definition to attach / detach. | |
1074 | * infttrace.c (update_thread_state_after_attach, attach, detach): | |
1075 | Remove #ifdef wrappers. | |
1076 | * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers. | |
1077 | * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers. | |
1078 | * config/nm-bsd.h (ATTACH_DETACH): Delete. | |
1079 | * config/nm-sysv4.h (ATTACH_DETACH): Delete. | |
1080 | * config/nm-nbsd.h (ATTACH_DETACH): Delete. | |
1081 | * config/nm-linux.h (ATTACH_DETACH): Delete. | |
1082 | * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete. | |
1083 | * config/pa/nm-hppah.h (ATTACH_DETACH): Delete. | |
1084 | * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete. | |
1085 | * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete. | |
1086 | * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete. | |
1087 | ||
d91670b9 CV |
1088 | 2004-06-08 Corinna Vinschen <[email protected]> |
1089 | ||
1090 | * configure.in: Set $configdir to the right OS specific value. | |
1091 | Use value when setting $tcldir and $tkdir. | |
1092 | * configure: Regenerate. | |
1093 | ||
28ba0b33 PB |
1094 | 2004-06-06 Paul Brook <[email protected]> |
1095 | ||
1096 | * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE | |
1097 | records. | |
1098 | ||
f26caa11 PH |
1099 | 2004-06-08 Paul N. Hilfinger <[email protected]> |
1100 | ||
1101 | * ada-lang.c (lookup_symbol_in_language): New function to allow | |
1102 | re-use of another language's symbol lookup code. (Placed here | |
1103 | temporarily while Ada support is being integrated into the public | |
1104 | tree). | |
1105 | (restore_language): New auxiliary function for | |
1106 | lookup_symbol_in_language. | |
1107 | * ada-lang.h (lookup_symbol_in_language): Declare (Placed here | |
1108 | temporarily while Ada support is being integrated into the public | |
1109 | tree). | |
1110 | ||
d560a54b AO |
1111 | 2004-06-08 Alexandre Oliva <[email protected]> |
1112 | ||
e75d110c AO |
1113 | * Makefile.in (check//%): New. |
1114 | ||
d560a54b AO |
1115 | * mn10300-tdep.c (mn10300_extract_return_value): Rewrite. |
1116 | (mn10300_store_return_value): Rewrite. | |
1117 | (mn10300_type_align): New. | |
1118 | (mn10300_use_struct_convention): Rewrite. | |
1119 | (mn10300_return_value): New, using all of the above. | |
1120 | (mn10300_pop_frame_regular): Add saved_regs_size. | |
1121 | (mn10300_gdbarch_init): Remove deprecated rewritten entry points. | |
1122 | ||
a72fbdb7 AO |
1123 | * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved |
1124 | regs if PC is on movm. | |
1125 | ||
01904826 JB |
1126 | 2004-06-07 Jim Blandy <[email protected]> |
1127 | ||
1128 | Add native Linux support for the PowerPC E500. | |
1129 | * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'. | |
1130 | * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on | |
1131 | all architectures except the E500. | |
1132 | * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New | |
1133 | #definitions. | |
1134 | (struct gdb_evrregset_t): New type. | |
1135 | (have_ptrace_getsetevrregs): New variable. | |
1136 | (get_spe_registers, read_spliced_spe_reg, fetch_spe_register, | |
1137 | fetch_spe_registers): New functions. | |
1138 | (fetch_register): Call fetch_spe_register as appropriate. | |
1139 | Assert that we're only passed raw register numbers. | |
1140 | (fetch_ppc_registers): Call fetch_spe_registers as appropriate. | |
1141 | Don't fetch gprs if they're pseudoregisters. | |
1142 | (set_spe_registers, write_spliced_spe_reg, store_spe_register, | |
1143 | store_spe_registers): New functions. | |
1144 | (store_register): Call store_spe_register as appropriate. | |
1145 | Assert that we're only passed raw register numbers. | |
1146 | (store_ppc_registers): Call store_spe_registers as appropriate. | |
1147 | Don't store gprs if they're pseudoregisters. | |
1148 | ||
f90ef764 JJ |
1149 | 2004-06-07 Jeff Johnston <[email protected]> |
1150 | ||
1151 | * thread-db.c (thread_get_info_callback): Fill in the thread_info | |
1152 | struct if one exists, even if we are dealing with a zombie thread. | |
1153 | ||
45b75230 AC |
1154 | 2004-06-07 Andrew Cagney <[email protected]> |
1155 | ||
1156 | * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition. | |
1157 | * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE): | |
1158 | Rename PC_REQUIRES_RUN_BEFORE_USE. | |
1159 | * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in | |
1160 | #ifdef. | |
1161 | ||
1658da49 RC |
1162 | 2004-06-07 Randolph Chung <[email protected]> |
1163 | ||
1164 | * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start | |
1165 | unwinding after sp has been saved to the stack but before the end | |
1166 | of the prologue, and after the fp has been modified but before it has | |
1167 | been saved to the stack. | |
1168 | (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer): | |
1169 | Remove superfluous definitions. | |
1170 | (hppa_gdbarch_init): Remove superfluous frame base sniffer. | |
1171 | ||
9a727a3c RC |
1172 | 2004-06-07 Guy Martin <[email protected]> |
1173 | ||
1174 | Committed by Randolph Chung. | |
1175 | * hppa-linux-nat.c: Include the correct version of the header file | |
1176 | depending on the kernel version. | |
1177 | ||
9e500012 RC |
1178 | 2004-06-06 Randolph Chung <[email protected]> |
1179 | ||
1180 | * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround. | |
1181 | (proceed, init_wait_for_inferior, handle_inferior_event): Likewise. | |
1182 | ||
3388d7ff RC |
1183 | 2004-06-06 Randolph Chung <[email protected]> |
1184 | ||
1185 | * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline) | |
1186 | (hppa_hpux_skip_trampoline_code): Don't cache symbol values. | |
1187 | * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise. | |
1188 | * hppa-tdep.c (hppa_symbol_address): New function definition. | |
1189 | * hppa-tdep.h (hppa_symbol_address): New function declaration. | |
1190 | ||
d49771ef RC |
1191 | 2004-06-06 Randolph Chung <[email protected]> |
1192 | ||
1193 | * hppa-tdep.h (struct value): Forward declaration. | |
1194 | (gdbarch_tdep): Define tdep find_global_pointer method. | |
1195 | * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer | |
1196 | associated with the function we are trying to call, and write it | |
1197 | to the gp register. | |
1198 | (hppa32_convert_from_funct_ptr_addr): New function. | |
1199 | (hppa_find_global_pointer): New function. | |
1200 | (hppa_gdbarch_init): Set default find_global_pointer method; set | |
1201 | convert_from_func_ptr_addr method. | |
1202 | * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function. | |
1203 | (hppa_linux_init_abi): Set find_global_pointer method. | |
1204 | * Makefile.in (hppa-linux-tdep.o): Add value.h dependency. | |
1205 | ||
7d9b040b RC |
1206 | 2004-06-06 Randolph Chung <[email protected]> |
1207 | ||
1208 | * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument | |
1209 | to struct value *function. | |
1210 | * gdbarch.c: Regenerate. | |
1211 | * gdbarch.h: Likewise. | |
1212 | * infcall.c (call_function_by_hand): Pass entire function value | |
1213 | to push_dummy_call. | |
1214 | ||
1215 | * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o) | |
1216 | (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies. | |
1217 | * alpha-tdep.c (alpha_push_dummy_call): Update call signature. | |
1218 | * amd64-tdep.c (amd64_push_dummy_call): Likewise. | |
1219 | * arm-tdep.c (arm_push_dummy_call): Likewise. | |
1220 | * avr-tdep.c (avr_push_dummy_call): Likewise. | |
1221 | * cris-tdep.c (cris_push_dummy_call): Likewise. | |
1222 | * d10v-tdep.c (d10v_push_dummy_call): Likewise. | |
1223 | * frv-tdep.c (frv_push_dummy_call): Likewise. | |
1224 | * h8300-tdep.c (h8300_push_dummy_call): Likewise. | |
1225 | * hppa-tdep.c (hppa32_push_dummy_call) | |
1226 | (hppa64_push_dummy_call): Likewise. | |
1227 | * i386-tdep.c (i386_push_dummy_call): Likewise. | |
1228 | * ia64-tdep.c (ia64_push_dummy_call): Likewise. | |
1229 | * m32r-tdep.c (m32r_push_dummy_call): Likewise. | |
1230 | * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise. | |
1231 | * m68k-tdep.c (m68k_push_dummy_call): Likewise. | |
1232 | * m88k-tdep.c (m88k_push_dummy_call): Likewise. | |
1233 | * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call) | |
1234 | (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise. | |
1235 | * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call) | |
1236 | (ppc64_sysv_abi_push_dummy_call): Likewise. | |
1237 | * ppc-tdep.h (ppc_sysv_abi_push_dummy_call) | |
1238 | (ppc64_sysv_abi_push_dummy_call): Likewise. | |
1239 | * rs6000-tdep.c (rs6000_push_dummy_call): Likewise. | |
1240 | * s390-tdep.c (s390_push_dummy_call): Likewise. | |
1241 | * sh-tdep.c (sh_push_dummy_call_fpu) | |
1242 | (sh_push_dummy_call_nofpu): Likewise. | |
1243 | * sparc-tdep.c (sparc32_push_dummy_call): Likewise. | |
1244 | * sparc64-tdep.c (sparc64_push_dummy_call): Likewise. | |
1245 | * vax-tdep.c (vax_push_dummy_call): Likewise. | |
1246 | ||
4a19ea35 JB |
1247 | 2004-06-04 Jim Blandy <[email protected]> |
1248 | ||
8327ccee JB |
1249 | * ppc-linux-nat.c (fetch_register): Don't forget to pass the |
1250 | gdbarch argument to register_size. | |
1251 | ||
a3c001ce JB |
1252 | * rs6000-tdep.c (rs6000_store_return_value): Use |
1253 | regcache_cooked_write_part instead of | |
1254 | deprecated_write_register_bytes. | |
1255 | (rs6000_gdbarch_init): Register it for gdbarch_store_return_value, | |
1256 | not gdbarch_deprecated_store_return_value. | |
1257 | ||
4a19ea35 JB |
1258 | * ppc-linux-nat.c (store_register, fetch_register): Remove |
1259 | incorrect assertions. Simplify and generalize handling of | |
1260 | transfers whose sizes are not multiples of, or less than, sizeof | |
1261 | (PTRACE_XFER_TYPE). | |
1262 | ||
b9b5d7ea JJ |
1263 | 2004-06-04 Jeff Johnston <[email protected]> |
1264 | ||
1265 | * infrun.c (handle_inferior_event): Don't treat an invalid ptid | |
1266 | as a new thread event. | |
720c7d64 | 1267 | * thread-db.c (thread_get_info_callback): If the thread is a |
b9b5d7ea | 1268 | zombie, return TD_THR_ZOMBIE. |
720c7d64 | 1269 | (thread_from_lwp): If thread_get_info_callback returns |
b9b5d7ea JJ |
1270 | TD_THR_ZOMBIE, check if the thread is still on the thread list |
1271 | and return a -1 ptid if not found. | |
1272 | (thread_db_wait): If thread_from_lwp returns a -1 ptid, then | |
1273 | change the status to TARGET_WAITKIND_SPURIOUS. | |
1274 | ||
c8a3b559 CV |
1275 | 2004-06-03 Corinna Vinschen <[email protected]> |
1276 | ||
1277 | * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store | |
1278 | double values in little endian mode. | |
1279 | ||
20605361 AC |
1280 | 2004-06-02 Albert Chin-A-Young <[email protected]> |
1281 | ||
1282 | Committed by Andrew Cagney. | |
1283 | * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma | |
1284 | after last enum constant to avoid error from IBM C | |
1285 | compiler. | |
1286 | ||
bc97b3ba JB |
1287 | 2004-06-02 Jim Blandy <[email protected]> |
1288 | ||
1289 | * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess' | |
1290 | to 'message', and make it local to the lone block that uses it. | |
1291 | ||
1da28ab0 JB |
1292 | * ppc-linux-nat.c (store_register): Remove unused local 'offset'. |
1293 | ||
4c4b4cd2 PH |
1294 | 2004-06-02 Paul N. Hilfinger <[email protected]> |
1295 | ||
8a2225b2 PH |
1296 | * ada-exp.y: Update copyright notice. |
1297 | Include block.h. | |
1298 | ||
1299 | Replace REGNAME, LAST, INTERNAL_VARIABLE with | |
1300 | SPECIAL_VARIABLE and unify the treatment of these cases. | |
1301 | ||
1302 | (write_attribute_call0): Remove. | |
1303 | (write_attribute_call1): Remove. | |
1304 | (write_attribute_calln): Remove. | |
1305 | (save_qualifier): Add missing semicolon. | |
1306 | ||
1307 | (simple_exp,exp): Decomment (i.e., reactivate) code that was | |
1308 | temporarily disabled to allow compilation with FSF head version. | |
1309 | ||
1310 | (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and | |
1311 | use individual operators (OP_*) for all attributes. | |
1312 | (exp syntax): Use write_int. | |
1313 | Handle STRING literals with OP_STRING. | |
1314 | (variable syntax): Add limit parameter to calls to | |
1315 | write_object_renaming. | |
1316 | ||
1317 | (temp_parse_space): New definition to hold entities that need | |
1318 | only live until the next call to ada_parse. | |
1319 | (string_to_operator): Rename fields of ada_opname_table entries. | |
1320 | ||
1321 | (write_var_from_sym): Record block. | |
1322 | (write_var_from_name): Minor reformatting. | |
1323 | Make sure saved name is properly encoded in the case of multiple | |
1324 | matches, and set its language to Ada. | |
1325 | Update comment. | |
1326 | Modify to indicate unresolved name as symbol in the UNRESOLVED | |
1327 | namespace, allocated in temp_parse_space. | |
1328 | (write_int): New function. | |
1329 | ||
1330 | (write_object_renaming): Add max_depth parameter to limit | |
1331 | chains of object renamings. | |
1332 | Handle case where root of renaming expression is itself a renaming. | |
1333 | Use temp_parse_space for temporary name buffer. | |
1334 | Handle renamings to dereferenced pointers (___XEXA suffices). | |
1335 | ||
1336 | (ada_parse, yyerror, string_to_operator, | |
1337 | write_var_from_sym, write_var_from_name, write_attribute_call0, | |
1338 | write_attribute_call1, write_attribute_calln, | |
1339 | write_object_renaming): Protoize. | |
1340 | ||
1341 | (_initialize_ada_exp): New function. | |
1342 | ||
1343 | * ada-lang.c: Update copyright notice. | |
1344 | General terminology change to conform to GNAT compiler usage: | |
1345 | mangle => encode, demangle => decode | |
1346 | Include gdb_obstack.h. | |
1347 | Include gdb_regex.h | |
1348 | Include frame.h | |
1349 | Include hashtab.h | |
1350 | Include completer.h | |
1351 | Include gdb_stat.h | |
1352 | Include block.h | |
1353 | Include infcall.h | |
1354 | ||
1355 | (ADA_RETAIN_DOTS): Make sure this is defined. | |
1356 | (TRUNCATION_TOWARDS_ZERO): Define. | |
1357 | (struct string_vector): Define. | |
1358 | (unresolved_names): Remove definition. | |
1359 | (xnew_string_vector): New function. | |
1360 | (string_vector_append): New function. | |
1361 | (extract_string): Make static. | |
1362 | (ada_unqualified_name): New function. | |
1363 | (add_angle_brackets): New function. | |
1364 | (function_name_from_pc): New function. | |
1365 | (place_on_stack): Rename to ensure_lval. | |
1366 | ||
1367 | (ensure_lval): Renamed from place_on_stack. | |
1368 | Make identity on lvals. | |
1369 | Update comment. | |
1370 | (is_nonfunction): New interface. | |
1371 | Only symbols in LOC_CONST class can be enumerals. | |
1372 | (fill_in_ada_prototype): Remove; now independent of language. | |
1373 | (add_defn_to_vec): Add obstack and symtab arguments. | |
1374 | Use obstack to hold collected definitions. | |
1375 | (num_defns_collected): New function. | |
1376 | (defns_collected): New function. | |
1377 | (ada_resolve_subexp): Rename to resolve_subexp. | |
1378 | (resolve_subexp): Renamed from ada_resolve_subexp. | |
1379 | (ada_op_name): Return non-const result. | |
1380 | (ada_decoded_op_name): Renamed from ada_op_name, now used for | |
1381 | other purposes. | |
1382 | ||
1383 | (to_fixed_array_type): Add declaration. | |
1384 | (coerce_unspec_val_to_type): Remove offset parameter. | |
1385 | (find_sal_from_funcs_and_line): New interface. | |
1386 | (find_line_in_linetable): Ditto. | |
1387 | ||
1388 | (all_sals_for_line): Rename to ada_sals_for_line and make | |
1389 | global. | |
1390 | Add new parameter. When set, do not ask the user to choose the | |
1391 | instance, but use the first one found instead. | |
1392 | Use given line number in returned sals. | |
1393 | Fix comment. | |
1394 | Skip the prologue if funfirstline is set. | |
1395 | Correct for memory leak when 0 lines found. | |
1396 | ||
1397 | (value_pos_atr): Use pos_atr. | |
1398 | (pos_atr): New function. | |
1399 | (standard_lookup): Add block parameter. | |
1400 | ||
1401 | (makeTimeStart): Remove declaration and uses. | |
1402 | (makeTimeStop): Remove declaration and uses. | |
1403 | ||
1404 | (ada_completer_word_break_characters): Allow for VMS. | |
1405 | (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant. | |
1406 | (raise_sym_name): New constant. | |
1407 | (raise_unhandled_sym_name): New constant. | |
1408 | (raise_assert_sym_name): New constant. | |
1409 | (process_raise_exception_name): New constant. | |
1410 | (longest_exception_template): New constant. | |
1411 | (warning_limit): New variable to limit warnings during expression | |
1412 | evaluation. | |
1413 | (warnings_issued): New variable to keep track of warnings issued. | |
1414 | (known_runtime_file_name_patterns): New constant. | |
1415 | (known_auxiliary_function_name_patterns): New constant. | |
1416 | (symbol_list_obstack): New variable. | |
1417 | ||
1418 | (field_name_match,is_suffix,is_suppressed_name,ada_encode, | |
1419 | ada_decode,ada_match_name,encoded_ordered_before,equiv_types, | |
1420 | lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match, | |
1421 | find_sal_from_funcs_and_line, ada_breakpoint_rewrite, | |
1422 | ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field, | |
1423 | ada_variant_discrim_name, field_alignment, dynamic_template_type, | |
1424 | ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type): | |
1425 | Replace use of deprecated STREQ and STREQN macros by calls to strncmp | |
1426 | and strcmp. | |
1427 | ||
1428 | (ada_get_field_index): New function. | |
1429 | (lim_warning): New function. | |
1430 | (ada_translate_error_message): New function. | |
1431 | (MAX_OF_SIZE): New function. | |
1432 | (MIN_OF_SIZE): New function. | |
1433 | (UMAX_OF_SIZE): New function. | |
1434 | (UMIN_OF_SIZE): New function. | |
1435 | (discrete_type_high_bound): New function. | |
1436 | (discrete_type_low_bound): New function. | |
1437 | (base_type): New function. | |
1438 | (do_command): Remove. | |
1439 | ||
1440 | (ada_update_initial_language): Use language_ada, not language_unknown. | |
1441 | (ada_encode): Renamed from ada_mangle. | |
1442 | Obey ADA_RETAIN_DOTS. | |
1443 | (ada_decode): Renamed from ada_demangle. | |
1444 | Update coding conventions. | |
1445 | (decoded_names_store): New hash table. | |
1446 | (ada_decode_symbol): New function. | |
1447 | (ada_la_decode): New function. | |
1448 | ||
1449 | (modify_general_field): Correct computations of offset and bit | |
1450 | position. | |
1451 | (desc_base_type): Handle ref types, too. | |
1452 | (ada_is_direct_array_type): New function. | |
1453 | ||
1454 | (ada_is_simple_array): Rename to ada_is_simple_array_type. | |
1455 | (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type. | |
1456 | (ada_is_bogus_array_descriptor,ada_type_of_array, | |
1457 | ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array, | |
1458 | ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed | |
1459 | ada_is_array_descriptor_type. | |
1460 | ||
1461 | (ada_coerce_to_simple_array_type): Fix incorrect value freeing. | |
1462 | (ada_is_packed_array_type): Handle pointers or | |
1463 | references to packed arrays as well. | |
1464 | (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE. | |
1465 | (decode_packed_array_type): Search for the packed array type | |
1466 | symbol in the currently selected block and associated | |
1467 | superblocks too. | |
1468 | Use lookup_symbol again. | |
1469 | ||
1470 | (decode_packed_array): Handle pointers and references. | |
1471 | Update call to coerce_unspec_val_to_type. | |
1472 | (decode_packed_array_type,value_subscript_packed): Limit warnings. | |
1473 | (ada_value_primitive_packed_val): Improve comment. | |
1474 | ||
1475 | (ada_index_type): Substitute int type for "undefined". | |
1476 | (ada_index_type,ada_array_bound_from_type,ada_array_bound, | |
1477 | ada_array_langth, ada_is_string_type): Use renamed | |
1478 | ada_is_simple_array_type. | |
1479 | (empty_array): New function. | |
1480 | ||
1481 | (ada_resolve): Rename to resolve. | |
1482 | (resolve): Make static. | |
1483 | Call renamed resolve_subexp. | |
1484 | Update comment. | |
1485 | (ada_resolve_subexp): Rename to resolve_subexp. | |
1486 | (resolve_subexp): Update comment. | |
1487 | Decomment disabled code. | |
1488 | Add LOC_COMPUTED* cases. | |
1489 | Modify to use temporary struct symbols (marked as being in | |
1490 | UNDEF_NAMESPACE) to indicate unresolved names, instead of | |
1491 | OP_UNRESOLVED_VALUE. | |
1492 | Remove OP_ATTRIBUTE; use individual opcodes for attributes. | |
1493 | Add OP_STRING case. | |
1494 | Remove OP_ARRAY. | |
1495 | Use SYMBOL_PRINT_NAME instead of ada_demangle. | |
1496 | Use new ada_lookup_symbol_list interface. | |
1497 | Use new ada_resolve_function interface. | |
1498 | Remove OP_TYPE case. | |
1499 | ||
1500 | (ada_args_match): Idiot proof against null actuals. | |
1501 | Use intermediate variables to clarify. | |
1502 | (ada_resolve_function): Update comment and interface. | |
1503 | (mangled_ordered_before): Rename to encoded_ordered_before and | |
1504 | update comment. | |
1505 | (sort_choices): Update comment and interface. | |
1506 | Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME. | |
1507 | (user_select_syms): New interface. | |
1508 | Use new sort_choices interface. | |
1509 | Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME. | |
1510 | (possible_user_operator_p): Idiot-proof against null values. | |
1511 | (ada_simple_renamed_entity): Don't make cleanup; rely on | |
1512 | caller to free result string. | |
1513 | Remove const from return type. | |
1514 | (make_array_descriptor): Rename uses of place_on_stack to | |
1515 | ensure_lval. | |
1516 | Make sure that arrays are on stack. | |
1517 | ||
1518 | (HASH_SIZE): Define. | |
1519 | (struct cache_entry): Define. | |
1520 | (cache_space): Define. | |
1521 | (cache): Define. | |
1522 | (clear_ada_sym_cache): New function. | |
1523 | (find_entry): New function. | |
1524 | (lookup_cached_symbol): New function. | |
1525 | (defn_vector_size): Define. | |
1526 | (cache_symbol): New function. | |
1527 | (defn_symbols): Remove. | |
1528 | ||
1529 | (standard_lookup): Use lookup_symbol_in_language to get effect of | |
1530 | C lookup. | |
1531 | Cache results. | |
1532 | ||
1533 | (symbol_completion_match): New function. | |
1534 | (symbol_completion_add): New function. | |
1535 | (ada_make_symbol_completion_list): New function. | |
1536 | ||
1537 | (ada_lookup_partial_symbol,ada_lookup_simple_minsym, | |
1538 | add_symbols_from_enclosing_procs,remove_extra_symbols): Replace | |
1539 | DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME. | |
1540 | (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG. | |
1541 | ||
1542 | (ada_lookup_simple_minsym): New function. | |
1543 | (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym. | |
1544 | ||
1545 | (add_symbols_from_enclosing_procs): New interface. | |
1546 | Conditionalize more helpfully. | |
1547 | Don't bother if program isn't running. | |
1548 | Use new interface to get_frame_block. | |
1549 | Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case. | |
1550 | ||
1551 | (remove_extra_symbols): New interface. | |
1552 | (xget_renaming_scope): New function. | |
1553 | (is_package_name): New function. | |
1554 | (renaming_is_visible): New function. | |
1555 | (remove_out_of_scope_renamings): New function. | |
1556 | ||
1557 | (ada_lookup_symbol_list): New interface. | |
1558 | Properly reinitialize the symbol list obstack. | |
1559 | Don't call add_symbols_from_enclosing_procs if we start from a | |
1560 | static or global block. | |
1561 | Use new interfaces to ada_add_block_symbols, add_defn_to_vec, | |
1562 | add_symbols_from_enclosing_procs. | |
1563 | Add symtab data to cached entries. | |
1564 | Handle symbols prefixed with | |
1565 | "standard__" specially; strip prefix and don't look in local symbols. | |
1566 | Do not include out of scope renaming symbols in list of | |
1567 | symbols returned. | |
1568 | Add const to block parameter. | |
1569 | Move check for non-local, non-global symbols earlier. | |
1570 | Remove timing stuff. | |
1571 | (ada_lookup_symbol): New interface. | |
1572 | Find symtab as well. | |
1573 | (ada_lookup_symbol_nonlocal): New function. | |
1574 | ||
1575 | (is_name_suffix): Enhance suffix detection to recognize | |
1576 | an optional "__[:digit:]+" before any "\.[:digit:]+" suffix. | |
1577 | (is_dot_digits_suffix): New function. | |
1578 | (wild_match): Ignore ".[:digit:]*" suffixes during matches. | |
1579 | ||
1580 | (ada_add_block_symbols): New interface. Use obstack to return results | |
1581 | in a vector of struct ada_symbol_infos. Add symtab argument. | |
1582 | Use new interface to add_defn_to_vec. | |
1583 | Remove calls to fill_in_ada_prototype. | |
1584 | Use BLOCK_BUCKETS, BLOCK_BUCKET. | |
1585 | ||
1586 | (ada_finish_decode_line_1): Add const qualification to local to fix | |
1587 | warning. | |
1588 | Start looking in static block for functions to avoid attempts | |
1589 | to search frame chain for up-level variables. | |
1590 | Adapt to new ada_sals_for_line interface. | |
1591 | Use new interfaces to ada_lookup_symbol_list and user_select_syms. | |
1592 | Handle quoting of the function name inside the spec string. | |
1593 | Skip prologue when funfirstline is set and update the | |
1594 | function documentation to that effect. | |
1595 | ||
1596 | (debug_print_lines, debug_print_block, debug_print_blocks, | |
1597 | debug_print_symtab): Remove. | |
1598 | ||
1599 | (ada_main_name): New function. | |
1600 | (ada_exception_breakpoint_type): New function. | |
1601 | (is_known_support_routine): New function. | |
1602 | (ada_find_printable_frame): Renamed from find_printable_frame and made | |
1603 | global. | |
1604 | Remove level parameter. | |
1605 | Use new interface to select_frame. | |
1606 | ||
1607 | (begin_command): Remove. | |
1608 | (ada_adjust_exception_stop): New function. | |
1609 | (ada_print_exception_stop): New function. | |
1610 | (exception_name_from_cond): New function. | |
1611 | (ada_report_exception_break): Replace disabled code with | |
1612 | conditionalization on GNAT_GDB. | |
1613 | Get the exception name from the condition string. | |
1614 | Remove and move functionality into new functions | |
1615 | ada_print_exception_breakpoint_task and | |
1616 | ada_print_exception_breakpoint_nontask. | |
1617 | (error_breakpoint_runtime_sym_not_found): New function. | |
1618 | (is_runtime_sym_defined): New function. | |
1619 | (ada_breakpoint_rewrite): Uncomment suppressed code. | |
1620 | Use symbolic error-message and runtime-symbol names. | |
1621 | Surround runtime symbol names in quotes. | |
1622 | Allow non-specific breakpoints on exceptions and assertions before | |
1623 | program starts. | |
1624 | ||
1625 | (ada_is_tagged_type): Add parameter. | |
1626 | (ada_is_tag_type): New function. | |
1627 | (ada_tag_type): Use new ada_lookup_struct_elt_type interface. | |
1628 | (ada_variant_discrim_type): Ditto. | |
1629 | (value_tag_from_contents_and_address): New function. | |
1630 | (type_from_tag): New function. | |
1631 | (struct tag_args): New structure used to communicate with | |
1632 | ada_tag_name_1. | |
1633 | (ada_tag_name_1): New function. | |
1634 | (ada_tag_name): New function. | |
1635 | ||
1636 | (ada_scan_number): Update comment. | |
1637 | (find_struct_field): New function. | |
1638 | (ada_search_struct_field): Make static. | |
1639 | (ada_value_struct_elt): New version that returns references when | |
1640 | given pointers or references to structs. | |
1641 | (ada_lookup_struct_elt_type): Add 'refok' parameter. | |
1642 | (ada_which_variant_applies): Use new ada_lookup_struct_elt_type | |
1643 | interface. | |
1644 | (ada_value_ind): Use new ada_to_fixed_value interface. | |
1645 | (ada_coerce_ref): Ditto. | |
1646 | (field_offset): Remove. | |
1647 | ||
1648 | (ada_find_any_symbol): New function, extracted from ada_find_any_type. | |
1649 | (ada_find_renaming_symbol): New function. | |
1650 | (ada_prefer_type): Prefer named types over unnamed ones. | |
1651 | (variant_field_index): New function. | |
1652 | (contains_variant_part): Removed: subsumed by variant_field_index. | |
1653 | (ada_template_to_fixed_record_type): New function, mostly from | |
1654 | template_to_fixed_record_type. | |
1655 | (template_to_fixed_record_type): | |
1656 | Do not scan the type fields beyond the last one; prevents a | |
1657 | potential SEGV. | |
1658 | Handle case where variant field is listed BEFORE discriminant it | |
1659 | depends on. | |
1660 | Fix calculation of record length when bit length is | |
1661 | not evenly divisible by char length. | |
1662 | Move code to ada_template_to_fixed_record_type and call it. | |
1663 | ||
1664 | (template_to_static_fixed_type): Revise comment. | |
1665 | Modify to work on ordinary record types as well as templates, | |
1666 | so as to handle fields that use ___XVE or ___XVU encodings. | |
1667 | (to_record_with_fixed_variant_part): Fill out comment. | |
1668 | Initialize C++ stuff in right type. | |
1669 | Allow case where DVAL is null. | |
1670 | Handle case where variant field is not last. | |
1671 | Fix typo concerning record length. | |
1672 | (to_fixed_record_type): Decomment disabled code. | |
1673 | (to_fixed_record_type): Use variant_field_index instead of | |
1674 | contains_variant_part. | |
1675 | (to_fixed_variant_branch_type): Ditto. | |
1676 | (to_fixed_array_type): Decomment disabled code. | |
1677 | (ada_to_fixed_type): Convert tagged types to the specific type. | |
1678 | Deactivate the size-check for array types in order to avoid | |
1679 | some false size alarms. | |
1680 | (to_static_fixed_type): Decomment disabled code. | |
1681 | Modify to call template_to_static_fixed_type | |
1682 | on ordinary structs, not just ___XVE- and ___XVU-encoded fields. | |
1683 | (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value. | |
1684 | Remove valaddr argument, as it is never really used. | |
1685 | (ada_to_fixed_value): Change interface to act on single struct value* | |
1686 | operand. | |
1687 | (adjust_pc_past_prologue): New function. | |
1688 | (ada_attribute_name): Modify to take enum exp_opcode argument. | |
1689 | ||
1690 | (ada_enum_name): Recognize new homonym-distinguishing convention. | |
1691 | Adjust local variable's type to remove compiler warning. | |
1692 | Fix a small problem in the part that unqualifies the enumeration name. | |
1693 | (ada_value_binop): New function. | |
1694 | (ada_value_equal): New function. | |
1695 | ||
1696 | (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface. | |
1697 | Don't give error message when not doing normal evaluation | |
1698 | and a tagged type doesn't seem to contain a structure member. | |
1699 | Give error message for packed arrays. | |
1700 | For indexing arrays, handle pointers to packed arrays correctly. | |
1701 | Handle case of 'first and 'last attributes of bare integral type | |
1702 | without encoded subtype info. | |
1703 | Remove some unnecessary casts. | |
1704 | Fix uninitialized value of type in computing 'first, 'last, or 'length | |
1705 | of array object. | |
1706 | Add BINOP_EQUAL and BINOP_NOTEQUAL cases. | |
1707 | Remove binop_user_defined_p tests and value_x_binop and value_x_unop | |
1708 | calls. | |
1709 | Attributes are now exp_opcode values. | |
1710 | Correct treatment of 'modulus. | |
1711 | Better error message for taking 'length of wrong kind of type; | |
1712 | improve comment. | |
1713 | Change EVAL_NORMAL to noside for consistency. | |
1714 | Use ada_value_binop for DIV, MOD, REM. | |
1715 | Make special case out of array of length 0, since an argument | |
1716 | of 0 upsets some platforms' malloc. | |
1717 | Use OP_STRING instead of OP_ARRAY. | |
1718 | For slice, add check that we have an array type before extracting | |
1719 | a slice out of it. Avoids a SEGV. | |
1720 | When evaluating an array slice, if the array type is a reference to | |
1721 | an aligner type, then replace the aligner type by the actual type. | |
1722 | Decomment disabled code. | |
1723 | Remove some dead code. | |
1724 | Use temporary struct symbols (marked as being in UNDEF_NAMESPACE) | |
1725 | to indicate unresolved names, instead of OP_UNRESOLVED_VALUE. | |
1726 | Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE, | |
1727 | and UNOP_MBR to UNOP_IN_RANGE. | |
1728 | If an array type has a parallel ___XVE type, then use it. | |
1729 | Turn arrays into pointers for lvalue arrays. | |
1730 | Change TERNOP_SLICE code to work even when bounds are unknown, ignoring | |
1731 | bounds error and handle 0-length slices. | |
1732 | Use lim_warning. | |
1733 | When selecting fields, apply ada_to_fixed_value (because the fields | |
1734 | might have ___XVU or ___XVE encodings even if not dynamic.) | |
1735 | Use ada_to_fixed_value_create and new ada_to_fixed_value interface. | |
1736 | (ada_is_system_address_type): New function. | |
1737 | ||
1738 | (get_var_value): Use new interface to ada_lookup_symbol_list. | |
1739 | (get_int_var_value): New interface. | |
1740 | (to_fixed_range_type): Allow unknown bound, with warning. | |
1741 | (ada_is_modular_type): Decomment disabled code. | |
1742 | (ADA_OPERATORS): New definition. | |
1743 | (ada_operator_length): New function. | |
1744 | (ada_expr_op_name): New function. | |
1745 | (ada_forward_operator_length): New function. | |
1746 | (ada_dump_subexp_body): New function. | |
1747 | (ada_print_subexp): New function. | |
1748 | (ada_exp_descriptor): New constant. | |
1749 | (ada_op_print_tab): Add 'size. Remove FIXMEs. | |
1750 | (ada_language_defn): Add ada_exp_descriptor entry. | |
1751 | Change ada_parse => parse. | |
1752 | Add post-parser entry. | |
1753 | Use ada-specific non-local symbol lookup. | |
1754 | Don't use C-style arrays. | |
1755 | String lower-bound is 1. | |
1756 | Decomment disabled code. | |
1757 | (parse): New function. | |
1758 | New fields ada_translate_error_message, ada_lookup_symbol, | |
1759 | ada_lookup_minimal_symbol. | |
1760 | ||
1761 | * ada-lang.h: Update copyright dates. | |
1762 | Replace the mangle/demangle terminology throughout by the | |
1763 | more appropriate encode/decode one. | |
1764 | Include breakpoint.h. | |
1765 | Forward declare struct partial_symbol, struct block. | |
1766 | (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define. | |
1767 | (EXTRACT_ADDRESS): Remove. | |
1768 | (EXTRACT_INT): Remove. | |
1769 | (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define. | |
1770 | (MAX_ENCLOSING_FRAME_LEVELS): Define. | |
1771 | (MAX_RENAMING_CHAIN_LENGTH): Define. | |
1772 | (struct ada_opname_map): mangled => decoded, demangled=>encoded. | |
1773 | ||
1774 | (enum task_states): Remove. | |
1775 | ada_task_states: Remove. | |
1776 | (fat_string): Remove. | |
1777 | (struct entry_call): Remove. | |
1778 | (struct task_fields): Remove. | |
1779 | (struct task_entry): Remove. | |
1780 | ||
1781 | (struct ada_symbol_info): Define. | |
1782 | (enum ada_attribute): Remove. | |
1783 | (enum ada_operator): Define. | |
1784 | ||
1785 | (ada_get_field_index): Declare. | |
1786 | (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr. | |
1787 | (ada_is_simple_array): Rename to ada_is_simple_array_type. | |
1788 | (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type. | |
1789 | (ada_lookup_symbol_list): New interface. | |
1790 | (ada_decode_symbol): Declare. | |
1791 | (ada_decode): Declare. | |
1792 | (ada_lookup_symbol): New interface. | |
1793 | (ada_update_initial_language): Declare. | |
1794 | (ada_lookup_simple_minsym): Declare. | |
1795 | (user_select_syms): New interface. | |
1796 | (ada_sals_for_line): Declare. | |
1797 | (ada_is_tagged_type): New interface. | |
1798 | (ada_tag_name): Declare. | |
1799 | (ada_lookup_struct_elt_type): Remove declaration. | |
1800 | (ada_search_struct_field): Remove declaration. | |
1801 | (ada_attribute_name): New interface. | |
1802 | (ada_is_system_address_type): Declare. | |
1803 | (ada_to_fixed_value): Remove declaration. | |
1804 | (ada_template_to_fixed_record_type_1): Declare. | |
1805 | (get_int_var_value): New interface. | |
1806 | (ada_find_any_symbol): Declare. | |
1807 | (ada_find_renaming_symbol): Declare. | |
1808 | (ada_mangle): Rename to ada_encode. | |
1809 | (ada_simple_renamed_entity): Remove const. | |
1810 | (ada_main_name): Declare. | |
1811 | (get_current_task): Rename to ada_get_current_task. | |
1812 | (get_entry_number): Remove declaration. | |
1813 | (ada_report_exception_break): Remove declaration. | |
1814 | (ada_print_exception_breakpoint_nontask): Declare. | |
1815 | (ada_print_exception_breakpoint_task): Declare. | |
1816 | (ada_find_printable_frame): Declare. | |
1817 | ||
1818 | * ada-lex.l: Update copyright notices. | |
1819 | Use xmalloc and xfree instead of malloc and free. | |
1820 | Use new interface to name_lookup. | |
1821 | Use new interface to | |
1822 | ada_mangle=>ada_encode. | |
1823 | Redo handling of '$...' variable to parallel current treatment | |
1824 | in c-exp.y. | |
1825 | (resize_tempbuf, canonicalizeNumeral, is_digit_in_base, | |
1826 | digit_to_int, strtoulst, processInt, processReal, processId, | |
1827 | block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute, | |
1828 | yywrap): Protoize. | |
1829 | ||
1830 | (processInt): Use cast to remove harmless warning. | |
1831 | (processReal): Modify to get rid of compiler warning on scan formats. | |
1832 | ||
1833 | (processId): Replace xmalloc with obstack_alloc for name and remove | |
1834 | call to ada_name_string_cleanup. | |
1835 | Remove obsolete disabled code. | |
1836 | (name_lookup): Ditto. | |
1837 | New interface. | |
1838 | Use obsavestring on temp_parse_space instead of savestring | |
1839 | on name, and remove call to ada_name_string_cleanup. | |
1840 | Free string returned from ada_simple_renamed_entity. | |
1841 | Use new interface to ada_lookup_symbol_list. | |
1842 | Decomment disabled code. | |
1843 | Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables, | |
1844 | not types. | |
1845 | When a type name lookup succeeds as a result of | |
1846 | lookup_primitive_typename, check for regular type entry that has not | |
1847 | yet been read in. | |
1848 | Limit length of chain of renamed symbols we are willing to follow. | |
1849 | Do not break names beginning with "standard__" into segments. | |
1850 | (block_lookup): Use new interface to ada_lookup_symbol_list. | |
1851 | ||
1852 | * ada-typeprint.c: Update copyright notice. | |
1853 | (demangled_type_name): Rename to decoded_type_name. | |
1854 | (ada_typedef_print): Use SYMBOL_PRINT_NAME. | |
1855 | (print_range_bound): Correct handling of negative | |
1856 | bounds that make the index type looked unsigned under STABS. | |
1857 | (print_dynamic_range_bound): Use new interface to get_int_var_value. | |
1858 | (print_range_type_named): Use the builtin int type if no type | |
1859 | corresponding to the given type name could be found. | |
1860 | (print_array_type): ada_is_simple_array => ada_is_simple_array_type. | |
1861 | Add some bullet-proofing. | |
1862 | (print_variant_clauses): Allow for variant branches with ___XVU | |
1863 | encodings that are not dynamic fields. | |
1864 | Use new interface to ada_is_tagged_type. | |
1865 | (print_record_type): Allow for fields with ___XVE encodings that | |
1866 | are not dynamic fields. | |
1867 | Use new interface to ada_is_tagged_type. | |
1868 | (ada_print_type): ada_is_array_descriptor => | |
1869 | ada_is_array_descriptor_type. | |
1870 | ||
1871 | * ada-valprint.c: Update copyright notice. | |
1872 | Include gdb_string.h | |
1873 | Include infcall.h | |
1874 | (ui_memcpy): New function. | |
1875 | (ada_print_floating): New function. | |
1876 | (ada_print_str): Order arguments correctly. | |
1877 | Correct handling of empty arrays and arrays of 0-length items. | |
1878 | ada_is_array_descriptor => ada_is_array_descriptor_type | |
1879 | Print values of type System.Address in hexadecimal format. | |
1880 | Use ada_print_floating to print floating-point numbers in Ada format. | |
1881 | Print class tag values with type names. | |
1882 | No longer print the address of reference values. Avoids | |
1883 | a potential confusion. | |
1884 | (ada_value_print): Stop printing the object type for reference | |
1885 | values, but preserve that behavior for access types. Avoids | |
1886 | a potential confusion. | |
1887 | Simplify one conditional expression, as the first part is now | |
1888 | necessarily true. | |
1889 | ada_is_array_descriptor => ada_is_array_descriptor_type | |
1890 | Add check for arrays for null records, and print them by hand. | |
4c4b4cd2 | 1891 | |
f65f91b5 JB |
1892 | 2004-06-01 Jim Blandy <[email protected]> |
1893 | ||
1894 | * ppc-tdep.h: Delete unused 'regoff' member. | |
1895 | * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it. | |
1896 | ||
d4687fa0 MC |
1897 | 2004-06-01 Michael Chastain <[email protected]> |
1898 | ||
1899 | Fix PR symtab/1661. | |
1900 | * hpread.c (hpread_pxdb_needed): Call memset after alloca. | |
1901 | (hpread_read_struct_type): Likewise. | |
1902 | ||
de169ec9 AC |
1903 | 2004-06-01 Andrew Cagney <[email protected]> |
1904 | ||
c6902d46 AC |
1905 | * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf |
1906 | instead of xasprintf. | |
1907 | * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt) | |
1908 | (mi_cmd_thread_select, mi_cmd_thread_list_ids) | |
1909 | (mi_cmd_data_list_register_names) | |
1910 | (mi_cmd_data_list_changed_registers) | |
1911 | (mi_cmd_data_list_register_values) | |
1912 | (get_register, mi_cmd_data_write_register_values) | |
1913 | (mi_cmd_data_write_register_values) | |
1914 | (mi_cmd_data_assign, mi_cmd_data_evaluate_expression) | |
1915 | (mi_cmd_target_download, mi_cmd_target_select) | |
1916 | (mi_cmd_data_read_memory, mi_cmd_data_write_memory) | |
1917 | (mi_execute_cli_command, mi_execute_async_cli_command) | |
1918 | (mi_execute_async_cli_command): Ditto. | |
1919 | * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto. | |
1920 | * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto. | |
1921 | ||
6085fc2d AC |
1922 | * mi/mi-cmds.h (mi_error_last_message): Delete declaration. |
1923 | * mi/mi-interp.c (mi_cmd_interpreter_exec): Call | |
1924 | error_last_message instead of mi_error_last_message. | |
1925 | * mi/mi-main.c (mi_error_last_message): Delete function. | |
1926 | ||
de169ec9 AC |
1927 | * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for |
1928 | "invalid number of columns" error. Delete redundant "out of | |
1929 | memory" check. | |
1930 | ||
1fc7d519 MK |
1931 | 2004-05-31 Mark Kettenis <[email protected]> |
1932 | ||
6cfb2041 MK |
1933 | * i386bsd-nat.c: Don't include <sys/procfs.h>. |
1934 | (gregset_t, fpregset_t): Remove typedefs. | |
1935 | (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros. | |
1936 | (REG_OFFSET): Rename argument. | |
1937 | (i386bsd_r_reg_offset): Rename from reg_offset. | |
1938 | (REG_ADDR): Remove macro. | |
1939 | (cannot_fetch_register, supply_gregset, fill_gregset): Remove | |
1940 | functions. | |
1941 | (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions. | |
1942 | (fetch_inferior_registers): Use `struct reg' and `struct fpreg' | |
1943 | instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset | |
1944 | instead of supply_gregset. | |
1945 | (store_inferior_registers): Use `struct reg' and `struct fpreg' | |
1946 | instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset | |
1947 | instead of fill_gregset. | |
1948 | (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR. | |
1949 | ||
1fc7d519 MK |
1950 | * i386bsd-nat.c: Don't include "gregset.h". |
1951 | (supply_gregset, fill_gregset): Make static. | |
1952 | (supply_fpregset, fill_fpregset): Remove. | |
1953 | * Makefile.in (i386bsd-nat.o): Update dependencies. | |
1954 | ||
2c34abbe MK |
1955 | 2004-05-30 Mark Kettenis <[email protected]> |
1956 | ||
448724fb MK |
1957 | * fbsd-proc.c: Include "regcache.h", "regset.h" and |
1958 | "gdb_assert.h". Con't include "gregset.h". | |
1959 | (fbsd_make_corefile_notes): Use regset-based core file support | |
1960 | instead off fill_gregset and fill_fpregset. | |
1961 | * Makefile.in (fbsd-proc.o): Update dependencies. | |
1962 | ||
5ca8ca7c MK |
1963 | * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch |
1964 | instructions. | |
1965 | (m88k_frame_prev_register): Simplify code a bit. | |
1966 | ||
593adc23 MK |
1967 | * amd64-tdep.c (amd64_supply_fpregset): Adjust comment. |
1968 | (amd64_collect_fpregset): New function. | |
1969 | (amd64_regset_from_core_section): Use amd64_collect_fpregset. | |
1970 | ||
8d1b517b MK |
1971 | * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM. |
1972 | ||
7fdafb5a MK |
1973 | * i386-tdep.c (i386_supply_gregset): Adjust comment. |
1974 | (i386_collect_gregset): New function. | |
1975 | (i386_supply_fpregset): Adjust comment. | |
1976 | (i386_collect_fpregset): New function. | |
1977 | (i386_regset_from_core_section): Use i386_collect_gregset and | |
1978 | i386_collect_fpregset. | |
1979 | ||
8693c419 MK |
1980 | * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to |
1981 | handle VALUEP being null. | |
1982 | ||
2c34abbe MK |
1983 | * regset.h (collect_regset_ftype): Unconstify fourth argument. |
1984 | ||
45d134d8 MK |
1985 | 2004-05-29 Mark Kettenis <[email protected]> |
1986 | ||
1698f4e7 MK |
1987 | * MAINTAINERS: Undelete m88k. Add myself as maintainer. |
1988 | ||
45d134d8 MK |
1989 | * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new |
1990 | assembler in OpenBSD 3.5-current. | |
1991 | (amd64obsd_sigcontext_addr): Likewise. | |
1992 | ||
691d145a JB |
1993 | 2004-05-28 Jim Blandy <[email protected]> |
1994 | ||
1995 | * rs6000-tdep.c: Use the modern gdbarch methods for handling the | |
1996 | register set, so our regcache isn't declared "legacy" and our E500 | |
1997 | pseudoregister read and write functions aren't ignored. | |
1998 | (rs6000_register_byte, rs6000_register_raw_size, | |
1999 | rs6000_register_virtual_type, rs6000_register_convertible, | |
2000 | rs6000_register_convert_to_virtual, | |
2001 | rs6000_register_convert_to_raw): Deleted. | |
2002 | (rs6000_register_type, rs6000_convert_register_p, | |
2003 | rs6000_register_to_value, rs6000_value_to_register): New | |
2004 | functions. | |
2005 | (rs6000_gdbarch_init): Don't register | |
2006 | gdbarch_deprecated_register_size, | |
2007 | gdbarch_deprecated_register_bytes, | |
2008 | gdbarch_deprecated_register_byte, | |
2009 | gdbarch_deprecated_register_raw_size, | |
2010 | gdbarch_deprecated_register_virtual_type, | |
2011 | gdbarch_deprecated_register_convertible, | |
2012 | gdbarch_deprecated_register_convert_to_virtual, or | |
2013 | gdbarch_deprecated_register_convert_to_raw methods. Instead, | |
2014 | register gdbarch_register_type, gdbarch_convert_register_p, | |
2015 | gdbarch_register_to_value, and gdbarch_value_to_register methods. | |
2016 | ||
18ed0c4e JB |
2017 | 2004-05-26 Jim Blandy <[email protected]> |
2018 | ||
2019 | * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted. | |
2020 | (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New | |
2021 | functions, updated to match the register numberings used in GCC. | |
2022 | (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and | |
2023 | rs6000_dwarf2_reg_to_regnum as register number conversions | |
2024 | functions for STABS and Dwarf2. | |
2025 | ||
779af9e3 RC |
2026 | 2004-05-26 Randolph Chung <[email protected]> |
2027 | ||
2028 | * infttrace.h (target_waitkind): Forward declare type instead of pulling | |
2029 | in header file. | |
2030 | ||
c23968a2 JB |
2031 | 2004-05-25 Joel Brobecker <[email protected]> |
2032 | ||
2033 | * NEWS: Document new "start" command. | |
2034 | ||
3a7d1c27 RC |
2035 | 2004-05-25 Randolph Chung <[email protected]> |
2036 | ||
2037 | * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on | |
2038 | hppa-linux. | |
2039 | ||
43613416 RC |
2040 | 2004-05-25 Randolph Chung <[email protected]> |
2041 | ||
2042 | * hppa-hpux-tdep.c (offsetof): Define. | |
2043 | (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp) | |
2044 | (hppa32_hpux_frame_base_before_sigtramp) | |
2045 | (hppa32_hpux_frame_find_saved_regs_in_sigtramp) | |
2046 | (hppa64_hpux_frame_saved_pc_in_sigtramp) | |
2047 | (hppa64_hpux_frame_base_before_sigtramp) | |
2048 | (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused | |
2049 | functions. | |
2050 | (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg) | |
2051 | (hppa_hpux_sigtramp_frame_unwind_cache) | |
2052 | (hppa_hpux_sigtramp_frame_this_id) | |
2053 | (hppa_hpux_sigtramp_frame_prev_register) | |
2054 | (hppa_hpux_sigtramp_frame_unwind) | |
2055 | (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder. | |
2056 | (hppa_hpux_init_abi): Register sigtramp unwinder. | |
2057 | * Makefile.in (hppa-hpux-tdep.o): Update dependencies. | |
2058 | ||
6d1be3f1 RC |
2059 | 2004-05-25 Randolph Chung <[email protected]> |
2060 | ||
2061 | * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment, | |
2062 | and multiple stack unwinds. | |
2063 | (hppa_stub_unwind_sniffer): Handle unwind from pc == 0. | |
2064 | ||
97c34f65 AC |
2065 | 2004-05-25 Andrew Cagney <[email protected]> |
2066 | ||
2067 | * symfile.h (symbol_file_add_from_memory): Delete declaration. | |
2068 | * symfile-mem.h: Delete file. | |
2069 | * symfile-mem.c: Do not include "symfile-mem.h". | |
2070 | (symbol_file_add_from_memory): Make static. Use "struct bfd" and | |
2071 | "struct bfd_section". When an error do not bother returning NULL. | |
2072 | (add_symbol_file_from_memory_command): Use "struct bfd" and | |
2073 | "struct bfd_section". | |
2074 | * Makefile.in (symfile_mem_h): Delete. | |
2075 | (symfile-mem.o): Update dependencies. | |
2076 | ||
e23cbd82 NR |
2077 | 2004-05-25 Nick Roberts <[email protected]> |
2078 | ||
2079 | * gdb-mi.el: New file. | |
2080 | ||
20d2ca3e AC |
2081 | 2004-05-25 Andrew Cagney <[email protected]> |
2082 | ||
2083 | * inftarg.c: Include "observer.h". | |
2084 | (child_attach, child_create_inferior): Notify inferior_created. | |
2085 | * corelow.c: Include "observer.h". | |
2086 | (core_open): Notify inferior_created. | |
2087 | * Makefile.in (inftarg.o, corelow.o): Update dependencies. | |
2088 | ||
c27cda74 AC |
2089 | 2004-05-25 Andrew Cagney <[email protected]> |
2090 | ||
2091 | * target.h (struct target_ops): Add from_tty to | |
2092 | to_create_inferior. | |
2093 | (target_create_inferior, find_default_create_inferior): Update. | |
2094 | * infcmd.c (run_command): Update. | |
2095 | * wince.c (child_create_inferior): Update. | |
2096 | * win32-nat.c (child_create_inferior): Update. | |
2097 | * uw-thread.c (uw_thread_create_inferior): Update. | |
2098 | * thread-db.c (thread_db_create_inferior): Update. | |
2099 | * target.c (debug_to_create_inferior) | |
2100 | (find_default_create_inferior): Update. | |
2101 | (maybe_kill_then_create_inferior): Update. | |
2102 | * sol-thread.c (sol_thread_create_inferior): Update. | |
2103 | * remote.c (extended_remote_async_create_inferior) | |
2104 | (extended_remote_create_inferior): Update. | |
2105 | * remote-vx.c (vx_create_inferior): Update. | |
2106 | * remote-st.c (st2000_create_inferior): Update. | |
2107 | * remote-sim.c (gdbsim_create_inferior): Update. | |
2108 | * remote-sds.c (sds_create_inferior): Update. | |
2109 | * remote-rdp.c (remote_rdp_create_inferior): Update. | |
2110 | * remote-rdi.c (arm_rdi_create_inferior): Update. | |
2111 | * remote-m32r-sdi.c (m32r_create_inferior): Update. | |
2112 | * remote-e7000.c (e7000_create_inferior): Update. | |
2113 | * procfs.c (procfs_create_inferior): Update. | |
2114 | * ocd.c (ocd_create_inferior): Update. | |
2115 | * ocd.h (ocd_create_inferior): Update. | |
2116 | * nto-procfs.c (procfs_create_inferior): Update. | |
2117 | * monitor.c (monitor_create_inferior): Update. | |
2118 | * lin-lwp.c (lin_lwp_create_inferior): Update. | |
2119 | * inftarg.c (child_create_inferior): Update. | |
2120 | * hpux-thread.c (hpux_thread_create_inferior): Update. | |
2121 | * gnu-nat.c (gnu_create_inferior): Update. | |
2122 | ||
1db2a798 AC |
2123 | 2004-05-25 Andrew Cagney <[email protected]> |
2124 | ||
2125 | * MAINTAINERS: Update e-mail address. | |
2126 | ||
007d08bb RC |
2127 | 2004-05-24 Randolph Chung <[email protected]> |
2128 | ||
2129 | * thread.c (info_threads_command, thread_apply_all_command) | |
2130 | (thread_apply_command, thread_command, do_captured_thread_select): | |
2131 | Remove HPUXHPPA-specific code. | |
2132 | ||
69e7b95e RC |
2133 | 2004-05-24 Randolph Chung <[email protected]> |
2134 | ||
2135 | * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove | |
2136 | unused symbols. | |
2137 | * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more | |
2138 | references. | |
2139 | ||
a4d5f2e0 JB |
2140 | 2004-05-24 Joel Brobecker <[email protected]> |
2141 | ||
2142 | * infcmd.c (kill_if_already_running): New function, extracted | |
2143 | from run_command(). | |
2144 | (run_command): Replace extracted code by call to | |
2145 | kill_if_already_running(). | |
2146 | (start_command): New function. | |
2147 | (_initialize_infcmd): Add "start" command. | |
2148 | ||
bf2ca189 MK |
2149 | 2004-05-24 Mark Kettenis <[email protected]> |
2150 | ||
2151 | Add OpenBSD/m88k support. | |
2152 | * NEWS (New native configurations): Mention OpenBSD/m88k. | |
2153 | * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h, | |
2154 | config/m88k/obsd.mh, config/m88k/obsd.mt: New files. | |
2155 | * Makefile.in (m88k_tdep_h): New variable. | |
2156 | (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c. | |
2157 | (m88kbsd-nat.o, m88k-tdep.o): New dependencies. | |
2158 | * configure.host: Add m88*-*-openbsd*. | |
2159 | * configure.tgt: Add m88*-*-openbsd*. | |
2160 | ||
80fadb11 JB |
2161 | 2004-05-24 Jim Blandy <[email protected]> |
2162 | ||
2163 | * MAINTAINERS (tracing bytecode stuff): Allow global maintainers | |
2164 | to approve changes. | |
2165 | ||
19e2d14b KB |
2166 | 2004-05-24 Kevin Buettner <[email protected]> |
2167 | ||
2168 | * symtab.c (fixup_section): Search section table when lookup by | |
2169 | name fails. | |
2170 | ||
1b07b470 RC |
2171 | 2004-05-24 Randolph Chung <[email protected]> |
2172 | ||
2173 | * hppa-tdep.c: Fix handling of 8-byte structures; they should not | |
2174 | be "small_struct". | |
2175 | ||
368702b1 MK |
2176 | 2004-05-24 Mark Kettenis <[email protected]> |
2177 | ||
5df97fde MK |
2178 | * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct |
2179 | register number in regcache_raw_collect call. | |
2180 | (m68kbsd_collect_fpregset): Likewise. | |
2181 | * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise. | |
2182 | ||
368702b1 MK |
2183 | * regset.h (struct regset): Add back `regset' member. |
2184 | ||
a770d4ec MK |
2185 | 2004-05-23 Mark Kettenis <[email protected]> |
2186 | ||
70f9f479 MK |
2187 | * configure.in: Check for td_pcb in `struct thread'. |
2188 | * configure, config.in: Regenerated. | |
2189 | ||
2e16d79e MK |
2190 | * dpx2-nat.c: Remove file. |
2191 | * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c. | |
2192 | (dpx2-nat.o): Remove dependencies. | |
2193 | ||
492cf391 MK |
2194 | * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h", |
2195 | <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h". | |
2196 | (amd64obsd_supply_pcb): New function. | |
2197 | (_initialize_amd64obsd_nat): Enable libkvm interface. | |
2198 | * Makefile.in (amd64obsd-nat.o): Update dependencies. | |
2199 | * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o | |
2200 | (LOADLIBES): New variable. | |
2201 | ||
a770d4ec MK |
2202 | * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h", |
2203 | <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h". | |
2204 | (sparc32nbsd_supply_pcb): New function. | |
2205 | (_initialize_sparcnbsd_nat): Enable libkvm interface. | |
2206 | * Makefile.in (sparcnbsd-nat.o): Update dependencies. | |
2207 | * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o. | |
2208 | (LOADLIBES): New variable. | |
2209 | ||
9ea75c57 MK |
2210 | 2004-05-22 Mark Kettenis <[email protected]> |
2211 | ||
2e0c3539 MK |
2212 | * bsd-kvm.c, bsd-kvm.h: New files. |
2213 | * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and | |
2214 | "bsd-kvm.h". | |
2215 | (i386fbsd_supply_pcb): New function. | |
2216 | * Makefile.in (ALLDEPFILES): Add bsd-kvm.c. | |
2217 | (i386fbsd-nat.o): Update dependencies. | |
2218 | (bsd_kvm_h): New variable. | |
2219 | (bsd-kvm.o): New dependency. | |
2220 | * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o. | |
2221 | (LOADLIBES): New variable. | |
2222 | ||
9ea75c57 MK |
2223 | * regset.c: Tweak comment. |
2224 | (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC | |
2225 | macro. | |
2226 | * regset.h: Update copyright year. | |
2227 | (struct regset): Remove `descr' member, add `gdbarch' member. | |
2228 | (regset_alloc): Adjust prototype and comment. | |
2229 | * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch. | |
2230 | (i386_supply_fpregset): Likewise. | |
2231 | (i386_regset_from_core_section): Update call to regset_alloc. | |
2232 | * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from | |
2233 | REGSET->arch. | |
2234 | (i386obsd_aout_regset_from_core_section): Update call to | |
2235 | regset_alloc. | |
2236 | * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from | |
2237 | REGSET->arch. | |
2238 | (i386nbsd_aout_regset_from_core_section): Update call to | |
2239 | regset_alloc. | |
2240 | * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from | |
2241 | REGSET->arch. | |
2242 | (amd64_regset_from_core_section): Update call to regset_alloc. | |
2243 | * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from | |
2244 | REGSET->arch. | |
2245 | (amd64obsd_regset_from_core_section): Update call to regset_alloc. | |
2246 | * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass | |
2247 | &sparc32nbsd_gregset in sparc32_supply_gregset call. | |
2248 | (sparc32nbsd_init_abi): Update call to regset_alloc. | |
2249 | * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass | |
2250 | &sparc64obsd_core_gregset in sparc64_supply_gregset call. | |
2251 | (sparc64obsd_init_abi): Update call to regset_alloc. | |
2252 | * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass | |
2253 | &sparc64nbsd_gregset in sparc64_supply_gregset call. | |
2254 | (sparc64nbsd_init_abi): Update call to regset_alloc. | |
2255 | * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass | |
2256 | &sparc64fbsd_gregset in sparc64_supply_gregset call. | |
2257 | (sparc64fbsd_init_abi): Update call to regset_alloc. | |
2258 | ||
867e2dc5 JB |
2259 | 2004-05-22 Jim Blandy <[email protected]> |
2260 | ||
2261 | * ppc-tdep.h (spe_register_p): New declaration. | |
2262 | (struct gdbarch_tdep): New members: ppc_acc_regnum and | |
2263 | ppc_spefscr_regnum. | |
2264 | * rs6000-tdep.c (spe_register_p): New function. | |
2265 | (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and | |
2266 | spefscr. | |
2267 | (rs6000_gdbarch_init): Initialize the new members of the tdep | |
2268 | structure. | |
2269 | ||
617a4cba JB |
2270 | 2004-05-21 Jim Blandy <[email protected]> |
2271 | ||
0397dee1 JB |
2272 | * ppc-linux-nat.c (fetch_register): Move code back to be next |
2273 | to the comment that describes it. (Moved code, instead of | |
2274 | comment, for symmetry with store_register.) | |
2275 | ||
617a4cba JB |
2276 | Allocate regset structures in the gdbarch's obstack, not using |
2277 | xmalloc. | |
2278 | * regset.c (regset_alloc): Renamed from regset_xmalloc. | |
2279 | Add 'arch' argument. Allocate the regset on arch's obstack, not | |
2280 | using xmalloc. | |
2281 | * regset.h (regset_alloc): Update declaration. | |
2282 | * am64-tdep.c (amd64_regset_from_core_section): Update call; pass | |
2283 | gdbarch argument. | |
2284 | * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same. | |
2285 | * i386-tdep.c (i386_regset_from_core_section): Same. | |
2286 | * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same. | |
2287 | * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same. | |
2288 | * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same. | |
2289 | * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same. | |
2290 | * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same. | |
2291 | * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same. | |
2292 | ||
9aa3914d JB |
2293 | 2004-05-21 Joel Brobecker <[email protected]> |
2294 | ||
2295 | * config/djgpp/fnchange.lst: Undo previous change, was useless. | |
2296 | ||
99c87dab JB |
2297 | 2004-05-21 Jim Blandy <[email protected]> |
2298 | ||
2299 | * dwarf2expr.c (execute_stack_op): Add 'break' statements after | |
2300 | cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.) | |
2301 | ||
c2b6b4aa JB |
2302 | 2004-05-20 Jim Blandy <[email protected]> |
2303 | ||
2304 | * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes. | |
2305 | ||
144529d0 MK |
2306 | 2004-05-20 Mark Kettenis <[email protected]> |
2307 | ||
2308 | * regset.h: Make prototype const-correct. | |
2309 | * regset.c (regset_xmalloc): Make const-correct. | |
2310 | ||
4725b721 PH |
2311 | 2004-05-20 Paul N. Hilfinger <[email protected]> |
2312 | ||
2313 | * symtab.h (SYMBOL_SEARCH_NAME): New definition. | |
2314 | (SYMBOL_MATCHES_SEARCH_NAME): New definition. | |
2315 | (symbol_search_name): Declare. | |
2316 | ||
2317 | * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME. | |
2318 | (iter_name_next_hashed): Ditto. | |
2319 | (iter_name_next_linear): Ditto. | |
2320 | (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME. | |
2321 | ||
2322 | * symtab.c (lookup_partial_symbol): Assume symbols ordered by | |
2323 | search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME. | |
2324 | (symbol_search_name): New function. | |
2325 | ||
2326 | * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME. | |
2327 | ||
2328 | * minsyms.c (build_minimal_symbol_hash_tables): Change | |
2329 | test for adding to demangled hash table to check for difference | |
2330 | between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME. | |
2331 | ||
be07a590 JB |
2332 | 2004-05-19 Jim Blandy <[email protected]> |
2333 | ||
2334 | Use a constructor function to create regset structures. | |
2335 | * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs. | |
2336 | (struct regset): Use supply_regset_ftype. Add new | |
2337 | 'collect_regset' member. | |
2338 | (regset_xmalloc): New declaration. | |
2339 | * regset.c: New file. | |
2340 | * am64-tdep.c (amd64_regset_from_core_section): Use | |
2341 | regset_xmalloc to construct regset structures. | |
2342 | * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same. | |
2343 | * i386-tdep.c (i386_regset_from_core_section): Same. | |
2344 | * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same. | |
2345 | * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same. | |
2346 | * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same. | |
2347 | * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same. | |
2348 | * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same. | |
2349 | * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same. | |
2350 | * Makefile.in (COMMON_OBS): Add regset.o. | |
2351 | (regset.o): New rule. | |
2352 | ||
604368f5 JB |
2353 | 2004-05-19 Joel Brobecker <[email protected]> |
2354 | ||
2355 | * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp | |
2356 | and pthread_cond_wait.c. | |
2357 | ||
82d69f8b JB |
2358 | 2004-05-18 Jim Blandy <[email protected]> |
2359 | ||
2360 | * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields | |
2361 | before the mach-specific switch, and then let the individual cases | |
2362 | override the defaults, rather than leaving them uninitialized | |
2363 | until the switch and then setting them in each case. | |
2364 | ||
5859efe5 RC |
2365 | 2004-05-18 Randolph Chung <[email protected]> |
2366 | ||
2367 | * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for | |
2368 | millicode functions. | |
2369 | ||
9ca80cf8 RC |
2370 | 2004-05-18 Randolph Chung <[email protected]> |
2371 | ||
2372 | * somsolib.c (som_solib_remove_inferior_hook): Make all the size | |
2373 | references to dld_flags_buffer consistent. | |
2374 | ||
ed70ba00 RC |
2375 | 2004-05-18 Randolph Chung <[email protected]> |
2376 | ||
2377 | * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use | |
2378 | it for unwinding the stack. | |
2379 | ||
63100632 RC |
2380 | 2004-05-18 Randolph Chung <[email protected]> |
2381 | ||
2382 | * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE) | |
2383 | Undefine these so we can overide them using gdbarch. | |
2384 | ||
090ccbb7 RC |
2385 | 2004-05-18 Randolph Chung <[email protected]> |
2386 | ||
2387 | * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub | |
2388 | handling for 64-bit HPUX (elf). | |
2389 | ||
594706e6 DJ |
2390 | 2004-05-18 Daniel Jacobowitz <[email protected]> |
2391 | ||
2392 | * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large | |
2393 | constants. | |
2394 | * amd64-tdep.c (amd64_skip_prologue): Likewise. | |
2395 | * ia64-tdep.c (examine_prologue): Likewise. | |
2396 | * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function. | |
2397 | * v850-tdep.c (v850_fix_call_dummy): Likewise. | |
2398 | ||
e5483145 MK |
2399 | 2004-05-18 Mark Kettenis <[email protected]> |
2400 | ||
2401 | * vax-tdep.c (vax_return_value): Implement | |
2402 | RETURN_VALUE_ABI_RETURNS_ADDRESS. | |
2403 | ||
caed1a45 MK |
2404 | 2004-05-17 Mark Kettenis <[email protected]> |
2405 | ||
2406 | * vax-tdep.c (vax_return_value): Fix typo. | |
2407 | ||
3c0b7db2 AC |
2408 | 2004-05-17 Andrew Cagney <[email protected]> |
2409 | ||
5aae53e5 AC |
2410 | * MAINTAINERS: Mark Salter was also responsible for |
2411 | testsuite/config/ | |
2412 | ||
3c0b7db2 AC |
2413 | * NEWS: Mention signal fixes. |
2414 | ||
22b0923d RC |
2415 | 2004-05-17 Randolph Chung <[email protected]> |
2416 | ||
2417 | * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding, | |
2418 | check to see if we are unwinding an export stub. Export stubs clobber | |
2419 | the %rp in the call path and stores the original rp in a stack slot. | |
2420 | ||
22f2b2f3 JB |
2421 | 2004-05-17 Jim Blandy <[email protected]> |
2422 | ||
2423 | * MAINTAINERS: Update address for J.T. Conklin. | |
2424 | ||
cea96d64 RC |
2425 | 2004-05-17 Randolph Chung <[email protected]> |
2426 | ||
2427 | * hppa-tdep.c: Remove superfluous #include's. | |
2428 | * Makefile.in (hppa-tdep.o): Update dependencies. | |
2429 | ||
f08f6a4a RC |
2430 | 2004-05-17 Randolph Chung <[email protected]> |
2431 | ||
2432 | * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol. | |
2433 | (THREAD_INITIAL_FRAME_SYM_LEN): Likewise. | |
2434 | (unwind_command, hppa_alignof, prologue_inst_adjust_sp) | |
2435 | (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries) | |
2436 | (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr): | |
2437 | Remove static function declarations. | |
2438 | ||
51da707a MK |
2439 | 2004-05-17 Mark Kettenis <[email protected]> |
2440 | ||
caed1a45 MK |
2441 | * alphabsd-nat.c: Update copyright year. |
2442 | (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM. | |
2443 | ||
c0c2b0db MK |
2444 | * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM |
2445 | and M68K_A2_REGNUM. | |
2446 | ||
51da707a MK |
2447 | * m68k-tdep.c (m68k_svr4_return_value): Implement |
2448 | RETURN_VALUE_ABI_RETURNS_ADDRESS. | |
2449 | ||
8d027a04 MK |
2450 | 2004-05-16 Mark Kettenis <[email protected]> |
2451 | ||
2452 | * sol-thread.c Update copyright year. Fix various coding | |
2453 | standards violations. Tweak a few comments. | |
2454 | (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread): | |
2455 | Delete prototypes. | |
2456 | ||
0d99fdb9 RC |
2457 | 2004-05-15 Randolph Chung <[email protected]> |
2458 | ||
2459 | * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs | |
2460 | as pointer instead of array reference since HPUX compiler does | |
2461 | not accept unsized array arguments. | |
2462 | * somsolib.c (dld_flags_buffer): Use constant array size. | |
2463 | ||
f7e3843a MK |
2464 | 2004-05-15 Mark Kettenis <[email protected]> |
2465 | ||
0fe85704 MK |
2466 | * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal |
2467 | offset with decimal offset. | |
2468 | (amd64obsd_sigcontext_addr): Return correct address for entire | |
2469 | signal trampoline. | |
2470 | ||
a54f9a00 MK |
2471 | * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address |
2472 | instead of get_frame_base. | |
2473 | ||
feae6502 MK |
2474 | * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply. |
2475 | (fill_gregset): Use regcache_raw_collect. | |
2476 | ||
0382d099 MK |
2477 | * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and |
2478 | ppcobsd-tdep.c. | |
2479 | ||
f7e3843a MK |
2480 | * config/sparc/tm-nbsd64.h: Remove file. |
2481 | * config/tm-sunos.h: Remove file. | |
2482 | ||
773df3e5 JB |
2483 | 2004-05-15 Joel Brobecker <[email protected]> |
2484 | ||
2485 | * rs6000-tdep.c (store_param_on_stack_p): New function, | |
2486 | an improved version of some code extracted from skip_prologue(). | |
2487 | (skip_prologue): Use store_param_on_stack_p() to detect | |
2488 | instructions saving a parameter on the stack. Detect when r0 | |
2489 | is used to save a parameter. | |
2490 | Do not mark "li rx, SIMM" instructions as part of the prologue, | |
2491 | unless the following instruction is also part of the prologue. | |
2492 | ||
95918acb AC |
2493 | 2004-05-14 Andrew Cagney <[email protected]> |
2494 | ||
06f32659 AC |
2495 | * infrun.c (handle_inferior_event): Simplify |
2496 | STEP_OVER_UNDEBUGGABLE. | |
2497 | ||
95918acb AC |
2498 | * infrun.c (handle_step_into_function): Delete function. |
2499 | (handle_inferior_event): Inline calls to | |
2500 | handle_step_into_function. | |
2501 | ||
42203e46 JG |
2502 | 2004-05-14 Jerome Guitton <[email protected]> |
2503 | ||
2504 | * rs6000-nat.c: Fix a comment. | |
2505 | ||
02f60eae JB |
2506 | 2004-05-12 David Anderson <[email protected]> |
2507 | ||
2508 | Committed by Jim Blandy <[email protected]>: | |
2509 | * regcache.c (struct regcache_descr): fix comment spelling. | |
2510 | ||
552e377b JB |
2511 | 2004-05-13 J. Brobecker <[email protected]> |
2512 | ||
2513 | * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/. | |
2514 | Fixes a link link failure. | |
2515 | ||
349766b2 JB |
2516 | 2004-05-13 J. Brobecker <[email protected]> |
2517 | ||
2518 | * aix-thread.c (store_regs_kernel_thread): Fix a little obvious | |
2519 | error that was causing the build to fail. | |
2520 | ||
0d4d5484 JB |
2521 | 2004-05-13 J. Brobecker <[email protected]> |
2522 | ||
2523 | * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy. | |
2524 | * Makefile.in (aix-thread.o): Add dependency on gdb_string.h. | |
2525 | ||
0b30808c AC |
2526 | 2004-05-13 Andrew Cagney <[email protected]> |
2527 | ||
2528 | * infrun.c (handle_inferior_event): Check for | |
2529 | STEP_OVER_UNDEBUGGABLE after signal trampolines and function | |
2530 | calls. Update comments. | |
2531 | ||
cdf2c5f5 JB |
2532 | 2004-05-13 Jim Blandy <[email protected]> |
2533 | ||
063715bf JB |
2534 | * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs) |
2535 | (fetch_regs_user_thread, fetch_regs_kernel_thread) | |
2536 | (store_regs_user_thread, store_regs_kernel_thread): Use | |
2537 | ppc_num_gprs and ppc_num_fprs instead of '32' and '31'. | |
2538 | * ppc-linux-nat.c (fill_gregset): Same. | |
2539 | * ppc-linux-tdep.c (ppc_linux_supply_gregset) | |
2540 | (ppc_linux_sigtramp_cache): Same. | |
2541 | * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg) | |
2542 | (ppcnbsd_sigtramp_cache_init): Same. | |
2543 | * rs6000-nat.c (fetch_core_registers): Same. | |
2544 | * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset) | |
2545 | (rs6000_frame_cache): Same. | |
2546 | ||
cdf2c5f5 JB |
2547 | * aix-thread.c (supply_gprs64, fetch_regs_user_thread) |
2548 | (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead | |
2549 | of assuming that the gprs are numbered starting with zero. | |
2550 | * ppc-linux-nat.c (fill_gregset): Same. | |
2551 | * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same. | |
2552 | * ppcnbsd-nat.c (getregs_supplies): Same. | |
2553 | * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same. | |
2554 | * rs6000-nat.c (fetch_core_registers): Same. | |
2555 | * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same. | |
2556 | ||
450bd37b MS |
2557 | 2004-05-07 Michael Snyder <[email protected]> |
2558 | ||
2559 | * tracepoint.c (scope_info): Add handling for LOC_COMPUTED, | |
2560 | LOC_COMPUTED_ARG, and LOC_INDIRECT. | |
2561 | ||
4a72a2a6 AC |
2562 | 2004-05-13 Andrew Cagney <[email protected]> |
2563 | ||
2564 | * infrun.c (handle_inferior_event): Use frame_unwind_id. | |
2565 | ||
8edfa926 BM |
2566 | 2004-05-13 Bryce McKinlay <[email protected]> |
2567 | ||
2568 | * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust | |
2569 | base_address for shared libraries. | |
2570 | ||
723e0e3d BM |
2571 | 2004-05-13 Bryce McKinlay <[email protected]> |
2572 | ||
2573 | * MAINTAINERS (write after approval): Add myself. | |
2574 | ||
00d4360e UW |
2575 | 2004-05-13 Ulrich Weigand <[email protected]> |
2576 | ||
2577 | * breakpoint.c (bpstat_stop_status): Add new argument | |
2578 | STOPPED_BY_WATCHPOINT. Use it instead of testing | |
2579 | target_stopped_data_address agaist 0 to check whether | |
2580 | or not we stopped due to a hardware watchpoint. | |
2581 | * breakpoint.h (bpstat_stop_status): Adapt prototype. | |
2582 | * infrun.c (handle_inferior_event): Call bpstat_stop_status | |
2583 | with new argument. | |
2584 | ||
ec76baa5 JB |
2585 | 2004-05-12 Jim Blandy <[email protected]> |
2586 | ||
2587 | * configure.in: When checking whether we should use the -bbigtoc | |
2588 | option, don't forget to restore the original value of LDFLAGS. | |
2589 | * configure: Regenerated. | |
2590 | ||
f2c9ca08 AC |
2591 | 2004-05-12 Andrew Cagney <[email protected]> |
2592 | ||
2593 | * thread.c (load_infrun_state): Delete step_sp. | |
2594 | * infrun.c (context_switch): Ditto. | |
2595 | * inferior.h (step_sp): Ditto. | |
2596 | * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto. | |
2597 | * gdbthread.h (struct thread_info, save_infrun_state) | |
2598 | (restore_infrun_state): Ditto. | |
2599 | ||
090ddb2a UW |
2600 | 2004-05-12 Ulrich Weigand <[email protected]> |
2601 | ||
2602 | * MAINTAINERS (write after approval): Add myself. | |
2603 | ||
8aad930b AC |
2604 | 2004-05-12 Andrew Cagney <[email protected]> |
2605 | ||
2606 | * infrun.c (adjust_pc_after_break): Rewrite decr logic, | |
2607 | eliminate reference to step_sp. | |
2608 | (struct execution_control_state, init_execution_control_state) | |
2609 | (handle_inferior_event, keep_going): Delete update_step_sp and | |
2610 | step_sp. | |
2611 | * infcmd.c (step_sp): Note that variable is unused. | |
2612 | ||
922d5ae0 AC |
2613 | 2004-05-11 Andrew Cagney <[email protected]> |
2614 | ||
2615 | * infrun.c (step_over_function): Delete function. | |
2616 | (handle_step_into_function): Use insert_step_resume_breakpoint. | |
2617 | (insert_step_resume_breakpoint): Fix assertion. | |
2618 | ||
017c5ca5 NR |
2619 | 2004-05-11 Nick Roberts <[email protected]> |
2620 | ||
2621 | * utils.c (defaulted_query): Just use the normal query input type | |
2622 | when printing the annotations. | |
2623 | ||
42edda50 AC |
2624 | 2004-05-11 Andrew Cagney <[email protected]> |
2625 | ||
2626 | * infrun.c (handle_inferior_event): Simplify code handling | |
2627 | step-into or return-from a signal trampoline. | |
2628 | ||
d28b44a7 AC |
2629 | 2004-05-11 Andrew Cagney <[email protected]> |
2630 | ||
2631 | * ppcnbsd-tdep.c: Include "gdb_assert.h". | |
2632 | * Makefile.in (ppcnbsd-tdep.o): Update dependencies. | |
2633 | ||
383f0f5b JB |
2634 | 2004-05-10 Jim Blandy <[email protected]> |
2635 | ||
d0b57c3a JB |
2636 | * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code |
2637 | with a call to internal_error. | |
2638 | ||
383f0f5b JB |
2639 | * ppc-tdep.h (struct gdbarch_tdep): Change definition of |
2640 | ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this | |
2641 | processor variant lacks those registers. | |
2642 | (ppc_floating_point_unit_p): Change description to make it clear | |
2643 | that this returns info about the ISA, not the ABI. | |
2644 | * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to | |
2645 | return true or false by checking tdep->ppc_fp0_regnum and | |
2646 | tdep->ppc_fpscr_regnum. The original code replicated the BFD | |
2647 | arch/mach switching done in rs6000_gdbarch_init; it's better to | |
2648 | keep that logic there, and just check the results here. | |
2649 | (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and | |
2650 | tdep->ppc_fpscr_regnum to -1 to indicate that we have no | |
2651 | floating-point registers. | |
2652 | (ppc_supply_fpregset, ppc_collect_fpregset) | |
2653 | (rs6000_push_dummy_call, rs6000_extract_return_value) | |
2654 | (rs6000_store_return_value): Assert that we have floating-point | |
2655 | registers. | |
2656 | (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME. | |
2657 | (rs6000_frame_cache): Don't note the locations at which | |
2658 | floating-point registers were saved if we have no fprs. | |
2659 | * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP | |
2660 | registers. | |
2661 | (fetch_regs_user_thread, fetch_regs_kernel_thread) | |
2662 | (store_regs_user_thread, store_regs_kernel_thread): Only call | |
2663 | supply_fprs / fill_fprs if we actually have floating-point | |
2664 | registers. | |
2665 | (special_register_p): Check ppc_fpscr_regnum before matching | |
2666 | against it. | |
2667 | (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't | |
2668 | supply / collect fpscr if we don't have it. | |
2669 | * ppc-bdm.c: #include "gdb_assert.h". | |
2670 | (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we | |
2671 | have floating-point registers, since I can't test this code on | |
2672 | FP-free systems to adapt it. | |
2673 | * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the | |
2674 | fpscr and floating point register numbers if they don't exist. | |
2675 | (fetch_register): Assert that we have floating-point registers | |
2676 | before we reach the code that handles them. | |
2677 | (store_register): Same. And use tdep instead of calling | |
2678 | gdbarch_tdep again. | |
2679 | (fill_fpregset): Don't try to collect FP registers and fpscr if we | |
2680 | don't have them. | |
2681 | (ppc_linux_sigtramp_cache): Don't record the saved locations of | |
2682 | fprs and fpscr if we don't have them. | |
2683 | (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we | |
2684 | don't have them. | |
2685 | * ppcnbsd-nat.c: #include "gdb_assert.h". | |
2686 | (getfpregs_supplies): Assert that we have floating-point registers. | |
2687 | * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same. | |
2688 | * ppcobsd-tdep.c: #include "gdb_assert.h". | |
2689 | (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we | |
2690 | have floating-point registers. | |
2691 | * rs6000-nat.c (regmap): Don't match against the fpscr and | |
2692 | floating point register numbers if they don't exist. | |
2693 | (fetch_inferior_registers, store_inferior_registers, | |
2694 | fetch_core_registers): Only fetch / store / supply the | |
2695 | floating-point registers and the fpscr if we have them. | |
2696 | * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o) | |
2697 | (ppcobsd-tdep.o): Update dependencies. | |
2698 | ||
15960608 AC |
2699 | 2004-05-10 Andrew Cagney <[email protected]> |
2700 | ||
2701 | * infrun.c (through_sigtramp_breakpoint): Delete variable. | |
2702 | (context_switch): Do not switch through_sigtramp_breakpoint. | |
2703 | * gdbthread.h (save_infrun_state, load_infrun_state) | |
2704 | (struct thread_info): Delete through_sigtramp_breakpoint parameter | |
2705 | and structure member. | |
2706 | * thread.c (load_infrun_state, save_infrun_state): Update. | |
2707 | ||
5ab5aa0f MK |
2708 | 2004-05-10 Mark Kettenis <[email protected]> |
2709 | ||
2710 | * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi. | |
2711 | ||
da78b0e7 DJ |
2712 | 2004-05-10 Maciej W. Rozycki <[email protected]> |
2713 | ||
2714 | * acinclude.m4: Quote macro names being defined by AC_DEFUN | |
2715 | throughout. | |
2716 | * aclocal.m4: Regenerate. | |
2717 | ||
cca0d3b0 NW |
2718 | 2004-05-10 Nathan J. Williams <[email protected]> |
2719 | ||
2720 | * alphanbsd-tdep.c: Fix include of "gdb_string.h". | |
2721 | ||
d303a6c7 AC |
2722 | 2004-05-10 Andrew Cagney <[email protected]> |
2723 | ||
2724 | * infrun.c (check_sigtramp2): Delete function. | |
2725 | (handle_inferior_event): When single stepping, and taking a | |
2726 | signal, set a breakpoint at the signal return address. Delete | |
2727 | redundant calls to check_sigtramp2. | |
2728 | (insert_step_resume_breakpoint): New function. | |
2729 | (through_sigtramp_breakpoint, handle_inferior_event) | |
2730 | (follow_exec, wait_for_inferior, fetch_inferior_event) | |
2731 | (currently_stepping, keep_going): Delete most uses of | |
2732 | through_sigtramp_breakpoint, not that it should be deleted. | |
2733 | (delete_breakpoint_current_contents): Delete function. | |
2734 | ||
03f4cc20 RC |
2735 | 2004-05-10 Randolph Chung <[email protected]> |
2736 | ||
2737 | * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux | |
2738 | target. | |
2739 | * config/pa/tm-linux.h: New file. | |
2740 | ||
37fc812e DJ |
2741 | 2004-05-10 Daniel Jacobowitz <[email protected]> |
2742 | ||
2743 | * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle | |
2744 | of prefixes. Don't print the prefix twice in the CLI. | |
2745 | ||
26c0b942 JB |
2746 | 2004-05-10 Jim Blandy <[email protected]> |
2747 | ||
2e56e9c1 JB |
2748 | * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do |
2749 | collect all the gprs. | |
2750 | ||
26c0b942 JB |
2751 | * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in |
2752 | loop collecting gprs. | |
2753 | ||
dc497459 AC |
2754 | 2004-05-09 Andrew Cagney <[email protected]> |
2755 | ||
2756 | * remote-vx.c (net_step): Delete step-range code. | |
2757 | * remote.c (remote_resume, init_all_packet_configs) | |
2758 | (set_remote_protocol_E_packet_cmd) | |
2759 | (show_remote_protocol_E_packet_cmd) | |
2760 | (remote_protocol_E, show_remote_cmd, _initialize_remote) | |
2761 | (remote_protocol_e, set_remote_protocol_e_packet_cmd) | |
2762 | (show_remote_protocol_e_packet_cmd): Ditto. | |
2763 | ||
0543f387 MK |
2764 | 2004-05-09 Mark Kettenis <[email protected]> |
2765 | ||
c481d1ca MK |
2766 | * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM. |
2767 | ||
f626a069 MK |
2768 | * hppa-tdep.h: Update copyright year. |
2769 | (struct trad_frame_saved_reg): Add opaque declaration. | |
2770 | ||
6fa57a7d MK |
2771 | * amd64-tdep.c (amd64_return_value): Implement |
2772 | RETURN_VALUE_ABI_RETURNS_ADDRESS. | |
2773 | ||
e47577ab MK |
2774 | * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value) |
2775 | (m68k_value_to_register): New functions. | |
2776 | (m68k_gdbarch_init): Set convert_register_p, register_to_value and | |
2777 | value_to_register. | |
2778 | ||
31db7b6c MK |
2779 | * defs.h (enum return_value_convention): Add |
2780 | RETURN_VALUE_ABI_RETURNS_ADDRESS and | |
2781 | RETURN_VALUE_ABI_PRESERVES_ADDRESS. | |
2782 | * infcmd.c (legacy_return_value): New function. | |
2783 | (print_return_value): Rwerite to implement | |
2784 | RETURN_VALUE_ABI_RETURNS_ADDRESS. | |
2785 | * values.c (using_struct_return): Check for inequality to | |
2786 | RETURN_VALUE_REGISTER_CONVENTION instead of equality to | |
2787 | RETURN_VALUE_STRUCT_CONVENTION. | |
2788 | * i386-tdep.c (i386_return_value): Implement | |
2789 | RETURN_VALUE_ABI_RETURNS_ADDRESS. | |
2790 | ||
0543f387 MK |
2791 | * vax-tdep.c: Tweak comments. Reorder include files. Don't |
2792 | include "symtab.h", "opcode/vax.h" and "inferior.h". | |
2793 | (vax_skip_prologue): Replace calls to read_memory_integer by calls | |
2794 | to read_memory_unsigned_integer. | |
2795 | (vax_gdbarch_init): Reorder. | |
2796 | (_initialize_vax_tdep): Spell out prototype. | |
2797 | * Makefile.in (vax-tdep.o): Update dependencies. | |
2798 | ||
0c93b7b6 AC |
2799 | 2004-05-08 Andrew Cagney <[email protected]> |
2800 | ||
e6b55ae2 AC |
2801 | * infrun.c (resume): Delete call to DO_DEFERRED_STORES. |
2802 | * target.c (target_detach, target_disconnect): Ditto. | |
2803 | ||
1ac839b8 AC |
2804 | * infcall.c (call_function_by_hand): When no |
2805 | DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos. | |
2806 | * rs6000-tdep.c (rs6000_gdbarch_init): Do not set | |
2807 | DEPRECATED_SAVE_DUMMY_FRAME_TOS. | |
2808 | * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. | |
2809 | * mcore-tdep.c (mcore_gdbarch_init): Ditto. | |
2810 | ||
28954179 AC |
2811 | * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete. |
2812 | * gdbarch.h, gdbarch.c: Re-generate. | |
2813 | * ns32k-tdep.c (ns32k_gdbarch_init): Do not set | |
2814 | deprecated_fix_call_dummy. | |
2815 | * v850-tdep.c (v850_gdbarch_init): Ditto. | |
2816 | * infcall.c (call_function_by_hand): Do not call | |
2817 | DEPRECATED_FIX_CALL_DUMMY. | |
2818 | ||
434b87dd AC |
2819 | * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS) |
2820 | (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete. | |
2821 | * gdbarch.h, gdbarch.c: Re-generate. | |
2822 | * arm-linux-tdep.c (arm_linux_call_dummy_words) | |
2823 | (arm_linux_init_abi): Do not set deprecated_call_dummy_words or | |
2824 | deprecated_sizeof_call_dummy_words. | |
2825 | * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto. | |
2826 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto. | |
2827 | * v850-tdep.c (v850_gdbarch_init): Ditto. | |
2828 | * sh64-tdep.c (sh64_gdbarch_init): Ditto. | |
2829 | * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto. | |
2830 | * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. | |
2831 | * mcore-tdep.c (mcore_gdbarch_init): Ditto. | |
2832 | * arch-utils.h (legacy_call_dummy_words) | |
2833 | (legacy_sizeof_call_dummy_words): Delete declarations. | |
2834 | * arch-utils.c (legacy_call_dummy_words) | |
2835 | (legacy_sizeof_call_dummy_words): Delete variables. | |
2836 | ||
58d28df8 AC |
2837 | * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete. |
2838 | * gdbarch.h, gdbarch.c: Re-generate. | |
2839 | * inferior.h (PUSH_DUMMY_FRAME): Delete macro. | |
2840 | * infcall.c (call_function_by_hand): Eliminate call to | |
2841 | DEPRECATED_PUSH_DUMMY_FRAME. | |
2842 | * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated | |
2843 | push_dummy_frame. | |
2844 | (ns32k_push_dummy_frame): Delete function. | |
2845 | ||
e4a2df64 AC |
2846 | * ns32k-tdep.c (ns32k_gdbarch_init): Do not set |
2847 | deprecated_call_dummy_breakpoint_offset or | |
2848 | deprecated_call_dummy_start_offset. | |
2849 | * dummy-frame.c, arm-tdep.c: Update comments. | |
2850 | * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET) | |
2851 | (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete. | |
2852 | * gdbarch.h, gdbarch.c: Re-generate. | |
2853 | ||
d3712828 AC |
2854 | * infcall.c (legacy_push_dummy_code): Delete function. |
2855 | (push_dummy_code): Delete call. | |
2856 | ||
7a882905 AC |
2857 | * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete. |
2858 | * gdbarch.h, gdbarch.c: Re-generate. | |
2859 | * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating | |
2860 | DEPRECATED_USE_GENERIC_DUMMY_FRAMES. | |
2861 | * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto. | |
2862 | * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto. | |
2863 | ||
0ec5872b AC |
2864 | * breakpoint.h (deprecated_frame_in_dummy): Delete declaration. |
2865 | (struct frame_info): Delete opaque declaration. | |
2866 | * breakpoint.c (deprecated_frame_in_dummy): Delete function. | |
2867 | * frame.c (get_frame_type): Delete call. | |
2868 | ||
0c93b7b6 AC |
2869 | * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated |
2870 | pc_in_call_dummy. | |
2871 | * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete. | |
2872 | * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete. | |
2873 | ||
75536971 MK |
2874 | 2004-05-08 Mark Kettenis <[email protected]> |
2875 | ||
527ca6bb MK |
2876 | * alphanbsd-tdep.c: Include "gdb_string.h". |
2877 | * armnbsd-tdep.c: Update copyright year. | |
2878 | Include "gdb_string.h". | |
2879 | * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update | |
2880 | dependencies. | |
2881 | ||
d39fdc61 MK |
2882 | * delta68-nat.c: Remove file. |
2883 | * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address) | |
2884 | (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions. | |
2885 | * Makefile.in (ALLDEPFILES): Remove delta68-nat.c. | |
2886 | (delta68-nat.o): Remove dependency. | |
2887 | ||
75536971 MK |
2888 | * m68k-tdep.c (m68k_frameless_function_invocation): Remove |
2889 | function. | |
2890 | (m68k_gdbarch_init): Don't set | |
2891 | deprecated_frameless_function_invocation. | |
2892 | ||
f4ca1d1f RC |
2893 | 2004-05-07 Randolph Chung <[email protected]> |
2894 | ||
2895 | * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use | |
2896 | read_memory_nobpt for code reading when doing frame unwinding. | |
2897 | * hppa-linux-tdep.c (insns_match_pattern): Likewise. | |
2898 | ||
2f0e8c7a RC |
2899 | 2004-05-07 Randolph Chung <[email protected]> |
2900 | ||
2901 | * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc | |
2902 | instead of sp, handle sigaltstack case. | |
2903 | (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to | |
2904 | hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the | |
2905 | signal handler and not that of the caller. | |
2906 | (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to | |
2907 | hppa_linux_sigtramp_find_sigcontext. | |
2908 | ||
959464ff RC |
2909 | 2004-05-07 Randolph Chung <[email protected]> |
2910 | ||
2911 | * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and | |
2912 | hppa-linux-nat.c. | |
2913 | (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules. | |
2914 | * hppa-linux-nat.c (fetch_register, store_register): Define. | |
2915 | (fetch_inferior_registers, store_inferior_registers): Define. | |
2916 | (supply_gregset): Add comment and clean up some unneeded code. | |
2917 | (fill_gregset): Add comment and fix so that it saves registers in | |
2918 | the right place in the gregset. | |
2919 | (fill_fpregset): Fix buffer overrun problem. | |
2920 | * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define. | |
2921 | ||
0da28f8a RC |
2922 | 2004-05-07 Randolph Chung <[email protected]> |
2923 | ||
2924 | * hppa-tdep.c (hppa_frame_prev_register_helper): New function to | |
2925 | do common handling of the pcoqt register. | |
2926 | (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert | |
2927 | to use helper function. | |
2928 | (hppa_frame_unwind_sniffer): Only use if unwind entry is present. | |
2929 | (hppa_fallback_frame_cache, hppa_fallback_frame_this_id) | |
2930 | (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New | |
2931 | generic fallback unwinder when all else fails. | |
2932 | (hppa_gdbarch_init): Add fallback sniffer. | |
2933 | * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype. | |
2934 | * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert | |
2935 | to use helper function. | |
2936 | ||
b9ec757a JB |
2937 | 2004-05-08 Joel Brobecker <[email protected]> |
2938 | ||
2939 | * config/djgpp/fnchange.lst: Add translation rules for | |
2940 | gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp. | |
2941 | ||
756e95f1 MK |
2942 | 2004-05-08 Mark Kettenis <[email protected]> |
2943 | ||
2944 | * frame.c (get_prev_frame_1): Work around GCC bug. | |
2945 | * frame.h: Add comment about GCC bug. | |
2946 | ||
2b4855ab AC |
2947 | 2004-05-07 Andrew Cagney <[email protected]> |
2948 | ||
2949 | * observer.c: Include "commands.h" and "gdbcmd.h". | |
2950 | (observer_debug, _initialize_observer): Add the | |
2951 | command "set/show debug observer". | |
2952 | * observer.sh: When observer debugging, log notify calls. | |
2953 | * Makefile.in (observer.o): Update dependencies. | |
2954 | ||
ba3e8e46 JM |
2955 | 2004-05-07 Jason Molenda ([email protected]) |
2956 | ||
2957 | * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos. | |
2958 | ||
16796152 JB |
2959 | 2004-05-07 Jim Blandy <[email protected]> |
2960 | ||
daf6dc85 JB |
2961 | * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64, |
2962 | fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum | |
2963 | to recognize gpr regnums, instead of assuming that | |
2964 | tdep->ppc_fp0_regnum marks the end of the general-purpose | |
2965 | registers. | |
2966 | ||
16796152 JB |
2967 | * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that |
2968 | the given architecture has floating-point registers. | |
2969 | ||
c69b8bfc AC |
2970 | 2004-05-07 Andrew Cagney <[email protected]> |
2971 | ||
2972 | * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with | |
2973 | macro defined to 1. | |
2974 | * gdbarch.h, gdbarch.c: Re-generate. | |
2975 | * ns32k-tdep.c (ns32k_gdbarch_init): Do not set | |
2976 | deprecated_use_generic_dummy_frames. | |
2977 | ||
7243600a BF |
2978 | 2004-05-07 Brian Ford <[email protected]> |
2979 | ||
2980 | * NEWS: Mention Cygwin DWARF 2 support. | |
2981 | ||
73c1e0a1 AC |
2982 | 2004-05-07 Andrew Cagney <[email protected]> |
2983 | ||
2984 | * objfiles.h (struct entry_info): Delete unused fields | |
2985 | deprecated_entry_file_lowpc and deprecated_entry_file_highpc. | |
2986 | * objfiles.c (init_entry_point_info, objfile_relocate): Update. | |
2987 | * mipsread.c (mipscoff_symfile_read): Update. | |
2988 | * mdebugread.c (parse_partial_symbols): Update. | |
2989 | * dwarfread.c (read_file_scope): Update. | |
2990 | * dwarf2read.c (read_file_scope): Update. | |
2991 | * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update. | |
2992 | * coffread.c (complete_symtab): Update. | |
2993 | ||
1d3056ac MK |
2994 | 2004-05-07 Mark Kettenis <[email protected]> |
2995 | ||
2996 | * infcall.c (_initialize_infcall): Fix typo. | |
2997 | ||
15170568 AC |
2998 | 2004-05-07 Andrew Cagney <[email protected]> |
2999 | ||
3000 | * cli/cli-decode.c (add_setshow_zinteger_cmd): New function. | |
3001 | * command.h (add_setshow_zinteger_cmd): Declare. | |
3002 | ||
34f75cc1 RC |
3003 | 2004-05-06 Randolph Chung <[email protected]> |
3004 | ||
3005 | * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM) | |
3006 | (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM) | |
3007 | (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM) | |
3008 | (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM) | |
3009 | (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM) | |
3010 | (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM) | |
3011 | (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM | |
3012 | definitions ... | |
3013 | * hppa-tdep.h: ... to here, with HPPA_ prefix. | |
3014 | * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h) | |
3015 | * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig) | |
3016 | (hppa64_hpux_frame_find_saved_regs_in_sig) | |
3017 | (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage. | |
3018 | * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise. | |
3019 | * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum) | |
3020 | (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache) | |
3021 | (hppa_linux_sigtramp_frame_prev_register): Likewise. | |
3022 | * hppa-tdep.c (hppa32_return_value, hppa64_return_value) | |
3023 | (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align) | |
3024 | (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache) | |
3025 | (hppa_frame_prev_register, hppa_stub_frame_unwind_cache) | |
3026 | (hppa_stub_frame_prev_register, hppa_unwind_dummy_id) | |
3027 | (hppa_skip_permanent_breakpoint, hppa_instruction_nullified) | |
3028 | (hppa32_register_type, hppa_cannot_store_register) | |
3029 | (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise. | |
3030 | * hppah-nat.c (store_inferior_registers, fetch_register): Likewise. | |
3031 | * hpread.c (hpread_process_one_debug_symbol): Likewise. | |
3032 | * pa64solib.c (pa64_solib_have_load_event) | |
3033 | (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname) | |
3034 | (pa64_solib_unloaded_library_pathname): Likewise. | |
3035 | * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event) | |
3036 | (som_solib_library_pathname): Likewise. | |
3037 | ||
0a5e7efe JI |
3038 | 2004-05-05 Jim Ingham <[email protected]> |
3039 | ||
3040 | * breakpoint.c (create_breakpoints): Copy the ignore count and | |
3041 | thread id over from the pended breakpoint to the actual | |
3042 | breakpoint. | |
3043 | ||
10a4b113 AC |
3044 | 2004-05-05 Andrew Cagney <[email protected]> |
3045 | ||
3046 | * gdbarch.sh (PARM_BOUNDARY): Delete. | |
3047 | gdbarch.h, gdbarch.c: Re-generate. | |
3048 | * valops.c (PARM_BOUNDARY): Delete macro. | |
3049 | (value_push): Delete PARM_BOUNDARY code. | |
3050 | * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary. | |
3051 | ||
366f009f JB |
3052 | 2004-05-04 Jim Blandy <[email protected]> |
3053 | ||
32b99774 JB |
3054 | * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers): |
3055 | Don't assume that the gprs, fprs, and UISA sprs are | |
3056 | contiguous, start at register number zero, and end with fpscr. | |
3057 | Instead, use the numbers from the tdep structure. | |
3058 | ||
366f009f JB |
3059 | * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this |
3060 | should no longer be used in code specific to the RS6000 and its | |
3061 | derivatives. | |
3062 | * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member. | |
3063 | * rs6000-tdep.c (rs6000_gdbarch_init): Initialize | |
3064 | tdep->ppc_fp0_regnum. | |
3065 | (ppc_supply_fpregset, ppc_collect_fpregset) | |
3066 | (rs6000_push_dummy_call, rs6000_extract_return_value) | |
3067 | (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value) | |
3068 | (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of | |
3069 | FP0_REGNUM. | |
3070 | * aix-thread.c (supply_fprs, fetch_regs_kernel_thread) | |
3071 | (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread): | |
3072 | Same. | |
3073 | * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers, | |
3074 | bdm_ppc_store_registers): Same. | |
3075 | * ppc-linux-nat.c (ppc_register_u_addr, fetch_register) | |
3076 | (store_register, fill_fpregset): Same. | |
3077 | * ppc-linux-tdep.c (ppc_linux_sigtramp_cache) | |
3078 | (ppc_linux_supply_fpregset): Same. | |
3079 | * ppcnbsd-nat.c (getfpregs_supplies): Same. | |
3080 | * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): | |
3081 | Same. | |
3082 | * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call, | |
3083 | do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call, | |
3084 | ppc64_sysv_abi_return_value): Same. | |
3085 | * rs6000-nat.c (regmap, fetch_inferior_registers) | |
3086 | (store_inferior_registers, fetch_core_registers): Same. | |
3087 | ||
827f338d MK |
3088 | 2004-05-01 Mark Kettenis <[email protected]> |
3089 | ||
3090 | * m68knbsd-nat.c: Remove file. | |
3091 | * m68knbsd-tdep.c: Remove file. | |
3092 | * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove | |
3093 | dependencies. | |
3094 | * configure.host: Add m68k-*-netbsdelf*. | |
3095 | * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd. | |
3096 | * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o, | |
3097 | solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o. | |
3098 | (XM_FILE): Remove. | |
3099 | * config/m68k/nbsdelf.mh: New file. | |
3100 | * config/m68k/nbsd.mt: New file. | |
3101 | * config/m68k/nbsdaout.mt: Remove file. | |
3102 | * config/m68k/tm-nbsd.h: Don't include <sys/param.h>, | |
3103 | <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h". | |
3104 | (BPT_VECTOR, STACK_END_ADDR): Remove defines. | |
3105 | (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise. | |
3106 | (use_struct_convention): Remove prototype. | |
3107 | (USE_STRUCT_CONVENTION): Remove define. | |
3108 | * config/m68k/xm-nbsd.h: Remove file. | |
3109 | ||
66894781 MS |
3110 | 2004-05-04 Michael Snyder <[email protected]> |
3111 | ||
3112 | * m68k-tdep.c (m68k_gdbarch_init): Default to using | |
3113 | reg_struct_return method (as gcc usually does for cross targets). | |
3114 | ||
f0f63663 AC |
3115 | 2004-05-04 Ulrich Weigand <[email protected]> |
3116 | ||
3117 | Committed by Andrew Cagney. | |
3118 | * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for | |
3119 | alignment padding when accessing ucontext struct members. | |
3120 | ||
edf61169 JB |
3121 | 2004-05-04 Jim Blandy <[email protected]> |
3122 | ||
8bf659e8 JB |
3123 | * config/ppc-tdep.h (struct gdbarch_tdep): Delete |
3124 | 'ppc_gplast_regnum' member. | |
3125 | (ppc_num_gprs): New enum constant. | |
3126 | * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum | |
3127 | and ppc_num_gprs instead of tdep->ppc_gplast_regnum. | |
3128 | * rs6000-nat.c (regmap, fetch_inferior_registers, | |
3129 | store_inferior_registers): Same. | |
3130 | * rs6000-tdep.c (e500_pseudo_register_read) | |
3131 | (e500_pseudo_register_write): Same. | |
3132 | (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum. | |
3133 | ||
b967e06f JB |
3134 | * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition. |
3135 | * ppc-tdep.h (ppc_num_fprs): New enum constant. | |
3136 | * aix-thread.c (fetch_regs_kernel_thread, fill_fprs, | |
3137 | store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not | |
3138 | FPLAST_REGNUM. | |
3139 | * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers): | |
3140 | Same. | |
3141 | * ppc-linux-nat.c (ppc_register_u_addr): Same. | |
3142 | * rs6000-nat.c (regmap, fetch_inferior_registers) | |
3143 | (store_inferior_registers): Same. | |
3144 | ||
edf61169 JB |
3145 | * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno |
3146 | with FPLAST_REGNUM. | |
3147 | ||
58a9656e JB |
3148 | 2004-05-03 Joel Brobecker <[email protected]> |
3149 | ||
3150 | * dwarf2read.c (dwarf2_create_include_psymtab): Fix build | |
3151 | failure detected by recent versions of GCC. | |
3152 | (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro | |
3153 | to be consistent with the usage in dwarf2_create_include_psymtab. | |
3154 | ||
dc305454 MS |
3155 | 2004-05-03 Michael Snyder <[email protected]> |
3156 | ||
3157 | * mips-tdep.c (mips_gdbarch_init): Fix typo in comment. | |
3158 | (heuristic_proc_start): Whitespace cleanup. | |
3159 | ||
29972665 MK |
3160 | 2004-05-04 Mark Kettenis <[email protected]> |
3161 | ||
6b57680d MK |
3162 | * sun3-nat.c: Remove file. |
3163 | * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove | |
3164 | dependencies. | |
3165 | (ALLDEPFILES): Remove sun3-nat.c. | |
3166 | (sun3-nat.o): Remove dependencies. | |
3167 | ||
29972665 MK |
3168 | * i386-interix-nat.c, i386-interix-tdep.c, |
3169 | config/i386/nm-interix.h, config/i386/interix.mh, | |
3170 | config/i386/interix.mt: Remove files. | |
3171 | * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove | |
3172 | dependencies. | |
3173 | ||
f595cb19 MK |
3174 | 2004-05-03 Mark Kettenis <[email protected]> |
3175 | ||
3176 | * m68k-tdep.h (struct gdbarch_tdep): Add member | |
3177 | struct_value_regnum. | |
3178 | (m68k_svr4_init_abi): New prototype. | |
3179 | * m68k-tdep.c: Include "floatformat.h". Add comment about all the | |
3180 | different calling conventions. | |
3181 | (m68k_extract_return_value): Remove code dealing with single-field | |
3182 | structs. | |
3183 | (m68k_store_return_value): Remove code dealing with single-field | |
3184 | structs. Correctly store return values of 5, 6, 7 or 8 bytes. | |
3185 | (m68k_extract_struct_value_address): Remove function. | |
3186 | (m68k_svr4_extract_return_value,m68k_svr4_store_return_value) | |
3187 | (m68k_reg_struct_return_p, m68k_return_value) | |
3188 | (m68k_svr4_return_value): New functions. | |
3189 | (m68k_use_struct_convention): Remove function. | |
3190 | (m68k_push_dummy_call): Use new struct_value_regnum member of | |
3191 | `struct gdbarch_tdep' instead of hardcoded register number to | |
3192 | store STRUCT_ADDR. | |
3193 | (m68k_svr4_init_abi): New function. | |
3194 | (m68k_gdbarch_init): Don't set extract_return_value, | |
3195 | store_return_values, deprecated_extract_struct_value_address and | |
3196 | use_struct_convention. Set return_value instead. Initialize new | |
3197 | struct_value_regnum member of `struct gdbarch_tdep'. | |
3198 | * m68klinux-tdep.c: Update copyright year. | |
3199 | (m68k_linux_extract_return_value, m68k_linux_store_return_value) | |
3200 | (m68k_linux_extract_struct_value_address): Remove function. | |
3201 | (m68k_linux_init_abi): Don't set extract_return_value, | |
3202 | store_return_values, deprecated_extract_struct_value_address and | |
3203 | use_struct_convention. Call m68k_svr4_init_abi but override the | |
3204 | new struct_value_regnum member of `struct gdbarch_tdep'. | |
3205 | * Makefile.in (m68k-tdep.o): Update dependencies. | |
3206 | ||
aaa75496 JB |
3207 | 2004-05-03 J. Brobecker <[email protected]> |
3208 | ||
3209 | * dwarf2read.c (line_header): Add new included_p field in | |
3210 | field file_names. | |
3211 | (partial_die_info): New field has_stmt_list. New field line_offset. | |
3212 | (dwarf2_create_include_psymtab): New function. | |
3213 | (dwarf2_build_include_psymtabs): New function. | |
3214 | (add_file_name): Add forward declaration. Initialize new field. | |
3215 | (dwarf_decode_lines): Add new parameter. Enhance this procedure | |
3216 | to be able to determine the list of files included by the | |
3217 | given unit, and build their associated psymtabs. | |
3218 | (dwarf2_build_psymtabs_hard): Build the psymtabs for the included | |
3219 | files as well. | |
3220 | (psymtab_to_symtab_1): Build the symtabs of all dependencies as well. | |
3221 | (read_file_scope): Update call to dwarf_decode_lines. | |
3222 | (read_partial_die): Handle DW_AT_stmt_list attributes. | |
3223 | ||
c848556f MC |
3224 | 2004-05-02 Michael Chastain <[email protected]> |
3225 | ||
3226 | Unfix PR gdb/1626. | |
3227 | * configure.in: Revert special case for osf5.*. | |
3228 | * configure: Regenerate. | |
3229 | ||
eb4556d7 JB |
3230 | 2004-05-02 Jim Blandy <[email protected]> |
3231 | ||
3232 | Move the symbol-file-from-memory functions into their own file. | |
3233 | * symfile-mem.c, symfile-mem.h: New files. | |
3234 | * symfile.c (symbol_file_add_from_bfd): New function. | |
3235 | (symbol_file_add): Call symbol_file_add_from_bfd. | |
3236 | (symbol_file_add_from_memory, add_symbol_file_from_memory_command): | |
3237 | Moved to symfile-mem.c. | |
3238 | (_initialize_symfile): Move definition of | |
3239 | add-symbol-file-from-memory command to symfile-mem.c. | |
3240 | * symfile.h (symbol_file_add_from_bfd): New declaration. | |
3241 | * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o. | |
3242 | * config/powerpc/linux.mt (TDEPFILES): Same. | |
3243 | * Makefile.in (SFILES): Add symfile-mem.c. | |
3244 | (symfile_mem_h): New variable. | |
3245 | (HFILES_NO_SRCDIR): Add symfile-mem.h. | |
3246 | (symfile-mem.o): New rule. | |
3247 | ||
80bb239e AC |
3248 | 2004-05-01 Andrew Cagney <[email protected]> |
3249 | ||
7789d0fa AC |
3250 | * breakpoint.c (insert_bp_location): Use get_frame_id, and |
3251 | frame_find_by_id instead of frame_relative_level. | |
3252 | (do_enable_breakpoint): Ditto. | |
3253 | * thread.c: Update copyright. | |
3254 | (info_threads_command): Ditto, simplify. | |
3255 | ||
80bb239e AC |
3256 | * frame.c (deprecated_generic_get_saved_register): Delete |
3257 | function, moved to "xstormy16-tdep.c". | |
3258 | * xstormy16-tdep.c (xstormy16_get_saved_register): Inline | |
3259 | deprecated_generic_get_saved_register from "frame.c". | |
3260 | (xstormy16_frame_saved_register): Call | |
3261 | xstormy16_get_saved_register. | |
3262 | * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make | |
3263 | static. | |
3264 | * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete. | |
3265 | * frame.h (deprecated_generic_get_saved_register): Delete. | |
3266 | ||
b2a871dd MC |
3267 | 2004-05-01 Michael Chastain <[email protected]> |
3268 | ||
3269 | * dwarfread.c: Update documentation on the state of dwarf-1. | |
3270 | ||
0e100dab AC |
3271 | 2004-05-01 Andrew Cagney <[email protected]> |
3272 | ||
acd8056e AC |
3273 | * stack.c (select_frame_command): Delete call to |
3274 | frame_relative_level. | |
3275 | (print_frame, set_backtrace_limit_command, backtrace_limit_info): | |
3276 | Delete #if0 code. | |
3277 | (frame_info): Do not print FRAMELESS. | |
3278 | (print_block_frame_labels): Replace DEPRECATED_STREQ. | |
3279 | (catch_info): Delete #if0 code. | |
3280 | ||
0e100dab AC |
3281 | * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME. |
3282 | * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead | |
3283 | of frame_relative_level. | |
3284 | * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type | |
3285 | to SENTINEL_FRAME. | |
3286 | * frame.h (enum frame_type): Add SENTINEL_FRAME. | |
3287 | * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to | |
3288 | frame_relative_level. | |
3289 | ||
55699d59 AC |
3290 | * frame.h (deprecated_set_frame_type): Delete declaration. |
3291 | * frame.c (deprecated_set_frame_type): Delete function, update | |
3292 | comments. | |
3293 | ||
fcf70625 AC |
3294 | * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete. |
3295 | * gdbarch.h, gdbarch.c: Re-generate. | |
3296 | * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp. | |
3297 | (shnbsd_pc_in_sigtramp): Delete. | |
3298 | * i386-interix-tdep.c (i386_interix_init_abi): Do not set | |
3299 | pc_in_sigtramp. | |
3300 | * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set | |
3301 | pc_in_sigtramp. | |
3302 | * frame.h: Update comments. | |
3303 | * ppc-linux-tdep.c: Update comments. | |
3304 | * breakpoint.c (bpstat_what): Update comments. | |
3305 | ||
ac5eccb7 AC |
3306 | * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix |
3307 | m68klinux-tdep.o's dependencies, were previously added to | |
3308 | m68klinux-nat.o. | |
3309 | ||
f2524b93 AC |
3310 | * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp. |
3311 | * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp. | |
3312 | * alphafbsd-tdep.c (alphafbsd_init_abi): Update. | |
3313 | * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update. | |
3314 | * alpha-linux-tdep.c (alpha_linux_init_abi): Update. | |
3315 | ||
17e20bce AC |
3316 | * Makefile.in (m68klinux-nat.o): Update dependencies. |
3317 | * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h". | |
3318 | (m68k_linux_sigtramp_frame_cache) | |
3319 | (m68k_linux_sigtramp_frame_this_id) | |
3320 | (m68k_linux_sigtramp_frame_prev_register) | |
3321 | (m68k_linux_sigtramp_frame_unwind) | |
3322 | (m68k_linux_sigtramp_frame_sniffer) | |
3323 | (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from | |
3324 | m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable | |
3325 | names, use trad-frame.h. | |
3326 | * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info. | |
3327 | (struct m68k_sigtramp_info): Delete. | |
3328 | * m68k-tdep.c (m68k_sigtramp_frame_cache) | |
3329 | (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register) | |
3330 | (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer) | |
3331 | (m68k_gdbarch_init): Delete all the sigtramp code, moved to | |
3332 | "m68klinux-tdep.c". | |
3333 | ||
c8864fa2 AC |
3334 | * infrun.c (check_sigtramp2): Delete check for |
3335 | DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN. | |
3336 | ||
511dd2cd MK |
3337 | 2004-05-01 Mark Kettenis <[email protected]> |
3338 | ||
3339 | * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype. | |
3340 | ||
8c6b0e06 AC |
3341 | 2004-05-01 Andrew Cagney <[email protected]> |
3342 | ||
9df0bb3f AC |
3343 | * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h". |
3344 | (frv_linux_sigtramp_frame_cache) | |
3345 | (frv_linux_sigtramp_frame_this_id) | |
3346 | (frv_linux_sigtramp_frame_prev_register) | |
3347 | (frv_linux_sigtramp_frame_unwind) | |
3348 | (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c, | |
3349 | include "linux" in function and variable names, directly call | |
3350 | frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use | |
3351 | the latest trad-frame code. | |
3352 | (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do | |
3353 | not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp | |
3354 | * Makefile.in (frv-linux-tdep.o): Update dependencies. | |
3355 | * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration. | |
3356 | * frv-tdep.c (frv_sigtramp_frame_cache) | |
3357 | (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register) | |
3358 | (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to | |
3359 | frv-linux-tdep.c. | |
3360 | (frv_gdbarch_init): Do not append a sigtramp sniffer. | |
3361 | (struct gdbarch_tdep): Delete sigcontext_reg_addr. | |
3362 | (frv_set_sigcontext_reg_addr): Delete function. | |
3363 | ||
8c6b0e06 AC |
3364 | * gdbarch.sh (DEPRECATED_SIGTRAMP_START) |
3365 | (DEPRECATED_SIGTRAMP_END): Delete. | |
3366 | * gdbarch.h, gdbarch.c: Re-generate. | |
3367 | * arch-utils.c (legacy_pc_in_sigtramp): Simplify. | |
3368 | * config/vax/tm-vaxbsd.h: Update copyright. | |
3369 | (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete. | |
3370 | (DEPRECATED_IN_SIGTRAMP): Define. | |
3371 | * config/m68k/tm-nbsd.h: Update copyright. | |
3372 | (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete. | |
3373 | (DEPRECATED_IN_SIGTRAMP): Define. | |
3374 | ||
50ea7769 MK |
3375 | 2004-05-01 Mark Kettenis <[email protected]> |
3376 | ||
03ac2a74 MK |
3377 | * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel |
3378 | encondings. Fixes PR gdb/1628. | |
3379 | ||
50ea7769 MK |
3380 | * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a |
3381 | DW_CFA_restore state without a matching DW_CFA_remember_state | |
3382 | instead of aborting. Fixes PR backtrace/1589. | |
3383 | ||
9a5d7be1 JB |
3384 | 2004-04-30 Joel Brobecker <[email protected]> |
3385 | ||
3386 | * MAINTAINERS: Add self as AIX maintainer. | |
3387 | Update my e-mail address in write-after-approval section. | |
3388 | ||
2593d1cd AC |
3389 | 2004-04-30 Andrew Cagney <[email protected]> |
3390 | ||
ce12bbf9 AC |
3391 | * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP. |
3392 | (legacy_get_prev_frame): Ditto. | |
3393 | ||
36710c63 AC |
3394 | * mips-tdep.c (mips_pc_in_sigtramp): Delete. |
3395 | (mips_gdbarch_init): Do not set pc_in_sigtramp. | |
3396 | * mipsread.c (sigtramp_address): Delete extern variable. | |
3397 | (mipscoff_new_init): Delete reference. | |
3398 | * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables. | |
3399 | (fixup_sigtramp): Delete function. | |
3400 | * config/mips/tm-mips.h (sigtramp_address, sigtramp_end) | |
3401 | (fixup_sigtramp): Delete declarations. | |
3402 | ||
2593d1cd AC |
3403 | * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set |
3404 | deprecated_pc_in_sigtramp. | |
3405 | (ppcnbsd_pc_in_sigtramp): Delete function. | |
3406 | ||
2a25f91c MK |
3407 | 2004-05-01 Mark Kettenis <[email protected]> |
3408 | ||
3409 | * config/m68k/nm-nbsd.h: Tweak comments. | |
3410 | * config/m68k/nm-nbsdaout.h: Likewise. | |
3411 | ||
0b281939 AC |
3412 | 2004-04-30 Andrew Cagney <[email protected]> |
3413 | ||
3414 | * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call | |
3415 | legacy_pc_in_sigtramp. | |
3416 | * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto. | |
3417 | ||
8f2d3ea0 MK |
3418 | 2004-05-01 Mark Kettenis <[email protected]> |
3419 | ||
3420 | Add OpenBSD/m68k support. | |
3421 | * NEWS (New native configurations): Mention OpenBSD/m68k. | |
3422 | * m68kbsd-tdep.c: New file. | |
3423 | * m68kbsd-nat.c: New file. | |
3424 | * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c. | |
3425 | (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies. | |
3426 | * configure.host: Add m68k-*-openbsd. | |
3427 | * configure.tgt: Add m68k-*-openbsd. | |
3428 | * config/m68k/tm-obsd.h: New file. | |
3429 | * config/m68k/obsd.mt: New file. | |
3430 | * config/m68k/obsd.mh: New file. | |
3431 | * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and | |
3432 | m68kbsd-tdep.c. | |
3433 | ||
c40f49a4 AC |
3434 | 2004-04-30 Andrew Cagney <[email protected]> |
3435 | ||
3436 | * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function. | |
3437 | (mipsnbsd_init_abi): Do not set pc_in_sigtramp. | |
3438 | ||
e81554cd MK |
3439 | 2004-04-30 Mark Kettenis <[email protected]> |
3440 | ||
3441 | * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define. | |
3442 | * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define. | |
3443 | ||
d4dc1a91 BF |
3444 | 2004-04-30 Brian Ford <[email protected]> |
3445 | ||
3446 | Revert 2004-04-16 change. | |
3447 | * i386-tdep.c (i386_gdbarch_init): Fix comment typos. | |
3448 | (i386_coff_init_abi): Remove. | |
3449 | * i386-tdep.h (i386_coff_init_abi): Remove. | |
3450 | * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above. | |
3451 | ||
2f72f850 AC |
3452 | 2004-04-30 Andrew Cagney <[email protected]> |
3453 | ||
e492f9d6 AC |
3454 | * blockframe.c (find_pc_partial_function): Delete use of |
3455 | DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and | |
3456 | DEPRECATED_SIGTRAMP_END. | |
3457 | ||
7b7adad0 AC |
3458 | * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete. |
3459 | * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete. | |
3460 | * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP. | |
3461 | * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete. | |
3462 | * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete. | |
3463 | ||
2f72f850 AC |
3464 | * defs.h (deprecated_inside_entry_file): Delete declaration. |
3465 | * blockframe.c (deprecated_inside_entry_file): Delete function. | |
3466 | (legacy_frame_chain_valid): Delete call. | |
3467 | * sh64-tdep.c (sh64_frame_chain): Delete call. | |
3468 | * objfiles.h: Update comments. | |
3469 | * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete | |
3470 | call. | |
3471 | * frame.c (get_prev_frame): Delete call, update comments. | |
3472 | ||
283f90a7 BF |
3473 | 2004-04-30 Brian Ford <[email protected]> |
3474 | ||
3475 | * MAINTAINERS (Write After Approval): Add myself. | |
3476 | ||
8ee56bcf AC |
3477 | 2004-04-30 Andrew Cagney <[email protected]> |
3478 | ||
3479 | * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete. | |
3480 | * gdbarch.h, gdbarch.c: Re-generate. | |
3481 | * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE | |
3482 | code. | |
3483 | ||
ee27e1b6 AC |
3484 | 2004-04-30 Andrew Cagney <[email protected]> |
3485 | ||
3486 | * gdb-events.sh (selected_thread_changed) | |
3487 | (selected_frame_level_changed, target_changed): Delete. | |
3488 | * gdb-events.h, gdb-events.c: Re-generate. | |
3489 | * valops.c (value_assign): Update. | |
3490 | * stack.c (select_frame_command, up_silently_base) | |
3491 | (down_silently_base): Update. | |
3492 | ||
d5ac5a39 AC |
3493 | 2004-04-29 Andrew Cagney <[email protected]> |
3494 | ||
3495 | * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI | |
3496 | registers correctly. | |
3497 | (print_gp_register_row, mips32_heuristic_proc_desc) | |
3498 | (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call) | |
3499 | (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate | |
3500 | references to mips_isa_regsize. | |
3501 | ||
ceae6e75 AC |
3502 | 2004-04-29 Andrew Cagney <[email protected]> |
3503 | ||
3504 | * mips-tdep.c (struct gdbarch_tdep): Delete | |
3505 | mips_fp_register_double. | |
3506 | (FP_REGISTER_DOUBLE): Delete macro, replace with test for | |
3507 | mips_abi_regsize. | |
3508 | (mips_gdbarch_init): Do not set mips_fp_register_double. | |
3509 | (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE. | |
3510 | ||
a587af0b AC |
3511 | 2004-04-29 Joel Brobecker <[email protected]> |
3512 | ||
3513 | Committed by Andrew Cagney. | |
3514 | * infrun.c (handle_inferior_event): Rely on frame IDs to detect | |
3515 | function calls. | |
3516 | ||
13326b4e AC |
3517 | 2004-04-29 Andrew Cagney <[email protected]> |
3518 | ||
3519 | * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with | |
3520 | gdbarch, use mips_abi, update callers. | |
3521 | (mips_stack_argsize): Replace tdep parameter with gdbarch, use | |
3522 | mips_abi_regsize, update callers. | |
3523 | (struct gdbarch_tdep): Delete mips_default_stack_argsize and | |
3524 | mips_default_abi_regsize. | |
3525 | (mips_gdbarch_init): Do not set mips_default_stack_argsize and | |
3526 | mips_default_abi_regsize. | |
3527 | ||
711cc5cd AC |
3528 | 2004-04-29 Andrew Cagney <[email protected]> |
3529 | ||
1b13c4f6 AC |
3530 | * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize. |
3531 | (mips_abi_regsize_string): Rename mips_saved_regsize_string. | |
3532 | (struct gdbarch_tdep): Rename mips_default_saved_regsize to | |
3533 | mips_default_abi_regsize. | |
3534 | (mips_isa_regsize): Rename mips_regisze. | |
3535 | * mipsnbsd-tdep.c: Update. | |
3536 | * mips-linux-tdep.c: Update. | |
3537 | * irix5-nat.c: Update. | |
3538 | * mips-tdep.h (mips_isa_regsize): Update. | |
3539 | ||
711cc5cd AC |
3540 | * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references. |
3541 | Delete all disabled code. | |
3542 | * gdb-events.h, gdb-events.c: Re-generate. | |
3543 | ||
e63bbc88 MK |
3544 | 2004-04-19 Jerome Guitton <[email protected]> |
3545 | Mark Kettenis <[email protected]> | |
3546 | ||
3547 | * i386-tdep.c (i386_skip_prologue): follow the last jump only if | |
3548 | the function begins with a branch instruction. | |
3549 | ||
fd35795f MK |
3550 | 2004-04-29 Mark Kettenis <[email protected]> |
3551 | ||
3552 | * i386-tdep.c: Fix spelling mistakes. | |
3553 | ||
c960c18f AC |
3554 | 2004-04-28 Rainer Orth <[email protected]> |
3555 | Andrew Cagney <[email protected]> | |
3556 | ||
3557 | * configure.in (mips-sgi-irix5*): Define _KMEMUSER for | |
3558 | <sys/proc.h>. | |
3559 | * acconfig.h: Provide default _KMEMUSER value. | |
3560 | * config.in, configure: Re-generate. | |
3561 | * NEWS: Mention fix. | |
3562 | ||
50306a9d RC |
3563 | 2004-04-24 Randolph Chung <[email protected]> |
3564 | ||
3565 | * configure.host (hppa*-*-linux*): New target. | |
3566 | * configure.tgt (hppa*-*-linux*): Likewise. | |
3567 | * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move | |
3568 | gdbarch_init_osabi() call earlier so that osabi-specific frame | |
3569 | unwinders can be registered first. | |
3570 | * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and | |
3571 | hppa-linux-nat.c. | |
3572 | * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM) | |
3573 | (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers. | |
3574 | * config/pa/linux.mh: New file. | |
3575 | * config/pa/linux.mt: New file. | |
3576 | * config/pa/nm-linux.h: New file. | |
3577 | * config/pa/xm-linux.h: New file. | |
3578 | * hppa-linux-nat.c: New file. | |
3579 | * hppa-linux-tdep.c: New file. | |
3580 | ||
2a6228ef RC |
3581 | 2004-04-28 Randolph Chung <[email protected]> |
3582 | ||
3583 | * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp | |
3584 | return values. | |
3585 | (hppa32_push_dummy_call): Fix small struct and floating point argument | |
3586 | passing, and make sure the stack frame is properly aligned. | |
3587 | ||
82c10df6 AC |
3588 | 2004-04-28 Andrew Cagney <[email protected]> |
3589 | ||
d762c46a AC |
3590 | * stack.c (print_stack_frame): Fix description. |
3591 | ||
82c10df6 AC |
3592 | * NEWS: Mention gdb/gdbserver/configure execute permission |
3593 | changed. PR server/519. | |
3594 | ||
0faf0076 AC |
3595 | 2004-04-28 Andrew Cagney <[email protected]> |
3596 | ||
3597 | * stack.c (print_stack_frame_stub): Delete declaration. | |
3598 | (struct print_stack_frame_args, print_stack_frame) | |
3599 | (print_frame_info, print_frame): Replace "source" with print what. | |
3600 | Replace "print" with "print_level". Replace "args" with | |
3601 | "print_args". | |
3602 | * frame.h (show_and_print_stack_frame, print_stack_frame) | |
3603 | (print_frame_info): Update declarations. | |
3604 | * stack.c (select_and_print_frame, frame_command) | |
3605 | (current_frame_command, up_command, down_command): Update calls - | |
3606 | use get_selected_frame, pass "enum print_what" for source, do not | |
3607 | call frame_relative_level. | |
3608 | * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto. | |
3609 | * remote-rdp.c (remote_rdp_open): Ditto. | |
3610 | * remote-mips.c (common_open): Ditto. | |
3611 | * remote-e7000.c (e7000_start_remote): Ditto. | |
3612 | * ocd.c (ocd_start_remote): Ditto. | |
3613 | * mi/mi-main.c (mi_cmd_exec_return): Ditto. | |
3614 | * infrun.c (normal_stop): Ditto. | |
3615 | * inflow.c (kill_command): Ditto. | |
3616 | * infcmd.c (finish_command): Ditto. | |
3617 | * corelow.c (core_open): Ditto. | |
3618 | * tracepoint.c (finish_tfind_command): Ditto. | |
3619 | * thread.c (info_threads_command, info_threads_command) | |
3620 | (restore_current_thread, do_captured_thread_select): Ditto. | |
3621 | * ada-tasks.c (task_command): Ditto. | |
3622 | ||
f4c5303c OF |
3623 | 2004-04-26 Orjan Friberg <[email protected]> |
3624 | ||
3625 | * frame.c: Include "observer.h". | |
3626 | (frame_observer_target_changed): New function. | |
3627 | (_initialize_frame): Attach target_changed observer. | |
3628 | * regcache.c: Include "observer.h". | |
3629 | (regcache_observer_target_changed): New function. | |
3630 | (_initialize_regcache): Attach target_changed observer. | |
3631 | * valops.c: Include "observer.h". | |
3632 | (value_assign): Notify target_changed event when modifying register. | |
3633 | * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h). | |
3634 | ||
7270d8f2 OF |
3635 | 2004-04-26 Orjan Friberg <[email protected]> |
3636 | ||
3637 | From Paul Koning <[email protected]>: | |
3638 | * breakpoint.c (free_valchain): New function. | |
3639 | (insert_bp_location, delete_breakpoint): Use free_valchain. | |
3640 | (remove_breakpoint): Do not remove the valchain. | |
3641 | (bpstat_stop_status): If not stopped by watchpoint, skip | |
3642 | watchpoints when generating stop status list. | |
3643 | * infrun.c (handle_inferior_event): Make | |
3644 | stepped_after_stopped_by_watchpoint a global variable. | |
3645 | * remote.c (remote_stopped_data_address): Return watch data | |
3646 | address rather than zero if stepped_after_stopped_by_watchpoint is | |
3647 | set. | |
3648 | ||
02d62932 MC |
3649 | 2004-04-25 Michael Chastain <[email protected]> |
3650 | ||
3651 | Fix PR gdb/1626. | |
3652 | * configure.in: Check for curses after termcap. | |
3653 | On osf5.*, do not check for ncurses. | |
3654 | * configure: Regenerate. | |
3655 | ||
3e9a183c MK |
3656 | 2004-04-25 Mark Kettenis <[email protected]> |
3657 | ||
c79ac407 MK |
3658 | * ppcobsd-nat.c: Include "ppc-tdep.h". |
3659 | * Makefile.in (ppcobsd-nat.o): Update dependencies. | |
3660 | ||
3e9a183c MK |
3661 | * stack.c (return_command): Use CHECK_TYPEDEF on the return type. |
3662 | Fixes PR tdep/1623 and PR tdep/1624. | |
3663 | ||
38cc9c28 MC |
3664 | 2004-04-24 Michael Chastain <[email protected]> |
3665 | ||
3666 | * xmodem.h, xmodem.c: Remove files. | |
3667 | * Makefile.in: Remove references to xmodem.h, xmodem.c. | |
3668 | ||
7f07c5b6 RC |
3669 | 2004-04-23 Randolph Chung <[email protected]> |
3670 | ||
3671 | * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache) | |
3672 | (hppa_stub_frame_this_id, hppa_stub_frame_prev_register) | |
3673 | (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder | |
3674 | for handling stackless frames. | |
3675 | (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer. | |
3676 | ||
9f7194c3 RC |
3677 | 2004-04-23 Randolph Chung <[email protected]> |
3678 | ||
3679 | * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind | |
3680 | starts at a pc before the frame is created. | |
3681 | ||
dcff6009 JB |
3682 | 2004-04-23 Joel Brobecker <[email protected]> |
3683 | ||
3684 | * ChangeLog-2002: Fix year in one of the ChangeLog entries. | |
3685 | ||
65951cd9 JG |
3686 | 2004-04-23 Jerome Guitton <[email protected]> |
3687 | ||
3688 | * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float, | |
3689 | use convert_typed_floating to get the appropriate format. | |
3690 | ||
abc485a1 RC |
3691 | 2004-04-22 Randolph Chung <[email protected]> |
3692 | ||
3693 | * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load) | |
3694 | (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17) | |
3695 | (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend) | |
3696 | (hppa_sign_extend): Add prototype. | |
3697 | * hppa-tdep.c (get_field, extract_5_load, extract_5R_store) | |
3698 | (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend) | |
3699 | (sign_extend): Rename with hppa_ prefix and make non-static. Other | |
3700 | hppa targets will also use these functions. | |
3701 | (find_unwind_entry): Remove prototype (moved to hppa-tdep.h). | |
3702 | (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline) | |
3703 | (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c | |
3704 | (hppa_gdbarch_init): Remove gdbarch setting of | |
3705 | skip_trampoline_code, in_solib_call_trampoline and | |
3706 | in_solib_return_trampoline. | |
3707 | * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline) | |
3708 | (hppa64_hpux_in_solib_call_trampoline): New functions, split from | |
3709 | hppa_in_solib_call_trampoline. | |
3710 | (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code): | |
3711 | Moved from hppa-tdep.c. | |
3712 | (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code, | |
3713 | in_solib_call_trampoline and in_solib_return_trampoline. | |
3714 | ||
369aa520 RC |
3715 | 2004-04-22 Randolph Chung <[email protected]> |
3716 | ||
3717 | * hppa-tdep.c (hppa_debug): New variable. | |
3718 | (find_unwind_entry, hppa_frame_cache): Add debug output. | |
3719 | (_initialize_hppa_tdep): Add command to set debug flag. | |
3720 | ||
476be15e AC |
3721 | 2004-04-22 Andrew Cagney <[email protected]> |
3722 | ||
3723 | * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and | |
3724 | "trad-frame.h". | |
3725 | (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD | |
3726 | signal trampoline unwinder. | |
3727 | (ppcnbsd_init_abi): Register ppcnbsd_sigtramp. | |
3728 | ||
d195bc9f MK |
3729 | 2004-04-22 Mark Kettenis <[email protected]> |
3730 | ||
3731 | Add OpenBSD/powerpc support. | |
3732 | * NEWS (New native configurations): Mention OpenBSD/powerpc. | |
3733 | * ppc-tdep.h (struct ppc_reg_offsets): New structure. | |
3734 | (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset) | |
3735 | (ppc_collect_fpregset): New prototypes. | |
3736 | * ppcobsd-nat.c: New file. | |
3737 | * ppcobsd-tdep.c: New file. | |
3738 | * ppcobsd-tdep.h: New file. | |
3739 | * rs6000-tdep.c: Include "regset.h". | |
3740 | (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset) | |
3741 | (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset): | |
3742 | New functions. | |
3743 | * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c. | |
3744 | (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies. | |
3745 | (rs6000-tdep.o): Update dependencies. | |
3746 | * configure.host: Add powerpc-*-openbsd. | |
3747 | * configure.tgt: Add powerpc-*-openbsd. | |
3748 | * config/powerpc/obsd.mh: New file. | |
3749 | * config/powerpc/nm-obsd.h: New file. | |
3750 | * config/powerpc/obsd.mt: New file. | |
3751 | ||
6f14cc33 AC |
3752 | 2004-04-22 Andrew Cagney <[email protected]> |
3753 | ||
fcf29e5f AC |
3754 | * frame.h (show_frame_info): Delete declaration. |
3755 | ||
6f14cc33 AC |
3756 | * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test. |
3757 | * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto. | |
3758 | * m32r-tdep.c (m32r_frame_this_id): Ditto. | |
3759 | * frv-tdep.c (frv_frame_this_id): Ditto. | |
3760 | * avr-tdep.c (avr_frame_this_id): Ditto. | |
3761 | ||
e5786a5c EZ |
3762 | 2004-04-22 Elena Zannoni <[email protected]> |
3763 | ||
3764 | * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c. | |
3765 | ||
26e75e5c JB |
3766 | 2004-04-22 Jim Blandy <[email protected]> |
3767 | ||
3768 | * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is | |
3769 | register number zero. | |
3770 | ||
d8d65dd3 MS |
3771 | 2004-04-21 Michael Snyder <[email protected]> |
3772 | ||
3773 | * mips-tdep.c (heuristic_proc_start): | |
3774 | Warning() already prefixes "Warning: ". | |
3775 | ||
9a4105ab AC |
3776 | 2004-04-21 Andrew Cagney <[email protected]> |
3777 | ||
3778 | * annotate.h (deprecated_annotate_starting_hook) | |
3779 | (deprecated_annotate_stopped_hook) | |
3780 | (deprecated_annotate_exited_hook) | |
3781 | (deprecated_annotate_signal_hook) | |
3782 | (deprecated_annotate_signalled_hook): Deprecate. | |
3783 | * tracepoint.h (deprecated_create_tracepoint_hook) | |
3784 | (deprecated_delete_tracepoint_hook) | |
3785 | (deprecated_modify_tracepoint_hook) | |
3786 | (deprecated_trace_find_hook) | |
3787 | (deprecated_trace_start_stop_hook): Deprecate. | |
3788 | * target.h (deprecated_target_new_objfile_hook): Deprecate. | |
3789 | * remote.h (deprecated_target_resume_hook) | |
3790 | (deprecated_target_wait_loop_hook): Deprecate. | |
3791 | * gdbcore.h (deprecated_exec_file_display_hook) | |
3792 | (deprecated_file_changed_hook): Deprecate. | |
3793 | * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate. | |
3794 | * defs.h (deprecated_modify_breakpoint_hook) | |
3795 | (deprecated_command_loop_hook, deprecated_show_load_progress) | |
3796 | (deprecated_print_frame_info_listing_hook) | |
3797 | (deprecated_query_hook, deprecated_warning_hook) | |
3798 | (deprecated_flush_hook, deprecated_create_breakpoint_hook) | |
3799 | (deprecated_delete_breakpoint_hook) | |
3800 | (deprecated_interactive_hook, deprecated_registers_changed_hook) | |
3801 | (deprecated_readline_begin_hook, deprecated_readline_hook) | |
3802 | (deprecated_readline_end_hook, deprecated_register_changed_hook) | |
3803 | (deprecated_memory_changed_hook, deprecated_init_ui_hook) | |
3804 | (deprecated_context_hook, deprecated_target_wait_hook) | |
3805 | (deprecated_attach_hook, deprecated_detach_hook) | |
3806 | (deprecated_call_command_hook, deprecated_set_hook) | |
3807 | (deprecated_error_hook, deprecated_error_begin_hook) | |
3808 | (deprecated_ui_load_progress_hook): Deprecate. | |
3809 | * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update. | |
3810 | * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update. | |
3811 | * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update. | |
3812 | * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update. | |
3813 | * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update. | |
3814 | * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update. | |
3815 | * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update. | |
3816 | * annotate.c, aix-thread.c: Update. | |
3817 | ||
62cf13cc AC |
3818 | 2004-04-21 Andrew Cagney <[email protected]> |
3819 | ||
b2e31a62 AC |
3820 | * Makefile.in (vaxnbsd-tdep.o): Update dependencies. |
3821 | * vaxnbsd-tdep.c: Include "gdb_string.h". | |
3822 | ||
62cf13cc AC |
3823 | * symfile.c (symbol_file_add_from_memory): #if 0 function. |
3824 | (add_symbol_file_from_memory_command): #if 0 function body, call | |
3825 | error instead. | |
3826 | ||
00e32a35 AC |
3827 | 2004-04-21 Andrew Cagney <[email protected]> |
3828 | ||
3829 | * gdbcore.h: Update copyright. | |
3830 | (deprecated_add_core_fns): Rename add_core_fns. | |
3831 | * win32-nat.c (_initialize_core_win32): Update. | |
3832 | * sun3-nat.c (_initialize_core_sun3): Update. | |
3833 | * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update. | |
3834 | * rs6000-nat.c (_initialize_core_rs6000): Update. | |
3835 | * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update. | |
3836 | * nto-tdep.c (_initialize_nto_tdep): Update. | |
3837 | * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update. | |
3838 | * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update. | |
3839 | * mips-nat.c (_initialize_core_mips): Update. | |
3840 | * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update. | |
3841 | * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update. | |
3842 | * m68klinux-nat.c (_initialize_m68k_linux_nat): Update. | |
3843 | * lynx-nat.c (_initialize_core_lynx): Update. | |
3844 | * irix5-nat.c (_initialize_core_irix5): Update. | |
3845 | * i386-interix-nat.c (_initialize_core_interix): Update. | |
3846 | * cris-tdep.c (_initialize_cris_tdep): Update. | |
3847 | * corelow.c (deprecated_add_core_fns): Update. | |
3848 | * core-regset.c (_initialize_core_regset): Update. | |
3849 | * core-aout.c (_initialize_core_aout): Update. | |
3850 | * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update. | |
3851 | * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update. | |
3852 | * alpha-nat.c (_initialize_core_alpha): Update. | |
3853 | ||
13c7b1ca JB |
3854 | 2004-04-21 Jim Blandy <[email protected]> |
3855 | ||
3856 | * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes. | |
3857 | ||
7b5a2f43 DJ |
3858 | 2004-04-19 Daniel Jacobowitz <[email protected]> |
3859 | ||
3860 | * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack): | |
3861 | Delete. | |
3862 | (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack. | |
3863 | (read_attribute_value): Update calls to dwarf_alloc_block. | |
3864 | (dwarf2_build_psymtabs_hard): Don't initialize or clean up | |
3865 | dwarf2_tmp_obstack. | |
3866 | (psymtab_to_symtab_1): Likewise. Clean up using | |
3867 | free_stack_comp_unit. | |
3868 | (add_to_cu_func_list): Use the comp_unit_obstack. | |
3869 | ||
05cf31d1 JB |
3870 | 2004-04-19 Joel Brobecker <[email protected]> |
3871 | ||
3872 | * dwarf2read.c (dwarf2_flag_true_p): New function. | |
3873 | (die_is_declaration): Use the function above. Add some comments. | |
3874 | ||
adf93a2f MK |
3875 | 2004-04-19 Mark Kettenis <[email protected]> |
3876 | ||
3877 | * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify | |
3878 | architecture when registering sparcnbsd_core_osabi_sniffer. | |
3879 | Adjust comment. | |
3880 | ||
748894bf MK |
3881 | 2004-04-18 Mark Kettenis <[email protected]> |
3882 | ||
f622ad42 MK |
3883 | * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to |
3884 | return value. | |
3885 | ||
c4fc7f1b MK |
3886 | Based on a patch from Brian Ford <[email protected]>: |
3887 | * i386-tdep.c: Correct register numbering scheme comments | |
3888 | throughout. | |
3889 | (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum. | |
3890 | (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum. | |
3891 | (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above. | |
3892 | (i386_gdb_arch_init): Likewise. | |
3893 | ||
b4ead1bd MK |
3894 | * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c |
3895 | and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and | |
3896 | ppcnbsd-tdep.o. | |
3897 | ||
748894bf MK |
3898 | * m68k-tdep.h: Tweak comments. |
3899 | * m68k-tdep.c: Tweak comment. | |
3900 | ||
fdd72f95 RC |
3901 | 2004-04-17 Randolph Chung <[email protected]> |
3902 | ||
3903 | * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h). | |
3904 | * hppa-hpux-tdep.c (hppa-tdep.h): Include. | |
3905 | (hppa_hpux_som_init_abi): Set is_elf to 0. | |
3906 | (hppa_hpux_elf_init_abi): Set is_elf to 1. | |
3907 | * hppa-tdep.c (low_text_segment_address): Remove global. | |
3908 | (record_text_segment_lowaddr): Pass in low address as parameter. Use | |
3909 | section offset to calculate segment address. | |
3910 | (internalize_unwinds): Define low_text_segment_address as local and | |
3911 | pass to record_text_segment_lowaddr for ELF targets. | |
3912 | (hppa_gdbarch_init): Zero fill tdep structure. | |
3913 | (hppa_dump_tdep): Print tdep structure. | |
3914 | * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure. | |
3915 | ||
0f8d9d59 RC |
3916 | 2004-04-17 Randolph Chung <[email protected]> |
3917 | ||
3918 | * hppa-tdep.c (hppa_pseudo_register_read): Define. | |
3919 | (hppa_gdbarch_init): Set pseudo_register_read. | |
3920 | * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove. | |
3921 | * regcache.c (supply_register): Remove check for | |
3922 | DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user. | |
3923 | ||
7c46b9fb RC |
3924 | 2004-04-17 Randolph Chung <[email protected]> |
3925 | ||
3926 | * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h) | |
3927 | * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h. | |
3928 | (hpread_adjust_stack_address): Move to hpread.c. | |
3929 | * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info, | |
3930 | obj_private_struct): Move from tm-hppa.h. | |
3931 | * hpread.c (hppa-tdep.h): Include. | |
3932 | (hpread_adjust_stack_address): Move from hppa-tdep.c. | |
3933 | (hpread_read_function_type, hpread_read_doc_function_type) | |
3934 | (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address | |
3935 | directly. | |
3936 | * pa64solib.c (hppa-tdep.h): Include. | |
3937 | * somsolib.c (hppa-tdep.h): Include. | |
3938 | * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type, | |
3939 | inferior_status): Remove unused forward declarations. | |
3940 | (INSTRUCTION_SIZE): Move to hppa-tdep.c. | |
3941 | (unwind_table_entry, unwind_stub_types, obj_unwind_info, | |
3942 | obj_private_struct): Move to hppa-tdep.h. | |
3943 | (HPREAD_ADJUST_STACK_ADDRESS): Remove. | |
3944 | ||
8d153463 RC |
3945 | 2004-04-17 Randolph Chung <[email protected]> |
3946 | ||
3947 | * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue) | |
3948 | (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline) | |
3949 | (hppa_in_solib_return_trampoline, hppa_cannot_store_register) | |
3950 | (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc): | |
3951 | Remove forward declaration and make static. | |
3952 | (hppa_reg_struct_has_addr): Remove. | |
3953 | ||
350c2e5b JB |
3954 | 2004-04-16 Joel Brobecker <[email protected]> |
3955 | ||
3956 | * observer.sh: Move comments in sed command to first column. | |
3957 | ||
bbde78fa JM |
3958 | 2004-04-16 Jason Molenda ([email protected]) |
3959 | ||
3960 | * frame.c: Minor typeo corrections in comments. | |
3961 | ||
e0270fd9 JB |
3962 | 2004-04-16 Joel Brobecker <[email protected]> |
3963 | ||
3964 | * observer.c (observer_test_first_notification_function): Update | |
3965 | function profile. | |
3966 | (observer_test_second_notification_function): Likewise. | |
3967 | (observer_test_third_notification_function): Likewise. | |
3968 | ||
3d049254 MK |
3969 | 2004-04-16 Mark Kettenis <[email protected]> |
3970 | ||
3971 | From Brian Ford <[email protected]>: | |
3972 | * i386-tdep.c (i386_coff_init_abi): New function. | |
3973 | * i386-tdep.h (i386_coff_init_abi): New prototype. | |
3974 | * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct | |
3975 | register number translation functions for DWARF and DWARF 2. | |
3976 | ||
7867684d JB |
3977 | 2004-04-16 Joel Brobecker <[email protected]> |
3978 | ||
3979 | * dwarf2read.c: Back out my previous change, it was incorrect. | |
3980 | ||
72bf9492 DJ |
3981 | 2004-04-16 Daniel Jacobowitz <[email protected]> |
3982 | ||
3983 | * dwarf2read.c: Include "hashtab.h". | |
3984 | (struct dwarf2_cu): Add partial_dies, comp_unit_obstack, | |
3985 | has_namespace_info. | |
3986 | (struct partial_die_info): Add comments. Use bitfields to reduce | |
3987 | memory footprint. Add scope, scope_set, has_specification, | |
3988 | spec_offset, die_parent, die_child, and die_sibling. | |
3989 | (peek_die_abbrev): Add prototype. | |
3990 | (partial_read_comp_unit_head): New function, broken out from | |
3991 | dwarf2_build_psymtabs_hard. | |
3992 | (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr. | |
3993 | Use partial_read_comp_unit_head. Initialize the CU and | |
3994 | comp_unit_obstack. Update calls to read_partial_die and | |
3995 | scan_partial_symbols. Use free_stack_comp_unit and | |
3996 | load_partial_dies. | |
3997 | (scan_partial_symbols): Change PDI to a pointer. Use the child and | |
3998 | sibling pointers to walk partial DIEs. Call fixup_partial_die. | |
3999 | Update calls to helper functions. Remove NAMESPACE argument. | |
4000 | Update comments. | |
4001 | (partial_die_parent_scope, partial_die_full_name): New functions. | |
4002 | (add_partial_symbol): Remove namespace argument. Update call to | |
4003 | pdi_needs_namespace. Use partial_die_full_name. Handle | |
4004 | DW_TAG_namespace. Check has_namespace_info flag. | |
4005 | (pdi_needs_namespace): Remove NAMESPACE argument. Just check the | |
4006 | tag. Handle namespaces. | |
4007 | (add_partial_namespace, add_partial_enumeration): Simplify. | |
4008 | (guess_structure_name): New function, derived from | |
4009 | add_partial_structure. | |
4010 | (add_partial_structure): Remove. | |
4011 | (determine_class_name): Update comment. | |
4012 | (dwarf2_read_abbrevs): Set has_namespace_info flag. | |
4013 | (is_type_tag_for_partial, load_partial_dies): New functions. | |
4014 | (read_partial_die): Pass abbrev and abbrev_len as arguments. | |
4015 | Record specifications instead of following them immediately. | |
4016 | (find_partial_die_in_comp_unit, find_partial_die) | |
4017 | (fixup_partial_die, free_stack_comp_unit) | |
4018 | (hashtab_obstack_allocate, dummy_obstack_deallocate) | |
4019 | (partial_die_hash, partial_die_eq): New functions. | |
4020 | * Makefile.in (hashtab_h): Define. | |
4021 | (dwarf2read.o): Update dependencies. | |
4022 | (observer_inc, observer_h): Move to the correct section. | |
4023 | ||
fdc860a3 JB |
4024 | 2004-04-15 Joel Brobecker <[email protected]> |
4025 | ||
4026 | * dwarf2read.c (dwarf2_attribute_true_p): New function. | |
4027 | (die_is_declaration): Use the function above. Add comment. | |
4028 | ||
dc718098 JB |
4029 | 2004-04-15 Joel Brobecker <[email protected]> |
4030 | ||
4031 | * dwarf2read.c (read_structure_scope): Identify stub types | |
4032 | using die_is_declaration() only. | |
4033 | ||
8718a420 RM |
4034 | 2004-04-15 Roland McGrath <[email protected]> |
4035 | ||
4036 | * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as | |
4037 | argument instead of NAME. | |
4038 | (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open | |
4039 | in call to symbol_file_add_with_addrs_or_offsets. | |
4040 | (build_addr_info): New function, helper for ... | |
4041 | (symbol_file_add_from_memory): New function. | |
4042 | (add_symbol_file_from_memory_command): New function using that. | |
4043 | (_initialize_symfile): Register it for add-symbol-file-from-memory. | |
4044 | (pre_add_symbol_hook): Add const to argument type. | |
4045 | * symfile.h (symbol_file_add_from_memory): Declare it. | |
4046 | ||
8b910bab MK |
4047 | 2004-04-15 Mark Kettenis <[email protected]> |
4048 | ||
9f076e7a MK |
4049 | * NEWS (New native configurations): Mention OpenBSD/vax. |
4050 | * configure.host: Add vax-*-openbsd*. | |
4051 | * config/vax/obsd.mh: New file. | |
4052 | * config/vax/nm-obsd.h: New file. | |
4053 | ||
8b910bab MK |
4054 | * vax-tdep.c: Include "regset.h". |
4055 | (vax_supply_gregset): New function. | |
4056 | (vax_gregset): New variable. | |
4057 | (vax_regset_from_core_section): New function. | |
4058 | (vax_gdbarch_init): Set regset_from_core_section. | |
4059 | * Makefile.in (vax-tdep.o): Update dependencies. | |
4060 | ||
7a464420 AC |
4061 | 2004-04-15 Andrew Cagney <[email protected]> |
4062 | ||
4063 | * observer.c (normal_stop_subject, observer_notify_normal_stop) | |
4064 | (observer_normal_stop_notification_stub) | |
4065 | (observer_attach_normal_stop, observer_detach_normal_stop): | |
4066 | Delete, replaced by #include "observer.inc". | |
4067 | * infrun.c (normal_stop): Pass "stop_bpstat" to | |
4068 | observer_notify_normal_stop. | |
4069 | * Makefile.in (observer_inc): Define. | |
4070 | (observer.o): Update dependencies. | |
4071 | (observer.h, observer.inc): New rules. | |
4072 | * observer.h: Delete file. | |
4073 | * observer.sh: New file. | |
4074 | ||
e36ad527 MK |
4075 | 2004-04-15 Mark Kettenis <[email protected]> |
4076 | ||
4077 | * vax-tdep.c (vax_frame_cache): Fix typo. | |
4078 | ||
67b441e1 MK |
4079 | 2004-04-14 Mark Kettenis <[email protected]> |
4080 | ||
6f606e1c MK |
4081 | * NEWS (New native configurations): Mention NetBSD/vax. |
4082 | * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*. | |
4083 | * config/vax/nbsdelf.mh: New file. | |
4084 | * config/vax/nbsdaout.mh: New file. | |
4085 | * config/vax/nm-nbsd.h: New file. | |
4086 | * config/vax/nm-nbsdaout.h: New file. | |
4087 | ||
9c5519a5 MK |
4088 | * vaxnbsd-tdep.c: New file. |
4089 | * Makefile.in (vaxnbsd-tdep.o): New dependency. | |
4090 | * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*. | |
4091 | * config/vax/nbsd.mt: New file. | |
4092 | * config/vax/tm-nbsd.h: New file. | |
4093 | ||
4844a614 MK |
4094 | * Makefile.in (vaxbsd-nat.o): New dependency. |
4095 | ||
67b441e1 MK |
4096 | * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM. |
4097 | * vax-tdep.c (vax_store_arguments): Remove struct_return and | |
4098 | struct_addr arguments. Don't push return value address. | |
4099 | (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as | |
4100 | arguments to vax_store_arguments. Store return value address in | |
4101 | R1. | |
4102 | (vax_store_struct_return, vax_extract_return_value) | |
4103 | (vax_store_return_value): Remove functions. | |
4104 | (vax_return_value): New function. | |
4105 | (vax_gdbarch_init): Set return value. Don't set | |
4106 | deprecated_store_struct_return, deprecated_extract_struct_return | |
4107 | and deprecated_store_return_value. | |
4108 | ||
6672f2ae AS |
4109 | 2004-04-14 Andreas Schwab <[email protected]> |
4110 | ||
4111 | * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null | |
4112 | value buffer. | |
4113 | * libunwind-frame.c (libunwind_frame_prev_register): Likewise. | |
4114 | ||
7346c184 MK |
4115 | 2004-04-14 Mark Kettenis <[email protected]> |
4116 | ||
4117 | * vax-tdep.c (vax_store_arguments, vax_push_dummy_call) | |
4118 | (vax_unwind_dummy_id): New functions. | |
4119 | (vax_push_dummy_frame, vax_pop_frame): Remove functions. | |
4120 | (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove | |
4121 | variables. | |
4122 | (vax_fix_call_dummy): Remove function. | |
4123 | (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id. | |
4124 | Don't set deprecated_push_dummy_frame, deprecated_pop_frame, | |
4125 | call_dummy_location, deprecated_call_dummy_words, | |
4126 | deprecated_sizeof_call_dummy_words, | |
4127 | deprecated_call_dummy_breakpoint_offset, | |
4128 | deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy, | |
4129 | and deprecated_dummy_write_sp. | |
4130 | ||
58e23df4 DC |
4131 | 2004-04-13 David Carlton <[email protected]> |
4132 | ||
4133 | * MAINTAINERS: Move myself to "paper trail" section. | |
4134 | ||
5e6b39ff MK |
4135 | 2004-04-12 Mark Kettenis <[email protected]> |
4136 | ||
7def7fef MK |
4137 | * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and |
4138 | "trad-frame.h". | |
4139 | (vax_frame_init_saved_regs): Remove function. | |
4140 | (vax_sigtramp_saved_pc): Remove function. | |
4141 | (vax_frame_saved_pc): Remove function. | |
4142 | (vax_frame_args_address): Remove function. | |
4143 | (vax_frame_num_args): Rewrite. | |
4144 | (vax_frame_chain): Remove function. | |
4145 | (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with | |
4146 | VAX_FP_REGNUM. | |
4147 | (vax_pop_frame): Likewise. | |
4148 | (vax_saved_pc_after_call): Remove function. | |
4149 | (struct vax_frame_cache): New structure. | |
4150 | (vax_frame_cache): New function. | |
4151 | (vax_frame_this_id): New function. | |
4152 | (vax_frame_prev_register): New function. | |
4153 | (vax_frame_unwind): New variable. | |
4154 | (vax_frame_sniffer): New function. | |
4155 | (vax_frame_base_address): New function. | |
4156 | (vax_frame_args_address): New function. | |
4157 | (vax_frame_base): New variable. | |
4158 | (vax_unwind_pc): New function. | |
4159 | (vax_gdbarch_init): Don't set deprecated_init_frame_pc, | |
4160 | deprecated_fp_regnum, deprecated_saved_pc_after_call, | |
4161 | deprecated_frame_chain, deprecated_frame_saved_pc, | |
4162 | deprecated_frame_args_address and | |
4163 | deprecated_frame_init_saved_regs. | |
4164 | * Makefile.in (vax-tdep.o): Update dependencies. | |
4165 | ||
53284fc1 MK |
4166 | * vaxbsd-nat.c: New file. |
4167 | ||
5e6b39ff MK |
4168 | * vax-tdep.h: Update copyright year. Adjust comments. |
4169 | (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE, | |
4170 | VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros. | |
4171 | (vax_regnum): New enum. Replacing... | |
4172 | (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM) | |
4173 | (VAX_PS_REGNUM): ... these removed macros. | |
4174 | * vax-tdep.c (vax_register_name): Remove prototype. | |
4175 | (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE. | |
4176 | (vax_register_byte, vax_register_raw_size, | |
4177 | vax_register_virtual_size, vax_register_virtual_type): Remove | |
4178 | functions. | |
4179 | (vax_register_type): New function. | |
4180 | (vax_breakpoint_from_pc): Reorganize. | |
4181 | (vax_gdbarch_init): Set register_type. Don't set | |
4182 | deprecated_register_size, deprecated_register_bytes, | |
4183 | deprecated_register_byte, deprecated_register_raw_size, | |
4184 | deprecated_max_register_raw_size, | |
4185 | deprecated_register_virtual_size, | |
4186 | deprecated_max_register_virtual_size and | |
4187 | deprecated_register_virtual_type. Add comment on stack direction. | |
4188 | ||
e9c71e9f MK |
4189 | 2004-04-11 Mark Kettenis <[email protected]> |
4190 | ||
4191 | * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM, | |
4192 | AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM, | |
296bc76f | 4193 | AMD64_FS_REGNUM and AMD64_GS_REGNUM. |
e9c71e9f | 4194 | |
d46f1176 | 4195 | 2004-04-10 Randolph Chung <[email protected]> |
8718a420 | 4196 | |
d46f1176 RC |
4197 | * MAINTAINERS (write after approval): Add myself. |
4198 | ||
a2a84a72 RC |
4199 | 2004-04-07 Randolph Chung <[email protected]> |
4200 | ||
4201 | * hppa-tdep.c (hppa_inner_than): Remove. | |
4202 | (is_pa_2): Remove unused static variable. | |
8718a420 | 4203 | (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version. |
a2a84a72 | 4204 | |
e85c3284 PH |
4205 | 2004-03-10 Paul N. Hilfinger <[email protected]> |
4206 | ||
4207 | * language.h (language_defn): Add new la_post_parser field. | |
4208 | * parser-defs.h (null_post_parser): New declaration (default for | |
4209 | la_post_parser). | |
8718a420 | 4210 | |
e85c3284 PH |
4211 | * parse.c (parse_exp_1): Move code to parse_exp_in_context and |
4212 | insert call to that function. | |
4213 | (parse_exp_in_context): New function, including code formerly in | |
8718a420 | 4214 | parse_exp_1. Calls language-dependent post-parser after |
e85c3284 PH |
4215 | prefixification. |
4216 | (parse_expression_in_context): New exported function. | |
4217 | (null_post_parser): New definition. | |
4218 | * expression.h (parse_expression_in_context): Add declaration. | |
8718a420 | 4219 | |
e85c3284 PH |
4220 | * p-lang.c (pascal_language_defn): Add trivial post-parser. |
4221 | * c-lang.c (c_language_defn): Ditto. | |
4222 | (cplus_language_defn): Ditto. | |
4223 | (asm_language_defn): Ditto. | |
4224 | (minimal_language_defn): Ditto. | |
4225 | * f-lang.c (f_language_defn): Ditto. | |
4226 | * jv-lang.c (java_language_defn): Ditto. | |
4227 | * language.c (unknown_language_defn): Ditto. | |
4228 | (auto_language_defn): Ditto. | |
4229 | (local_language_defn): Ditto. | |
4230 | * m2-lang.c (m2_language_defn): Ditto. | |
4231 | * scm-lang.c (scm_language_defn): Ditto. | |
4232 | * obj-lang.c (objc_language_defn): Ditto. | |
8718a420 | 4233 | |
d9f8c85b MK |
4234 | 2004-04-10 Mark Kettenis <[email protected]> |
4235 | ||
fa34704a MK |
4236 | * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function. |
4237 | (amd64nbsd_mcontext_addr): New function. | |
4238 | (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as | |
4239 | amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset | |
4240 | with amd64nbsd_r_reg_offset, instead of building it on the fly. | |
4241 | ||
403e1656 MK |
4242 | * corelow.c (core_xfer_partial): Fix coding standards violation. |
4243 | Add support for TARGET_OBJECT_WCOOKIE. | |
4244 | ||
a57e5a95 MK |
4245 | * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set |
4246 | deprecated_pc_in_sigtramp. | |
4247 | * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise. | |
4248 | * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise. | |
4249 | * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise. | |
4250 | * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise. | |
4251 | * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise. | |
4252 | * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise. | |
4253 | * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise. | |
4254 | ||
377d9ebd MK |
4255 | * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c, |
4256 | i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c: | |
4257 | Fix typo. | |
4258 | ||
f0ef85a5 MK |
4259 | * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with |
4260 | I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode. | |
4261 | (amd64_collect_fxsave): Likewise. | |
4262 | ||
d9f8c85b MK |
4263 | * i386-sol2-tdep.c: Include "gdb_string.h". |
4264 | (i386_sol2_sigtramp_p): Recognize signal trampoline based on its | |
4265 | name. | |
4266 | * Makefile.in (i386-sol2-tdep.o): Update dependencies. | |
4267 | ||
75f501b5 MK |
4268 | 2004-04-10 Mark Kettenis <[email protected]> |
4269 | ||
4270 | * i386-sol2-tdep.c: Include "solib-svr4.h". | |
4271 | (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets. | |
4272 | * Makefile.in (i386-sol2-tdep.o): Update dependencies. | |
4273 | * config/i386/tm-i386sol2.h: Include :solib.h". | |
4274 | * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o, | |
4275 | solib-svr4.o and solib-legacy.o. | |
4276 | * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and | |
4277 | solib-svr4.o. | |
4278 | ||
b31bc724 MK |
4279 | 2004-04-09 Mark Kettenis <[email protected]> |
4280 | ||
18bbbd9e MK |
4281 | * amd64-linux-nat.c (fetch_inferior_registers): Correctly check |
4282 | whether a register is supplied by PTRACE_GETFPREGS. | |
4283 | (store_inferior_registers): Likewise. | |
4284 | * amd64bsd-nat.c (fetch_inferior_registers): Correctly check | |
4285 | whether a register is supplied by PT_GETFPREGS. | |
4286 | (store_inferior_registers): Likewise. | |
4287 | ||
3c30bf1b MK |
4288 | * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o. |
4289 | * config/i386/linux64.mt (TDEPFILES): Likewise. | |
4290 | ||
a4194092 MK |
4291 | * i386-linux-nat.c: Update copyrigth year. Tweak comment. |
4292 | ||
911bc6ee MK |
4293 | * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new |
4294 | sigtramp_p member of `struct gdbarch_tdep'. Also check whether | |
4295 | the program counter is in the range specified by `struct | |
4296 | gdbarch_tdep'. | |
4297 | * amd64-linux-tdep.c: Include "symtab.h". | |
4298 | (amd64_linux_pc_in_sigtramp): Remove function. | |
4299 | (amd64_linux_sigtramp_p): New function. | |
4300 | (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set | |
4301 | deprecated_pc_in_sigtramp. | |
4302 | * amd64nbsd-tdep.c: Include "symtab.h". | |
4303 | (amd64nbsd_sigtramp_p): New function. | |
4304 | (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set | |
4305 | deprecated_pc_in_sigtramp. | |
4306 | * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a | |
4307 | few comments. | |
4308 | (amd64obsd_pc_in_sigtramp): Remove function. | |
4309 | (amd64obsd_sigtramp_p): New function. | |
4310 | (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set | |
4311 | deprecated_pc_in_sigtramp. | |
4312 | * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member. | |
4313 | (i386bsd_pc_ins_sigtramp): Remove prototype. | |
4314 | (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes. | |
4315 | * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new | |
4316 | sigtramp_p member of `struct gdbarch_tdep'. Also check whether | |
4317 | the program counter is in the range specified by `struct | |
4318 | gdbarch_tdep'. | |
4319 | (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions. | |
4320 | (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions. | |
4321 | (i386_go32_pc_in_sigtramp): Remove function. | |
4322 | (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp. | |
4323 | Initialize TDEP->sigtramp_p. | |
4324 | (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL. | |
4325 | (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set | |
4326 | deprecated_pc_in_sigtramp. | |
4327 | * i386-linux-tdep.c: Adjust comments. | |
4328 | (i386_linux_pc_in_sigtramp): Remove function. | |
4329 | (i386_linux_sigtramp_p): New function. | |
4330 | (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set | |
4331 | deprecated_pc_in_sigtramp. | |
4332 | * i386-nto-tdep.c: Update copyright year. | |
4333 | (i386nto_pc_in_sigtramp): Remove function. | |
4334 | (i386nto_sigtramp_p): New function. | |
4335 | (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of | |
4336 | SP_REGNUM. | |
4337 | (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set | |
4338 | deprecated_pc_in_sigtramp. | |
4339 | * i386-sol2-tdep.c: Update copyright year. | |
4340 | (i386_sol2_pc_in_sigtramp): Remove function. | |
4341 | (i386_sol2_sigtramp_p): New function. | |
4342 | (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set | |
4343 | deprecated_pc_in_sigtramp. | |
4344 | * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function. | |
4345 | (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions. | |
4346 | (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp, | |
4347 | deprecated_sigtramp_start and deprecated_sigtramp_end. | |
4348 | * i386nbsd-tdep.c: Include "frame.h" and "symtab.h". | |
4349 | (i386nbsd_pc_in_sigtramp): Remove function. | |
4350 | (i386nbsd_sigtramp_p): New function. | |
4351 | (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp, | |
4352 | deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize | |
4353 | TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p. | |
4354 | * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h". | |
4355 | (i386obsd_pc_in_sigtramp): Remove function. | |
4356 | (i386obsd_sigtramp_p): New function. | |
4357 | (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove | |
4358 | functions. | |
4359 | (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp, | |
4360 | deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize | |
4361 | TDEP->sigtramp_p. | |
4362 | * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o, | |
4363 | amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update | |
4364 | dependencies. | |
4365 | ||
e083e6ec MK |
4366 | * config/i386/i386aout.mt: Remove file. |
4367 | ||
bd153b94 MK |
4368 | * configure.tgt: Remove i[34567]86-*-go32*, |
4369 | i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv* | |
4370 | and i[34567]86-*-isc*. Set gdb_target to i386 for | |
4371 | i[34567]86-*-netware* and i[34567]86-*-*. | |
4372 | * config/i386/i386.mt: New file. | |
4373 | * config/i386/embed.mt: Remove file. | |
4374 | * config/i386/go32.mt: Remove file. | |
4375 | * config/i386/i386nw.mt: Remove file. | |
4376 | * config/i386/i386v.mt: Remove file. | |
4377 | * config/i386/tm-go32.h: Remove file. | |
4378 | ||
4a1bcc8c MK |
4379 | * tui/tui-hooks.c: Include "readline/readline.h" after |
4380 | "gdb_curses.h" instead of before. | |
4381 | * tui/tui-io.c: Likewise. | |
4382 | ||
f9a79064 MK |
4383 | * tui/tui.c: Fix typo in comment. |
4384 | ||
b31bc724 MK |
4385 | * sparc64-tdep.c (sparc_address_from_register): Remove function. |
4386 | ||
f83f82bc AC |
4387 | 2004-04-08 Andrew Cagney <[email protected]> |
4388 | ||
4389 | * breakpoint.h (deprecated_exception_catchpoints_are_fragile) | |
4390 | (deprecated_exception_support_initialized): Declare. | |
8718a420 | 4391 | * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support) |
f83f82bc AC |
4392 | (initialize_hp_cxx_exception_support) |
4393 | (child_enable_exception_callback): Update. | |
4394 | * breakpoint.c (deprecated_exception_catchpoints_are_fragile) | |
4395 | (deprecated_exception_support_initialized): Rename | |
4396 | deprecated_exception_catchpoints_are_fragile and | |
4397 | deprecated_exception_support_initialized. | |
4398 | (breakpoint_init_inferior, breakpoint_init_inferior): Update. | |
4399 | ||
4400 | * symtab.c (deprecated_hp_som_som_object_present): Rename | |
4401 | hp_som_som_object_present. | |
4402 | * symtab.h (deprecated_hp_som_som_object_present): Declare. | |
4403 | * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS): | |
4404 | Update. Delete extern declaration. | |
4405 | * valops.c (hp_som_som_object_present): Ditto. | |
8718a420 | 4406 | * parse.c (deprecated_hp_som_som_object_present) |
f83f82bc AC |
4407 | (parse_nested_classes_for_hpacc): Ditto. |
4408 | * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto. | |
8718a420 | 4409 | * hppa-hpux-tdep.c (hp_som_som_object_present) |
f83f82bc AC |
4410 | (initialize_hp_cxx_exception_support): Ditto. |
4411 | * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto. | |
8718a420 | 4412 | * cp-valprint.c (hp_som_som_object_present) |
f83f82bc | 4413 | (cp_print_class_method): Ditto. |
8718a420 | 4414 | * c-typeprint.c (hp_som_som_object_present): |
f83f82bc AC |
4415 | (c_type_print_base): Ditto. |
4416 | * c-exp.y (hp_som_som_object_present): Ditto. | |
4417 | ||
fb2be677 AC |
4418 | 2004-04-08 Andrew Cagney <[email protected]> |
4419 | ||
4420 | * frame-unwind.c (struct frame_unwind_table, frame_unwind_init) | |
4421 | (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer) | |
4422 | (frame_unwind_find_by_frame): Re-implement the unwind code so | |
4423 | that it can both prepend and append sniffers. Replace | |
4424 | frame_unwind_register_unwinder with frame_unwind_prepend_unwinder. | |
4425 | * tramp-frame.c (tramp_frame_append): Use | |
4426 | frame_unwind_prepend_unwinder. | |
4427 | * frame-unwind.h (frame_unwind_prepend_unwinder): Replace | |
4428 | frame_unwind_register_unwinder. | |
4429 | * tramp-frame.h (tramp_frame_prepend_unwinder): Rename | |
4430 | tramp_frame_append. | |
4431 | * tramp-frame.c (tramp_frame_prepend_unwinder): Update. | |
8718a420 | 4432 | * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi) |
fb2be677 AC |
4433 | (mips_linux_init_abi): Update. |
4434 | ||
67faf007 KB |
4435 | 2004-04-08 Kevin Buettner <[email protected]> |
4436 | ||
4437 | * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG) | |
4438 | (ELF_FPREGSET_SIZE): Delete constants formerly used in core | |
4439 | file support. | |
4440 | ||
8973ff21 KB |
4441 | 2004-04-07 Kevin Buettner <[email protected]> |
4442 | ||
4443 | * ia64-tdep.c (elf.h): Don't include. | |
4444 | (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include. | |
4445 | ||
4a0e2f88 JM |
4446 | 2004-04-07 Jason Molenda ([email protected]) |
4447 | ||
4448 | * frame.h: Typeo corrections in comments. | |
4449 | ||
9872ad24 JB |
4450 | 2004-04-07 Jim Blandy <[email protected]> |
4451 | ||
4452 | * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for | |
4453 | %esp and %ebp | |
4454 | ||
70b216c8 MK |
4455 | 2004-04-07 Mark Kettenis <[email protected]> |
4456 | ||
11d5789c MK |
4457 | * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o. |
4458 | * config/sparc/linux64.mt (TDEPFILES): Likewise. | |
4459 | * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o. | |
4460 | * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o | |
4461 | and solib-legacy.o. | |
4462 | * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and | |
4463 | solib-svr4.o. | |
4464 | * config/sparc/tm-sol2.h: Update copyright year. Include | |
4465 | "solib.h". | |
4466 | ||
70b216c8 MK |
4467 | * sparc-sol2-tdep.c: Update copyright year. Include |
4468 | "solib-svr4.h". | |
4469 | (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets. | |
4470 | * sparc64-sol2-tdep.c: Include "solib-svr4.h". | |
4471 | (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets. | |
096f864c | 4472 | * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update |
70b216c8 MK |
4473 | dependencies. |
4474 | ||
6339dc9e AC |
4475 | 2004-04-06 Andrew Cagney <[email protected]> |
4476 | ||
4477 | * infttrace.c: Include "infttrace.h". | |
4478 | * infttrace.h: Include "target.h". | |
4479 | * Makefile.in (infttrace_h): Update. | |
4480 | (infttrace.o): Update. | |
8718a420 | 4481 | |
93449403 AC |
4482 | 2004-04-06 Andrew Cagney <[email protected]> |
4483 | ||
6d518969 AC |
4484 | * hppah-nat.c (hpux_has_forked, hpux_has_vforked) |
4485 | (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h", | |
4486 | move extern declarations from here ... | |
4487 | * infttrace.h: ... to here. | |
4488 | * Makefile.in (hppah-nat.o): Update dependencies. | |
4489 | ||
85f4f2d8 AC |
4490 | * hppa-tdep.c (hppa_breakpoint_from_pc): Make static. |
4491 | (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc | |
8718a420 | 4492 | * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32): |
85f4f2d8 AC |
4493 | (hppa_breakpoint_from_pc): Delete. |
4494 | ||
93449403 AC |
4495 | * MAINTAINERS: Mark hppa-elf as buildable with -Werror. |
4496 | ||
71456ec6 AC |
4497 | 2004-04-05 Andrew Cagney <[email protected]> |
4498 | ||
4499 | * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>, | |
4500 | <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h", | |
4501 | <sys/file.h>. | |
8718a420 | 4502 | |
4c02c60c AC |
4503 | 2004-04-06 Randolph Chung <[email protected]> |
4504 | ||
4505 | Committed by Andrew Cagney (mechanical change). | |
4506 | * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present, | |
4507 | exception_catchpoints_are_fragile, find_stub_with_shl_get, | |
4508 | cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support, | |
4509 | child_enable_exception_callback, current_ex_event, | |
4510 | null_symtab_and_line, child_get_current_exception_event, | |
4511 | HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value, | |
4512 | HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw, | |
4513 | HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support, | |
4514 | hp_cxx_exception_support_initialized, eh_notify_hook_addr, | |
4515 | eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr, | |
4516 | eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior): | |
4517 | Move hpux-specific definitions ... | |
4518 | * hppa-hpux-tdep.c: ... to here. | |
4519 | ||
3a515653 AC |
4520 | 2004-04-05 Andrew Cagney <[email protected]> |
4521 | ||
4522 | * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to | |
4523 | skip_prologue_using_sal. | |
4524 | ||
c1730d02 AC |
4525 | 2004-04-05 Andrew Cagney <[email protected]> |
4526 | ||
4527 | * config/i386/tm-i386.h: Delete file. | |
4528 | * config/i386/tm-vxworks.h: Update copyright, do not include | |
4529 | "tm-i386.h". | |
4530 | * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto. | |
4531 | * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto. | |
4532 | * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto. | |
4533 | * config/i386/ncr3000.mt (TM_FILE): Delete. | |
4534 | * config/i386/interix.mt (TM_FILE): Delete. | |
4535 | * config/i386/i386v.mt (TM_FILE): Delete. | |
4536 | * config/i386/i386nw.mt (TM_FILE): Delete. | |
4537 | * config/i386/i386gnu.mt (TM_FILE): Delete. | |
4538 | * config/i386/i386aout.mt (TM_FILE): Delete. | |
4539 | * config/i386/embed.mt (TM_FILE): Delete. | |
4540 | ||
8b67aa36 KB |
4541 | 2004-04-05 Kevin Buettner <[email protected]> |
4542 | ||
4543 | * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum) | |
4544 | (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum) | |
4545 | (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum) | |
4546 | (accg7_regnum): New constants. | |
4547 | (last_spr_regnum, last_pseudo_regnum): Update. | |
c2f59a1a KB |
4548 | * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7, |
4549 | accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1. | |
8b67aa36 KB |
4550 | (frv_pseudo_register_read, frv_pseudo_register_write): Add support |
4551 | for accg registers. | |
4552 | (frv_register_sim_regno): Update spr_map[]. | |
4553 | ||
3c7012f5 AC |
4554 | 2004-04-04 Andrew Cagney <[email protected]> |
4555 | ||
4556 | * config/mips/xm-riscos.h: Delete. | |
4557 | * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete. | |
4558 | * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete. | |
4559 | * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete. | |
4560 | * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete. | |
4561 | * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete. | |
4562 | * config/mips/decstation.mh, config/mips/littlemips.mh: Delete. | |
4563 | * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete. | |
4564 | * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete. | |
4565 | * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete. | |
4566 | * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete. | |
4567 | * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete. | |
4568 | * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete. | |
4569 | * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete. | |
4570 | * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete. | |
4571 | * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete. | |
4572 | * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete. | |
4573 | * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete. | |
4574 | * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete. | |
4575 | * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete. | |
4576 | * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete. | |
4577 | * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete. | |
4578 | * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete. | |
4579 | * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete. | |
4580 | * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete. | |
4581 | * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete. | |
4582 | * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete. | |
8718a420 | 4583 | |
3c7012f5 AC |
4584 | * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*, |
4585 | m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*, | |
4586 | m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*. | |
4587 | * configure.host: Remove m680[01]0-sun-sunos3*, | |
4588 | m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*, | |
4589 | m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*, | |
4590 | m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*, | |
4591 | mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*, | |
4592 | mips-*-riscos*. | |
4593 | * NEWS: Mention removed systems. | |
4594 | ||
99d16a21 AC |
4595 | 2004-04-04 Andrew Cagney <[email protected]> |
4596 | ||
4597 | GDB 6.1 release created from 6.1 branch. | |
4598 | ||
6cdf9d98 AC |
4599 | 2004-04-04 Andrew Cagney <[email protected]> |
4600 | ||
98d346c3 AC |
4601 | * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy. |
4602 | * remote-vxmips.c (vx_read_register, vx_write_register): Ditto. | |
4603 | * remote-vx68.c (vx_read_register, vx_write_register): Ditto. | |
4604 | ||
6cdf9d98 AC |
4605 | * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete. |
4606 | * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete. | |
4607 | * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete. | |
4608 | ||
859a326d JB |
4609 | 2004-04-03 Jim Blandy <[email protected]> |
4610 | ||
4611 | * MAINTAINERS: Chris Faylor has changed employers; add him to | |
4612 | "paper trail" section, and update his E-mail address. | |
4613 | ||
b87178c3 AC |
4614 | 2004-04-03 Andrew Cagney <[email protected]> |
4615 | ||
4ea2acf0 AC |
4616 | * frame-unwind.c (frame_unwind_find_by_frame): Delete check for |
4617 | generic dummy frames. | |
4618 | * dummy-frame.c: Update copyright. | |
4619 | (dummy_frame_sniffer): Delete check for generic dummy frames. | |
4620 | ||
d0bd2d18 | 4621 | * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete. |
8718a420 | 4622 | * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS) |
d0bd2d18 AC |
4623 | (REG_PARM_STACK_SPACE): Delete. |
4624 | * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call): | |
4625 | Inline reference to REG_PARM_STACK_SPACE. | |
4626 | ||
b87178c3 AC |
4627 | * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP) |
4628 | (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP) | |
4629 | (hppa32_hpux_frame_find_saved_regs_in_sigtramp) | |
4630 | (FRAME_BASE_BEFORE_SIGTRAMP) | |
4631 | (hppa32_hpux_frame_base_before_sigtramp) | |
4632 | (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete. | |
4633 | * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp) | |
4634 | (hppa64_hpux_frame_find_saved_regs_in_sigtramp) | |
4635 | (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP) | |
4636 | (FRAME_BASE_BEFORE_SIGTRAMP) | |
4637 | (hppa64_hpux_frame_base_before_sigtramp) | |
4638 | (FRAME_SAVED_PC_IN_SIGTRAMP): Delete. | |
4639 | ||
43e2e1a0 AC |
4640 | 2004-04-03 Andrew Cagney <[email protected]> |
4641 | ||
4642 | * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00. | |
4643 | ||
ddc135a4 AC |
4644 | 2004-04-02 Andrew Cagney <[email protected]> |
4645 | ||
4646 | * sh64-tdep.c (sh64_init_extra_frame_info): Replace | |
4647 | DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify. | |
4648 | * dummy-frame.h: Delete out-of-date comments. | |
4649 | * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete. | |
4650 | * gdbarch.h, gdbarch.c: Re-generate. | |
4651 | ||
d15bfd3a | 4652 | 2004-04-02 Joel Brobecker <[email protected]> |
8718a420 | 4653 | |
d15bfd3a AC |
4654 | Committed by Andrew Cagney <[email protected]>. |
4655 | * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take | |
4656 | into account an instruction saving a register if we have already | |
4657 | seen an earlier instruction saving that same register. | |
4658 | ||
f04ceafa AC |
4659 | 2004-04-02 Andrew Cagney <[email protected]> |
4660 | ||
08be3abd AC |
4661 | * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete. |
4662 | * gdbarch.h, gdbarch.c: Re-generate. | |
4663 | * frame.c (legacy_get_prev_frame): Delete references to | |
4664 | DEPRECATED_INIT_FRAME_PC_FIRST. | |
4665 | ||
f04ceafa AC |
4666 | * infrun.c (pc_in_sigtramp): Delete function. |
4667 | (check_sigtramp2): Inline call to pc_in_sigtramp, use | |
4668 | get_frame_type. | |
4669 | ||
08e69816 AC |
4670 | 2004-04-02 Andrew Cagney <[email protected]> |
4671 | ||
4672 | * infrun.c (handle_step_into_function): Delete code conditional on | |
4673 | legacy_frame_p. | |
4674 | (handle_inferior_event, step_over_function): Ditto. | |
4675 | ||
adb54772 AC |
4676 | 2004-04-02 Andrew Cagney <[email protected]> |
4677 | ||
4678 | * frame.c (get_prev_frame_1): Exclude signal trampolines from the | |
4679 | "previous frame inner to this frame" test. | |
4680 | ||
304396fb AC |
4681 | 2004-04-02 Andrew Cagney <[email protected]> |
4682 | ||
4683 | * frame.c (safe_frame_unwind_memory): New function. | |
4684 | * frame.h (safe_frame_unwind_memory): Declare. Update description | |
4685 | of /safe_/ methods. | |
4686 | * tramp-frame.c (tramp_frame_start): Re-order parmeters, add | |
4687 | "next_frame". Use safe_frame_unwind_memory. | |
4688 | (tramp_frame_sniffer): Update call to tramp_frame_start. | |
4689 | ||
6502dd73 DJ |
4690 | 2004-04-01 Daniel Jacobowitz <[email protected]> |
4691 | ||
4692 | * dwarf2read.c (dwarf2_objfile_data_key): New. | |
4693 | (struct dwarf2_per_objfile, dwarf2_per_objfile): New. | |
4694 | (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size) | |
4695 | (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size) | |
4696 | (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size) | |
4697 | (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer) | |
4698 | (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer) | |
4699 | (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer): | |
4700 | Remove variables. | |
4701 | (struct dwarf2_pinfo): Remove per-objfile members. Update comments. | |
4702 | (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE) | |
4703 | (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE) | |
4704 | (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER) | |
4705 | (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER) | |
4706 | (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER): | |
4707 | Remove macros. | |
4708 | (dwarf2_has_info): Take an objfile argument. Allocate per-objfile | |
4709 | data. | |
4710 | (dwarf2_locate_sections, dwarf2_build_psymtabs) | |
4711 | (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard) | |
4712 | (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs) | |
4713 | (read_partial_die, read_full_die, read_indirect_string) | |
4714 | (dwarf_decode_line_header, dwarf_decode_macros) | |
4715 | (dwarf2_symbol_mark_computed): Remove use of removed macros. | |
4716 | Update uses of removed variables. | |
4717 | (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use | |
4718 | of removed macros. | |
4719 | (_initialize_dwarf2_read): New function. | |
4720 | * symfile.h (dwarf2_has_info): Update prototype. | |
4721 | * coffread.c (coff_symfile_read): Update call to dwarf2_has_info. | |
4722 | * elfread.c (elf_symfile_read): Likewise. | |
4723 | ||
408752b0 JB |
4724 | 2004-04-01 Jim Blandy <[email protected]> |
4725 | ||
9f744501 JB |
4726 | * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified |
4727 | function for register numbers on all the rs6000-derived targets. | |
4728 | (rs6000_gdbarch_init): Don't register a separate | |
4729 | gdbarch_dwarf2_reg_to_regnum function for the E500. Use | |
4730 | rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all | |
4731 | variants. | |
4732 | ||
408752b0 JB |
4733 | * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register |
4734 | numbering. | |
4735 | ||
2de41bce PH |
4736 | 2004-04-01 Paul N. Hilfinger <[email protected]> |
4737 | ||
4738 | * valarith.c: Update copyright notice. | |
4739 | (value_add): Handle range types. | |
4740 | (value_sub): Ditto. | |
4741 | (value_equal): Ditto. | |
4742 | (value_less): Ditto. | |
4743 | (value_neg): Ditto. | |
4744 | (value_complement): Ditto. | |
8718a420 | 4745 | (value_binop): Simplify slightly by using is_integral_type and |
2de41bce | 4746 | eliminiating unnecessary COERCE_ENUMs. |
8718a420 | 4747 | |
5613d8d3 AC |
4748 | 2004-03-31 Andrew Cagney <[email protected]> |
4749 | ||
4750 | * frame.h (frame_unwind_id): Declare. | |
4751 | * frame.c (frame_unwind_id): New function. | |
4752 | (get_prev_frame_1): New function. | |
4753 | (frame_debug_got_null_frame): New function. | |
4754 | (get_prev_frame): Use frame_debug_got_null_frame. Move unwind | |
4755 | code proper to prev_frame, update description. | |
4756 | * infrun.c (step_over_function): Use frame_unwind_id. | |
4757 | ||
c4557624 JB |
4758 | 2004-04-31 J. Brobecker <[email protected]> |
4759 | ||
4760 | * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer. | |
4761 | (hppa64_push_dummy_call): Likewise. | |
4762 | ||
3e6bb910 JB |
4763 | 2004-03-30 Jim Blandy <[email protected]> |
4764 | ||
4765 | From Ulrich Weigand: | |
4766 | * utils.c (query): Do not use a va_list variable multiple times. | |
4767 | ||
a2f23071 DJ |
4768 | 2004-03-29 Daniel Jacobowitz <[email protected]> |
4769 | ||
4770 | * Makefile.in (linux_nat_h): Update dependencies. | |
4771 | * configure.in: Check for <gnu/libc-version.h>. | |
4772 | * configure: Regenerate. | |
4773 | * config.in: Regenerate. | |
4774 | * linux-nat.h: Include "target.h". Add waitstatus field to | |
4775 | struct lwp_info. | |
4776 | * lin-lwp.c (add_lwp): Initialize waitstatus.kind. | |
4777 | (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached | |
4778 | to. | |
4779 | (lin_lwp_handle_extended): New function. Handle clone events. | |
4780 | (wait_lwp): Use lin_lwp_handle_extended. Update comment about | |
4781 | thread exit events. | |
4782 | (child_wait): Handle clone events. | |
4783 | (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events. | |
4784 | * linux-nat.c (linux_enable_event_reporting): Turn on | |
4785 | PTRACE_O_TRACECLONE. | |
4786 | (linux_handle_extended_wait): Handle clone events. | |
4787 | * thread-db.c: Include <gnu/libc-version.h>. | |
4788 | (struct private_thread_info): Add dying flag. | |
4789 | (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and | |
4790 | higher. | |
4791 | (attach_thread): Update comments. Handle dying threads. | |
4792 | (detach_thread): Set the dying flag. | |
4793 | (check_event): Always call attach_thread. | |
4794 | ||
8d5f9dcb DJ |
4795 | 2004-03-29 Daniel Jacobowitz <[email protected]> |
4796 | ||
4797 | * mips-tdep.c (mips_pdr_data): New. | |
4798 | (non_heuristic_proc_desc): Use objfile_data and set_objfile_data. | |
4799 | (_initialize_mips_tdep): Initialize mips_pdr_data. | |
4800 | ||
66337bb1 CV |
4801 | 2004-03-29 Corinna Vinschen <[email protected]> |
4802 | ||
4803 | * minsyms.c (install_minimal_symbols): Move dropping leading | |
4804 | char from linkage name from here... | |
4805 | (prim_record_minimal_symbol_and_info): ...to here. Simplify | |
4806 | test for "__gnu_compiled*" symbols. | |
4807 | ||
e802b915 JB |
4808 | 2004-03-28 Jim Blandy <[email protected]> |
4809 | ||
4810 | * rs6000-tdep.c (skip_prologue): Recognize moves from argument | |
4811 | registers to temp register r0 and byte stores as prologue | |
4812 | instructions. | |
4813 | ||
72b56458 AC |
4814 | 2004-03-28 Andrew Cagney <[email protected]> |
4815 | ||
4816 | * PROBLEMS (Stack backtraces): Rewrite. Remove reference to | |
4817 | arm*-*-*. | |
4818 | ||
0bfbda3b SC |
4819 | 2004-03-28 Stephane Carrez <[email protected]> |
4820 | ||
4821 | * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active | |
4822 | and switch the layout to force a display of register window. | |
4823 | ||
5a7225ed JB |
4824 | 2004-02-26 J. Brobecker <[email protected]> |
4825 | ||
4826 | * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part | |
4827 | of the INTEGER class. | |
4828 | ||
81a07a45 JB |
4829 | 2004-03-26 Jim Blandy <[email protected]> |
4830 | ||
4831 | * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight | |
4832 | bytes long on PPC GNU/Linux. | |
4833 | ||
8c691c7a DC |
4834 | 2004-03-26 David Carlton <[email protected]> |
4835 | ||
4836 | * PROBLEMS: Refer to gdb/1588 instead of gdb/826. | |
4837 | ||
103a0089 AC |
4838 | 2004-03-25 Andrew Cagney <[email protected]> |
4839 | ||
4840 | * PROBLEMS: Add general section titles, remove references to | |
4841 | specific releases. | |
4842 | ||
7a5ea0d4 DJ |
4843 | 2004-03-25 Daniel Jacobowitz <[email protected]> |
4844 | ||
4845 | * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to | |
4846 | INT_REGISTER_SIZE. | |
4847 | (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of | |
4848 | FP_REGISTER_VIRTUAL_SIZE. | |
4849 | * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead | |
4850 | of DEPRECATED_REGISTER_RAW_SIZE. | |
4851 | (arm_register_type): Add gdbarch argument. | |
4852 | (arm_register_raw_size, arm_register_virtual_size): Delete. | |
4853 | (arm_register_byte, arm_extract_return_value) | |
4854 | (arm_store_return_value, arm_get_longjmp_target): Update references | |
4855 | to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE. | |
4856 | (arm_gdbarch_init): Likewise. Don't set | |
4857 | deprecated_register_raw_size, deprecated_register_virtual_size, | |
4858 | deprecated_max_register_raw_size, | |
4859 | deprecated_max_register_virtual_size, or | |
4860 | deprecated_max_register_virtual_type. Do set register_type. | |
4861 | * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE) | |
4862 | (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE) | |
4863 | (FP_REGISTER_VIRTUAL_SIZE): Delete. | |
4864 | (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE. | |
4865 | (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE. | |
4866 | * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to | |
4867 | INT_REGISTER_SIZE. | |
4868 | * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE. | |
4869 | (remote_rdp_store_register): Likewise. | |
4870 | ||
5792a79b DJ |
4871 | 2004-03-24 Daniel Jacobowitz <[email protected]> |
4872 | ||
4873 | * Makefile.in (mips-linux-tdep.o): Update dependencies. | |
4874 | * mips-tdep.c (mips_gdbarch_init): Move frame predicates | |
4875 | to after osabi initialization. | |
4876 | * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h". | |
4877 | (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New | |
4878 | functions. | |
4879 | (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe) | |
4880 | (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New | |
4881 | variables. | |
4882 | (mips_linux_init_abi): Append signal trampoline unwinders. | |
4883 | ||
1196bfda AC |
4884 | 2004-03-24 Andrew Cagney <[email protected]> |
4885 | ||
4886 | * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document. | |
4887 | * tramp-frame.c: Include "gdb_assert.h". | |
4888 | (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and | |
4889 | correct sizeof. | |
4890 | (tramp_frame_append): Validate the tramp frame's instructions. | |
4891 | * Makefile.in (tramp-frame.o): Update dependencies. | |
4892 | ||
4be282b4 AC |
4893 | 2004-03-23 Andrew Cagney <[email protected]> |
4894 | ||
4895 | * trad-frame.h (trad_frame_set_reg_addr): Declare. | |
4896 | ||
69aec09b AC |
4897 | 2004-03-23 Andrew Cagney <[email protected]> |
4898 | ||
4899 | * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando | |
4900 | Nasser as past testsuite/lib/ (and other) maintainers. | |
4901 | ||
63ed89b4 DJ |
4902 | 2004-03-23 Daniel Jacobowitz <[email protected]> |
4903 | ||
4904 | * infcmd.c (attach_command): Reread symbols if we already have | |
4905 | an exec file. | |
4906 | ||
f3b36427 AC |
4907 | 2004-03-23 Andrew Cagney <[email protected]> |
4908 | ||
4909 | * rs6000-tdep.c (frame_get_saved_regs): Delete unused function. | |
4910 | ||
aa2a3f87 AC |
4911 | 2004-03-23 Andrew Cagney <[email protected]> |
4912 | ||
4913 | * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate. | |
4914 | * gdbarch.h, gdbarch.c: Re-generate. | |
4915 | * i386obsd-tdep.c (i386obsd_init_abi): Update. | |
4916 | * i386nbsd-tdep.c (i386nbsd_init_abi): Update. | |
4917 | * i386bsd-tdep.c (i386bsd_init_abi): Update. | |
8718a420 | 4918 | * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END) |
aa2a3f87 | 4919 | (DEPRECATED_SIGTRAMP_START): Update. |
8718a420 | 4920 | * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END) |
aa2a3f87 AC |
4921 | (DEPRECATED_SIGTRAMP_START): Update. |
4922 | * blockframe.c (find_pc_sect_partial_function): Update. | |
4923 | * arch-utils.c (legacy_pc_in_sigtramp): Update. | |
4924 | ||
00cac895 DJ |
4925 | 2004-03-23 Daniel Jacobowitz <[email protected]> |
4926 | ||
4927 | * remote.c (remote_open_1): Reopen the exec file and reread symbols | |
4928 | if necessary. | |
4929 | ||
f561f026 AC |
4930 | 2004-03-23 Andrew Cagney <[email protected]> |
4931 | ||
4932 | * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with | |
4933 | predicate, deprecate. | |
4934 | * gdbarch.h, gdbarch.c: Re-generate. | |
4935 | * alpha-linux-tdep.c (alpha_linux_init_abi): Update. | |
4936 | * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update. | |
4937 | * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update. | |
4938 | * alphafbsd-tdep.c (alphafbsd_init_abi): Update. | |
4939 | * alphanbsd-tdep.c (alphanbsd_init_abi): Update. | |
4940 | * amd64-linux-tdep.c (amd64_linux_init_abi): Update. | |
4941 | * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update. | |
4942 | * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update. | |
4943 | * amd64obsd-tdep.c (amd64obsd_init_abi): Update. | |
4944 | * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update. | |
4945 | * blockframe.c (find_pc_partial_function): Update. | |
4946 | * breakpoint.c (bpstat_what): Update. | |
4947 | * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update. | |
4948 | * frv-linux-tdep.c (frv_linux_init_abi): Update. | |
4949 | * frv-tdep.c (frv_sigtramp_frame_sniffer): Update. | |
4950 | * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update. | |
4951 | * i386-interix-tdep.c (i386_interix_init_abi): Update. | |
4952 | * i386-linux-tdep.c (i386_linux_init_abi): Update. | |
4953 | * i386-nto-tdep.c (i386nto_init_abi): Update. | |
4954 | * i386-sol2-tdep.c (i386_sol2_init_abi): Update. | |
4955 | * i386-tdep.c (i386_sigtramp_frame_sniffer) | |
4956 | (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update. | |
4957 | * i386bsd-tdep.c (i386bsd_init_abi): Update. | |
4958 | * i386nbsd-tdep.c (i386nbsd_init_abi): Update. | |
4959 | * i386obsd-tdep.c (i386obsd_init_abi): Update. | |
4960 | * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update. | |
4961 | * infrun.c (pc_in_sigtramp): Update. | |
4962 | * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update. | |
4963 | * m68klinux-tdep.c (m68k_linux_init_abi): Update. | |
4964 | * mips-tdep.c (mips_gdbarch_init): Update. | |
4965 | * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update. | |
4966 | * ppc-linux-tdep.c: Update comment. | |
4967 | * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update. | |
4968 | * shnbsd-tdep.c (shnbsd_init_abi): Update. | |
4969 | * sparc-linux-tdep.c (sparc32_linux_init_abi): Update. | |
4970 | * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update. | |
4971 | * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update. | |
4972 | * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update. | |
4973 | * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update. | |
4974 | * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update. | |
4975 | * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update. | |
4976 | * sparcobsd-tdep.c (sparc32obsd_init_abi): Update. | |
8718a420 | 4977 | |
8050c72f AC |
4978 | 2004-03-23 Andrew Cagney <[email protected]> |
4979 | ||
d2259dd3 AC |
4980 | * tramp-frame.h, tramp-frame.h: New files. |
4981 | * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o): | |
4982 | Update rules to include "tramp-frame.h" and "tramp-frame.c". | |
4983 | ||
8050c72f AC |
4984 | * Makefile.in: Update all dependencies. |
4985 | ||
0db9b4b7 AC |
4986 | 2004-03-23 Andrew Cagney <[email protected]> |
4987 | ||
4988 | * Makefile.in (trad_frame_h): Add $(frame_h). | |
4989 | * trad-frame.h: Update copyright. Include "frame.h". | |
4990 | (struct trad_frame_cache, trad_frame_cache_zalloc): Declare. | |
4991 | (trad_frame_set_id, trad_frame_get_id): Declare. | |
4992 | (trad_frame_set_reg_addr, trad_frame_get_register): Declare. | |
4993 | * trad-frame.c: Update copyright. | |
4994 | (struct trad_frame_cache): Define. | |
4995 | (trad_frame_cache_zalloc): New function. | |
4996 | (trad_frame_set_id, trad_frame_get_id): New functions. | |
4997 | (trad_frame_set_reg_addr, trad_frame_get_register): New functions. | |
8718a420 | 4998 | |
8e645ae7 AC |
4999 | 2004-03-22 Andrew Cagney <[email protected]> |
5000 | ||
5001 | * s390-tdep.c (struct s390_stub_unwind_cache): Rename | |
5002 | s390_pltstub_unwind_cache. | |
5003 | (s390_stub_frame_unwind_cache): Rename | |
5004 | s390_pltstub_frame_unwind_cache. | |
5005 | (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id. | |
5006 | (s390_stub_frame_prev_register): Rename | |
5007 | s390_pltstub_frame_prev_register. | |
5008 | (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind. | |
5009 | (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer. | |
5010 | ||
5011 | From Ulrich Weigand: | |
5012 | * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function | |
5013 | pointer calls like PLT calls. | |
5014 | ||
34fcf120 DJ |
5015 | 2004-03-22 Daniel Jacobowitz <[email protected]> |
5016 | ||
5017 | * mips-tdep.c (non_heuristic_proc_desc): Search using the specified | |
5018 | PC rather than the partial function start address. Use the start | |
5019 | address to sanity check the found PDR. | |
5020 | ||
5b917078 DJ |
5021 | 2004-03-22 Daniel Jacobowitz <[email protected]> |
5022 | ||
5023 | * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to | |
5024 | linux_handle_extended_wait. | |
5025 | ||
8adf9e78 AC |
5026 | 2004-03-22 Andrew Cagney <[email protected]> |
5027 | ||
c3122434 AC |
5028 | * rs6000-tdep.c (frame_initial_stack_address): Delete unused |
5029 | function. | |
5030 | ||
8adf9e78 AC |
5031 | * frame.h (generic_pop_current_frame): Delete declaration. |
5032 | (deprecate_pop_dummy_frame): Deprecate | |
5033 | generic_pop_dummy_frame. | |
5034 | * dummy-frame.c (deprecated_pop_dummy_frame): Update. | |
5035 | (generic_pop_current_frame): Delete function. | |
5036 | * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to | |
5037 | generic_pop_current_frame. | |
5038 | * v850-tdep.c (v850_pop_frame): Update. | |
5039 | * mcore-tdep.c (mcore_pop_frame): Update. | |
5040 | * sh64-tdep.c (sh64_pop_frame): Update. | |
5041 | * h8300-tdep.c (h8300_pop_frame): Update. | |
5042 | ||
90ba813f AC |
5043 | 2004-03-22 Andrew Cagney <[email protected]> |
5044 | ||
5045 | * frame.h (deprecated_pc_in_call_dummy): Rename | |
5046 | generic_pc_in_call_dummy. | |
5047 | * dummy-frame.h (pc_in_dummy_frame): Delete declaration. | |
5048 | * dummy-frame.c (deprecated_pc_in_call_dummy): Rename | |
5049 | generic_pc_in_call_dummy. | |
5050 | (pc_in_dummy_frame): Make static. | |
5051 | * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update. | |
5052 | * gdbarch.h, gdbarch.c: Re-generate. | |
5053 | * dummy-frame.c (dummy_frame_sniffer): Simplify. | |
5054 | * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy. | |
5055 | (legacy_get_prev_frame): Ditto. | |
5056 | * inferior.h: Delete reference to generic_pc_in_call_dummy in | |
5057 | comment. | |
8718a420 | 5058 | |
ca4bb888 AC |
5059 | 2004-03-21 Andrew Cagney <[email protected]> |
5060 | ||
244675f9 AC |
5061 | * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete |
5062 | declaration and out-of-date comment. | |
5063 | * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point): | |
5064 | Delete function. | |
5065 | * mn10300-tdep.c (mn10300_gdbarch_init): Do not set | |
5066 | deprecated_pc_in_call_dummy. | |
5067 | ||
ca4bb888 AC |
5068 | * infrun.c (handle_inferior_event): For non legacy frames, use the |
5069 | frame ID and frame type to identify a signal trampoline. Update | |
5070 | comments. | |
5071 | ||
1777c7b4 NW |
5072 | 2004-03-21 Nathan J. Williams <[email protected]> |
5073 | ||
5074 | * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h". | |
5075 | * Makefile.in (mipsnbsd-tdep.o): Update dependencies. | |
5076 | ||
82417da5 AC |
5077 | 2004-03-21 Andrew Cagney <[email protected]> |
5078 | ||
5079 | * frame-unwind.h: Update copyright. | |
5080 | (struct frame_data): Add opaque declaration. | |
5081 | (frame_sniffer_ftype): Declare. | |
5082 | (struct frame_unwind): Add "unwind_data" and "sniffer". | |
5083 | (frame_unwind_register_unwinder): Declare. | |
5084 | (frame_unwind_find_by_frame): Add parameter "this_cache". | |
5085 | * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame) | |
5086 | (legacy_get_prev_frame, legacy_get_prev_frame) | |
5087 | (get_frame_type): Pass the prologue_cache to | |
5088 | frame_unwind_find_by_frame. | |
5089 | * frame-unwind.c (struct frame_unwind_table_entry): Add field | |
5090 | "unwinder". | |
5091 | (frame_unwind_register_unwinder): New function. | |
5092 | (frame_unwind_find_by_frame): Handle an unwind sniffer. | |
5093 | ||
b2ba182e PH |
5094 | 2004-03-20 Paul Hilfinger <[email protected]> |
5095 | ||
5096 | * bcache.c (print_percentage): Use floating point to avoid | |
5097 | incorrect results when portion*100 overflows. | |
5098 | ||
81332287 KB |
5099 | 2004-03-19 Kevin Buettner <[email protected]> |
5100 | ||
5101 | * ppc_tdep.h (ppc_linux_frame_saved_pc) | |
5102 | (ppc_linux_init_extra_frame_info) | |
5103 | (ppc_linux_frameless_function_invocation) | |
5104 | (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain) | |
5105 | (rs6000_frame_saved_pc, rs6000_init_extra_frame_info) | |
5106 | (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs) | |
5107 | (rs6000_frame_chain): Delete declarations. | |
5108 | * ppc-linux-tdep.c (ppc_linux_frame_saved_pc) | |
5109 | (ppc_linux_init_extra_frame_info) | |
5110 | (ppc_linux_frameless_function_invocation) | |
5111 | (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete. | |
5112 | (ppc_linux_init_abi): Remove registration of above deleted functions. | |
5113 | * rs6000-tdep.c (rs6000_init_extra_frame_info) | |
5114 | (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first) | |
5115 | (rs6000_frame_args_address, rs6000_saved_pc_after_call) | |
5116 | (rs6000_pop_frame, rs6000_frameless_function_invocation) | |
5117 | (rs6000_frame_saved_pc, rs6000_frame_chain): Delete. | |
5118 | (rs6000_gdbarch_init): Remove registration of above deleted functions. | |
5119 | Use rs6000_unwind_pc(), rs6000_frame_sniffer(), | |
5120 | rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for | |
5121 | frame management for all OSABIs. | |
5122 | ||
61a65099 KB |
5123 | 2004-03-19 Andrew Cagney <[email protected]> |
5124 | ||
5125 | Committed by Kevin Buettner <[email protected]>. | |
5126 | ||
5127 | * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h". | |
5128 | Update copyright. | |
5129 | (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache) | |
5130 | (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register) | |
5131 | (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer) | |
5132 | (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline | |
5133 | unwinders. #ifdef legacy frame code. | |
5134 | * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and | |
5135 | "frame-base.h". | |
5136 | (rs6000_unwind_pc, rs6000_unwind_dummy_id) | |
5137 | (struct rs6000_frame_cache, rs6000_frame_cache) | |
5138 | (rs6000_frame_this_id, rs6000_frame_prev_register) | |
5139 | (rs6000_frame_sniffer, rs6000_frame_unwind) | |
5140 | (rs6000_frame_base_address, rs6000_frame_base_sniffer) | |
5141 | (rs6000_frame_base): Implement a traditional frame unwinder. | |
5142 | (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the | |
5143 | frame unwinder. | |
5144 | ||
88f7da05 KB |
5145 | 2004-03-19 Kevin Buettner <[email protected]> |
5146 | ||
5147 | * breakpoint.c (adjust_breakpoint_address): Don't adjust | |
5148 | breakpoint address for watchpoints or the catch eventpoints. | |
5149 | Add new paramter ``bptype''. Adjust all callers. | |
5150 | ||
f826dce1 AC |
5151 | 2004-03-19 Andrew Cagney <[email protected]> |
5152 | ||
33cb8b0f AC |
5153 | * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro. |
5154 | ||
f826dce1 AC |
5155 | * PROBLEMS: Delete note that ARM does not use frame code, problem |
5156 | fixed. | |
5157 | ||
43b1ab88 AC |
5158 | 2004-03-18 Andrew Cagney <[email protected]> |
5159 | ||
292ab034 AC |
5160 | * stack.c (return_command): Delete code wrapped in #ifdef |
5161 | DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined. | |
5162 | ||
43b1ab88 AC |
5163 | * rs6000-tdep.c (skip_prologue): Record only the first LR save. |
5164 | ||
dbfe4626 AC |
5165 | 2004-03-18 Andrew Cagney <[email protected]> |
5166 | ||
5167 | * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with | |
5168 | DEPRECATED_IN_SIGTRAMP. | |
5169 | * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto. | |
5170 | * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto. | |
5171 | * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto. | |
5172 | * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto. | |
5173 | * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto. | |
5174 | * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto. | |
5175 | * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto. | |
5176 | * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto. | |
5177 | * arch-utils.c (legacy_pc_in_sigtramp): Ditto. | |
5178 | * arch-utils.h: Remove reference to IN_SIGTRAMP in comment. | |
5179 | ||
0cad6aec AC |
5180 | 2004-03-18 Andrew Cagney <[email protected]> |
5181 | ||
5182 | * frame-base.c: Update copyright. Include "gdb_obstack.h". | |
5183 | (struct frame_base_table_entry): Define. | |
5184 | (struct frame_base_table): Re-implement as a linked list. | |
5185 | (frame_base_init): Re-implement. | |
5186 | (frame_base_table): Delete function. | |
5187 | (append_predicate): Delete function. | |
5188 | (frame_base_append_sniffer): Update. | |
5189 | (frame_base_set_default): Update. | |
5190 | (frame_base_find_by_frame): Update. | |
5191 | (_initialize_frame_base): Use gdbarch_data_register_pre_init. | |
5192 | * Makefile.in (frame-base.o): Update dependencies. | |
5193 | ||
9982c2e7 AC |
5194 | 2004-03-17 Andrew Cagney <[email protected]> |
5195 | ||
5196 | * frame.c (legacy_get_prev_frame): Pass correct frame to | |
5197 | frame_unwind_find_by_frame. | |
5198 | ||
8dfe8985 DC |
5199 | 2004-03-17 David Carlton <[email protected]> |
5200 | ||
5201 | * NEWS: Mention C++ nested types and namespaces | |
5202 | ||
ed47347a MC |
5203 | 2004-03-16 Michael Chastain <[email protected]> |
5204 | ||
5205 | * PROBLEMS: Add section headers, "Regressions since gdb 6.0" | |
5206 | and "Regressions since gdb 5.3.". Add known regressions since | |
5207 | gdb 6.0. | |
5208 | ||
90aeadfc DC |
5209 | 2004-03-16 David Carlton <[email protected]> |
5210 | ||
5211 | * dwarf2read.c (process_structure_scope): Process children even | |
5212 | when we're a declaration. | |
5213 | ||
73912b9b AC |
5214 | 2004-03-16 Andrew Cagney <[email protected]> |
5215 | ||
5216 | * symtab.h (find_pc_sect_partial_function): Delete declaration. | |
5217 | * blockframe.c (find_pc_partial_function) | |
5218 | (find_pc_sect_partial_function): Merge into a single | |
5219 | find_pc_partial_function. | |
5220 | ||
283accbc MK |
5221 | 2004-03-16 Mark Kettenis <[email protected]> |
5222 | ||
5223 | * i386bsd-nat.c: s/regno/regnum/g. | |
5224 | (fetch_inferior_registers): Use I386_ST0_REGNUM instead of | |
5225 | FP0_REGNUM. | |
5226 | (store_inferior_registers): Likewise. | |
5227 | ||
f5b1afdf MK |
5228 | 2004-03-16 Mark Kettenis <[email protected]> |
5229 | ||
5230 | * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead | |
5231 | of i387_fill_fsave. | |
5232 | (store_inferior_registers): Call i387_collect_fsave and | |
5233 | i387_collect_fxsave instead of i387_fill_fsave and | |
5234 | i387_fill_fxsave. | |
5235 | ||
41fe5eb3 AC |
5236 | 2004-03-15 Andrew Cagney <[email protected]> |
5237 | ||
5238 | * Makefile.in (frame-unwind.o): Update dependencies. | |
5239 | * frame-unwind.c: Include "gdb_obstack.h". | |
5240 | (frame_unwind_init): Replace "gdbarch" parameter with an "obstack" | |
5241 | parameter. | |
5242 | (append_predicate): Delete function. | |
5243 | (struct frame_unwind_table_entry): New structure. | |
5244 | (struct frame_unwind_table): Replace "sniffer" with "head" and | |
5245 | "tail". | |
5246 | (frame_unwind_append_sniffer): Update. | |
5247 | (frame_unwind_find_by_frame): Update. | |
5248 | (_initialize_frame_unwind): Registe frame_unwind_init using | |
5249 | gdbarch_data_register_pre_init. | |
5250 | ||
3f63813d MK |
5251 | 2004-03-15 Mark Kettenis <[email protected]> |
5252 | ||
5253 | * i386bsd-nat.c: Update copyright year. | |
5254 | (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then | |
5255 | define unconditionally. | |
5256 | ||
3248c325 | 5257 | 2004-03-15 Mark Kettenis <[email protected]> |
63b6c53f MK |
5258 | |
5259 | * i387-tdep.h (i387_collect_fsave): New prototype. | |
5260 | * i387-tdep.c (i387_collect_fsave): New function containing most | |
5261 | of the code from i387_fill_fsave. | |
3248c325 | 5262 | (i387_fill_fsave): Call i387_collect_fsave. |
63b6c53f | 5263 | |
871fbe6a MK |
5264 | 2004-03-15 Mark Kettenis <[email protected]> |
5265 | ||
5266 | * i386-linux-tdep.c: Update copyright year. | |
5267 | (i386_linux_svr4_fetch_link_map_offsets): Remove function. | |
5268 | (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to | |
5269 | svr4_ilp32_link_map_offsets instead of | |
5270 | i386_linux_svr4_fetch_link_map_offsets. | |
5271 | ||
8176b9b8 DC |
5272 | 2004-03-15 David Carlton <[email protected]> |
5273 | ||
5274 | Fix for PR c++/1553: | |
5275 | * dwarf2read.c (read_structure_type): Determine type name by | |
5276 | calling determine_class_name. | |
5277 | (determine_class_name): New. | |
5278 | (determine_prefix): Look at TYPE_TAG_NAME and call | |
5279 | determine_class_name when appropriate. | |
5280 | (determine_prefix_aux, class_name): Delete. | |
9d58e29d | 5281 | (read_namespace): Set die->type. |
8176b9b8 | 5282 | |
fe8bf7d7 KB |
5283 | 2004-03-15 Kevin Buettner <[email protected]> |
5284 | ||
5285 | * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete | |
5286 | unused macro definition. The definition in target.h (or perhaps | |
5287 | elsewhere) takes precedence. | |
5288 | ||
ed6edd9b AC |
5289 | 2004-03-15 Andrew Cagney <[email protected]> |
5290 | ||
f9be684a AC |
5291 | * ppc-tdep.h: Update copyright. |
5292 | (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change | |
5293 | function signatures to match "regsets.h". | |
5294 | * ppc-linux-tdep.c: Include "regset.h". | |
5295 | (ELF_GREGSET_SIZE): Delete. | |
5296 | (right_supply_register): New function. | |
5297 | (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite | |
5298 | using right_supply_register. | |
5299 | (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New | |
5300 | functions. | |
5301 | (ppc64_linux_gregset, ppc32_linux_gregset): Define. | |
5302 | (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section. | |
5303 | (_initialize_ppc_linux_tdep): Do not register | |
5304 | ppc_linux_regset_core_fns. | |
5305 | (ppc_linux_regset_from_core_section): Replace | |
5306 | fetch_core_registers. | |
5307 | (ppc_linux_regset_core_fns): Delete. | |
5308 | * ppc-linux-nat.c: (right_fill_reg): New function. | |
5309 | (supply_gregset): Update call to ppc_linux_supply_gregset. | |
5310 | (fill_gregset): Clear the register set, use right_fill_reg. | |
5311 | (supply_fpregset): Update call to ppc_linux_supply_fpregset. | |
5312 | (fill_fpregset): Use right_fill_reg, correctly compute FP offsets. | |
5313 | ||
ed6edd9b AC |
5314 | * rs6000-tdep.c (rs6000_register_virtual_type): Make registers |
5315 | unsigned. | |
5316 | ||
030f20e1 AC |
5317 | 2004-03-15 Andrew Cagney <[email protected]> |
5318 | ||
5319 | * gdbarch.sh (gdbarch_data_pre_init_fytpe) | |
5320 | (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe) | |
5321 | (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype | |
5322 | and register_gdbarch_data. | |
5323 | (deprecated_set_gdbarch_data): Rename set_gdbarch_data. | |
5324 | (struct gdbarch_data): Replace "init" by "pre_init" and | |
5325 | "post_init". | |
5326 | * gdbarch.h, gdbarch.c: Re-generate. | |
5327 | * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter | |
5328 | with"obstack", use OBSTACK_ZALLOC. | |
5329 | (dwarf2_frame_ops): Delete. | |
5330 | (dwarf2_frame_set_init_reg): Use gdbarch_data. | |
5331 | (dwarf2_frame_init_reg): Use gdbarch_data. | |
5332 | (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init. | |
8718a420 | 5333 | * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets) |
030f20e1 AC |
5334 | (_initialize_svr4_solib): Update. |
5335 | * user-regs.c (_initialize_user_regs): Update. | |
5336 | * reggroups.c (_initialize_reggroup): Update. | |
5337 | * regcache.c (_initialize_regcache): Update. | |
5338 | * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update. | |
5339 | * libunwind-frame.c (_initialize_libunwind_frame): Update. | |
5340 | * gnu-v3-abi.c (init_gnuv3_ops): Update. | |
5341 | * frame-unwind.c (_initialize_frame_unwind): Update. | |
5342 | * frame-base.c (_initialize_frame_base): Update. | |
5343 | * user-regs.c (user_reg_add): Update. | |
5344 | * reggroups.c (reggroup_add): Update. | |
5345 | * mips-linux-tdep.c (set_mips_linux_register_addr): Update. | |
5346 | * libunwind-frame.c (libunwind_frame_set_descr): Update. | |
5347 | * frame-unwind.c (frame_unwind_append_sniffer): Update. | |
5348 | * frame-base.c (frame_base_table): Update. | |
5349 | * remote.c (_initialize_remote): Update. | |
5350 | * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define. | |
8718a420 | 5351 | |
3111a3fc AC |
5352 | 2004-03-15 Andrew Cagney <[email protected]> |
5353 | ||
5354 | * cris-tdep.c (bfd_lookup_symbol): Delete unused function. | |
5355 | ||
5ecb7103 KB |
5356 | 2004-03-15 Kevin Buettner <[email protected]> |
5357 | ||
5358 | * Makefile.in (frv-linux-tdep.o): Add dependencies. | |
5359 | * frv-linux-tdep.c: New file. | |
5360 | * frv-tdep.c (struct gdbarch_tdep): Add new field | |
5361 | ``sigcontext_reg_addr''. | |
5362 | (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache) | |
5363 | (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register) | |
5364 | (frv_sigramp_frame_sniffer): New functions. | |
5365 | (frv_sigtramp_frame_unwind): New static global. | |
5366 | (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame | |
5367 | sniffers. | |
5368 | * frv-tdep.h (frv_set_sigcontext_reg_addr): New function. | |
5369 | * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o. | |
5370 | ||
1ccda5e9 KB |
5371 | 2004-03-15 Kevin Buettner <[email protected]> |
5372 | ||
5373 | * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan, | |
5374 | but not via a call to error(), when unable to read memory. | |
5375 | ||
b375a0a5 KB |
5376 | 2004-03-15 Kevin Buettner <[email protected]> |
5377 | ||
5378 | * frv-tdep.c (frv_call_dummy_words): Delete. | |
5379 | (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''. | |
5380 | ||
4fdf6121 AC |
5381 | 2004-03-15 Andrew Cagney <[email protected]> |
5382 | ||
5383 | * infrun.c (handle_step_into_function, step_over_function): Only | |
5384 | update and use STEP_FRAME_ID when the system is using legacy | |
5385 | frames. Update comments. | |
5386 | ||
34021503 MK |
5387 | 2004-03-14 Mark Kettenis <[email protected]> |
5388 | ||
187e21d1 MK |
5389 | * amd64-linux-tdep.h: Remove file. |
5390 | * amd64-linux-tdep.c: Don't include "inferior.h" and | |
5391 | "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h". | |
5392 | (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX) | |
5393 | (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX) | |
5394 | (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS) | |
5395 | (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove | |
5396 | macros. | |
5397 | (user_to_gdb_regmap): Remove variable. | |
5398 | (amd64_linux_gregset_reg_offset): New variable. | |
5399 | (amd64_core_fns): Remove variable. | |
5400 | (fetch_core_registers): Remove function. | |
5401 | (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove | |
5402 | functions. | |
5403 | (_initialize_amd64_linux_tdep): Don't set add_core_fns. | |
5404 | * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h". | |
5405 | * Makefile.in (amd64_linux_tdep_h): Remove. | |
5406 | (amd64-linux-nat.o): Update dependencies. | |
5407 | (amd64-linux-tdep.o): Update dependencies. | |
5408 | ||
99679982 MK |
5409 | * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro. |
5410 | (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove | |
5411 | functions. | |
5412 | (fetch_inferior_registers, store_inferior_registers): Rewrite. | |
5413 | ||
34021503 MK |
5414 | * amd64-tdep.h (amd64_fill_fxsave): Remove prototype. |
5415 | * amd64-tdep.c (amd64_fill_fxsave): Remove function. | |
5416 | ||
134d01f1 DJ |
5417 | 2004-03-14 Daniel Jacobowitz <[email protected]> |
5418 | ||
5419 | * dwarf2read.c (read_structure_type): Rename from | |
8718a420 | 5420 | read_structure_scope. Don't create a symbol or call process_die. |
134d01f1 DJ |
5421 | Return immediately if die->type is set. Call read_type_die before |
5422 | dwarf2_add_member_fn. | |
5423 | (process_structure_scope): New function. | |
5424 | (read_enumeration_type, process_enumeration_scope): New functions, | |
5425 | broken out from read_enumeration. Don't create the enumeration | |
5426 | type if it has already been created. | |
5427 | (read_enumeration): Removed. | |
5428 | (process_die): Call read_structure_type, process_structure_scope, | |
5429 | read_enumeration_type, and process_enumeration_scope. Just call | |
5430 | new_symbol for base and subrange types. Add a comment about other | |
5431 | type dies. | |
5432 | (read_type_die): Call read_enumeration_type. | |
5433 | (add_partial_structure, new_symbol): Update comments. | |
5434 | ||
65760afb SC |
5435 | 2004-03-13 Stephane Carrez <[email protected]> |
5436 | ||
5437 | * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information. | |
5438 | ||
10f59415 SC |
5439 | 2004-03-13 Stephane Carrez <[email protected]> |
5440 | ||
5441 | * tui/tui-win.h (tui_get_cmd_list): Declare. | |
5442 | * tui/tui-win.c (tui_command): New function. | |
5443 | (tui_get_cmd_list): New function. | |
5444 | (_initialize_tui_win): Moved initialization of tui command in | |
5445 | tui_get_cmd_list. | |
5446 | ||
5447 | * tui/tui-data.c (init_content_element): Setup new data members. | |
5448 | (init_win_info): Likewise. | |
5449 | (free_content_elements): Free it. | |
5450 | * tui/tui-data.h (struct tui_data_element): Store the register | |
5451 | content to print. | |
5452 | (struct tui_data_info): Keep the current register group. | |
5453 | ||
5454 | * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers. | |
5455 | ||
5456 | * tui/tui-regs.h (tui_show_registers): Update prototype. | |
5457 | (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove. | |
5458 | (tui_resize_all): No need to calculate anything for register window. | |
5459 | * tui/tui-regs.c (tui_calculate_regs_column_count): Remove. | |
5460 | (tui_set_register_element, tui_set_general_regs_content): Remove. | |
5461 | (tui_set_special_regs_content): Remove. | |
5462 | (tui_set_general_and_special_regs_content): Remove. | |
5463 | (tui_set_float_regs_content): Remove. | |
5464 | (tui_reg_value_has_changed, tui_get_register_raw_value): Remove. | |
5465 | (tui_set_regs_content): Remove. | |
5466 | (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove. | |
5467 | (tui_v_show_registers_command_support): Remove. | |
5468 | (tui_show_registers): Use a reggroup to specify the registers to show. | |
5469 | (tui_show_register_group): New function. | |
5470 | (tui_display_registers_from): Compute the layout of register window | |
5471 | and refresh with new API; be sure to delete old register windows. | |
5472 | (tui_check_register_values): Update to use tui_get_register and | |
5473 | tui_display_data. | |
5474 | (tui_display_register): Just refresh the register window part. | |
5475 | (tui_register_format): Format registers and save in tui_data_element. | |
5476 | (tui_get_register): New to combine tui_reg_value_has_changed and | |
5477 | tui_get_register_raw_value; fix to use the new gdb API. | |
5478 | (tui_show_float_command): Renamed tui_reg_float_command. | |
5479 | (tui_show_general_command): Renamed tui_reg_general_command. | |
5480 | (tui_show_special_command): Renamed tui_reg_system_command. | |
5481 | (_initialize_tui_regs): Remove unused commands. | |
5482 | ||
c3364ea4 MK |
5483 | 2004-03-13 Mark Kettenis <[email protected]> |
5484 | ||
27d1e716 MK |
5485 | * NEWS (New native configurations): Mention OpenBSD/amd64. |
5486 | ||
c3364ea4 MK |
5487 | * config/i386/nm-fbsd.h: Include "config/nm-bsd.h". |
5488 | (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH): | |
5489 | Remove defines. | |
5490 | * config/i386/nm-fbsd64.h: Likewise. | |
5491 | * config/i386/nm-obsd.h: Likewise. | |
5492 | * config/sparc/nm-fbsd.h: Likewise. Update copyright year. | |
5493 | * config/alpha/nm-fbsd.h: Likewise. Update copyright year. | |
5494 | ||
b2d6d697 KB |
5495 | 2004-03-12 Kevin Buettner <[email protected]> |
5496 | ||
5497 | * frv-tdep.c (set_variant_scratch_registers): New function. | |
b2d6d697 KB |
5498 | * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum): |
5499 | New constants. | |
5500 | ||
76e43199 KB |
5501 | From Richard Sandiford <[email protected]>: |
5502 | * frv-tdep.c (frv_gdbarch_init): Add FR450 support. | |
5503 | ||
34ce532e KB |
5504 | 2004-03-12 Kevin Buettner <[email protected]> |
5505 | ||
5506 | * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum) | |
5507 | (struct_return_regnum, last_gpr_regnum, first_fpr_regnum) | |
5508 | (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum) | |
5509 | (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum) | |
5510 | (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum) | |
5511 | (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum) | |
5512 | (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum) | |
5513 | (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum) | |
5514 | definitions from frv-tdep.c to frv-tdep.h. | |
5515 | ||
c4d10515 KB |
5516 | 2004-03-12 Kevin Buettner <[email protected]> |
5517 | ||
5518 | Add shared library support for FR-V FDPIC ABI: | |
5519 | * Makefile.in (solib-frv.o): Add dependencies. | |
5520 | * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr): | |
5521 | New functions. | |
5522 | (frv_push_dummy_call): Add support for FDPIC ABI. | |
5523 | (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr() | |
5524 | for FDPIC ABI. | |
5525 | * frv-tdep.h (frv_fdpic_find_global_pointer): Declare. | |
5526 | (frv_fdpic_find_canonical_descriptor): Declare. | |
5527 | * solib-frv.c: New file. | |
5528 | * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o. | |
5529 | * config/frv/tm-frv.h (solib.h): Include. | |
5530 | ||
ed1bd989 KB |
5531 | 2004-03-12 Kevin Buettner <[email protected]> |
5532 | ||
5533 | * Makefile.in (elf_frv_h, frv_tdep_h): Define. | |
5534 | (frv-tdep.o): Update dependencies. | |
5535 | * frv-tdep.h: New file. | |
5536 | * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include. | |
5537 | (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New | |
5538 | constants. | |
5539 | (struct gdbarch_tdep): Add new member ``frv_abi''. | |
5540 | (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New | |
5541 | functions. | |
5542 | (new_variant): Set ``frv_abi'' field. | |
5543 | (gdb_arch_init): Detect FDPIC executables. | |
5544 | ||
82b38f72 MK |
5545 | 2004-03-12 Mark Kettenis <[email protected]> |
5546 | ||
5547 | * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H | |
5548 | wrapper. | |
5549 | ||
db1ea9ba AC |
5550 | 2004-03-11 Andrew Cagney <[email protected]> |
5551 | ||
5552 | * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper. | |
5553 | ||
f8766ec1 KB |
5554 | 2004-03-11 Kevin Buettner <[email protected]> |
5555 | ||
5556 | * solist.h (master_so_list): New function. | |
5557 | * solib.c (master_so_list): Likewise. | |
5558 | * solib-svr4.c (enable_break): Iterate over so_list entries | |
5559 | obtained from master list instead of entries obtained directly | |
5560 | via svr4_current_sos(). | |
5561 | ||
523f6a27 BE |
5562 | 2004-03-10 Ben Elliston <[email protected]> |
5563 | ||
5564 | * MAINTAINERS: Update my mail address. | |
5565 | ||
37814c18 KI |
5566 | 2004-03-10 Kei Sakamoto <[email protected]> |
5567 | ||
5568 | * remote-m32r-sdi.c: Support hardware watchpoint. | |
5569 | ||
8b9740d8 DJ |
5570 | 2004-03-09 Daniel Jacobowitz <[email protected]> |
5571 | ||
5572 | * user-regs.c: Update copyright years. | |
5573 | (struct user_regs): Rename to gdb_user_regs. | |
5574 | (append_user_reg, builtin_user_regs, user_regs_init) | |
5575 | (user_reg_add, user_reg_map_name_to_regnum) | |
5576 | (usernum_to_user_reg): Update. | |
5577 | ||
4bb7a0a7 DJ |
5578 | 2004-03-09 Daniel Jacobowitz <[email protected]> |
5579 | ||
5580 | * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die) | |
5581 | (skip_children): New functions. | |
5582 | (locate_pdi_sibling): Call skip_children. | |
5583 | ||
44e1a9eb DJ |
5584 | 2004-03-09 Daniel Jacobowitz <[email protected]> |
5585 | ||
5586 | * arm-tdep.c (arm_use_struct_convention): Look through typedefs. | |
5587 | * gdbtypes.c (check_typedef): Update comments. | |
5588 | ||
f3dd6933 DJ |
5589 | 2004-03-09 Daniel Jacobowitz <[email protected]> |
5590 | ||
5591 | * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array. | |
5592 | (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs | |
5593 | pointer. Update comment about comp_unit_head. | |
5594 | (struct abbrev_info): Shorten two int flags. | |
5595 | (dwarf_alloc_abbrev): Take a CU argument. | |
5596 | (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table | |
5597 | each time through the loop. Update cleanup argument. | |
5598 | (psymtab_to_symtab_1): Update cleanup call. | |
5599 | (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the | |
5600 | abbrev_obstack. | |
5601 | (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table. | |
5602 | Just call obstack_free and clear the pointer. | |
5603 | ||
b40c7d58 DJ |
5604 | 2004-03-09 Daniel Jacobowitz <[email protected]> |
5605 | ||
5606 | * infrun.c (handle_inferior_event): Remove short-circuit code for | |
5607 | events in a different thread. | |
5608 | ||
333dabeb DJ |
5609 | 2004-03-09 Daniel Jacobowitz <[email protected]> |
5610 | ||
5611 | * target.c (debug_to_xfer_memory): If targetdebug is 1, don't | |
5612 | print the whole transfer. | |
5613 | (initialize_targets): Update description of "set debug target". | |
5614 | ||
aa17d93e DJ |
5615 | 2004-03-09 Daniel Jacobowitz <[email protected]> |
5616 | ||
5617 | * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX. | |
5618 | ||
0b71f08f NW |
5619 | 2004-03-08 Nathan J. Williams <[email protected]> |
5620 | ||
5621 | * MAINTAINERS (write after approval): Add myself. | |
5622 | ||
3930f270 CV |
5623 | 2004-03-08 Corinna Vinschen <[email protected]> |
5624 | ||
5625 | * sh-tdep.c (sh_print_registers_info): Use for loop. | |
5626 | Don't skip multiple registers when a float register is encountered. | |
5627 | ||
a2b4a96c CV |
5628 | 2004-03-08 Corinna Vinschen <[email protected]> |
5629 | ||
5630 | Fix PR tdep/1291. | |
5631 | * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing | |
5632 | to official SH documentation. | |
5633 | ||
f15a4bc0 AC |
5634 | 2004-03-07 Andrew Cagney <[email protected]> |
5635 | ||
5636 | * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete | |
5637 | unused function. | |
5638 | ||
9498281f DJ |
5639 | 2004-03-07 Daniel Jacobowitz <[email protected]> |
5640 | ||
5641 | * arm-tdep.c (thumb_get_next_pc): Handle BX. | |
5642 | (arm_get_next_pc): Handle BX and BLX. | |
5643 | ||
449e1137 AC |
5644 | 2004-03-07 Andrew Cagney <[email protected]> |
5645 | ||
eded0a31 AC |
5646 | * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM, |
5647 | FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with | |
5648 | HPPA_SP_REGNUM. | |
5649 | (hppa_register_raw_size, hppa_register_byte, hppa_read_fp) | |
5650 | (hppa_target_read_fp): Delete. | |
5651 | (hppa_gdbarch_init): Do not set deprecated register_raw_size, | |
5652 | register_virtual_size, max_register_raw_size, | |
5653 | max_register_virtual_size, register_byte, register_size, | |
5654 | target_read_fp, fp_regnum, and register_bytes. Set register_type | |
5655 | instead of register_virtual_type. | |
5656 | (hppa32_register_type, hppa64_register_type): Replace | |
5657 | hppa32_register_virtual_type and hppa64_register_virtual_type. | |
5658 | * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM) | |
5659 | (HPPA_FP_REGNUM): Define. | |
5660 | ||
f5f907e2 AC |
5661 | * hppa-tdep.c (hppa_gdbarch_init): Add missing "break". |
5662 | ||
69b4bbe4 AC |
5663 | * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO) |
5664 | (pa_do_registers_info): Delete. | |
5665 | * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info) | |
8718a420 | 5666 | (pa_print_registers, pa_print_fp_reg, pa_strcat_registers) |
69b4bbe4 | 5667 | (pa_strcat_fp_reg, pa_register_look_aside): Delete. |
f5f907e2 | 5668 | |
78161e48 AC |
5669 | * infcall.c (legacy_push_dummy_code): Delete #ifdef |
5670 | GDB_TARGET_IS_HPPA code. | |
5671 | * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY) | |
8718a420 | 5672 | (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED) |
78161e48 AC |
5673 | (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete. |
5674 | * config/pa/tm-hppa64.h (CALL_DUMMY): Delete. | |
8718a420 RM |
5675 | * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid) |
5676 | (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments) | |
5677 | (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc) | |
78161e48 | 5678 | (hppa_init_extra_frame_info, hppa_saved_pc_after_call) |
8718a420 RM |
5679 | (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs) |
5680 | (hppa_frameless_function_invocation, hppa64_store_return_value) | |
5681 | (hppa_store_struct_return, hppa64_extract_return_value) | |
78161e48 | 5682 | (hppa64_use_struct_convention, hppa_frame_find_saved_regs) |
8718a420 | 5683 | (hppa32_call_dummy_length, hppa64_call_dummy_length) |
78161e48 | 5684 | (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET) |
8718a420 RM |
5685 | (find_proc_framesize, deposit_21, restore_pc_queue) |
5686 | (find_return_regnum, pc_in_interrupt_handler, deposit_14) | |
210197d2 | 5687 | (rp_saved, pc_in_linker_stub): Delete. |
78161e48 | 5688 | |
782eae8b AC |
5689 | Unconditionally enable 64-bit frame and ABI code. |
5690 | * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated | |
5691 | call_dummy_breakpoint_offset, call_dummy_length, stack_align, | |
5692 | push_dummy_frame, fix_call_dummy, push_arguments, | |
5693 | call_dummy_location, extract_return_value, use_struct_convention, | |
5694 | store_return_value, store_struct_return, saved_pc_after_call, | |
5695 | init_frame_pc, frame_init_saved_regs, init_extra_frame_info, | |
5696 | frame_chain, frame_chain_valid, frameless_function_invocation, | |
5697 | frame_saved_pc, and pop_frame. | |
78161e48 | 5698 | |
449e1137 AC |
5699 | * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM. |
5700 | (hppa64_return_value, hppa64_push_dummy_call): Rewrite. | |
5701 | (hppa_gdbarch_init): Do not set PC_REGNUM. | |
5702 | ||
12507572 MK |
5703 | 2004-03-06 Mark Kettenis <[email protected]> |
5704 | ||
5705 | * config/alpha/tm-fbsd.h: Remove file. | |
5706 | * config/alpha/fbsd.mt: Tweak comment. | |
5707 | (TM_FILE): Set to tm-alpha.h. | |
5708 | ||
c107cc1b AC |
5709 | 2004-03-05 Andrew Cagney <[email protected]> |
5710 | ||
5711 | * infrun.c (step_over_function): When non-legacy code, and no | |
5712 | step_frame_id, use the unwinder to get the caller's frame ID. | |
5713 | ||
f2e7c15d MK |
5714 | 2004-03-05 Mark Kettenis <[email protected]> |
5715 | ||
8b0c3633 MK |
5716 | * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register |
5717 | i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of | |
5718 | bfd_arch_unknown. Adjust comment. | |
5719 | ||
f2e7c15d MK |
5720 | * i386-nat.c: Fix typo in comment. Re-introduce paranoiac. |
5721 | * i386obsd-tdep.c: Correct spelling in comment. | |
5722 | * i386nbsd-tdep.c: Correct spelling in comment. | |
5723 | * sparc-tdep.c: Correct spelling in comments. | |
5724 | ||
1198ecbe DC |
5725 | 2004-03-05 David Carlton <[email protected]> |
5726 | ||
5727 | * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion | |
5728 | bug. | |
5729 | ||
9eb42ed1 MK |
5730 | 2004-03-05 Mark Kettenis <[email protected]> |
5731 | ||
5732 | * sparc-tdep.c: Fix typo in comment. | |
5733 | ||
52b5e991 JB |
5734 | 2004-03-04 J. Brobecker <[email protected]> |
5735 | ||
5736 | * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value. | |
5737 | ||
d8151005 DJ |
5738 | 2004-03-04 Daniel Jacobowitz <[email protected]> |
5739 | ||
5740 | * dwarf2read.c: Add comment describing memory lifetimes. | |
5741 | (struct dwarf2_pinfo): Update comment. | |
5742 | (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope) | |
5743 | (read_enumeration, new_symbol): Don't use obsavestring. | |
5744 | ||
cbeae229 MK |
5745 | 2004-03-04 Mark Kettenis <[email protected]> |
5746 | ||
722d18c2 MK |
5747 | * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave |
5748 | instead of amd64_fill_fxsave. | |
5749 | * amd64bsd-nat.c (store_inferior_registers): Likewise. | |
5750 | * amd64fbsd-nat.c (fill_fpregset): Likewise. | |
5751 | ||
cbeae229 MK |
5752 | * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero. |
5753 | Reorganize code a bit. | |
5754 | ||
b4206d25 OF |
5755 | 2004-03-04 Orjan Friberg <[email protected]> |
5756 | ||
5757 | * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset | |
8718a420 RM |
5758 | when the frame pointer is pushed. Don't set the frame pointer's |
5759 | address on the stack unless it's actually located there. | |
b4206d25 OF |
5760 | Set the SRP's address on the stack correctly when the PC is still in |
5761 | the prologue. | |
5762 | (cris_return_value): New function. | |
5763 | (cris_gdbarch_init): Clear deprecated store_return_value, | |
5764 | extract_return_value. | |
5765 | ||
49b0b195 JB |
5766 | 2004-03-02 Jim Blandy <[email protected]> |
5767 | ||
5768 | * stabsread.c (reg_value_complaint): The maximum register number | |
5769 | is one less than the number of registers. | |
5770 | ||
e9ff708b AC |
5771 | 2004-03-02 Andrew Cagney <[email protected]> |
5772 | ||
5773 | * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM, | |
5774 | I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove | |
5775 | trailing comma and redundant assignment of I386_ST0_REGNUM. | |
5776 | * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the | |
5777 | 32-bit segment registers. | |
5778 | ||
d4715e41 AC |
5779 | 2004-03-01 Andrew Cagney <[email protected]> |
5780 | ||
5781 | * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error, | |
5782 | use frame_relative_level and get_next_frame. | |
5783 | ||
3ce2bf18 AC |
5784 | 2004-02-29 Andrew Cagney <[email protected]> |
5785 | ||
5786 | * rs6000-tdep.c (rs6000_init_frame_pc_first): New function. | |
5787 | (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first. | |
5788 | * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): | |
5789 | Delete macro. | |
5790 | ||
2da6aac3 DJ |
5791 | 2004-02-29 Daniel Jacobowitz <[email protected]> |
5792 | ||
5793 | * inflow.c (terminal_inferior): Don't give up the terminal if we | |
5794 | previously couldn't get the inferior's terminal state. | |
5795 | ||
6ba34a8d DJ |
5796 | 2004-02-29 Daniel Jacobowitz <[email protected]> |
5797 | ||
5798 | * regcache.c (read_pc_pid): Restore inferior_ptid after reading | |
5799 | PC_REGNUM. | |
5800 | ||
faae5abe AC |
5801 | 2004-02-28 Andrew Cagney <[email protected]> |
5802 | ||
5803 | * NEWS: Refer to GDB 6.1. | |
5804 | * README: Refer to GDB 6.1. | |
5805 | * PROBLEMS: Refer to GDB 6.1. | |
5806 | ||
2227a3c5 DJ |
5807 | 2004-02-28 Daniel Jacobowitz <[email protected]> |
5808 | ||
5809 | * thread-db.c (disable_thread_signals): Remove unused function. | |
5810 | ||
80571bff MK |
5811 | 2004-02-28 Mark Kettenis <[email protected]> |
5812 | ||
041bd74b MK |
5813 | * amd64-nat.c: Include "gdb_string.h". |
5814 | (amd64_collect_native_gregset): Zero-extend the 32-bit | |
5815 | general-purpose registers and %eip. | |
5816 | ||
3c017e40 MK |
5817 | * amd64-tdep.h: (amd64_collect_fxsave): New prototype. |
5818 | * amd64-tdep.c (amd64_collect_fxsave): New function. | |
5819 | (amd64_fill_fxsave): Simply call amd64_collect_fxsave. | |
5820 | ||
80571bff MK |
5821 | * i387-tdep.h: Update copyright year. |
5822 | (i387_collect_fxsave): New prototype. | |
5823 | * i387-tdep.c: Update copyright year. | |
5824 | (i387_collect_fxsave): New function containing most of the code | |
5825 | from i387_fill_fxsave. | |
5826 | (i387_fill_fxsave): Call i387_collect_fxsave. | |
5827 | ||
50d71875 AC |
5828 | 2004-02-28 Andrew Cagney <[email protected]> |
5829 | ||
5830 | * amd64-linux-nat.c (ps_get_thread_area): When architecture is | |
5831 | i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath. | |
5832 | ||
4a28816e MK |
5833 | 2004-02-28 Mark Kettenis <[email protected]> |
5834 | ||
5835 | * amd64-tdep.c (amd64_frame_cache): Fix comment. | |
5836 | ||
dbda9972 AC |
5837 | 2004-02-28 Andrew Cagney <[email protected]> |
5838 | ||
5839 | * utils.c: Use "", instead of <>, to include readline. | |
5840 | tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto. | |
5841 | * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto. | |
5842 | * source.c, solib.c, exec.c, event-top.c: Ditto. | |
5843 | * corelow.c, completer.c, cli/cli-setshow.c: Ditto. | |
5844 | * cli/cli-dump.c, cli/cli-cmds.c: Ditto. | |
5845 | * Makefile.in: Update all dependencies. | |
5846 | (readline_tilde_h, readline_history_h): Define. | |
5847 | (readline_headers): Delete. | |
5848 | ||
83277a99 MK |
5849 | 2004-02-28 Mark Kettenis <[email protected]> |
5850 | ||
91ae4303 MK |
5851 | * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to |
5852 | "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to | |
5853 | "config/i386/tm-lx64.h". | |
5854 | ||
83277a99 MK |
5855 | * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to |
5856 | "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove | |
5857 | rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c". | |
5858 | ||
6e1d7d6c AC |
5859 | 2004-02-28 Andrew Cagney <[email protected]> |
5860 | ||
ecc9ac84 AC |
5861 | * dwarf2-frame.h (struct gdbarch): Add opaque declaration. |
5862 | ||
6e1d7d6c AC |
5863 | * breakpoint.c (_initialize_breakpoint): Use |
5864 | "add_setshow_auto_boolean_cmd. Better word-wrap help messages. | |
5865 | Add help to show command. | |
5866 | ||
9671aeef MK |
5867 | 2004-02-28 Mark Kettenis <[email protected]> |
5868 | ||
7fa2737c MK |
5869 | * i386-nat.c: Reformat to be closer to coding standards. |
5870 | (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to | |
5871 | `retval'. Make variables `align' and `size' local to while-loop. | |
5872 | (i386_stopped_data_address): Rename local variable `ret' to `addr'. | |
5873 | (_initialize_i386_nat): New prototype. | |
5874 | ||
9671aeef MK |
5875 | * tui/tui.c: Include <readline/readline.h> instead of |
5876 | "readline/readline.h". Include it after <term.h> and | |
5877 | "gdb_curses.h". | |
5878 | ||
fca7aa43 AC |
5879 | 2004-02-27 Andrew Cagney <[email protected]> |
5880 | ||
412275d5 AC |
5881 | * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use |
5882 | the new frame unwind code. | |
5883 | (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM. | |
5884 | (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from | |
5885 | PCOQ_HEAD_REGNUM. | |
5886 | ||
fca7aa43 AC |
5887 | * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always |
5888 | "return_value" and "push_dummy_call". | |
5889 | (hppa32_use_struct_convention): Delete unused function. | |
5890 | (hppa32_store_return_value): Delete unused function. | |
5891 | (hppa32_extract_return_value): Delete unused function. | |
5892 | (hppa32_stack_align): Delete function. | |
5893 | ||
e6a8a7d2 EZ |
5894 | 2004-02-27 Eli Zaretskii <[email protected]> |
5895 | ||
5896 | * coffread.c (enter_linenos): Don't let rawptr reference memory | |
5897 | outside linetab[]'s limits. | |
5898 | ||
1797a8f6 AC |
5899 | 2004-02-27 Andrew Cagney <[email protected]> |
5900 | ||
5901 | * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving | |
5902 | inferior stack space - the stack needs to grow upwards. | |
5903 | (hppa32_frame_align): New function. | |
5904 | (hppa64_frame_align): Replace hppa_frame_align. | |
5905 | (hppa_gdbarch_init): Update. | |
5906 | ||
2e4b5889 OF |
5907 | 2004-02-26 Orjan Friberg <[email protected]> |
5908 | ||
5909 | * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h) | |
5910 | (dwarf2-frame.h): Include. | |
5911 | (enum cris_regnums): New enum CRIS_FP_REGNUM. | |
5912 | Remove static variables related to ABI setting. | |
5913 | (struct gdbarch_tdep): Remove cris_abi member. | |
5914 | (struct frame_extra_info): Remove. | |
5915 | (cris_unwind_cache, stack_item): New structs. | |
5916 | (cris_frame_unwind, cris_frame_base): New variables. | |
5917 | (push_stack_item, pop_stack_item) | |
5918 | (cris_frame_unwind_cache, cris_frame_this_id) | |
5919 | (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align) | |
5920 | (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer) | |
5921 | (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc) | |
5922 | (cris_unwind_sp, cris_store_return_value, cris_extract_return_value) | |
5923 | (cris_reg_struct_has_addr): New functions. | |
5924 | (cris_examine, cris_frame_init_saved_regs, cris_frame_chain) | |
8718a420 | 5925 | (cris_frame_saved_pc, cris_saved_pc_after_call, |
2e4b5889 OF |
5926 | (cris_store_struct_return, cris_frameless_function_invocation) |
5927 | (cris_pop_frame, cris_skip_prologue_main) | |
5928 | (cris_abi_original_store_return_value) | |
5929 | (cris_abi_v2_store_return_value) | |
5930 | (cris_abi_original_extract_return_value) | |
5931 | (cris_abi_v2_extract_return_value) | |
5932 | (cris_abi_original_reg_struct_has_addr) | |
5933 | (cris_abi_v2_reg_struct_has_addr) | |
5934 | (cris_abi_original_push_arguments, cris_abi_v2_push_arguments) | |
5935 | (cris_push_return_address, cris_abi_update): Remove. | |
5936 | (_initialize_cris_tdep): Remove ABI command. | |
5937 | (cris_dump_tdep): Ditto. | |
8718a420 | 5938 | (cris_gdbarch_init): Remove ABI command. |
2e4b5889 OF |
5939 | Set store_return_value, extract_return_value, push_dummy_code, |
5940 | push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id, | |
5941 | frame_unwind_append_sniffer, frame_base_set_default. | |
5942 | Clear deprecated init_frame_pc, push_arguments, store_return_value, | |
5943 | extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words, | |
5944 | sizeof_call_dummy_words, get_saved_register, push_return_address, | |
8718a420 | 5945 | pop_frame, store_struct_return, frame_init_saved_regs, |
2e4b5889 OF |
5946 | init_extra_frame_info, frameless_function_invocation, frame_chain, |
5947 | frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos, | |
5948 | dummy_write_sp. | |
8718a420 | 5949 | |
6b9acc27 JJ |
5950 | 2004-02-26 Jeff Johnston <[email protected]> |
5951 | ||
5952 | * valprint.h (print_hex_chars, print_char_chars): New prototypes. | |
5953 | * valprint.c (print_hex_chars): Change from static to external. | |
5954 | (print_char_chars): New function. | |
5955 | * printcmd.c (print_scalar_formatted): For integer and enum types | |
5956 | that are longer than LONGEST, perform processing via appropriate | |
5957 | print_*_chars routines. | |
5958 | ||
a431654a AC |
5959 | 2004-02-26 Andrew Cagney <[email protected]> |
5960 | ||
5961 | * Makefile.in: Update dependencies. | |
5962 | Changes from Ulrich Weigand, | |
5963 | * s390-tdep.c: Include "dwarf2-frame.h". | |
5964 | (s390_dwarf2_frame_init_reg): New function. | |
5965 | (s390_gdbarch_init): Install dwarf2_frame_sniffer and | |
5966 | dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg. | |
5967 | ||
fa8d40ab JJ |
5968 | 2004-02-26 Jeff Johnston <[email protected]> |
5969 | ||
5970 | * breakpoint.c (pending_break_support): New setting variable. | |
5971 | (break_command_1): Account for pending_break_support setting | |
5972 | when creating pending breakpoints. | |
5973 | (set_breakpoint_cmd, show_breakpoint_cmd): New functions. | |
5974 | (_initialize_breakpoint): Add "set breakpoint pending" and | |
5975 | "show breakpoint pending" commands. | |
5976 | ||
0dcd613f AC |
5977 | 2004-02-26 Andrew Cagney <[email protected]> |
5978 | ||
5979 | Fix PR i18n/1570. | |
5980 | * charset.c (backslashable, backslashed, represented): Remove 'e' | |
5981 | from list of escaped characters, not part of ISO-C. | |
5982 | ||
479272a3 JB |
5983 | 2004-02-25 J. Brobecker <[email protected]> |
5984 | ||
5985 | From Peter Schauer <[email protected]>: | |
5986 | * tui/tui.c: Move system header includes after local includes. | |
5987 | Fixes a build failure on solaris systems. | |
5988 | ||
7613d933 JB |
5989 | 2004-02-25 J. Brobecker <[email protected]> |
5990 | ||
5991 | * configure.in: Refine the previous change. | |
5992 | * configure: Regenerate. | |
5993 | ||
9c1488cb MK |
5994 | 2004-02-25 Mark Kettenis <[email protected]> |
5995 | ||
5996 | * amd64-tdep.h: Renamed from x86-64-tdep.h. | |
5997 | * amd64-tdep.c: Renamed from x86-64-tdep.c. Include | |
5998 | "amd64-tdep.h" instead of "x86-64-tdep.h". | |
5999 | * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h". | |
6000 | * amd64-linux-tdep.h: Renamed from x86-64-linux.h. | |
6001 | * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include | |
6002 | "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h" | |
6003 | and "x86-64-tdep.c". | |
6004 | * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include | |
6005 | "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h" | |
6006 | and "x86-64-tdep.c". | |
6007 | * amd64bsd-nat.c: Update copyright year. | |
6008 | Include "amd64-tdep.h" instead of "x86-64-tdep.h". | |
6009 | * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of | |
6010 | "x86-64-tdep.h". | |
6011 | * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of | |
6012 | "x86-64-tdep.h". | |
6013 | * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of | |
6014 | "x86-64-tdep.h". | |
6015 | * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of | |
6016 | "x86-64-tdep.h". | |
6017 | * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of | |
6018 | "x86-64-tdep.h". | |
6019 | * amd64obsd-nat.c: Include "amd64-tdep.h" instead of | |
6020 | "x86-64-tdep.h". | |
8718a420 | 6021 | * configure.host: (x86_64-*-linux*): Set gdb_target to linux64. |
9c1488cb MK |
6022 | * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64. |
6023 | * Makefile.in (amd64_linux_tdep_h): Renamed from | |
6024 | x86_64_linux_tdep_h. | |
6025 | (amd64_tdep_h): Renamed from x86_64_tdep_h. | |
6026 | (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o) | |
6027 | (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o) | |
6028 | (amd64obsd-tdep.o): Update dependencies. | |
6029 | (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New | |
6030 | dependencies. | |
6031 | (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove | |
6032 | dependencies. | |
6033 | (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c, | |
6034 | amd64-linux-nat.c amd64-linux-tdep.c. | |
6035 | * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h | |
6036 | * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h. | |
6037 | * config/i386/linux64.mt: Renamed from x86-64linux.mt. | |
6038 | (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with | |
6039 | amd64-tdep.o and amd64-linux-tdep.o. | |
6040 | (TM_FILE): Set to tm-linux64.h. | |
6041 | * config/i386/linux64.mh: Renamed from x86-64linux.mh. | |
6042 | (NAT_FILE): Set to nm-linux64.h. | |
6043 | (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o. | |
6044 | * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with | |
6045 | amd64-tdep.o. | |
6046 | * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with | |
6047 | amd64-tdep.o. | |
6048 | * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with | |
6049 | amd64-tdep.o. | |
6050 | ||
4b8dad4a RM |
6051 | 2004-02-25 Roland McGrath <[email protected]> |
6052 | ||
6053 | * remote.c (remote_protocol_qPart_auxv): New variable. | |
6054 | (init_all_packet_configs): Initialize it. | |
6055 | (set_remote_protocol_qPart_auxv_packet_cmd): New function. | |
6056 | (show_remote_protocol_qPart_auxv_packet_cmd): New function. | |
6057 | (show_remote_cmd): Call it. | |
6058 | (_initialize_remote): Initialize commands. | |
6059 | (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to | |
6060 | service TARGET_OBJECT_AUXV requests. | |
6061 | ||
66745969 JB |
6062 | 2004-02-25 J. Brobecker <[email protected]> |
6063 | ||
6064 | * configure.in: Make sure that the wborder function is available. | |
6065 | Otherwise, search for it in the cur_colr library. | |
6066 | * configure: Regenerate. | |
6067 | ||
79508e1e AC |
6068 | 2004-02-25 Andrew Cagney <[email protected]> |
6069 | ||
6070 | * hppa-tdep.c (hppa32_push_dummy_call): Rewrite. | |
6071 | ||
571ee600 MK |
6072 | 2004-02-25 Mark Kettenis <[email protected]> |
6073 | ||
6074 | * config/i386/tm-x86-64linux.h: Tweak comments. | |
6075 | ||
2b1b322f | 6076 | 2004-02-25 Richard Sandiford <[email protected]> |
ad74788f RS |
6077 | |
6078 | * MAINTAINERS: Add self to write-after-approval list. | |
6079 | ||
4d2acc65 AC |
6080 | 2004-02-25 Andrew Cagney <[email protected]> |
6081 | ||
4b8dad4a | 6082 | PR cli/1566. Problem found, and fix suggested by David Allan. |
4d2acc65 AC |
6083 | * cli/cli-script.c (execute_control_command): Unconditionally |
6084 | install a cleanup. Default "ret" to "invalid_control". Use | |
6085 | "break" instead of "return" to escape from the switch. | |
6086 | ||
4cfcaf21 JB |
6087 | 2004-02-24 J. Brobecker <[email protected]> |
6088 | ||
6089 | * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision | |
6090 | with the lines macro defined in term.h on AiX. | |
6091 | * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid | |
6092 | a collision with the label_width macro defined in term.h on AiX. | |
6093 | ||
54a5c8d8 KB |
6094 | 2004-02-23 David Mosberger <[email protected]> |
6095 | ||
6096 | Committed by Kevin Buettner <[email protected]>. | |
6097 | ||
6098 | * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare. | |
6099 | * ia64-tdep.c (ia64_write_pc): Make it a global function. | |
6100 | (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc() | |
6101 | instead of ia64_write_pc(). | |
6102 | * ia64-linux-tdep.c (regcache.h): Include. | |
6103 | (ia64_linux_write_pc): New function. | |
4b8dad4a | 6104 | |
8a1dac83 RM |
6105 | 2004-02-23 Roland McGrath <[email protected]> |
6106 | ||
6107 | * auxv.c (info_auxv_command): Fix typos in error messages. | |
6108 | ||
90f90721 MK |
6109 | 2004-02-23 Mark Kettenis <[email protected]> |
6110 | ||
8a1dac83 | 6111 | * x86-64-tdep.h: Tweak comment. |
90f90721 MK |
6112 | (enum amd64_regnum): New. |
6113 | (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM) | |
6114 | (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM) | |
6115 | (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM) | |
6116 | (X86_64_XMM1_REGNUM): Removed. | |
6117 | (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS. | |
6118 | (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust | |
6119 | prototypes for renamed functions. | |
6120 | * x86-64-tdep.c: Fix typo. | |
6121 | (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for | |
6122 | register numbers. | |
6123 | (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call): | |
6124 | Use constants from `enum amd64_regnum' for register numbers. | |
6125 | (AMD64_NUM_SAVED_REGS): Adjust for renamed macros. | |
6126 | (amd64_analyze_prologue, amd64_frame_cache, | |
6127 | amd64_sigtramp_frame_cache): Use constants from `enum | |
6128 | amd64_regnum' for register numbers. | |
6129 | (amd64_supply_fpregset): Adjust for renamed functions. | |
6130 | (amd64_init_abi): Rename from x86_64_init_abi. Use constants from | |
6131 | `enum amd64_regnum' for register numbers. | |
6132 | (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'. | |
6133 | (amd64_supply_fxsave): Rename from x86_64_supply_fxsave. | |
6134 | (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave. | |
6135 | * x86-64-linux-tdep.c (amd64_linux_supply_gregset) | |
6136 | (amd64_linux_fill_gregset): Adjust for renamed macros. | |
6137 | (fetch_core_registers): Adjust for renamed functions. | |
6138 | (amd64_linux_init_abi): Adjust for renamed functions. | |
6139 | * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for | |
6140 | renamed functions. | |
6141 | * amd64-nat.c: Adjust for renamed macros. | |
6142 | * amd64bsd-nat.c (fetch_inferior_registers) | |
6143 | (store_inferior_registers): Use constants from `enum amd64_regnum' | |
6144 | for register numbers. Adjust for renamed variables. | |
6145 | * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for | |
6146 | renamed variables. | |
6147 | (_initialize_amd64fbsd_nat): Use constants from `enum | |
6148 | amd64_regnum' for register numbers. | |
6149 | * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from | |
6150 | `enum amd64_regnum' for register numbers. | |
6151 | (amd64fbsd_init_abi): Adjust for renamed functions. | |
6152 | * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from | |
6153 | `enum amd64_regnum' for register numbers. | |
6154 | (amd64nbsd_init_abi): Adjust for renamed functions. | |
6155 | (_initialize_amd64nbsd_ndep): Adjust for renamed macros. | |
6156 | * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from | |
6157 | `enum amd64_regnum' for register numbers. | |
6158 | (amd64obsd_init_abi): Adjust for renamed functions. | |
6159 | (_initialize_amd64obsd_ndep): Adjust for renamed macros. | |
6160 | ||
d5479188 JJ |
6161 | 2004-02-23 Jeff Johnston <[email protected]> |
6162 | ||
6163 | * breakpoint.c (print_one_breakpoint): Do not output spaces | |
6164 | after printing <PENDING> for a pending breakpoint. | |
6165 | ||
81cb7cc9 JJ |
6166 | 2004-02-23 Jeff Johnston <[email protected]> |
6167 | ||
6168 | * printcmd.c (print_scalar_formatted): Initialize val_long | |
6169 | to remove compiler warning message. | |
6170 | ||
cbdeadca JJ |
6171 | 2004-02-23 Jeff Johnston <[email protected]> |
6172 | ||
6173 | * defs.h (nquery, yquery): New prototypes. | |
6174 | * breakpoint.c (break_command_1): Use new nquery interface. | |
6175 | * utils.c (defaulted_query, nquery, yquery): New functions. | |
6176 | ||
da6bab63 AC |
6177 | 2004-02-23 Andrew Cagney <[email protected]> |
6178 | ||
2f690297 AC |
6179 | * hppa-tdep.c (hppa_frame_align): New function. |
6180 | (hppa32_push_dummy_call): New function. | |
6181 | (hppa64_push_dummy_call): New function. | |
6182 | (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep | |
6183 | disabled. | |
8a1dac83 | 6184 | |
da6bab63 AC |
6185 | * infcall.c (legacy_push_dummy_code): Don't call deprecated |
6186 | FIX_CALL_DUMMY when push_dummy_call is available. | |
6187 | (call_function_by_hand, push_dummy_code): Ditto. | |
6188 | ||
abf9b42d AC |
6189 | 2004-02-22 Andrew Cagney <[email protected]> |
6190 | ||
6191 | * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro. | |
6192 | (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro. | |
6193 | (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro. | |
6194 | * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated | |
6195 | use_generic_dummy_frames, set deprecated pc_in_call_dummy, set | |
6196 | call_dummy_location to ON_STACK. | |
6197 | ||
10fc94a4 MK |
6198 | 2004-02-22 Mark Kettenis <[email protected]> |
6199 | ||
51433e4b MK |
6200 | * x86-64-linux-tdep.c: Tweak comment. |
6201 | (amd64_linux_supply_gregset): Renamed from | |
6202 | x86_64_linux_supply_gresget. | |
6203 | (amd64_linux_fill_gregset): Renamed from | |
6204 | x86_64_linux_fill_gregset. | |
6205 | (fetch_core_registers): Adjust for renamed functions. | |
6206 | (amd64_core_fns): Renamed from x86_64_core_fns. | |
6207 | (amd64_linux_sigtramp_start): Renamed from | |
6208 | x86_64_linux_sigtramp_start. | |
6209 | (amd64_linux_pc_in_sigtramp): Renamed from | |
6210 | x86_64_linux_pc_in_sigtramp. Adjust for renamed functions. | |
6211 | (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from | |
6212 | X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET. | |
6213 | (amd64_linux_sigcontext_addr): Renamed from | |
6214 | x86_64_linux_sigcontext_addr. | |
6215 | (amd64_linux_sc_reg_offset): Renamed from | |
6216 | x86_64_linux_sc_reg_offset. | |
6217 | (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi. | |
6218 | Adjust for renamed functions and variables. | |
6219 | (_initialize_amd64_linux_tdep): Renamed from | |
6220 | _initialize_x86_64_linux_tdep. Adjust for renamed functions and | |
6221 | variables. | |
6222 | * x86-64-linux-tdep.h: Update copyright year. Tweak comment. | |
6223 | Adjust for renamed functions. | |
6224 | ||
430eaf2e MK |
6225 | * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename |
6226 | from x86_64_linux_gregset64_reg_offset. | |
6227 | (amd64_linux_gregset32_reg_offset): Rename from | |
6228 | x86_64_linux_gregset64_reg_offset. | |
6229 | (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get. | |
6230 | (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set. | |
6231 | (amd64_linux_dr_set_control): Renamed from | |
6232 | x86_64_linux_dr_set_control. Adjust for renamed functions. | |
6233 | (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr. | |
6234 | Adjust for renamed functions. | |
6235 | (amd64_linux_dr_reset_addr): Renamed from | |
6236 | x86_64_linux_dr_reset_addr. Adjust for renamed functions. | |
6237 | (amd64_linux_dr_get_status): Renamed from | |
6238 | x86_64_linux_dr_get_status. Adjust for renamed functions. | |
6239 | (_initialize_amd64_linux_nat): Renamed from | |
6240 | _initialize_x86_64_linux_nat. Adjust for renamed variables and | |
6241 | functions. | |
6242 | * config/i386/nm-x86-64linux.h: Update copyright year. | |
6243 | Adjust for renamed functions. | |
6244 | ||
10fc94a4 MK |
6245 | * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from |
6246 | amd64fbsd_sigtramp_start. | |
6247 | (amd64fbsd_sigtramp_end_addr): Renamed from | |
6248 | amd64fbsd_sigtramp_end. | |
6249 | (amd64fbsd_init_abi): Adjust for renamed variables. | |
6250 | * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed | |
6251 | variables. | |
6252 | * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from | |
6253 | amd64fbsd_sigtramp_start. | |
6254 | (amd64fbsd_sigtramp_end_addr): Renamed from | |
6255 | amd64fbsd_sigtramp_end. | |
6256 | ||
343af405 AC |
6257 | 2004-02-22 Andrew Cagney <[email protected]> |
6258 | ||
537987fc AC |
6259 | * hppa-tdep.c (hppa32_return_value): New function. |
6260 | (hppa64_return_value): New function. | |
6261 | (hppa_gdbarch_init): Set return_value; keep disabled. | |
6262 | ||
fad850b2 AC |
6263 | * hppa-tdep.c (hppa_gdbarch_init): Re-order separating |
6264 | struct-return and inferior function call methods. | |
6265 | ||
26d08f08 AC |
6266 | * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and |
6267 | "frame-base.h". | |
6268 | (struct hppa_frame_cache): Define. | |
6269 | (hppa_frame_cache, hppa_frame_this_id): New functions. | |
6270 | (hppa_frame_prev_register): New function. | |
6271 | (hppa_frame_unwind, hppa_frame_base): New variables. | |
6272 | (hppa_frame_unwind_sniffer): New function. | |
6273 | (hppa_frame_base_address, hppa_unwind_pc): New function. | |
6274 | (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind | |
6275 | sniffer, and frame base sniffer; keep disabled. | |
6276 | (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions. | |
6277 | * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo. | |
6278 | ||
e7d7bd65 AC |
6279 | * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p |
6280 | to predicates for "seriously old code". | |
6281 | ||
e963316f AC |
6282 | * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into |
6283 | runtime if(0). | |
6284 | ||
56132691 AC |
6285 | * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint" |
6286 | unsigned. | |
6287 | (hppa_frame_find_saved_regs): Fix "std" instruction pattern | |
e963316f | 6288 | |
343af405 AC |
6289 | * config/pa/tm-hppa.h: Update copyright. |
6290 | (DEPRECATED_INIT_FRAME_PC): Delete macro. | |
6291 | (deprecated_init_frame_pc_default): Delete declaration. | |
6292 | (hppa_frame_init_saved_regs): Delete declaration. | |
6293 | (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro. | |
6294 | * hppa-tdep.c: Include "arch-utils.h". | |
6295 | (hppa_gdbarch_init): Set deprecated init_frame_pc | |
6296 | and deprecated frame_init_saved_regs. | |
6297 | (hppa_frame_init_saved_regs): Make static. | |
6298 | ||
f5859b4d MK |
6299 | 2004-02-22 Mark Kettenis <[email protected]> |
6300 | ||
86f6f8e7 | 6301 | Remove old 386BSD support. |
cf7c5c23 | 6302 | * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*. |
86f6f8e7 MK |
6303 | * configure.host: Remove i[34567]86-*-bsd*. |
6304 | * configure.tgt: Remove i[34567]86-*-bsd*. | |
6305 | * i386b-nat.c: Removed. | |
6306 | * Makefile.in (ALLDEPFILES): Remove i386b-nat.c. | |
cf7c5c23 MK |
6307 | (i386b-nat.o): Remove dependencies. |
6308 | ||
86f6f8e7 MK |
6309 | * config/i386/i386bsd.mh: Removed. |
6310 | * config/i386/i386bsd.mt: Removed. | |
6311 | * config/i386/nm-i386bsd.h: Removed. | |
6312 | * config/i386/tm-i386bsd.h: Removed. | |
6313 | * config/i386/xm-i386bsd.h: Removed. | |
6314 | ||
971218cd MK |
6315 | * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration. |
6316 | ||
7e654c37 MK |
6317 | * amd64fbsd-tdep.c: Include "solib-svr4.h". |
6318 | (amd64fbsd_init_abi): Set link map offsets. | |
6319 | * amd64nbsd-tdep.c: Include "slib-svr4.h". | |
6320 | (amd64nbsd_init_abi): Set link map offsets. | |
6321 | * amd64obsd-tdep.c: Include "solib-svr4.h". | |
6322 | (amd64obsd_init_abi): Set link map offsets. | |
6323 | * i386fbsd-tdep.c: Include "solib-svr4.h". | |
6324 | (i386fbsd_init_abi): Set link map offsets. | |
6325 | * i386nbsd-tdep.c: Include "solib-svr4.h". | |
6326 | (i386nbsdelf_init_abi): Set link map offsets. | |
6327 | * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o) | |
6328 | (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies. | |
6329 | * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o, | |
6330 | solib-legacy.o and core-aout.o. Reformat. | |
6331 | * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o, | |
6332 | solib-svr4.o, solib-legacy.o. Reformat. | |
6333 | * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat. | |
6334 | * config/i386/nbsdelf.mh: Reformat. | |
6335 | * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o, | |
6336 | solib-svr4.o, solib-legacy.o and corelow.o. | |
6337 | * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat. | |
6338 | * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o, | |
6339 | solib-svr4.o, solib-legacy.o and corelow.o. Reformat. | |
6340 | * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o. | |
6341 | * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o. | |
6342 | (TM_FILE): Set to tm-fbsd.h. | |
6343 | * config/i386/nbsd.mt (TDEPFILES): Reformat. | |
6344 | * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and | |
6345 | solib-svr4.o. | |
6346 | * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and | |
6347 | solib-svr4.o. | |
6348 | (TM_FILE): Set to nm-nbsd.h. | |
6349 | * config/i386/nm-fbsd.h: Update copyright year. Tweak comments. | |
6350 | Simplify shared library support. Don't include "elf/common.h". | |
6351 | (SVR4_SHARED_LIBS): Don't define. | |
6352 | * config/i386/nm-fbsd64.h: Update copyright year. Don't include | |
6353 | "solib.h". | |
6354 | * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h, | |
6355 | config/i386/nm-obsd.h: Update copyright year. Tweak comments. | |
6356 | * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments. | |
6357 | Don't include "i386/tm-i386.h". Include "solib.h". | |
6358 | * config/i386/tm-nbsd.h: Update copyright year. Tweak comments. | |
6359 | Don't include "i386/tm-i386.h". | |
6360 | * config/i386/xm-i386.h: Update copyright year. Tweak comments. | |
6361 | * config/i386/xm-nbsd.h: Update copyright year. Tweak comments. | |
6362 | Include "i386/xm-i386.h". | |
6363 | (HOST_LONG_DOUBLE_FORMAT): Remove. | |
6364 | ||
5d93ae8c MK |
6365 | Fix OpenBSD/i386 sigtramp recognition. |
6366 | * i386-tdep.h: Update copyright year. | |
6367 | (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start) | |
6368 | (i386bsd_sigtramp_end): New prototypes. | |
6369 | (i386fbsd_sigtramp_start_addr): Renamed from | |
6370 | i386fbsd_sigtramp_start. | |
6371 | (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end. | |
6372 | (i386obsd_sigtramp_start_addr): Renamed from | |
6373 | i386obsd_sigtramp_start. | |
6374 | (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end. | |
6375 | * i386bsd-tdep.c: Update copyright year. | |
6376 | (i386bsd_pc_in_sigtramp): Make public. | |
6377 | * i386fbsd-nat.c: Update copyright year. | |
6378 | (_initialize_i386fbsd_nat): Adjust for renamed variables. | |
6379 | * i386fbsd-tdep.c: Update copyright year. | |
6380 | (i386fbsd_sigtramp_start_addr): Renamed from | |
6381 | i386fbsd_sigtramp_start. | |
6382 | (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end. | |
6383 | (i386fbsdaout_init_abi): Adjust for renamed variables. | |
6384 | * i386obsd-nat.c: Update copyright year. | |
6385 | (_initialize_i386obsd_nat): Adjust for renamed variables. | |
6386 | * i386obsd-tdep.c: Include "target.h". | |
6387 | (i386obsd_page_size): New variable. | |
6388 | (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start) | |
6389 | (i386obsd_sigtramp_end): New functions. | |
6390 | (i386obsd_sigtramp_start_addr): Renamed from | |
6391 | i386obsd_sigtramp_start. | |
6392 | (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end. | |
6393 | (i386obsd_init_abi): Adjust for renamed variables. Set | |
6394 | pc_in_sigtramp, sigtramp_start and sigtramp_end. | |
6395 | * Makefile.in (i386obsd-tdep.o): Update dependencies. | |
6396 | ||
84d04465 MK |
6397 | * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal |
6398 | trampoline change in OpenBSD kernel. | |
6399 | ||
b053aceb MK |
6400 | * amd64-nat.c: Update copyright year. |
6401 | (amd64_supply_native_gregset, amd64_collect_native_gregset): Use | |
6402 | architecture from REGCACHE. | |
6403 | ||
f5859b4d MK |
6404 | * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use |
6405 | symbolic constants from <sys/reg.h> instead of hard-coded numbers. | |
6406 | ||
e4bbbda8 MK |
6407 | 2004-02-21 Mark Kettenis <[email protected]> |
6408 | ||
ba361932 MK |
6409 | * configure.host: Add i[34567]86-*-openbsd[0-2].* and |
6410 | i[34567]86-*-openbsd3.[0-3]. | |
6411 | * config/i386/obsdaout.mh: New file. | |
6412 | ||
d3e48264 MK |
6413 | * config/i386/obsd.mh (MH_FLAGS): Remove. |
6414 | ||
60a6eeb6 MK |
6415 | Fix PR build/1549. |
6416 | * i386obsd-tdep.c: Update copyright years. Include | |
6417 | "solib-svr4.h". | |
6418 | (i386obsd_init_abi): Don't set regset_from_core_section here. | |
6419 | (i386obsd_aout_init_abi): New function. Set | |
6420 | regset_from_core_section here. | |
6421 | (i386obsd_elf_init_abi): New function. | |
6422 | (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF. | |
6423 | * Makefile.in (i386obsd-tdep.o): Update dependecies. | |
6424 | * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o. | |
6425 | (TM_FILE): Set to tm-nbsd.h. | |
6426 | ||
6427 | * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and | |
6428 | solib-sunos.o. | |
6429 | ||
e4bbbda8 MK |
6430 | * solib-svr4.h: Update copyright year. |
6431 | (svr4_ilp32_fetch_link_map_offsets) | |
6432 | (svr4_lp64_fetch_link_map_offsets): New prototype. | |
6433 | * solib-svr4.c: Update copyright year. | |
6434 | (svr4_ilp32_fetch_link_map_offsets) | |
6435 | (svr4_lp64_fetch_link_map_offsets): New function. | |
6436 | ||
f6fe98ef DJ |
6437 | 2004-02-20 Daniel Jacobowitz <[email protected]> |
6438 | ||
6439 | * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators | |
6440 | to the partial symbol table. | |
6441 | ||
589ca796 JB |
6442 | 2004-02-20 J. brobecker <[email protected]> |
6443 | ||
6444 | * PROBLEMS: Add description of problem documented under gdb/1560. | |
6445 | ||
2031c21a MK |
6446 | 2004-02-20 Mark Kettenis <[email protected]> |
6447 | ||
30b344b1 MK |
6448 | * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix |
6449 | comments. | |
6450 | (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New | |
6451 | functions. | |
6452 | (amd64obsd_init_abi): Reorder initializations. Use | |
6453 | amd64obsd_r_reg_offset to initialize the general-purpose register | |
6454 | set details. Set regset_from_core_section. | |
6455 | (_initialize_amd64obsd_tdep): Rename from | |
6456 | _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps. | |
6457 | * Makefile.in (amd64obsd-tdep.o): Update dependencies. | |
6458 | * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o. | |
6459 | ||
2031c21a MK |
6460 | * NEWS (New native configurations): Mention OpenBSD/alpha. |
6461 | * configure.tgt: Add alpha*-*-openbsd*. | |
6462 | * configure.host: Add alpha*-*-openbsd*. | |
6463 | * alphanbsd-tdep.c: Update copyright year. | |
6464 | (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF. | |
6465 | ||
42471775 AC |
6466 | 2004-02-20 Andrew Cagney <[email protected]> |
6467 | ||
6468 | Fix PR tdep/1372. | |
6469 | * configure.tgt: Delete target "none-*-*". | |
6470 | * configure.host: Delete host "none-*-*". | |
6471 | * config/none/none.mh: Delete file. | |
6472 | * config/none/none.mt: Delete file. | |
6473 | * config/none/xm-none.h: Delete file. | |
6474 | * config/none/tm-none.h: Delete file. | |
6475 | * config/none/nm-none.h: Delete file. | |
6476 | ||
960ccd7d FF |
6477 | 2004-02-19 Fred Fish <[email protected]> |
6478 | ||
6479 | * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of | |
6480 | cache->uses_fp prior to setting it. | |
6481 | ||
5f883edd FF |
6482 | 2004-02-19 Fred Fish <[email protected]> |
6483 | ||
6484 | Fix for PR breakpoint/1558. | |
6485 | * sh-tdep.c (IS_JSR): New macro. | |
6486 | (sh_analyze_prologue): Use IS_JSR to terminate prologue scan. | |
6487 | ||
f98c22d5 JB |
6488 | 2004-02-19 Jim Blandy <[email protected]> |
6489 | ||
6490 | * findvar.c (value_from_register): Doc fix. | |
6491 | ||
95051d27 JJ |
6492 | 2004-02-19 Jeff Johnston <[email protected]> |
6493 | ||
6494 | * printcmd.c (print_scalar_formatted): Do not check for sizeof | |
6495 | type being greater than sizeof of host's LONGEST. Always use | |
6496 | unpack_long() unless format 'f' chosen. | |
6497 | ||
ccefbec3 EZ |
6498 | 2004-02-19 Joel Brobecker <[email protected]> |
6499 | ||
6500 | Committed by Elena Zannoni <[email protected]> | |
2ede629f | 6501 | |
ccefbec3 EZ |
6502 | * symtab.c (find_pc_sect_psymtab): Return the psymtab that |
6503 | contains a symbol wich is the best, non-exact match for the given | |
6504 | pc. Update comments. | |
6505 | ||
6506 | 2004-02-19 Elena Zannoni <[email protected]> | |
8a1dac83 | 6507 | |
2ede629f EZ |
6508 | * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT |
6509 | macro, which was part of the now removed Mach 3 port. | |
6510 | * utils.c (request_quit): Ditto. | |
6511 | ||
567ee972 MK |
6512 | 2004-02-18 Mark Kettenis <[email protected]> |
6513 | ||
6514 | * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and | |
6515 | "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c". | |
6516 | ||
50cca7bb MK |
6517 | 2004-02-18 Ulrich Weigand <[email protected]> |
6518 | ||
6519 | Committed by Mark Kettenis <[email protected]>. | |
6520 | ||
6521 | * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): | |
6522 | Define. | |
6523 | ||
226361c4 AC |
6524 | 2004-02-18 Andrew Cagney <[email protected]> |
6525 | ||
6526 | * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN, | |
6527 | CONFIG_INSTALL and CONFIG_UNINSTALL. | |
6528 | * configure: Re-generate. | |
6529 | * interps.h (INTERP_TUI): Define. | |
6530 | * Makefile.in: Update dependencies. | |
6531 | (TUI): New macro. | |
6532 | (tui-main.o): Specify dependencies. | |
6533 | (install-tui, uninstall-tui, clean-tui, all-tui): New rules. | |
6534 | * tui/tui-main.c: New file. | |
6535 | ||
49cfa46f MK |
6536 | 2004-02-18 Mark Kettenis <[email protected]> |
6537 | ||
e2879ccb MK |
6538 | * amd64obsd-tdep.c, amd64obsd-nat.c: New files. |
6539 | * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New | |
6540 | dependencies. | |
6541 | * configure.host: Add x86_64-*-openbsd*. | |
6542 | * configure.tgt: Add x86_64-*-openbsd*. | |
6543 | * config/i386/obsd64.mt, config/i386/obsd64.mh: New files. | |
6544 | ||
c43f4bec MK |
6545 | * tui/tui.c: Don't include <malloc.h>. |
6546 | ||
09ae75b6 MK |
6547 | * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c, |
6548 | amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and | |
6549 | amd64nbsd-tdep.c. | |
6550 | ||
49cfa46f | 6551 | * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make |
8a1dac83 | 6552 | static. Remove extraneous whitespace. |
49cfa46f MK |
6553 | * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make |
6554 | static. | |
6555 | ||
05957fdb JB |
6556 | 2004-02-17 Jim Blandy <[email protected]> |
6557 | ||
6558 | * findvar.c (value_from_register): Doc fix. | |
6559 | ||
d0f54f9d JB |
6560 | 2004-02-17 Ulrich Weigand <[email protected]> |
6561 | ||
6562 | Committed by Jim Blandy <[email protected]>. | |
e1457d83 | 6563 | |
8a1dac83 | 6564 | * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use |
c253954e JB |
6565 | CORE_ADDR as type for selectors. Correct types for GNU run time |
6566 | message lookup function to use double indirection. | |
6567 | * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type. | |
6568 | * objc-lang.h (lookup_child_selector): Adapt prototype. | |
6569 | ||
9cbd5950 JB |
6570 | * s390-nat.c (SUBOFF): New macro. |
6571 | (supply_gregset, fill_gregset): Use it to handle debugging | |
6572 | of 32-bit exectuables running under a 64-bit kernel. | |
6573 | * s390-tdep.c: Include "solib-svr4.h". | |
6574 | (s390_svr4_fetch_link_map_offset): New function. | |
6575 | (s390x_svr_fetch_link_map_offset): Likewise. | |
6576 | (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets. | |
6577 | * Makefile.in (s390-tdep.o): Update dependencies. | |
6578 | ||
a8c99f38 JB |
6579 | * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and |
6580 | "frame-unwind.h". | |
6581 | (s390_readinstruction): Reformat. Use read_memory_nobpt. | |
6582 | (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove. | |
6583 | (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove. | |
6584 | (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET, | |
6585 | S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET, | |
6586 | S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET, | |
8a1dac83 | 6587 | S390_SIGNAL_FRAMESIZE, |
a8c99f38 JB |
6588 | s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove. |
6589 | (struct frame_extra_info): Remove. | |
6590 | (s390_memset_extra_info): Remove. | |
f73b1eff JB |
6591 | (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg) |
6592 | (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a) | |
6593 | (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes. | |
a8c99f38 JB |
6594 | (is_rse): Renamed to ... |
6595 | (is_rsy): ... this. Support long displacements. | |
6596 | (is_rxe): Renamed to ... | |
6597 | (is_rxy): ... this. Support long displacements. | |
6598 | (compute_x_addr): Support long displacements. | |
6599 | (struct s390_prologue_data): New data type. | |
6600 | (s390_on_stack): Change API to use struct s390_prologue_data. | |
6601 | (s390_store): Reimplement. | |
6602 | (s390_load): New function. | |
6603 | (s390_get_signal_frame_info): Remove. | |
6604 | (s390_get_frame_info): Remove, replace by ... | |
6605 | (s390_analyze_prolog): ... this new function. | |
6606 | (s390_check_function_end): Remove. | |
6607 | (s390_function_start): Remove. | |
6608 | (s390_frameless_function_invokation): Remove. | |
6609 | (s390_is_sigreturn): Remove. | |
6610 | (s390_init_frame_pc_first): Remove. | |
6611 | (s390_init_frame_extra_info): Remove. | |
6612 | (s390_frame_init_saved_regs): Remove. | |
6613 | (s390_frame_saved_pc_nofix): Remove. | |
6614 | (s390_frame_saved_pc): Remove. | |
6615 | (s390_frame_chain): Remove. | |
6616 | (s390_fp_regnum, s390_read_fp): Remove. | |
6617 | (s390_pop_frame_regular, s390_pop_frame): Remove. | |
6618 | (s390_saved_pc_after_call): Remove. | |
6619 | (s390_skip_prologue): Reimplement. | |
6620 | (s390_in_function_epilogue_p): Support long displacements. | |
6621 | (struct s390_unwind_cache): New data structure. | |
6622 | (s390_frame_unwind_cache): New function. | |
6623 | (s390_prologue_frame_unwind_cache): Likewise. | |
6624 | (s390_backchain_frame_unwind_cache): Likewise. | |
6625 | (s390_frame_this_id, s390_frame_prev_register): Likewise. | |
6626 | (s390_frame_unwind): Define. | |
6627 | (s390_frame_sniffer): New function. | |
6628 | (struct s390_pltstub_unwind_cache): New data structure. | |
6629 | (s390_pltstub_frame_unwind_cache): New function. | |
6630 | (s390_pltstub_frame_this_id): Likewise. | |
6631 | (s390_pltstub_frame_prev_register): Likewise. | |
6632 | (s390_pltstub_frame_unwind): Define. | |
6633 | (s390_pltstub_frame_sniffer): New function. | |
6634 | (struct s390_sigtramp_unwind_cache): New data structure. | |
6635 | (s390_sigtramp_frame_unwind_cache): New function. | |
6636 | (s390_sigtramp_frame_this_id): Likewise. | |
6637 | (s390_sigtramp_frame_prev_register): Likewise. | |
6638 | (s390_sigtramp_frame_unwind): Define. | |
6639 | (s390_sigtramp_frame_sniffer): New function. | |
6640 | (s390_frame_base_address, s390_local_base_address): New functions. | |
6641 | (s390_frame_base): Define. | |
6642 | (s390_unwind_pc, s390_unwind_sp): New function. | |
6643 | (s390_push_dummy_call): Use new frame base location. | |
6644 | (s390_unwind_dummy_id): Likewise. | |
6645 | (s390_gdbarch_init): Remove calls to: | |
6646 | set_gdbarch_frameless_function_invocation, | |
6647 | set_gdbarch_deprecated_init_frame_pc, | |
6648 | set_gdbarch_deprecated_frame_chain, | |
6649 | set_gdbarch_deprecated_frame_init_saved_regs, | |
6650 | set_gdbarch_deprecated_pop_frame, | |
6651 | set_gdbarch_deprecated_init_extra_frame_info, | |
6652 | set_gdbarch_deprecated_init_frame_pc_first, | |
6653 | set_gdbarch_deprecated_target_read_fp, | |
6654 | set_gdbarch_deprecated_frame_saved_pc, | |
6655 | set_gdbarch_deprecated_saved_pc_after_call, | |
6656 | set_gdbarch_deprecated_fp_regnum. | |
6657 | Add calls to: | |
6658 | set_gdbarch_in_solib_call_trampoline, | |
6659 | frame_unwind_append_sniffer, | |
6660 | frame_base_set_default, | |
6661 | set_gdbarch_unwind_pc, | |
6662 | set_gdbarch_unwind_sp. | |
6663 | * Makefile.in (s390-tdep.o): Update dependencies. | |
6664 | ||
b0cf273e JB |
6665 | * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member. |
6666 | (S390_STACK_FRAME_OVERHEAD): Remove. | |
6667 | (S390_STACK_PARAMETER_ALIGNMENT): Remove. | |
6668 | (S390_NUM_FP_PARAMETER_REGISTERS): Remove. | |
6669 | (s390_promote_integer_argument): Remove. | |
6670 | (s390_cannot_extract_struct_value_address): Remove. | |
6671 | (s390_use_struct_convention, s390_store_struct_return): Remove. | |
6672 | (s390_extract_return_value, s390_store_return_value): Remove. | |
6673 | (s390_return_value_convention, s390_return_value): New functions. | |
6674 | (is_float_singleton): Handle typedefs. | |
8a1dac83 | 6675 | (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref): |
b0cf273e JB |
6676 | Remove, replace by ... |
6677 | (s390_function_arg_pass_by_reference, s390_function_arg_float, | |
6678 | s390_function_arg_integer): ... these new functions. | |
6679 | (s390_push_arguments, s390_push_return_address): Remove, replace by ... | |
6680 | (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions. | |
6681 | (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags. | |
6682 | Fill in tdep->abi. | |
6683 | Remove calls to: | |
6684 | set_gdbarch_deprecated_store_struct_return, | |
6685 | set_gdbarch_deprecated_extract_return_value, | |
6686 | set_gdbarch_deprecated_store_return_value, | |
6687 | set_gdbarch_use_struct_convention, | |
6688 | set_gdbarch_extract_struct_value_address, | |
6689 | set_gdbarch_deprecated_pc_in_call_dummy, | |
6690 | set_gdbarch_deprecated_push_arguments, | |
6691 | set_gdbarch_deprecated_save_dummy_frame_tos, | |
6692 | set_gdbarch_deprecated_push_return_address, | |
6693 | set_gdbarch_deprecated_sizeof_call_dummy_words, | |
6694 | set_gdbarch_deprecated_call_dummy_words, | |
6695 | set_gdbarch_deprecated_dummy_write_sp. | |
6696 | Add calls to: | |
6697 | set_gdbarch_push_dummy_call, | |
6698 | set_gdbarch_unwind_dummy_id, | |
6699 | set_gdbarch_return_value. | |
8a1dac83 | 6700 | |
e1457d83 JB |
6701 | * config/s390/nm-linux.h: Update comments. |
6702 | (target_insert_watchpoint, target_remove_watchpoint): Redefine. | |
6703 | (STOPPED_BY_WATCHPOINT): Redefine. | |
6704 | (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1. | |
6705 | (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype. | |
6706 | (s390_stopped_by_watchpoint): Likewise. | |
6707 | (watch_area_cnt): Remove. | |
6708 | * s390-nat.c: Update comments. | |
6709 | (watch_area): Remove typedef. | |
6710 | Global replace watch_area by struct watch_area. | |
6711 | (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove. | |
8a1dac83 | 6712 | (s390_stopped_by_watchpoint): Remove pid argument, |
e1457d83 JB |
6713 | use s390_inferior_tid. Add short-cut for the no watchpoint case. |
6714 | (s390_fix_watch_points): Remove pid argument, | |
6715 | use s390_inferior_tid. Recompute area spanned by watchpoints. | |
6716 | (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid | |
6717 | argument. Reimplement. | |
6718 | ||
d0f54f9d JB |
6719 | * config/s390/nm-linux.h: Update comments. Do not include "solib.h". |
6720 | (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove. | |
6721 | (FETCH_INFERIOR_REGISTERS): Define. | |
8a1dac83 | 6722 | * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and |
d0f54f9d JB |
6723 | core-regset.o. |
6724 | * config/s390/s390x.mt: Remove. | |
6725 | * config/s390/tm-s390.h: Remove. | |
6726 | * config/s390/tm-linux.h: Do not include "s390/tm-s390.h". | |
6727 | (TARGET_ELF64): Remove. | |
6728 | (SKIP_TRAMPOLINE_CODE): Do not undefine. | |
6729 | * configure.tgt [s390-*-*, s390x-*-*]: Merge into single | |
6730 | s390*-*-* case; always set gdb_target to s390. | |
6731 | * regformats/reg-s390.dat: Remove control registers. | |
6732 | * regformats/reg-s390x.dat: Likewise. | |
6733 | * s390-tdep.h: New file. | |
8a1dac83 | 6734 | * s390-nat.c: Do not include <asm/processor.h> or <value.h>. |
d0f54f9d JB |
6735 | Include "inferior.h" and "s390-tdep.h". |
6736 | Remove private definition of offsetof. | |
6737 | (s390_register_u_addr): Remove. | |
6738 | (regmap_gregset, regmap_fpregset): Define. | |
6739 | (supply_gregset, fill_gregset): Reimplement. | |
6740 | (supply_fpregset, fill_fpregset): Likewise. | |
6741 | (s390_inferior_tid): New function. | |
6742 | (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise. | |
6743 | (fetch_inferior_registers, store_inferior_registers): Likewise. | |
6744 | * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead | |
6745 | of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h". | |
6746 | Global replace of S390_GP0_REGNUM by S390_R0_REGNUM. | |
6747 | Global replace of S390_FP0_REGNUM by S390_F0_REGNUM. | |
6748 | (struct gdbarch_tdep): Define. | |
6749 | (struct s390_register_info): Define. | |
6750 | (s390_register_info): New variable. | |
6751 | (s390_register_name): Reimplement. | |
6752 | (s390_register_type): New function. | |
6753 | (s390_register_raw_size, s390x_register_raw_size): Remove. | |
6754 | (s390_cannot_fetch_register): Remove. | |
6755 | (s390_register_byte): Remove. | |
6756 | (s390_register_virtual_type, s390x_register_virtual_type): Remove. | |
6757 | (s390_dwarf_regmap): New variable. | |
6758 | (s390_dwarf_reg_to_regnum): New function. | |
6759 | (s390_stab_reg_to_regnum): Remove. | |
6760 | (s390_pseudo_register_read, s390_pseudo_register_write): New functions. | |
6761 | (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise. | |
6762 | (s390_convert_register_p): Likewise. | |
6763 | (s390_register_to_value, s390_value_to_register): Likewise. | |
6764 | (s390_register_reggroup_p): Likewise. | |
6765 | (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset, | |
6766 | s390_gregset, s390x_gregset, s390_fpregset): New variables. | |
6767 | (s390_supply_regset, s390_regset_from_core_section): New functions. | |
6768 | (GDB_TARGET_IS_ESAME): Move here from tm-s390.h. | |
6769 | (S390_FPR_SIZE): Likewise. | |
6770 | (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME. | |
6771 | Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE. | |
6772 | (S390_NUM_GPRS): Move here from tm-s390.h. | |
6773 | (S390_NUM_FPRS): Likewise. | |
6774 | (s390_in_function_epilogue_p): New function. | |
6775 | (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE. | |
6776 | Replace S390_PC_REGNUM by S390_PSWA_REGNUM. | |
6777 | (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure. | |
6778 | Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum. | |
6779 | Replace S390_FP_REGNUM by S390_SP_REGNUM. | |
6780 | Remove calls to: | |
6781 | set_gdbarch_deprecated_max_register_raw_size, | |
8a1dac83 RM |
6782 | set_gdbarch_deprecated_max_register_virtual_size, |
6783 | set_gdbarch_deprecated_register_byte, | |
d0f54f9d | 6784 | set_gdbarch_cannot_fetch_register, |
8a1dac83 | 6785 | set_gdbarch_cannot_store_register, |
d0f54f9d JB |
6786 | set_gdbarch_deprecated_register_size, |
6787 | set_gdbarch_deprecated_register_raw_size, | |
6788 | set_gdbarch_deprecated_register_virtual_size, | |
6789 | set_gdbarch_deprecated_register_virtual_type, | |
6790 | set_gdbarch_deprecated_register_bytes. | |
6791 | Add calls to: | |
6792 | set_gdbarch_num_pseudo_regs, | |
6793 | set_gdbarch_register_type, | |
6794 | set_gdbarch_convert_register_p, | |
6795 | set_gdbarch_register_to_value, | |
6796 | set_gdbarch_value_to_register, | |
6797 | set_gdbarch_register_reggroup_p, | |
6798 | set_gdbarch_regset_from_core_section, | |
6799 | set_gdbarch_pseudo_register_read, | |
6800 | set_gdbarch_pseudo_register_write, | |
6801 | set_gdbarch_in_function_epilogue_p. | |
6802 | * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies. | |
6803 | (s390_tdep_h): New variable. | |
6804 | ||
8cfe231d JB |
6805 | 2004-02-17 Jim Blandy <[email protected]> |
6806 | ||
4589a601 JB |
6807 | * findvar.c (value_from_register): If the type has no length, just |
6808 | return an acceptable value --- don't report an internal error. | |
6809 | ||
8cfe231d JB |
6810 | * stabsread.c (read_type): If we find any type numbers that are |
6811 | forward references, complain if the references aren't resolved by | |
6812 | the time we're finished reading. | |
6813 | (cleanup_undefined_types): Make error message more appropriate for | |
6814 | a complaint. | |
6815 | ||
5bf0017e EZ |
6816 | 2004-02-17 Elena Zannoni <[email protected]> |
6817 | ||
9d62932d EZ |
6818 | * Makefile.in (defs_h): Remove dependency on progress_h. |
6819 | * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of | |
6820 | progress.h. | |
6821 | * main.c (captured_main): Delete use of START_PROGRESS and | |
6822 | END_PROGRESS. | |
6823 | ||
6824 | 2004-02-17 Elena Zannoni <[email protected]> | |
8a1dac83 | 6825 | |
5bf0017e EZ |
6826 | * objfiles.c (terminate_minimal_symbol_table): Add back |
6827 | initialization of MSYMBOL_TYPE. | |
6828 | ||
9fc9f5e2 AC |
6829 | 2004-02-17 David Mosberger <[email protected]> |
6830 | ||
6831 | Committed by Andrew Cagney. | |
6832 | * Makefile.in (ia64_tdep_h): New macro. | |
6833 | (ia64-linux-tdep.o): Mention $(ia64_tdep_h). | |
6834 | (ia64-tdep.o): Likewise. | |
6835 | * ia64-tdep.h: New file. | |
6836 | * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h". | |
6837 | (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h. | |
6838 | (ia64_aix_sigcontext_register_address): Likewise. | |
6839 | (ia64_linux_getunwind_table): Delete declaration. | |
6840 | * ia64-linux-tdep.c: Likewise. | |
6841 | ||
76cd2bd9 CV |
6842 | 2004-02-17 Corinna Vinschen <[email protected]> |
6843 | ||
6844 | * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM. | |
6845 | * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to | |
6846 | DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM. | |
6847 | ||
634aa483 AC |
6848 | 2004-02-17 Andrew Cagney <[email protected]> |
6849 | ||
6850 | * symtab.c (skip_prologue_using_sal): New function. | |
6851 | * symtab.h (skip_prologue_using_sal): Declare. | |
6852 | * frv-tdep.c: Include "symtab.h". | |
6853 | (skip_prologue_using_sal): Delete function. | |
6854 | * mips-tdep.c (skip_prologue_using_sal): Delete function. | |
6855 | * rs6000-tdep.c (refine_prologue_limit): Mention | |
6856 | skip_prologue_using_sal. | |
6857 | * ia64-tdep.c (refine_prologue_limit): Ditto. | |
6858 | * Makefile.in: Update dependencies. | |
6859 | ||
6860 | 2004-02-16 Andrew Cagney <[email protected]> | |
19772a2c | 6861 | |
39ce7b3f AC |
6862 | * config/alpha/tm-nbsd.h: Update copyright, delete #undef |
6863 | START_INFERIOR_TRAPS_EXPECTED. | |
6864 | * config/alpha/tm-fbsd.h: Update copyright, delete #undef | |
6865 | START_INFERIOR_TRAPS_EXPECTED. | |
6866 | * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED): | |
6867 | Delete macro. | |
6868 | * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete | |
6869 | macro, moved to "nm-osf.h". Update copyright. | |
6870 | * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define, | |
6871 | update copyright. | |
6872 | ||
19772a2c AC |
6873 | * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate |
6874 | and function replacing FRAMELESS_FUNCTION_INVOCATION. | |
6875 | * blockframe.c (legacy_frameless_look_for_prologue): Rename | |
6876 | frameless_look_for_prologue. | |
6877 | * frame.h (legacy_frameless_look_for_prologue): Rename | |
6878 | frameless_look_for_prologue. | |
6879 | * gdbarch.h, gdbarch.c: Re-generate. | |
6880 | * sh64-tdep.c (sh64_gdbarch_init): Update. | |
6881 | * sh-tdep.c (sh_gdbarch_init): Update. | |
6882 | * s390-tdep.c (s390_gdbarch_init): Update. | |
6883 | * rs6000-tdep.c (rs6000_gdbarch_init): Update. | |
6884 | * ppc-linux-tdep.c (ppc_linux_init_abi): Update. | |
6885 | * m68k-tdep.c (m68k_gdbarch_init): Update. | |
6886 | (delta68_frame_args_address): Update. | |
6887 | * m32r-tdep.c (m32r_gdbarch_init): Update. | |
6888 | * hppa-tdep.c (hppa_gdbarch_init): Update. | |
6889 | * h8300-tdep.c (h8300_gdbarch_init): Update. | |
6890 | * frv-tdep.c (frv_gdbarch_init): Update. | |
6891 | (frv_frameless_function_invocation): Update. | |
6892 | * cris-tdep.c (cris_gdbarch_init): Update. | |
6893 | (cris_frameless_function_invocation): Update. | |
6894 | * avr-tdep.c (avr_gdbarch_init): Update. | |
6895 | * arm-tdep.c (arm_gdbarch_init): Update. | |
6896 | * stack.c (frame_info): Update, call predicate. | |
6897 | * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate.. | |
6898 | * frame.c (legacy_get_prev_frame): Update, call predicate.. | |
6899 | * arch-utils.c (generic_frameless_function_invocation_not): Delete. | |
6900 | * arch-utils.h (generic_frameless_function_invocation_not): Delete. | |
6901 | * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function | |
6902 | invocation. | |
6903 | * d10v-tdep.c (d10v_gdbarch_init): Ditto. | |
6904 | * ns32k-tdep.c (ns32k_gdbarch_init): Ditto. | |
6905 | * vax-tdep.c (vax_gdbarch_init): Ditto. | |
2be8b3c1 AC |
6906 | |
6907 | * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused | |
6908 | function. | |
6909 | ||
7dcaac91 DJ |
6910 | 2004-02-16 Daniel Jacobowitz <[email protected]> |
6911 | ||
6912 | * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary | |
6913 | initializations. | |
6914 | ||
88289b6e AC |
6915 | 2004-02-16 Andrew Cagney <[email protected]> |
6916 | ||
6917 | * tui/tui-windata.c: Include "gdb_string.h". | |
6918 | * tui/tui-source.c, tui/tui-winsource.c: Ditto. | |
6919 | * tui/tui-layout.c, tui/tui-command.c: Ditto. | |
6920 | * Makefile.in: Update dependencies. | |
6921 | ||
9f976b41 DJ |
6922 | 2004-02-16 Daniel Jacobowitz <[email protected]> |
6923 | ||
6924 | * Makefile.in (infrun.o): Add $(gdb_assert_h). | |
6925 | * infrun.c: Include "gdb_assert.h". | |
6926 | (singlestep_ptid, saved_singlestep_ptid) | |
6927 | (stepping_past_singlestep_breakpoint): New variables. | |
6928 | (resume): Set singlestep_ptid. Check for singlestep thread | |
6929 | hop. | |
6930 | (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint. | |
6931 | (handle_inferior_event): Handle singlestep thread hop. | |
6932 | ||
c324d747 AC |
6933 | 2004-02-16 Andrew Cagney <[email protected]> |
6934 | ||
f090b9b1 AC |
6935 | * dwarf2-frame.c (dwarf2_frame_ops): New function. |
6936 | (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data. | |
6937 | (dwarf2_frame_init_reg): Ditto. | |
6938 | ||
fd33e6cb AC |
6939 | * printcmd.c (display_command): Check that EXP isn't NULL. Fix |
6940 | suggested by Joshua Neuheisel | |
6941 | ||
c324d747 AC |
6942 | * configure.in: Always check for curses, including pdcurses. |
6943 | Warn, instead of error, when no curses are found. Enable TUI when | |
6944 | curses is available. | |
6945 | * configure: Re-generate. | |
6946 | ||
b66ba949 CV |
6947 | 2004-02-16 Corinna Vinschen <[email protected]> |
6948 | ||
6949 | * sh-tdep.c (sh_register_convert_to_virtual): Rename from | |
6950 | sh_sh4_register_convert_to_virtual. | |
6951 | (sh_register_convert_to_raw): Rename from | |
6952 | sh_sh4_register_convert_to_raw. | |
6953 | (sh_pseudo_register_read): Accomodate above name change. | |
6954 | (sh_pseudo_register_write): Ditto. | |
6955 | ||
b58cbbf2 CV |
6956 | 2004-02-16 Corinna Vinschen <[email protected]> |
6957 | ||
6958 | * sh-tdep.c (sh_generic_register_name): Remove. | |
6959 | (sh_gdbarch_init): Use sh_sh_register_name in default case. | |
6960 | ||
5929a910 AC |
6961 | 2004-02-15 Andrew Cagney <[email protected]> |
6962 | ||
4566dfcf AC |
6963 | * configure.in (build_warnings): Add -Wunused-function. |
6964 | * configure: Re-generate. | |
6965 | ||
db11ed55 AC |
6966 | * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro. |
6967 | * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto. | |
6968 | ||
46ac7a5d AC |
6969 | * procfs.c (procfs_init_inferior): Assume that |
6970 | START_INFERIOR_TRAPS_EXPECTED is defined. | |
6971 | * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h. | |
6972 | * config/ns32k/tm-nbsd.h: Delete file, | |
6973 | START_INFERIOR_TRAPS_EXPECTED already defined as 2. | |
6974 | ||
ba801595 AC |
6975 | * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h". |
6976 | * config/vax/tm-vax.h: Delete file. | |
6977 | ||
5929a910 AC |
6978 | * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. |
6979 | * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. | |
6980 | * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro. | |
6981 | * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. | |
6982 | * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference. | |
6983 | * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. | |
6984 | * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference. | |
6985 | ||
8f22cb90 MK |
6986 | 2004-02-15 Mark Kettenis <[email protected]> |
6987 | ||
6988 | * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype. | |
6989 | * dwarf2-frame.c (dwarf2_frame_data): New variable. | |
6990 | (struct dwarf2_frame_ops): New. | |
6991 | (dwarf2_frame_default_init_reg): New function, based on | |
6992 | dwarf2_frame_init_reg. | |
6993 | (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function. | |
6994 | (dwarf2_frame_init_reg): Call architecture-specific function. | |
6995 | (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data. | |
6996 | (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data | |
6997 | instead of dwarf2_frame_data. | |
6998 | (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data. | |
6999 | Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data. | |
7000 | ||
8132723e AC |
7001 | 2004-02-15 Andrew Cagney <[email protected]> |
7002 | ||
046a4708 AC |
7003 | * gdbarch.sh (deprecated_register_gdbarch_swap): Rename |
7004 | register_gdbarch_swap. | |
7005 | (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP. | |
7006 | * f-lang.c (_initialize_f_language): Update, use | |
7007 | DEPRECATED_REGISTER_GDBARCH_SWAP. | |
7008 | * remote.c (_initialize_remote): Ditto. | |
7009 | * regcache.c (_initialize_regcache): Ditto. | |
7010 | * parse.c (_initialize_parse): Ditto. | |
7011 | * infrun.c (_initialize_infrun): Ditto. | |
7012 | * mi/mi-main.c (_initialize_mi_main): Ditto. | |
7013 | * gdbtypes.c (_initialize_gdbtypes): Ditto. | |
8a1dac83 | 7014 | |
549c1eea AC |
7015 | * solib.c (solib_map_sections): Use bfd_set_cacheable instead of |
7016 | poking .cacheable directly. | |
7017 | * symfile.c (symfile_bfd_open): Ditto. | |
7018 | ||
0c0b39de AC |
7019 | * Makefile.in: Update all dependencies. |
7020 | ||
8132723e AC |
7021 | * Makefile.in: (.SUFFIXES): Add ".l" and ".y". |
7022 | (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate | |
7023 | .c. Update references. Delete unnecessary .tab.c and -lex.c rules. | |
7024 | (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule. | |
7025 | (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar. | |
0c0b39de | 7026 | |
b9d26eb9 AC |
7027 | 2004-02-14 Andrew Cagney <[email protected]> |
7028 | ||
8e1f669a AC |
7029 | * arch-utils.c (legacy_convert_register_p): Check |
7030 | DEPRECATED_REGISTER_CONVERTIBLE_P. | |
7031 | * findvar.c (value_of_register): Ditto. | |
7032 | ||
cd0bfa36 AC |
7033 | * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate. |
7034 | * gdbarch.h, gdbarch.c: Re-generate. | |
7035 | * arch-utils.c (deprecated_register_convertible_not): Delete. | |
7036 | * arch-utils.h (deprecated_register_convertible_not): Delete. | |
7037 | * mi/mi-main.c (get_register): Update. Update copyright. | |
7038 | * infcmd.c (default_print_registers_info): Update. | |
7039 | ||
b9d26eb9 AC |
7040 | * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete. |
7041 | (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete. | |
7042 | (DEPRECATED_CALL_DUMMY_ADDRESS): Delete. | |
8a1dac83 | 7043 | * gdbarch.h, gdbarch.c: Re-generate. |
b9d26eb9 AC |
7044 | * frame.c (deprecated_get_next_frame_hack): Delete function. |
7045 | * frame.h (deprecated_get_next_frame_hack): Delete declaration. | |
7046 | * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point): | |
7047 | Update. | |
7048 | * infcall.c (call_function_by_hand): Update. | |
7049 | ||
9ab9195f EZ |
7050 | 2004-02-14 Elena Zannoni <[email protected]> |
7051 | ||
7052 | * symfile.c (init_entry_point_info, entry_point_address): Move | |
8a1dac83 | 7053 | from here... |
9ab9195f EZ |
7054 | * objfiles.c (init_entry_point_info, entry_point_address):..to |
7055 | here. | |
7056 | * symfile.h (init_entry_point_info, entry_point_address): Remove | |
7057 | prototypes. | |
7058 | * objfiles.h (init_entry_point_info, entry_point_address):Add | |
8a1dac83 | 7059 | prototypes. |
9ab9195f EZ |
7060 | * cris-tdep.c: Remove include of symfile.h. Add include of |
7061 | objfiles.h. | |
7062 | * infcall.c: Ditto. | |
7063 | * mcore-tdep.c: Ditto. | |
7064 | * mn10300-tdep.c: Ditto. | |
7065 | * sh64-tdep.c: Ditto. | |
7066 | * v850-tdep.c: Ditto. | |
7067 | * arm-tdep.c: Remove include of symfile.h. | |
7068 | * blockframe.c: Ditto. | |
7069 | * coffread.c: Ditto. | |
7070 | * dbxread.c: Ditto. | |
7071 | * dwarf2read.c: Ditto. | |
7072 | * dwarfread.c: Ditto. | |
8a1dac83 | 7073 | * frv-tdep.c: Ditto. |
9ab9195f EZ |
7074 | * ia64-tdep.c: Ditto. |
7075 | * mdebugread.c: Ditto. | |
7076 | * mipsread.c: Ditto. | |
8a1dac83 | 7077 | * rs6000-tdep.c: Ditto. |
9ab9195f EZ |
7078 | * s390-tdep.c: Ditto. |
7079 | * sh-tdep.c: Ditto. | |
8a1dac83 | 7080 | * xstormy16-tdep.c: Ditto. |
9ab9195f EZ |
7081 | * gdbarch.sh: Remove include of symfile.h. |
7082 | * gdbarch.c: Regenerate. | |
7083 | * solib-irix.c (enable_break): Use entry_point_address(). | |
7084 | Add comment about include file. | |
7085 | * xcoffread.c: Add comment about include file. | |
8a1dac83 RM |
7086 | * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o) |
7087 | (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o) | |
7088 | (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o) | |
7089 | (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o) | |
9ab9195f EZ |
7090 | (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies. |
7091 | ||
c4c5b7ba AC |
7092 | 2004-02-13 Andrew Cagney <[email protected]> |
7093 | ||
7094 | * corelow.c (core_xfer_partial): Use "struct bfd_section". | |
7095 | * config/sparc/nm-nbsd.h (struct target_ops): Declare, update | |
7096 | copyright. | |
7097 | * mips-linux-tdep.c: Use "GNU/Linux", update copyright. | |
7098 | ||
3e7879de FF |
7099 | 2004-02-12 Fred Fish <[email protected]> |
7100 | ||
7101 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to | |
7102 | set_gdbarch_store_return_value. | |
7103 | ||
6a7760b6 AC |
7104 | 2004-02-12 Andrew Cagney <[email protected]> |
7105 | ||
7106 | * remote-rdi.c (arm_rdi_start_remote): Delete unused function. | |
7107 | (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto. | |
7108 | (interrupt_query): Ditto. | |
7109 | (ofunc): Delete unused variable. | |
7110 | * cris-tdep.c (cris_abi): Delete unused function. | |
7111 | (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto. | |
7112 | (cris_get_wide_opcode, cris_get_short_size): Ditto. | |
7113 | (cris_get_asr_quick_shift_steps): Ditto. | |
7114 | (cris_skip_prologue_frameless_p): Ditto. | |
7115 | * arm-tdep.c (arm_push_return_address): Delete unused function. | |
7116 | (arm_push_dummy_frame, arm_fix_call_dummy): Ditto. | |
7117 | * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function. | |
7118 | * s390-tdep.c (s390_function_start): Delete unused function. | |
7119 | ||
31687c3c AC |
7120 | 2004-02-12 Andrew Cagney <[email protected]> |
7121 | ||
7122 | * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete. | |
7123 | gdbarch.h, gdbarch.c: Re-generate. | |
7124 | * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p | |
7125 | to generic_prologue_frameless_p. | |
7126 | * arch-utils.h (generic_prologue_frameless_p): Delete declaration. | |
7127 | * arch-utils.c (generic_prologue_frameless_p): Delete function. | |
7128 | ||
6de918a6 DJ |
7129 | 2004-02-11 Daniel Jacobowitz <[email protected]> |
7130 | ||
7131 | * mips-linux-tdep.c: Include "frame.h". | |
7132 | (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code) | |
7133 | (mips_linux_skip_resolver): New functions. | |
7134 | (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver | |
7135 | and set_gdbarch_in_solib_call_trampoline. | |
7136 | * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call | |
7137 | to after set_gdbarch_in_solib_return_trampoline. Only set the | |
7138 | solib hooks to mips16 functions if the OS ABI is unknown. | |
7139 | * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after | |
7140 | including "config/tm-linux.h". | |
7141 | (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define. | |
7142 | * Makefile.in (mips-linux-tdep.o): Update. | |
7143 | ||
87b3ede8 DC |
7144 | 2004-02-11 David Carlton <[email protected]> |
7145 | ||
7146 | * linespec.c (decode_compound): Only look for a class symbol when | |
7147 | considering all but the rightmost component. | |
7148 | ||
5979bc46 AC |
7149 | 2004-02-11 Andrew Cagney <[email protected]> |
7150 | ||
7151 | * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and | |
7152 | abi code are are separatly grouped. | |
7153 | ||
5867a2fb AC |
7154 | 2004-02-11 Andrew Cagney <[email protected]> |
7155 | ||
7156 | * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0. | |
7157 | * gdbarch.h, gdbarch.c: Re-generate. | |
7158 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Update. | |
7159 | * v850-tdep.c (v850_gdbarch_init): Update. | |
7160 | * sh64-tdep.c (sh64_gdbarch_init): Update. | |
7161 | * sh-tdep.c (sh_gdbarch_init): Update. | |
7162 | * s390-tdep.c (s390_gdbarch_init): Update. | |
7163 | * mn10300-tdep.c (mn10300_gdbarch_init): Update. | |
7164 | * mips-tdep.c (mips_gdbarch_init): Update. | |
7165 | * mcore-tdep.c (mcore_gdbarch_init): Update. | |
7166 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Update. | |
7167 | * m32r-tdep.c (m32r_gdbarch_init): Update. | |
7168 | * ia64-tdep.c (ia64_gdbarch_init): Update. | |
7169 | * hppa-tdep.c (hppa_gdbarch_init): Update. | |
7170 | * h8300-tdep.c (h8300_gdbarch_init): Update. | |
7171 | * frv-tdep.c (frv_gdbarch_init): Update. | |
7172 | * d10v-tdep.c (d10v_gdbarch_init): Update. | |
7173 | * cris-tdep.c (cris_gdbarch_init): Update. | |
7174 | * avr-tdep.c (avr_gdbarch_init): Update. | |
7175 | * arm-tdep.c (arm_gdbarch_init): Update. | |
7176 | * alpha-tdep.c (alpha_gdbarch_init): Update. | |
7177 | ||
026a72f8 CV |
7178 | 2004-02-11 Corinna Vinschen <[email protected]> |
7179 | ||
7180 | * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing | |
7181 | comma. | |
7182 | (sh_sh4al_dsp_register_name): Ditto. | |
7183 | ||
3903d437 AC |
7184 | 2004-02-10 Andrew Cagney <[email protected]> |
7185 | ||
7186 | * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code. | |
7187 | (mips_init_frame_pc_first): Delete function. | |
7188 | (mips_frame_saved_pc): Delete function. | |
7189 | (mips_frame_chain): Delete function. | |
7190 | (mips_init_extra_frame_info): Delete function. | |
7191 | (mips_xfer_register): Delete unused variable "reg". | |
7192 | (mips_n32n64_push_dummy_call): Delete unused variable "valbuf". | |
7193 | (mips_n32n64_return_value): Delete unused variable "reg". | |
7194 | (mips_n32n64_return_value): Delete unused variable "pos". | |
7195 | (mips_o32_push_dummy_call): Delete unused variable "valbuf". | |
7196 | (mips_o32_return_value): Delete unused variable "pos". | |
7197 | (mips_o64_push_dummy_call): Delete unused variable "valbuf". | |
7198 | (mips_print_fp_register): Delete unused variable "namelen" | |
7199 | (mips_print_fp_register): Delete unused variable "flt2" | |
7200 | (get_frame_pointer): Delete function. | |
7201 | (cached_proc_desc): Delete static variable. | |
7202 | (mips_pop_frame): Delete function. | |
7203 | (mips_find_saved_regs): Delete function. | |
7204 | (mips_get_saved_register): Delete function. | |
7205 | (mips_saved_pc_after_call): Delete function. | |
7206 | (SIGFRAME_BASE): Delete macro. | |
7207 | (SIGFRAME_FPREGSAVE_OFF): Delete macro. | |
7208 | (SIGFRAME_PC_OFF): Delete macro. | |
7209 | (SIGFRAME_REGSAVE_OFF): Delete macro. | |
7210 | (mips_dump_tdep): Do not print deleted macro definitions. | |
7211 | ||
b9fb98bd AC |
7212 | 2004-02-10 Andrew Cagney <[email protected]> |
7213 | ||
7214 | * Makefile.in (SFILES): Remove explictly listed tui files. | |
7215 | (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c. | |
7216 | ||
78ced177 | 7217 | 2004-02-10 Jeff Johnston <[email protected]> |
8a1dac83 | 7218 | |
78ced177 JJ |
7219 | * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement |
7220 | to use paddr functions to format ia64 addresses and long values. | |
7221 | (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto. | |
7222 | (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto. | |
7223 | (get_kernel_table, ia64_find_proc_info_x): Ditto. | |
7224 | (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto. | |
7225 | (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto. | |
7226 | ||
6a83354a AC |
7227 | 2004-02-10 Andrew Cagney <[email protected]> |
7228 | ||
7229 | * defs.h: Do not include "tui.h". | |
7230 | * gdb_curses.h: New file. | |
7231 | * tui/tui-hooks.h: New file. | |
7232 | * tui/tui.h (tui_update_all_exec_infos): Delete declaration. | |
7233 | (tui_install_hooks, tui_remove_hooks): Delete declarations. | |
7234 | (tui_initialize_io): Delete declaration. | |
7235 | (tui_initialize_readline: Delete redundant declaration. | |
7236 | (struct tui_point): Delete definition. | |
7237 | * tui/tui-data.h (struct tui_point): Define. | |
7238 | * cli/cli-decode.c [TUI]: Include "tui/tui.h". | |
7239 | * utils.c: Include "tui/tui.h". | |
7240 | * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h". | |
7241 | * printcmd.c [TUI]: Include "tui/tui.h". | |
7242 | * cli/cli-cmds.c [TUI]: Include "tui/tui.h". | |
7243 | * tui/tui-command.c: Include "gdb_curses.h". | |
7244 | * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto. | |
7245 | * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto. | |
7246 | * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto. | |
7247 | * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto. | |
7248 | * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h". | |
7249 | * Makefile.in: Update all dependencies. | |
7250 | (tui_hooks_h, gdb_curses_h): Define. | |
7251 | (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui. | |
7252 | ||
997470ef EZ |
7253 | 2004-02-10 Elena Zannoni <[email protected]> |
7254 | ||
7255 | * objfiles.h (struct objfile): Remove unused fields auxf1 and | |
7256 | auxf2. Add comments about some other rarely used fields. | |
7257 | ||
4ff2cc4d AC |
7258 | 2004-02-10 Andrew Cagney <[email protected]> |
7259 | ||
7260 | * Makefile.in (init.c): Fix script removing duplicates. Problem | |
7261 | reported by Peter Schauer. | |
7262 | ||
1ab21617 EZ |
7263 | 2004-02-09 Elena Zannoni <[email protected]> |
7264 | ||
7265 | * bcache.c (bcache_xmalloc): Use obstack_init instead of | |
7266 | obstack_specify_allocation. | |
7267 | * objfiles.c (allocate_objfile): Ditto. | |
8a1dac83 | 7268 | * solib-sunos.c (solib_add_common_symbols) |
1ab21617 EZ |
7269 | (allocate_rt_common_objfile): Ditto. |
7270 | * symfile.c (reread_symbols): Ditto. | |
7271 | * gdb_obstack.h: Add comment. | |
7272 | ||
17763fd9 EZ |
7273 | 2004-02-09 Elena Zannoni <[email protected]> |
7274 | ||
7275 | * linespec.c (decode_line_1, locate_first_half) | |
7276 | (decode_compound, lookup_prefix_sym): Update comments. Delete old | |
7277 | commented out code. | |
7278 | ||
ec5cdd75 DJ |
7279 | 2004-02-09 Daniel Jacobowitz <[email protected]> |
7280 | ||
7281 | * cp-namespace.c (check_one_possible_namespace_symbol): Don't use | |
7282 | obstack_free. | |
7283 | ||
43b54b88 AC |
7284 | 2004-02-09 Andrew Cagney <[email protected]> |
7285 | ||
7286 | * blockframe.c (find_pc_partial_function): If find_pc_overlay | |
7287 | fails, try find_pc_section. Fix PR c++/1267. | |
7288 | * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section | |
7289 | instead of find_pc_mapped_section. | |
7290 | (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do | |
7291 | not default to the section containing PC. Fix PR symtab/1519. | |
7292 | ||
edfae063 AC |
7293 | 2004-02-09 Andrew Cagney <[email protected]> |
7294 | ||
7295 | * Makefile.in (mips-tdep.o): Update dependencies. | |
7296 | * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and | |
7297 | "trad-frame.h". | |
7298 | (mips_unwind_pc): Return the pseudo PC register. | |
7299 | (mips_unwind_dummy_id): New function. | |
7300 | (mips16_fetch_instruction): New function. | |
7301 | (mips32_fetch_instruction): New function. | |
7302 | (struct mips_frame_cache): Define. | |
7303 | (mips_mdebug_frame_cache): New function. | |
7304 | (mips_mdebug_frame_this_id): New function. | |
7305 | (mips_mdebug_frame_prev_register): New function. | |
7306 | (mips_mdebug_frame_unwind): Define. | |
7307 | (mips_mdebug_frame_sniffer): New function. | |
7308 | (mips_mdebug_frame_base_address): New function. | |
7309 | (mips_mdebug_frame_base): Define. | |
7310 | (mips_mdebug_frame_base_sniffer): New function. | |
7311 | (mips_gdbarch_init): Append unwind and base sniffers. Set | |
7312 | unwind_dummy_id. | |
7313 | ||
defc864c AC |
7314 | 2004-02-08 Andrew Cagney <[email protected]> |
7315 | ||
6764ddad AC |
7316 | * frame.c: Print both the register number and name. |
7317 | ||
defc864c AC |
7318 | * Makefile.in (init.c): Eliminate duplicates. Combine two greps |
7319 | and a sed into a single sed. Make .c and .o patterns more robust. | |
7320 | (OBS): Delete. | |
7321 | (INIT_FILES): Replace OBS with COMMON_OBS. | |
7322 | (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition. | |
7323 | ||
645d6d10 MK |
7324 | 2004-02-08 Mark Kettenis <[email protected]> |
7325 | ||
7326 | * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using | |
7327 | the PT_WCOOKIE request. | |
7328 | ||
23e3c3fc AC |
7329 | 2004-02-08 Andrew Cagney <[email protected]> |
7330 | ||
58dfe9ff AC |
7331 | * mips-tdep.c (mips_unwind_pc): New function. |
7332 | (mips_gdbarch_init): Set mips_unwind_pc. | |
7333 | ||
1152e35e AC |
7334 | * frame.c (legacy_saved_regs_this_id): Return a null frame ID. |
7335 | (get_frame_id): Allow the UNKNOWN_FRAME. | |
7336 | (frame_register_unwind, get_frame_type): Ditto. | |
7337 | ||
31b75dbf AC |
7338 | * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P |
7339 | and DEPRECATED_FP_REGNUM. Don't assume that the lack of | |
7340 | unwind_dummy_id indicates a legacy frame. | |
7341 | ||
3483b318 AC |
7342 | * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS. |
7343 | * configure: Re-generate. | |
7344 | ||
23e3c3fc AC |
7345 | * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind |
7346 | methods. | |
7347 | ||
33f8ca73 AC |
7348 | 2004-02-08 Andrew Cagney <[email protected]> |
7349 | ||
7350 | * configure.in (CONFIG_ALL): Set to Makefile target, and not | |
7351 | makefile macro. | |
7352 | * configure: Re-generate. | |
7353 | (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto. | |
7354 | * Makefile.in (SUBDIR_CLI_CLEAN): Delete. | |
7355 | (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete. | |
7356 | (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete. | |
7357 | (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete. | |
7358 | (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete. | |
7359 | (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete. | |
7360 | (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete. | |
7361 | (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete. | |
7362 | (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete. | |
7363 | ||
6ba8e26f | 7364 | 2004-02-07 Andrew Cagney <[email protected]> |
d836ee13 | 7365 | |
20d286a5 AC |
7366 | * Makefile.in: Update all dependencies. |
7367 | ||
d836ee13 AC |
7368 | * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete. |
7369 | * configure: Re-generate. | |
7370 | * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS. | |
7371 | (CONFIG_LIB_OBS, CONFIG_INITS): Delete. | |
7372 | (COMMON_OBS): Add "main.o" and "annotate.o". | |
7373 | (ANNOTATE_OBS): Delete. | |
7374 | (OBS): Remove ANNOTATE_OBS. | |
7375 | (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove | |
7376 | CONFIG_INITS. | |
7377 | (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link | |
7378 | against CONFIG_OBS and "main.o". | |
7379 | (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete. | |
7380 | (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete. | |
7381 | ||
d02c80cd AC |
7382 | * tui/tui-command.c: Include "gdb_string.h", delete register |
7383 | attribute, use ISO-C function signatures. | |
7384 | * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto. | |
7385 | * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto. | |
7386 | * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto. | |
7387 | * tui/tui.c: Ditto. | |
6ba8e26f AC |
7388 | |
7389 | * tui/tui-command.c: Change variable and function names to lower | |
7390 | case. | |
7391 | * tui/tui-data.c, tui/tui-disasm.c: Ditto. | |
7392 | * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto. | |
7393 | * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto. | |
7394 | * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto. | |
7395 | * tui/tui-winsource.c, tui/tui.c: Ditto. | |
7396 | ||
4a146b47 EZ |
7397 | 2004-02-07 Elena Zannoni <[email protected]> |
7398 | ||
7399 | * buildsym.c (free_pending_blocks, finish_block) | |
7400 | (record_pending_block, make_blockvector, end_symtab): Replace | |
7401 | symbol_obstack with objfile_obstack. | |
8a1dac83 | 7402 | * coffread.c (process_coff_symbol, coff_read_struct_type) |
4a146b47 | 7403 | (coff_read_enum_type): Ditto. |
8a1dac83 | 7404 | * cp-namespace.c (initialize_namespace_symtab) |
4a146b47 | 7405 | (check_one_possible_namespace_symbol): Ditto. |
8a1dac83 | 7406 | * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file) |
4a146b47 EZ |
7407 | (dwarf2_symbol_mark_computed): Ditto. |
7408 | * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto. | |
7409 | * elfread.c (elf_symtab_read): Ditto. | |
7410 | * hpread.c (hpread_symfile_init, hpread_symfile_init) | |
7411 | (hpread_read_enum_type, hpread_read_function_type) | |
7412 | (hpread_read_doc_function_type, hpread_process_one_debug_symbol): | |
7413 | Ditto. | |
8a1dac83 | 7414 | * jv-lang.c (get_java_class_symtab, add_class_symbol) |
4a146b47 | 7415 | (java_link_class_type): Ditto. |
8a1dac83 | 7416 | * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab) |
4a146b47 EZ |
7417 | (new_symbol): Ditto. |
7418 | * minsyms.c (install_minimal_symbols): Ditto. | |
7419 | * objfiles.c (allocate_objfile): Remove init of symbol_obstack. | |
7420 | (terminate_minimal_symbol_table): Replace symbol_obstack with | |
7421 | objfile_obstack. | |
7422 | (free_objfile): Remove freeing of symbol_obstack. | |
7423 | * objfiles.h: Remove symbol_obstack field. | |
7424 | * pa64solib.c (add_to_solist): Replace symbol_obstack with | |
7425 | objfile_obstack. | |
7426 | * solib-sunos.c (allocate_rt_common_objfile): Remove init of | |
7427 | symbol_obstack. | |
7428 | (solib_add_common_symbols): Replace symbol_obstack with | |
7429 | objfile_obstack. | |
7430 | * somsolib.c (som_solib_add): Ditto. | |
7431 | * stabsread.c (patch_block_stabs, define_symbol, read_enum_type) | |
7432 | (common_block_start, common_block_end): Ditto. | |
7433 | * symfile.c (reread_symbols): Remove freeing and init of | |
7434 | symbol_obstack. | |
7435 | (allocate_symtab): Rename symbol_obstack to objfile_obstack. | |
7436 | * symfile.h: Update comment. | |
7437 | * symmisc.c (print_objfile_statistics): Remove symbol_obstack | |
7438 | stats printing. | |
7439 | * symtab.c (symbol_set_names): Replace symbol_obstack with | |
7440 | objfile_obstack. | |
7441 | * symtab.h (struct general_symbol_info, struct minimal_symbol): | |
7442 | Update comments. | |
7443 | * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC) | |
7444 | (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with | |
7445 | objfile_obstack. | |
7446 | ||
6d012f14 AC |
7447 | 2004-02-07 Andrew Cagney <[email protected]> |
7448 | ||
7449 | * tui/tui.h: Do not include <stdarg.h>, <string.h>, and | |
7450 | "ansidecl.h". Do not undef "reg" and "chtype". Fix case of | |
7451 | fields and variables. | |
7452 | * tui/tui-wingeneral.h (m_beVisible): Delete macro. | |
7453 | (m_beInvisible): Delete macro. | |
7454 | * tui/tui-data.h: Fix case case fields and variables. | |
7455 | (m_genWinPtrIsNull): Delete macro. | |
7456 | (tui_win_list): Rename winList. | |
7457 | (TUI_SRC_WIN): Rename srcWin. | |
7458 | (TUI_DISASM_WIN): Rename disassemWin. | |
7459 | (TUI_DATA_WIN): Rename dataWin. | |
7460 | (TUI_CMD_WIN): Rename cmdWin. | |
7461 | (m_genWinPtrNotNull): Delete macro. | |
7462 | (m_winPtrIsNull): Delete macro. | |
7463 | (m_winPtrNotNull): Delete macro. | |
7464 | (tui_win_is_source_type): Replace m_winIsSourceType | |
7465 | (tui_win_is_auxillary): Replace m_winIsAuzillary. | |
7466 | (tui_win_has_locator): Replace m_hasLocator. | |
7467 | (tui_set_win_highlight): Replace m_setWinHighlightOn and | |
7468 | m_setWinHighlightOff. | |
7469 | * tui/tui-data.c: Update references. | |
7470 | (tui_win_is_source_type, tui_set_win_highlight): New functions. | |
7471 | (tui_win_has_locator, tui_win_is_auxillary): New functions. | |
7472 | * tui/tui-command.c, tui/tui-disasm.c: Update references. | |
7473 | * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto. | |
7474 | * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto. | |
7475 | * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto. | |
7476 | * tui/tui-winsource.c, tui/tui.c: Ditto. | |
7477 | ||
7d34766b MK |
7478 | 2004-02-07 Mark Kettenis <[email protected]> |
7479 | ||
1c800673 MK |
7480 | * sparc-tdep.h (sparc_fetch_wcookie): New prototype. |
7481 | * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle | |
7482 | StackGhost. | |
7483 | ||
7d34766b MK |
7484 | * sparc-tdep.c (sparc32_frame_prev_register): Rename local |
7485 | variable `i6' to `i7'. | |
7486 | (sparc_supply_rwindow, sparc_collect_rwindow): Likewise. | |
7487 | ||
22940a24 AC |
7488 | 2004-02-07 Andrew Cagney <[email protected]> |
7489 | ||
7490 | * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition. | |
7491 | (TuiPoint, TuiPointPtr): Ditto. | |
7492 | (TuiStatus, TuiStatusPtr): Ditto. | |
7493 | (TuiWinType, TuiWinTypePtr): Ditto. | |
7494 | (struct tui_point): Rename _TuiPoint. | |
7495 | (tui_get_low_disassembly_address): Rename | |
7496 | tuiGetLowDisassemblyAddress. | |
7497 | (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos. | |
7498 | (tuiFree): Delete declaration. | |
7499 | (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions. | |
7500 | (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions. | |
7501 | * tui/tui.c (tuiFree): Delete function. | |
7502 | * cli/cli-cmds.c (disassemble_command): Update references. | |
7503 | * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto. | |
7504 | * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto. | |
7505 | * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto. | |
7506 | * tui/tui-winsource.c: Ditto. | |
7507 | ||
8b92e4d5 EZ |
7508 | 2004-02-07 Elena Zannoni <[email protected]> |
7509 | ||
7510 | * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab, | |
7511 | coffstab_build_psymtabs, elfstab_build_psymtabs) | |
7512 | (stabsect_build_psymtabs): Replace psymbol_obstack with | |
7513 | objfile_obstack. | |
7514 | * dwarf2-frame.c (decode_frame_entry_1): Ditto. | |
7515 | * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section): | |
7516 | Ditto. | |
7517 | * dwarfread.c (scan_compilation_units): Ditto. | |
7518 | * elfread.c (elfstab_offset_sections): Ditto. | |
7519 | * hppa-tdep.c (read_unwind_info): Ditto. | |
7520 | * hpread.c (hpread_build_psymtabs, hpread_start_psymtab) | |
7521 | (hpread_end_psymtab): Ditto. | |
7522 | * mdebugread.c (mdebug_build_psymtabs, add_pending) | |
7523 | (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs): | |
7524 | Ditto. | |
7525 | * mips-tdep.c (non_heuristic_proc_desc): Ditto. | |
8a1dac83 | 7526 | * objfiles.c (add_to_objfile_sections) |
8b92e4d5 EZ |
7527 | (build_objfile_section_table): Ditto. |
7528 | (allocate_objfile): Remove init of psymbol_obstack. | |
7529 | (free_objfile): Remove freeing of psymbol_obstack. | |
7530 | * objfiles.h (struct objfile): Remove field | |
7531 | psymbol_obstack. Update comments. | |
7532 | * pa64solib.c (pa64_solib_add_solib_objfile): Replace | |
7533 | psymbol_obstack with objfile_obstack. | |
7534 | * solib-sunos.c (allocate_rt_common_objfile): Remove init of | |
7535 | psymbol_obstack. | |
7536 | * somread.c (som_symfile_offsets, init_import_symbols) | |
7537 | (init_export_symbols): Replace psymbol_obstack with | |
7538 | objfile_obstack. | |
7539 | * somsolib.c (som_solib_add_solib_objfile): Ditto. | |
7540 | * symfile.c (default_symfile_offsets, syms_from_objfile) | |
7541 | (reread_symbols): Remove freeing and init of psymbol_obstack. | |
7542 | (cashier_psymtab): Update comment. | |
7543 | * symmisc.c (print_objfile_statistics): Don't report stats for | |
7544 | psymbol obstack. | |
7545 | * symtab.h (struct general_symbol_info, struct partial_symtab): | |
7546 | Update comments. | |
7547 | * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym) | |
7548 | (xcoff_symfile_offsets): Replace psymbol_obstack with | |
7549 | objfile_obstack. | |
7550 | ||
b99607ea EZ |
7551 | 2004-02-07 Elena Zannoni <[email protected]> |
7552 | ||
7553 | * objfiles.h (struct objfile): Add objfile_obstack field. | |
7554 | Remove type_obstack field. | |
7555 | ||
7556 | * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn, | |
7557 | read_structure_scope read_enumeration, new_symbol): Replace | |
7558 | type_obstack with objfile_obstack. | |
7559 | * dwarfread.c (struct_type, enum_type): Ditto. | |
8a1dac83 | 7560 | * gdbtypes.c (alloc_type, alloc_type_instance, init_type) |
b99607ea EZ |
7561 | (lookup_fundamental_type): Ditto. |
7562 | * gdbtypes.h (TYPE_ALLOC): Ditto. | |
8a1dac83 RM |
7563 | * hpread.c (hpread_read_enum_type, hpread_read_function_type) |
7564 | (hpread_read_doc_function_type, hpread_read_struct_type) | |
7565 | (fix_static_member_physnames, hpread_read_array_type) | |
b99607ea | 7566 | (hpread_read_subrange_type, hpread_type_lookup): Ditto. |
8a1dac83 | 7567 | * jv-lang.c (java_lookup_class, type_from_class, type_from_class) |
b99607ea EZ |
7568 | (java_link_class_type): Ditto. |
7569 | * mdebugread.c (parse_type): Ditto. | |
7570 | * objfiles.c (allocate_objfile, free_objfile): Ditto. | |
7571 | * solib-sunos.c (solib_add_common_symbols): Ditto. | |
7572 | * stabsread.c (define_symbol, read_type, read_member_functions, | |
7573 | read_cpp_abbrev, read_one_struct_field): Ditto. | |
7574 | * symfile.c (reread_symbols): Ditto. | |
7575 | * symmisc.c (print_objfile_statistics): Ditto. | |
8a1dac83 | 7576 | |
2a8854a7 AC |
7577 | 2004-02-07 Andrew Cagney <[email protected]> |
7578 | ||
7579 | * tui/tui-data.h (tui_win_element): Rename TuiWinElement. | |
7580 | (tui_exec_info_content): Rename TuiExecInfoContent. | |
7581 | (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions. | |
7582 | (TuiWinInfo, TuiWinInfoPtr): Ditto. | |
7583 | (TuiScrollDirection, TuiScrollDirectionPtr): Ditto. | |
7584 | (TuiList, TuiListPtr): Ditto. | |
7585 | (TuiLayoutType, TuiLayoutTypePtr): Ditto. | |
7586 | (TuiDataType, TuiDataTypePtr): Ditto. | |
7587 | (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto. | |
7588 | (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto. | |
7589 | (TuiLayoutDef, TuiLayoutDefPtr): Ditto. | |
7590 | (TuiSourceElement, TuiSourceElementPtr): Ditto. | |
7591 | (TuiDataElement, TuiDataElementPtr): Ditto. | |
7592 | (TuiWinElement, TuiWinElementPtr): Ditto. | |
7593 | (TuiDataInfo, TuiDataInfoPtr): Ditto. | |
7594 | (TuiCommandElement, TuiCommandElementPtr): Ditto. | |
7595 | (TuiLocatorElement, TuiLocatorElementPtr): Ditto. | |
7596 | (TuiWhichElement, TuiWhichElementPtr): Ditto. | |
7597 | (TuiSourceInfo, TuiSourceInfoPtr): Ditto. | |
7598 | (TuiCommandInfo, TuiCommandInfoPtr): Ditto. | |
7599 | * tui/tui-command.c, tui/tui-data.c: Update references. | |
7600 | * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto. | |
7601 | * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto. | |
7602 | * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto. | |
7603 | * tui/tui-winsource.c, tui/tui.c: Ditto. | |
8a1dac83 | 7604 | |
05cbe71a MK |
7605 | 2004-02-07 Mark Kettenis <[email protected]> |
7606 | ||
7607 | * dwarf2-frame.h: Update copyright. | |
7608 | (enum dwarf2_frame_reg_rule): New. | |
7609 | (struct dwarf2_frame_state_reg): New. | |
7610 | (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern. | |
7611 | * dwarf2-frame.c: Update copyright. | |
7612 | (enum dwarf2_reg_rule): Remove. | |
7613 | (struct dwarf2_frame_state): Remove defenition of `struct | |
7614 | dwarf2_frame_state_reg'. | |
7615 | (read_reg): Call get_frame_arch to get the architecture instead of | |
7616 | using CURRENT_GDBARCH. | |
7617 | (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with | |
7618 | DWARF2_FRAME_. | |
7619 | (dwarf2_frame_init_reg): New function. | |
7620 | (dwarf2_frame_cache): Call get_frame_arch to get the architecture | |
7621 | instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to | |
7622 | initialize the register state. Prefix old `enum dwarf2_reg_rule' | |
7623 | tags with DWARF2_FRAME_. | |
7624 | (dwarf2_frame_prev_register): Call get_frame_arch to get the | |
7625 | architecture instead of using CURRENT_GDBARCH. Prefix old `enum | |
7626 | dwarf2_reg_rule' tags with DWARF2_FRAME_. | |
7627 | ||
ec7d9e56 AC |
7628 | 2004-02-06 Andrew Cagney <[email protected]> |
7629 | ||
dd1abb8c AC |
7630 | * tui/tui-data.h (struct tui_list): Rename _TuiList. |
7631 | (enum tui_data_type): Rename _TuiDataType. | |
7632 | (struct tui_layout_def): Rename _TuiLayoutDef. | |
7633 | (struct tui_source_element): Rename _TuiSourceElement. | |
7634 | (struct tui_data_element): Rename _TuiDataElement. | |
7635 | (struct tui_command_element): Rename _TuiCommandElement. | |
7636 | (struct tui_locator_element): Rename _TuiLocatorElement. | |
7637 | (union tui_which_element): Define. | |
7638 | (struct tui_win_element): Rename _TuiWinElement. | |
7639 | (struct tui_data_info): Rename _TuiDataInfo. | |
7640 | (struct tui_source_info): Rename _TuiSourceInfo. | |
7641 | (struct tui_command_info): Rename _TuiCommandInfo. | |
7642 | (tui_initialize_static_data): Rename initializeStaticData. | |
7643 | (tui_alloc_generic_win_info): Rename allocGenericWinInfo. | |
7644 | (tui_alloc_win_info): Rename allocWinInfo. | |
7645 | (tui_init_generic_part): Rename initGenericPart. | |
7646 | (tui_init_win_info): Rename initWinInfo. | |
7647 | (tui_alloc_content): Rename allocContent. | |
7648 | (tui_add_content_elements): Rename addContentElements. | |
7649 | (tui_init_content_element): Rename initContentElement. | |
7650 | (tui_free_window): Rename freeWindow. | |
7651 | (tui_free_win_content): Rename freeWinContent. | |
7652 | (tui_free_data_content): Rename freeDataContent. | |
7653 | (tui_free_all_source_wins_content): Rename | |
7654 | freeAllSourceWinsContent. | |
7655 | (tui_del_window): Rename tuiDelWindow. | |
7656 | (tui_del_data_windows): Rename tuiDelDataWindows. | |
7657 | (tui_partial_win_by_name): Rename partialWinByName. | |
7658 | (tui_win_name): Rename winName. | |
7659 | (tui_current_layout): Rename currentLayout. | |
7660 | (tui_set_current_layout_to): Rename setCurrentLayoutTo. | |
7661 | (tui_term_height): Rename termHeight. | |
7662 | (tui_set_term_height_to): Rename setTermHeightTo. | |
7663 | (tui_term_width): Rename termWidth. | |
7664 | (tui_set_term_width_to): Rename setTermWidthTo. | |
7665 | (tui_set_gen_win_origin): Rename setGenWinOrigin. | |
7666 | (tui_locator_win_info_ptr): Rename locatorWinInfoPtr. | |
7667 | (tui_source_exec_info_win_ptr): Rename tui_gen_win_info. | |
7668 | (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr. | |
7669 | (tui_source_windows): Rename sourceWindows. | |
7670 | (tui_clear_source_windows): Rename clearSourceWindows. | |
7671 | (tui_clear_source_windows_detail): Rename | |
7672 | clearSourceWindowsDetail. | |
7673 | (tui_clear_win_detail): Rename clearWinDetail. | |
7674 | (tui_add_to_source_windows): Rename tuiAddToSourceWindows. | |
7675 | (tui_default_tab_len): Rename tuiDefaultTabLen. | |
7676 | (tui_set_default_tab_len): Rename tuiSetDefaultTabLen. | |
7677 | (tui_win_with_focus): Rename tuiWinWithFocus. | |
7678 | (tui_set_win_with_focus): Rename tuiSetWinWithFocus. | |
7679 | (tui_layout_def): Rename tuiLayoutDef. | |
7680 | (tui_win_resized): Rename tuiWinResized. | |
7681 | (tui_set_win_resized_to): Rename tuiSetWinResizedTo. | |
7682 | (tui_next_win): Rename tuiNextWin. | |
7683 | (tui_prev_win): Rename tuiPrevWin. | |
7684 | (tui_add_to_source_windows): Rename addToSourceWindows. | |
7685 | * tui/tui-winsource.c, tui/tui-win.c: Update references. | |
7686 | * tui/tui-layout.c, tui/tui-source.c: Ditto. | |
7687 | * tui/tui-stack.c, tui/tui-io.c: Ditto. | |
7688 | * tui/tui.c, tui/tui-data.c: Ditto. | |
7689 | * tui/tui-interp.c, tui/tui-data.c: Ditto. | |
7690 | * tui/tui-disasm.c, tui/tui-command.c: Ditto. | |
7691 | ||
a358af15 AC |
7692 | * tui/tui-source.h: Update copyright. Include "tui-data.h". |
7693 | (struct symtab): Declare. | |
7694 | (tui_set_source_content): Rename tuiSetSourceContent. | |
7695 | (tui_show_symtab_source): Rename tuiShowSource. | |
7696 | (tui_source_is_displayed): Rename tuiSourceIsDisplayed. | |
7697 | (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll. | |
7698 | * tui/tui-source.c: Update copyright. Update references. | |
7699 | * tui/tui-win.c, tui/tui-winsource.c: Update references. | |
7700 | * tui/tui-stack.c: Update references. | |
7701 | ||
a21fcd8f AC |
7702 | * tui/tui-win.h: Update copyright. Include "tui-data.h". |
7703 | (struct tui_win_info): Declare. | |
7704 | (tui_scroll_forward): Rename tuiScrollForward. | |
7705 | (tui_scroll_backward): Rename tuiScrollBackward. | |
7706 | (tui_scroll_left): Rename tuiScrollLeft. | |
7707 | (tui_scroll_right): Rename tuiScrollRight. | |
7708 | (tui_set_win_focus_to): Rename tuiSetWinFocusTo. | |
7709 | (tui_resize_all): Rename tuiResizeAll. | |
7710 | (tui_refresh_all_win): Rename tuiRefreshAll. | |
7711 | (tui_sigwinch_handler): Rename tuiSigwinchHandler. | |
7712 | * tui/tui-layout.c, * tui/tui-io.c: Update references. | |
7713 | * tui/tui-wingeneral.h, * tui/tui.c: Update references. | |
7714 | * tui/tui-disasm.c, * tui/tui-command.c: Update references. | |
7715 | ||
edae1ccf AC |
7716 | * tui/tui-windata.h: Update copyright. Include "tui-data.h". |
7717 | (tui_erase_data_content): Rename tuiEraseDataContent. | |
7718 | (tui_display_all_data): Rename tuiDisplayAllData. | |
7719 | (tui_check_data_values): Rename tuiCheckDataValues. | |
7720 | (tui_display_data_from_line): Rename tuiDisplayDataFromLine. | |
7721 | (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed. | |
7722 | (tui_first_data_element_no_in_line): Rename | |
7723 | tuiFirstDataElementNoInLine. | |
7724 | (tui_delete_data_content_windows): Rename | |
7725 | tuiDeleteDataContentWindows. | |
7726 | (tui_refresh_data_win): Rename tuiRefreshDataWin. | |
7727 | (tui_display_data_from): Rename tuiDisplayDataFrom. | |
7728 | (tui_vertical_data_scroll): Rename tuiVerticalDataScroll. | |
7729 | * tui/tui-windata.c, tui/tui-hooks.c: Update references. | |
7730 | * tui/tui-win.c, tui/tui-regs.c: Update references. | |
7731 | * tui/tui-layout.c, tui/tui.c: Update references. | |
7732 | ||
ec7d9e56 AC |
7733 | * tui/tui-wingeneral.h: Update copyright. |
7734 | (m_allBeVisible): Delete macro. | |
8a1dac83 | 7735 | (m_allBeInvisible): Delete macro. |
ec7d9e56 AC |
7736 | (struct tui_gen_win_info): Declare. |
7737 | (struct tui_win_info): Declare. | |
7738 | (tui_unhighlight_win): Rename unhighlightWin. | |
7739 | (tui_make_visible, tui_make_invisible): Replace makeVisible. | |
7740 | (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible. | |
7741 | (tui_make_window): Rename makeWindow. | |
7742 | (tui_copy_win): Rename copyWin. | |
7743 | (tui_box_win): Rename boxWin. | |
7744 | (tui_highlight_win): Rename highlightWin. | |
7745 | (tui_check_and_display_highlight_if_needed): Rename | |
7746 | checkAndDisplayHighlightIfNeeded. | |
7747 | (tui_refresh_all): Rename refreshAll. | |
7748 | (tui_delete_win): Rename tuiDelwin. | |
7749 | (tui_refresh_win): Rename tuiRefreshWin. | |
7750 | * tui/tui-wingeneral.c (make_visible): Rename makeVisible. | |
7751 | (tui_make_visible, tui_make_invisible): New functions. | |
7752 | (tui_make_all_visible, tui_make_all_invisible): New functions. | |
7753 | (make_all_visible): Rename makeAllVisible. | |
7754 | * tui/tui-winsource.c, tui/tui-windata.c: Update references. | |
7755 | * tui/tui-data.c, tui/tui-winsource.c: Update references. | |
7756 | * tui/tui-windata.c, tui/tui-win.c: Update references. | |
7757 | * tui/tui-regs.c, tui/tui-layout.c: Update references. | |
7758 | * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo. | |
7759 | ||
1e52e2eb MK |
7760 | 2004-02-06 Mark Kettenis <[email protected]> |
7761 | ||
7762 | * proc-api.c (write_with_trace): Initialize local variable to | |
7763 | silence compiler warning. | |
7764 | ||
f80bda8e AC |
7765 | 2004-02-06 Andrew Cagney <[email protected]> |
7766 | ||
7767 | * tui/tui-source.h: Do not include "defs.h". | |
7768 | (struct tui_win_info): Declare. | |
7769 | (tui_set_source_content_nil): Declare. | |
7770 | * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo. | |
7771 | (union tui_line_or_address): Rename _TuiLineOrAddress. | |
7772 | * tui/tui-winsource.h: Update copyright. Include "tui-data.h". | |
7773 | (tui_update_source_window): Rename tuiUpdateSourceWindow. | |
7774 | (tui_update_source_window_as_is): Rename | |
7775 | tuiUpdateSourceWindowAsIs. | |
7776 | (tui_update_source_windows_with_addr): Rename | |
7777 | tuiUpdateSourceWindowsWithAddr. | |
7778 | (tui_update_source_windows_with_line): Rename | |
7779 | tuiUpdateSourceWindowsWithLine. | |
7780 | (tui_clear_source_content): Rename tuiClearSourceContent. | |
7781 | (tui_erase_source_content): Rename tuiEraseSourceContent. | |
7782 | (tui_set_source_content_nil): Rename tuiSetSourceContentNil. | |
7783 | (tui_show_source_content): Rename tuiShowSourceContent. | |
7784 | (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll. | |
7785 | (tui_set_exec_info_content): Rename tuiSetExecInfoContent. | |
7786 | (tui_show_exec_info_content): Rename tuiShowExecInfoContent. | |
7787 | (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent. | |
7788 | (tui_clear_exec_info_content): Rename tuiClearExecInfoContent. | |
7789 | (tui_update_exec_info): Rename tuiUpdateExecInfo. | |
7790 | (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt. | |
7791 | (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer. | |
7792 | (tui_line_is_displayed): Rename tuiLineIsDisplayed. | |
7793 | (tui_addr_is_displayed): Rename tuiAddrIsDisplayed. | |
7794 | (struct tui_win_info): Declare. | |
7795 | * tui/tui-stack.c: Update references. | |
7796 | * tui/tui-layout.c, tui/tui-winsource.c: Ditto. | |
7797 | * tui/tui-win.c, tui/tui-source.c: Ditto. | |
7798 | * tui/tui.c, tui/tui-disasm.c: Ditto. | |
7799 | ||
9fbfb822 MK |
7800 | 2004-02-06 Mark Kettenis <[email protected]> |
7801 | ||
7802 | * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation | |
7803 | of UCONTEXT_ADDR. Fixes PR backtrace/1545. | |
7804 | ||
03cebad2 MK |
7805 | 2004-02-05 Mark Kettenis <[email protected]> |
7806 | ||
7807 | * infrun.c (handle_inferior_event): Allow for breakpoint | |
7808 | instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL | |
7809 | and SIGEMT. Update comments. | |
7810 | * NEWS (Revised SPARC target): Mention support for non-executable | |
7811 | stack. | |
7812 | ||
290281b1 MK |
7813 | 2004-02-04 Mark Kettenis <[email protected]> |
7814 | ||
7815 | * target.h (target_object): Add TARGET_OBJECT_WCOOKIE. | |
7816 | * inftarg.c: Update copyright year. | |
7817 | (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE. | |
7818 | * sparc-nat.c: Include "target.h" and "gdb_assert.h". | |
7819 | (sparc_xfer_wcookie): New function. | |
7820 | * sparc-tdep.c (sparc_fetch_wcookie): New function. | |
7821 | * Makefile.in (sparc-nat.o): Update dependencies. | |
7822 | * config/sparc/nm-nbsd.h: Include "target.h". | |
7823 | (NATIVE_XFER_WCOOKIE): New define. | |
7824 | (sparc_xfer_wcookie): New prototype. | |
7825 | ||
212161df AC |
7826 | 2004-02-04 Andrew Cagney <[email protected]> |
7827 | ||
7828 | * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef | |
7829 | SYSCALL_TRAP function. | |
7830 | (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code. | |
7831 | ||
6e4c6c91 DJ |
7832 | 2004-02-04 Andrew Cagney <[email protected]> |
7833 | Daniel Jacobowitz <[email protected]> | |
7834 | ||
7835 | * objfiles.h: Delete comments refering to inside_entry_func and | |
7836 | DEPRECATED_FRAME_CHAIN_VALID. | |
7837 | * defs.h (inside_entry_func): Update prototype.. | |
7838 | * blockframe.c (inside_entry_func): Rename to | |
7839 | legacy_inside_entry_func. Add new inside_entry_func taking a frame. | |
7840 | * frame.c (get_prev_frame): Pass the frame to inside_entry_func. | |
7841 | ||
cae688ec JJ |
7842 | 2004-02-03 Jeff Johnston <[email protected]> |
7843 | ||
7844 | * breakpoint.c (struct captured_parse_breakpoint_args): Move | |
7845 | outside of #ifdef SOLIB_ADD region. | |
7846 | (do_restore_lang_radix_cleanup): Ditto. | |
7847 | (resolve_pending_breakpoint): Ditto. | |
7848 | ||
19217676 AC |
7849 | 2004-02-03 Andrew Cagney <[email protected]> |
7850 | ||
7851 | * ia64-tdep.c (read_sigcontext_register): Delete unused function. | |
7852 | (process_note_abi_tag_sections): Delete unused function. | |
7853 | (ia64_read_fp): Delete unused function. | |
7854 | (gdbarch_extract_struct_value_address): Delete declaration. | |
7855 | ||
876753be AC |
7856 | 2004-02-02 Andrew Cagney <[email protected]> |
7857 | ||
7858 | * vax-tdep.c (vax_frame_chain): Delete call to | |
7859 | deprecated_inside_entry_file. | |
7860 | * ns32k-tdep.c (ns32k_frame_chain): Ditto. | |
7861 | ||
d4f10bf2 MK |
7862 | 2004-02-02 Mark Kettenis <[email protected]> |
7863 | ||
7864 | * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address | |
7865 | column that's "empty" or "same value" when eliminating REG_RA | |
7866 | rules. | |
7867 | ||
cae688ec JJ |
7868 | 2004-02-02 Jeff Johnston <[email protected]> |
7869 | ||
7870 | * NEWS: Add information about new pending breakpoint support. | |
7871 | ||
0101ce28 JJ |
7872 | 2004-02-02 Jeff Johnston <[email protected]> |
7873 | ||
7874 | * breakpoint.h (struct breakpoint): Add new flag, from_tty, | |
7875 | and pending fields for pending breakpoint support. | |
7876 | * breakpoint.c (breakpoint_enabled): Add check for not pending. | |
7877 | (condition_command): Only parse condition if not a pending | |
7878 | breakpoint. | |
7879 | (print_one_breakpoint): Add support for pending breakpoints. | |
7880 | (describe_other_breakpoints): Add checks to verify we are not | |
7881 | dealing with pending breakpoints. | |
7882 | (check_duplicates): Don't check pending breakpoints. | |
7883 | (set_raw_breakpoint): Initialize pending flag. | |
7884 | (do_restore_lang_radix_cleanup): New cleanup routine. | |
7885 | (resolve_pending_breakpoint): New function. | |
7886 | (re_enable_breakpoints_in_shlibs): Try and resolve any | |
7887 | pending breakpoints via resolve_pending_breakpoint. | |
7888 | (mention): Add pending breakpoint support. | |
7889 | (parse_breakpoint_sals): Add new parameter to pass to | |
7890 | decode_line_1 to indicate silent errors when files or functions | |
7891 | are not found. Change all callers. | |
7892 | (do_captured_parse_breakpoint): New function. | |
7893 | (break_command_1): Change prototype to return an rc value and to | |
7894 | take an optional pending breakpoint pointer. Support creating | |
7895 | a pending breakpoint if a "not found" form of error occurs when | |
7896 | parsing the breakpoint. Also support resolving an existing pending | |
7897 | breakpoint and be silent if the resolution fails. | |
7898 | (create_breakpoints): Change prototype to take pending breakpoint | |
7899 | pointer. When resolving a pending breakpoint, use the new pointer | |
7900 | to provide a conditional or commands added by the end-user. | |
7901 | (delete_breakpoint): Add appropriate check for pending. | |
7902 | (breakpoint_re_set_one): Ditto. | |
7903 | (do_enable_breakpoint): Ditto. | |
7904 | ||
8d577d32 DC |
7905 | 2004-02-02 David Carlton <[email protected]> |
7906 | ||
7907 | * valops.c (enum oload_classification): New. | |
7908 | (find_overload_match): Break implementation into separate | |
7909 | functions; delete #if 0'd code; look for symbols within | |
7910 | namespaces. | |
7911 | (find_oload_champ_namespace,find_oload_champ_namespace_loop) | |
7912 | (find_oload_champ,oload_method_static,classify_oload_match): New. | |
7913 | * cp-support.h: Add declaration for cp_func_name; update | |
7914 | declaration for make_symbol_overload_list. | |
7915 | * cp-support.c (cp_func_name): New. | |
7916 | (overload_list_add_symbol): Fix comment, use | |
7917 | SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME. | |
7918 | (make_symbol_overload_list): Take a function name and a namespace | |
7919 | instead of a symbol; change implementation. | |
7920 | (make_symbol_overload_list_using): New. | |
7921 | (make_symbol_overload_list_qualified, read_in_psymtabs): New. | |
7922 | ||
22e8e3c7 FF |
7923 | 2004-02-02 Fred Fish <[email protected]> |
7924 | ||
7925 | * main.c (gdb_stdtarg): Move definition to group with other | |
15390fef | 7926 | gdb_stdtarg definitions and update copyright years. |
22e8e3c7 FF |
7927 | * remote-sim.c (gdb_os_write_stderr): Write output to |
7928 | gdb_stdtargerr stream instead of gdb_stdtarg stream. | |
7929 | (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of | |
15390fef | 7930 | gdb_stderr stream and update copyright years. |
22e8e3c7 | 7931 | |
6b753f60 DJ |
7932 | 2004-02-01 Daniel Jacobowitz <[email protected]> |
7933 | ||
7934 | * Makefile.in (mips-linux-nat.o): Update dependencies. | |
7935 | * mips-linux-nat.c: Include mips-tdep.h. | |
7936 | ||
7937 | 2004-02-01 Roland McGrath <[email protected]> | |
2cb6b099 RM |
7938 | |
7939 | * sol-thread.c (sol_thread_xfer_partial): New function. | |
7940 | (init_sol_thread_ops): Use that for to_xfer_partial hook. | |
7941 | (init_sol_core_ops): Likewise. | |
7942 | ||
7943 | * procfs.c (procfs_xfer_partial): New function. | |
7944 | (init_procfs_ops): Use that for procfs_ops.to_xfer_partial. | |
7945 | * Makefile.in (procfs.o): Add $(auxv_h) dep. | |
7946 | ||
7947 | * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's | |
7948 | procfs_xfer_auxv function. | |
7949 | ||
7950 | * procfs.c (procfs_make_note_section): If we can read | |
7951 | TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it. | |
7952 | * linux-proc.c (linux_make_note_section): Likewise. | |
7953 | ||
7954 | * auxv.h: New file. | |
7955 | * auxv.c: New file. | |
7956 | * Makefile.in (auxv_h): New variable. | |
7957 | (COMMON_OBS): Add auxv.o here. | |
7958 | (auxv.o): New target. | |
7959 | ||
7960 | * corelow.c (core_xfer_partial): New function. | |
7961 | (init_core_ops): Use it for core_ops.to_xfer_partial. | |
7962 | ||
7963 | * target.h (enum target_object): Add TARGET_OBJECT_AUXV. | |
7964 | * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV | |
7965 | macro if that is defined. | |
7966 | ||
fa5281d0 DJ |
7967 | 2004-02-01 Daniel Jacobowitz <[email protected]> |
7968 | ||
7969 | * breakpoint.c (bpstat_stop_status): Take a ptid_t argument, | |
7970 | and check the specified thread for each breakpoint. | |
7971 | * breakpoint.h (bpstat_stop_status): Update prototype. | |
7972 | * infrun.c (handle_inferior_event): Update calls to | |
7973 | bpstat_stop_status. | |
7974 | ||
26ee262d DJ |
7975 | 2004-02-01 Daniel Jacobowitz <[email protected]> |
7976 | ||
7977 | * Makefile.in (cli-cmds.o): Add $(readline_h). | |
7978 | ||
d9b52655 DJ |
7979 | 2004-02-01 Daniel Jacobowitz <[email protected]> |
7980 | ||
7981 | * cli/cli-cmds.c: Include readline.h. | |
7982 | (complete_command): Pass the start of the last word to | |
7983 | complete_line. | |
7984 | ||
9709f61c DJ |
7985 | 2004-01-31 Daniel Jacobowitz <[email protected]> |
7986 | ||
7987 | * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint | |
7988 | argument, and change first argument to a CORE_ADDR. | |
7989 | * breakpoint.h (bpstat_stop_status): Update prototype. | |
7990 | * infrun.c (adjust_pc_after_break): Add a new comment. | |
7991 | (handle_inferior_event): Update calls to bpstat_stop_status. | |
7992 | ||
4f1280bb DJ |
7993 | 2004-01-31 Daniel Jacobowitz <[email protected]> |
7994 | ||
7995 | * breakpoint.h: Update copyright years. | |
7996 | ||
4fa8626c DJ |
7997 | 2004-01-31 Daniel Jacobowitz <[email protected]> |
7998 | ||
7999 | * breakpoint.c (software_breakpoint_inserted_here_p): New function. | |
8000 | (bpstat_stop_status): Don't decrement PC. | |
8001 | * breakpoint.h (software_breakpoint_inserted_here_p): Add | |
8002 | prototype. | |
8003 | * infrun.c (adjust_pc_after_break): New function. | |
8004 | (handle_inferior_event): Call it, early. Remove later references | |
8005 | to DECR_PC_AFTER_BREAK. | |
8006 | (normal_stop): Add commentary. | |
8007 | ||
fad0733a DJ |
8008 | 2004-01-31 Daniel Jacobowitz <[email protected]> |
8009 | ||
8010 | * breakpoint.c (breakpoint_re_set_one): Add missing chunk of | |
8011 | 2004-01-27 double-free fix. | |
8012 | ||
42cdca6c MK |
8013 | 2004-01-31 Mark Kettenis <[email protected]> |
8014 | ||
8015 | * sparc-tdep.c (sparc_fetch_wcookie): New function. | |
8016 | (sparc32_frame_prev_register): Handle StackGhost. | |
8017 | (sparc_supply_rwindow, sparc_collect_rwindow): Likewise. | |
8018 | ||
932d5416 RM |
8019 | 2004-01-29 Roland McGrath <[email protected]> |
8020 | ||
8021 | * configure.in (NEW_PROC_API): Also match solaris2.9 for this test. | |
8022 | * configure: Regenerated. | |
8023 | ||
8024 | * procfs.c: Include gdb_string.h for str* decls, otherwise warnings. | |
8025 | * Makefile.in (procfs.o): Add dep. | |
8026 | ||
47d3492a AC |
8027 | 2004-01-28 Andrew Cagney <[email protected]> |
8028 | ||
8029 | * tui/tui-stack.h: Update copyright. | |
8030 | (struct frame_info): Add opaque declaration. | |
8031 | (tui_update_locator_filename): Rename tuiUpdateLocatorFilename. | |
8032 | (tui_show_locator_content): Rename tuiShowLocatorContent. | |
8033 | (tui_show_frame_info): Rename tuiShowFrameInfo. | |
8034 | * tui/tui-stack.c: Update copyright. Update references. | |
8035 | * tui/tui-winsource.c: Update references. | |
8036 | * tui/tui-win.c: Update references. | |
8037 | * tui/tui-layout.c: Update references. | |
8038 | * tui/tui-hooks.c: Update copyright, update references. | |
8039 | * tui/tui.c: Update copyright, update references. | |
8040 | * tui/tui-disasm.c: Update references. | |
8041 | ||
5d51ca54 DC |
8042 | 2004-01-28 David Carlton <[email protected]> |
8043 | ||
8044 | * dwarf2read.c (add_partial_structure): Use demangled name if | |
8045 | namespace equals "". | |
8046 | ||
086ed43d JB |
8047 | 2004-01-27 Jim Blandy <[email protected]> |
8048 | ||
8049 | Clean up misapplied patch: | |
8050 | * dwarf2read.c (determine_prefix): Change one of the two forward | |
8051 | declarations for 'determine_prefix_aux' to a declaration for this. | |
8052 | (read_func_scope): Use cu->language, not cu_language. Pass 'cu' | |
8053 | argument to 'die_specification'. | |
8054 | ||
2a35147e JB |
8055 | * dwarf2read.c (read_func_scope): Re-indent comment. |
8056 | ||
a355c7de | 8057 | 2004-01-27 Paul N. Hilfinger <[email protected]> |
932d5416 | 8058 | |
a355c7de AC |
8059 | * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and |
8060 | b->exp to NULL after freeing so that error during re-parsing or | |
8061 | evaluation of expressions associated with breakpoint don't | |
8062 | eventually lead to re-freeing of storage. | |
8063 | Committed by Andrew Cagney. | |
8064 | ||
63ff5125 AC |
8065 | 2004-01-27 Andrew Cagney <[email protected]> |
8066 | ||
8067 | * source.c (ambiguous_line_spec): Delete undefined declaration. | |
8068 | * m32r-rom.c (m32r_set_board_address): Delete unused function. | |
8069 | (m32r_set_server_address, m32r_set_download_path): Ditto. | |
8070 | * remote-fileio.c (remote_fileio_to_fio_int): Ditto. | |
8071 | ||
e142c38c DJ |
8072 | 2004-01-27 Daniel Jacobowitz <[email protected]> |
8073 | ||
8074 | * dwarf2read.c: Update calls to changed and renamed functions, and | |
8075 | references to moved variables. | |
8076 | ||
8077 | (struct dwarf2_cu): Add first_fn, last_fn, cached_fn, | |
8078 | language, language_defn, list_in_scope, and ftypes members. | |
8079 | (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language) | |
8080 | (cu_language_defn, list_in_scope, ftypes, cu_header_offset) | |
8081 | (baseaddr): Remove globals. | |
8082 | ||
8083 | (dwarf_attr): Renamed to dwarf2_attr. Add CU argument. | |
8084 | (set_cu_language, die_is_declaration, die_specification) | |
8085 | (determine_prefix, determin_prefix_aux, class_name, namespace_name) | |
8086 | (dwarf2_linkage_name, dwarf2_name, dwarf2_extension) | |
8087 | (dwarf2_get_ref_die_offset, dwarf2_fundamental_type) | |
8088 | (initialize_cu_func_list, add_to_cu_func_list): Add CU argument. | |
8089 | ||
8090 | (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize | |
8091 | cu.list_in_scope. Don't initialize cu_header_offset. | |
8092 | (add_partial_symbol): Add local baseaddr. | |
8093 | (psymtab_to_symtab_1): Add local baseaddr. Use | |
8094 | objfile->section_offsets for consistency. Don't initialize | |
8095 | cu_header_offset; do initialize cu.header.offset and | |
8096 | cu.list_in_scope. | |
8097 | (read_file_scope, read_func_scope, read_lexical_block_scope) | |
8098 | (dwarf_decode_lines, new_symbol): Add local baseaddr. | |
8099 | ||
c6e06ede MC |
8100 | 2004-01-27 Michael Chastain <[email protected]> |
8101 | ||
fb328ecc | 8102 | * PROBLEMS: Add gdb/1516. |
c6e06ede | 8103 | |
48184fd4 AC |
8104 | 2003-12-29 Robert Millan <[email protected]> |
8105 | ||
8106 | Patch committed by Andrw Cagney. | |
8107 | * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu. | |
8108 | * configure.tgt: Match knetbsd*-gnu. | |
8109 | ||
c1321b30 AC |
8110 | 2004-01-26 Andrew Cagney <[email protected]> |
8111 | ||
f3699be3 AC |
8112 | * breakpoint.c (catch_command_1): Delete #ifdef code. |
8113 | (catch_fork_command_1): Delete #ifdef wrapper. | |
8114 | (catch_exec_command_1): Ditto. | |
8115 | (catch_load_command_1): Ditto. | |
8116 | (catch_unload_command_1): Ditto. | |
8117 | ||
c1321b30 AC |
8118 | * breakpoint.c (watchpoint_check): Delete #if0ed variable. |
8119 | (catch_breakpoint): Delete #if0ed function. | |
8120 | (disable_catch_breakpoint): Ditto. | |
8121 | (delete_catch_breakpoint, enable_catch_breakpoint): Ditto. | |
8122 | (disable_catch, enable_catch, delete_catch): Ditto. | |
8123 | ||
b4501125 AC |
8124 | 2004-01-26 Andrew Cagney <[email protected]> |
8125 | ||
8126 | * remote.c (echo_check, quit_flag): Delete variables. | |
8127 | (cisco_kernel_mode): Delete variable. | |
8128 | (minitelnet_return, tty_input, escape_count): Delete variables. | |
8129 | (remote_cisco_mode): Delete variable. | |
8130 | (remote_cisco_open, remote_cisco_close): Delete function. | |
8131 | (remote_cisco_mourn, remote_cisco_wait): Delete function. | |
8132 | (init_remote_cisco_ops): Delete function. | |
8133 | (_initialize_remote): Do not install "remote cisco" code. | |
8134 | (read_frame): Delete cisco specific code. | |
8135 | (remote_info_process): Delete function. | |
8136 | (remote_wait): Delete cisco specific code. | |
8137 | (remote_cisco_section_offsets): Delete function. | |
8138 | (remote_cisco_objfile_relocate): Delete function. | |
8139 | (remote_async_wait): Delete cisco specific code. | |
8140 | (minitelnet, readtty, readsocket): Delete function. | |
8141 | ||
74055713 AC |
8142 | 2004-01-26 Andrew Cagney <[email protected]> |
8143 | ||
8144 | * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add | |
8145 | comments mentioning extract_returned_value_address. | |
8146 | * infcmd.c (print_return_value): Update. Add comments on | |
8147 | extract_returned_value_address. | |
8148 | * stack.c (return_command): Add comments on | |
8149 | extract_returned_value_address. | |
8150 | * values.c: Update comment. | |
8151 | * m32r-tdep.c: Update comment. | |
8152 | * sparc-tdep.c: Update comment. | |
8153 | * ia64-tdep.c (ia64_use_struct_convention): Update comment. | |
8154 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Update. | |
8155 | * sh64-tdep.c (sh64_gdbarch_init): Update. | |
8156 | * sh-tdep.c (sh_gdbarch_init): Update. | |
8157 | * s390-tdep.c (s390_gdbarch_init): Update. | |
8158 | * rs6000-tdep.c (rs6000_gdbarch_init): Update. | |
8159 | * m68klinux-tdep.c (m68k_linux_init_abi): Update. | |
8160 | * m68k-tdep.c (m68k_gdbarch_init): Update. | |
8161 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Update. | |
8162 | * m32r-tdep.c (m32r_gdbarch_init): Update. | |
8163 | * ia64-tdep.c (ia64_gdbarch_init): Update. | |
8164 | * h8300-tdep.c (h8300_gdbarch_init): Update. | |
8165 | * frv-tdep.c (frv_gdbarch_init): Update. | |
8166 | * arm-tdep.c (arm_gdbarch_init): Update. | |
8167 | * alpha-tdep.c (alpha_gdbarch_init): Update. | |
8168 | ||
a67af2b9 AC |
8169 | 2004-01-26 Andrew Cagney <[email protected]> |
8170 | ||
8171 | * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of | |
8172 | SYMBOL_LOCATION_FUNCS | |
8173 | (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to | |
8174 | "struct symbol_ops". | |
8175 | * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change | |
8176 | type to "struct symbol_ops". | |
8177 | * symtab.h (struct symbol_ops): Rename "struct location_funcs". | |
8178 | (struct symbol): Replace ".aux_value.loc.funcs" and | |
8179 | ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr". | |
8180 | (SYMBOL_OBJFILE): Delete macro. | |
8181 | (SYMBOL_LOCATION_FUNCS): Delete macro. | |
8182 | (SYMBOL_LOCATION_BATON): Update. | |
8183 | * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS | |
8184 | intead of SYMBOL_LOCATION_FUNCS. | |
8185 | * ax-gdb.c (gen_var_ref): Ditto. | |
8186 | * printcmd.c (address_info): Ditto. | |
8187 | * findvar.c (read_var_value): Ditto. | |
8188 | (symbol_read_needs_frame): Ditto. | |
8189 | ||
c034e007 AC |
8190 | 2004-01-26 Andrew Cagney <[email protected]> |
8191 | ||
8192 | * dwarf2read.c (read_func_scope): Document frame-base hack. | |
8193 | ||
bb472c1e MK |
8194 | 2004-01-25 Mark Kettenis <[email protected]> |
8195 | ||
8196 | * infcmd.c (print_return_value): Plug memory leak; delete | |
8197 | ui_stream object. Rename argument `structure_return' to | |
8198 | `struct_return'. | |
8199 | ||
c8e737d5 MK |
8200 | 2004-01-25 Mark Kettenis <[email protected]> |
8201 | ||
f941662f MK |
8202 | * infcmd.c (print_return_value): Wrap long lines. |
8203 | (finish_command_continuation, finish_command): Remove unused | |
8204 | variable `funcaddr'. Fix some coding-standards problems. | |
8205 | ||
c558d81a | 8206 | * sparc-tdep.c (sparc_regset_from_core_section): Check whether |
d8d65dd3 | 8207 | SECT_SIZE is large enough, not whether it's exactly the right size. |
c558d81a MK |
8208 | (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and |
8209 | TDEP->fpregset to zero. | |
8210 | ||
bf1e5861 | 8211 | * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the |
c8e737d5 MK |
8212 | floating-point registers for traditional NetBSD core files. |
8213 | (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and | |
8214 | TDEP->sizeof_fpregset here. | |
8215 | ||
4c72d57a MK |
8216 | 2004-01-25 Mark Kettenis <[email protected]> |
8217 | ||
566626fa MK |
8218 | * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype. |
8219 | * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New | |
8220 | function with code split out from | |
8221 | sparc32nbsd_sigcontext_frame_cache. | |
8222 | (sparc32nbsd_sigcontext_frame_cache): Use | |
8223 | sparc32nbsd_sigcontext_saved_regs. | |
8224 | (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for | |
8225 | OpenBSD. | |
8226 | * sparcobsd-tdep.c: New file. | |
8227 | * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c. | |
8228 | (sparcobsd-tdep.o): New dependency. | |
8229 | * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd. | |
8230 | * config/sparc/obsd.mt: New file. | |
8231 | ||
4c72d57a MK |
8232 | * sparc-tdep.c (sparc32_gdbarch_init): Don't require |
8233 | TDEP->fpregset to be initialized to enable core file register | |
8234 | sets. | |
8235 | ||
7e5e9f88 MK |
8236 | 2004-01-24 Mark Kettenis <[email protected]> |
8237 | ||
f0f207fd | 8238 | * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg): |
1e067c66 MK |
8239 | Add opaque declarations. |
8240 | (sparc64nbsd_sigcontext_saved_regs): New prototype. | |
8241 | * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New | |
8242 | function with code split out from | |
8243 | sparc64nbsd_sigcontext_frame_cache. | |
8244 | (sparc64nbsd_sigcontext_frame_cache): Use | |
8245 | sparc64nbsd_sigcontext_saved_regs. | |
8246 | (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for | |
8247 | OpenBSD. | |
8248 | * sparc64obsd-tdep.c: New file. | |
8249 | * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c. | |
8250 | (sparc64obsd-tdep.o): New dependency. | |
8251 | * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and | |
8252 | gdb_osabi to GDB_OSABI_OPENBSD_ELF. | |
8253 | * config/sparc/obsd64.mt: New file. | |
8254 | ||
690668cc MK |
8255 | * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't |
8256 | read the instruction at PC. | |
8257 | ||
7e5e9f88 MK |
8258 | * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the |
8259 | value of GDB_OSABI_DEFAULT. | |
8260 | (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE | |
8261 | instead of GDB_OSABI_NETBSD_AOUT. | |
8262 | ||
68b6dce9 NR |
8263 | 2004-01-24 Nick Roberts <[email protected]> |
8264 | ||
8265 | * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update | |
8266 | copyright. | |
8267 | ||
080ce8c0 AC |
8268 | 2004-01-23 Andrew Cagney <[email protected]> |
8269 | ||
8270 | * printcmd.c (display_command): Replace tui_set_display call with | |
8271 | tui_set_layout_for_display_command. | |
8272 | * tui/tui.h (enum tui_win_type): Define. | |
8273 | (tui_set_layout): Delete declaration. | |
8274 | (tui_set_layout_for_display_command): Rename set_tui_layout. | |
8275 | * tui/tui-data.h (enum tui_layout_type): Define. | |
8276 | * tui/tui-layout.h: Update copyright. Include "tui-data.h" and | |
8277 | "tui.h". | |
8278 | (tui_add_win_to_layout): Rename tuiAddWinToLayout. | |
8279 | (tui_default_win_height): Rename tuiDefaultWinHeight. | |
8280 | (tui_default_win_viewport_height): Rename | |
8281 | tuiDefaultWinViewportHeight. | |
8282 | (tui_set_layout): RenametuiSetLayout. | |
8283 | * tui/tui-layout.c: Update references. | |
8284 | * tui/tui.c: Update references. | |
8285 | * tui/tui-disasm.c: Update references. | |
8286 | ||
b368761e DC |
8287 | 2004-01-23 David Carlton <[email protected]> |
8288 | ||
8289 | Partial workaround for PR c++/1511: | |
8290 | * cp-namespace.c: Include frame.h. | |
8291 | (cp_lookup_transparent_type): New | |
8292 | (cp_lookup_transparent_type_loop): New. | |
8293 | * cp-support.h: Declare cp_lookup_transparent_type. | |
8294 | * symtab.c (basic_lookup_transparent_type): Renamed from | |
8295 | lookup_transparent_type. | |
8296 | (lookup_transparent_type): Replace old body by a call to | |
8297 | current_language->la_lookup_transparent_type. | |
8298 | * symtab.h: Update copyright. Declare | |
8299 | basic_lookup_transparent_type. | |
8300 | * language.h: Update copyright. | |
8301 | (struct language_defn): Add la_lookup_transparent_type. | |
8302 | * language.c: Update copyright. | |
8303 | (unknown_language_defn): Add basic_lookup_transparent_type. | |
8304 | (auto_language_defn): Add basic_lookup_transparent_type. | |
8305 | (local_language_defn): Add basic_lookup_transparent_type. | |
8306 | * ada-lang.c: Update copyright. | |
8307 | (ada_language_defn): Add basic_lookup_transparent_type. | |
8308 | * c-lang.c: Update copyright. | |
8309 | (c_language_defn): Add basic_lookup_transparent_type. | |
8310 | (cplus_language_defn): Add basic_lookup_transparent_type. | |
8311 | (asm_language_defn): Add basic_lookup_transparent_type. | |
8312 | (minimal_language_defn): Add basic_lookup_transparent_type. | |
8313 | * f-lang.c: Update copyright. | |
8314 | (f_language_defn): Add basic_lookup_transparent_type. | |
8315 | * jv-lang.c: Update copyright. | |
8316 | (java_language_defn): Add basic_lookup_transparent_type. | |
8317 | * m2-lang.c: Update copyright. | |
8318 | (m2_language_defn): Add basic_lookup_transparent_type. | |
8319 | * objc-lang.c: Update copyright. | |
8320 | (objc_language_defn): Add basic_lookup_transparent_type. | |
8321 | * p-lang.c: Update copyright. | |
8322 | (p_language_defn): Add basic_lookup_transparent_type. | |
8323 | * scm-lang.c: Update copyright. | |
8324 | (scm_language_defn): Add basic_lookup_transparent_type. | |
8325 | * Makefile.in (cp-namespace.o): Depend on frame.h. | |
8326 | ||
fdde2d81 DC |
8327 | 2004-01-23 David Carlton <[email protected]> |
8328 | ||
8329 | Patch for PR c++/1520: | |
8330 | * dwarf2read.c (read_func_scope): Set processing_current_prefix | |
8331 | properly if we have a specification die. | |
8332 | (determine_prefix_aux): Rename from determine_prefix. | |
8333 | (determine_prefix): Like the old determine_prefix, but never | |
8334 | returns NULL. | |
8335 | ||
5b828b6b TR |
8336 | 2004-01-23 Theodore A. Roth <[email protected]> |
8337 | ||
8338 | * avr-tdep.c: Update copyright. | |
8339 | (avr_iaddr_p): Delete unused function. | |
8340 | (avr_saddr_p): Delete unused function. | |
8341 | ||
a1b8c067 DC |
8342 | 2004-01-23 David Carlton <[email protected]> |
8343 | ||
8344 | * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab. | |
8345 | Fix for PR symtab/1534. | |
8346 | ||
f2cab569 MK |
8347 | 2004-01-23 Mark Kettenis <[email protected]> |
8348 | ||
8349 | * NEWS (New native configurations): Mention OpenBSD/sparc and | |
8350 | OpenBSD/sparc64. | |
8351 | * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*. | |
8352 | * configure.host: Likewise. | |
8353 | * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI | |
8354 | handler for OpenBSD. | |
8355 | * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise. | |
8356 | ||
642d8300 MK |
8357 | 2004-01-22 Mark Kettenis <[email protected]> |
8358 | ||
89aac506 MK |
8359 | * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function. |
8360 | (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer. | |
8361 | ||
36662fde MK |
8362 | * ser-pipe.c (pipe_open): Use proper null pointer in execl call. |
8363 | * cli/cli-cmds.c (shell_escape): Likewise. | |
8364 | ||
642d8300 MK |
8365 | * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize |
8366 | OpenBSD .note.openbsd.ident sections. | |
8367 | ||
fae299cd DC |
8368 | 2004-01-22 David Carlton <[email protected]> |
8369 | ||
8370 | * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via | |
8371 | get_scope_pc_bounds. | |
8372 | (read_file_scope): Ditto. | |
8373 | (get_scope_pc_bounds): New function, produced by extracting code | |
8374 | from the above two functions, consolidating it, and adding support | |
8375 | for DW_TAG_namespace. | |
8376 | ||
a49d618c MK |
8377 | 2004-01-22 Mark Kettenis <[email protected]> |
8378 | ||
8379 | * osabi.c (MAX_NOTESZ): New define. | |
8380 | (check_note): New function. | |
8381 | (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using | |
8382 | check_note. | |
8383 | ||
fe61caab RM |
8384 | 2004-01-21 Roland McGrath <[email protected]> |
8385 | ||
8386 | * MAINTAINERS (write after approval): Add myself. | |
8387 | ||
ec145965 EZ |
8388 | 2004-01-21 Eli Zaretskii <[email protected]> |
8389 | ||
8390 | * utils.c (init_page_info): Move declarations of `rows' and | |
8391 | `cols' before the __GO32__-specific code. Move the closing brace | |
8392 | outside the #ifdef __GO32__..#endif block. | |
8393 | [__GO32__]: Use `rows' and `cols' to avoid compiler warnings. | |
8394 | ||
877522db PB |
8395 | 2004-01-21 Paul Brook <[email protected]> |
8396 | ||
8397 | * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling | |
8398 | BPSTAT_WHAT_CHECK_SHLIBS. | |
8399 | ||
dbf5be1c PB |
8400 | 2004-01-21 Paul Brook <[email protected]> |
8401 | ||
8402 | * MAINTAINERS: Add myself to write-after-approval. | |
8403 | ||
81f08b92 AC |
8404 | 2004-01-20 Andrew Cagney <[email protected]> |
8405 | ||
5a1efed7 AC |
8406 | * ax-gdb.c (print_axs_value): Delete unused function. |
8407 | * jv-lang.c (java_lookup_type): Delete unused function. | |
8408 | * cli/cli-dump.c (dump_filetype): Delete unused function. | |
8409 | * remote-mips.c (remote_mips_insert_hw_breakpoint) | |
8410 | (remote_mips_remove_hw_breakpoint): Delete unused functions. | |
8411 | (mips_getstring): Delete unused function. | |
8412 | (pmon_insert_breakpoint): Delete #if0ed function. | |
8413 | (PMON_MAX_BP): Delete #if0ed MACRO. | |
8414 | (mips_pmon_bp_info): Delete #if0ed variable. | |
8415 | (pmon_remove_breakpoint): Delete #if0ed function. | |
8416 | * monitor.c (monitor_write_even_block): Delete unused function. | |
8417 | (monitor_write_memory_block): Delete #if0ed code. | |
8418 | * dink32-rom.c (dink32_load): Delete unused function. | |
8419 | (_initialize_dink32_rom): Delete #if0ed code. | |
8420 | * d10v-tdep.c (d10v_daddr_p): Delete unused function. | |
8421 | ||
b0a30fce AC |
8422 | * tui/tui-command.c: Update references. |
8423 | * tui/tui-io.c: Update references. | |
8424 | * tui/tui-command.h: Update copyright. | |
8425 | (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar. | |
8426 | ||
81f08b92 AC |
8427 | * source.c (ambiguous_line_spec): Delete never-defined function. |
8428 | * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto. | |
8429 | * gdbtypes.c (add_name, add_mangled_type): Ditto. | |
8430 | * cli/cli-cmds.c (validate_comname): Ditto. | |
8431 | ||
65f05602 AC |
8432 | * tui/tui-disasm.h: Update copyright. Include "tui.h" and |
8433 | "tui-data.h". | |
8434 | (tui_set_disassem_content): Rename tuiSetDisassemContent. | |
8435 | (tui_show_disassem): Rename tuiShowDisassem. | |
8436 | (tui_show_disassem_and_update_source): Rename | |
8437 | tuiVerticalDisassemScroll. | |
8438 | (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll. | |
8439 | (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress. | |
8440 | * tui/tui.h: Update copyright. | |
8441 | (enum tui_status): Define. | |
8442 | * tui/tui-data.h (enum tui_scroll_direction): Define. | |
8443 | * tui/tui-disasm.c: Update copyright. Update references. | |
8444 | * tui/tui-winsource.c: Update copyright. Update references. | |
8445 | * tui/tui-win.c: Update references. | |
8446 | * tui/tui-layout.c: Update references. | |
8447 | ||
6bb0384f AC |
8448 | 2004-01-20 Andrew Cagney <[email protected]> |
8449 | ||
8450 | * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of | |
8451 | sym2 to start of block. | |
8452 | ||
9175c9a3 MC |
8453 | 2004-01-19 Michael Chastain <[email protected]> |
8454 | ||
8455 | * MAINTAINERS: Delete mmalloc. | |
8456 | * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h. | |
8457 | * NEWS: Mention removal of --with-malloc. | |
8458 | * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE. | |
8459 | * config.in: Regenerate. | |
8460 | * configure: Regenerate. | |
6bb0384f AC |
8461 | * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc, |
8462 | USE_MMALLOC, MMCHECK_FORCE. | |
9175c9a3 MC |
8463 | * gdbinit.in: Remove mmalloc. |
8464 | * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch. | |
8465 | * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS. | |
8466 | * config/i386/go32.mh: Likewise. | |
8467 | * config/i386/interix.mh: Likewise. | |
8468 | * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT. | |
8469 | ||
4fcef00a JJ |
8470 | 2004-01-19 Jeff Johnston <[email protected]> |
8471 | ||
8472 | * linespec.c (decode_variable, symtab_from_filename): Call | |
8473 | error_silent with error message instead of throwing an exception | |
8474 | directly. | |
8475 | * defs.h (error_silent, error_output_message): Add prototypes. | |
8476 | (catch_exceptions_with_msg): Ditto. | |
8477 | * utils.c (error_silent, error_output_message): New functions. | |
8478 | * top.c (catch_exceptions_with_msg): New function. | |
8479 | ||
8e94b928 NR |
8480 | 2004-01-20 Nick Roberts <[email protected]> |
8481 | ||
8482 | * mi/mi-cmds.h (enum print_values): Add definition. | |
8483 | ||
8484 | * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name, | |
8485 | type and value for simple data types and just the name and type | |
8486 | for complex ones, if required. | |
8487 | ||
8488 | * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the | |
8489 | children, if required. | |
8490 | ||
a02d6af8 KB |
8491 | 2004-01-19 Kevin Buettner <[email protected]> |
8492 | ||
8493 | * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete | |
8494 | unused declarations. | |
8495 | ||
78a4a9b9 AC |
8496 | 2004-01-19 Andrew Cagney <[email protected]> |
8497 | ||
8498 | * top.h (mapped_symbol_files): Delete declaration. | |
8499 | * main.c (captured_main): Delete option "m" and "mapped". | |
8500 | * objfiles.c (mapped_symbol_files): Delete variable. | |
8501 | * symfile.c (symbol_file_command): Delete mmap code. | |
8502 | (symbol_file_add_with_addrs_or_offsets): Ditto. | |
8503 | (add_symbol_file_command, reread_separate_symbols): Ditto. | |
8504 | * objfiles.h (OBJF_MAPPED): Delete. | |
8505 | * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete. | |
8506 | (free_objfile) [USE_MMALLOC]: Ditto. | |
8507 | (open_existing_mapped_file): Delete function. | |
8508 | (open_mapped_file): Delete function. | |
8509 | (map_to_file): Delete function. | |
8510 | ||
2dbd5e30 KB |
8511 | 2004-01-19 Kevin Buettner <[email protected]> |
8512 | ||
8513 | * infrun.c (step_into_function): Account for possible breakpoint | |
8514 | adjustment when computing ``stop_func_start''. | |
8515 | ||
437b434f KB |
8516 | 2004-01-19 Kevin Buettner <[email protected]> |
8517 | ||
8518 | * target.c (default_region_size_ok_for_hw_watchpoint): Compare | |
8519 | the region size against the size of a pointer, not the size of | |
8520 | a register as given by DEPRECATED_REGISTER_SIZE. | |
8521 | ||
55fb0713 AC |
8522 | 2004-01-19 Andrew Cagney <[email protected]> |
8523 | ||
8524 | * tui/tui-regs.h: Include "tui-data.h". | |
8525 | (tuiFirstRegElementNoInLine): Delete declaration. | |
8526 | (tui_display_registers_from): Rename tuiDisplayRegistersFrom. | |
8527 | (tui_last_regs_line_no): Rename tuiLastRegsLineNo. | |
8528 | (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo. | |
8529 | (tui_calculate_regs_column_count): Rename | |
8530 | tuiCalculateRegsColumnCount. | |
8531 | (tui_check_register_values): Rename tuiCheckRegisterValues. | |
8532 | (tui_show_registers): Rename tuiShowRegisters. | |
8533 | (tui_display_registers_from_line): Rename | |
8534 | tuiDisplayRegistersFromLine. | |
8535 | (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine. | |
8536 | (tui_toggle_float_regs): Rename tuiToggleFloatRegs. | |
8537 | (tui_first_reg_element_no_inline): Rename | |
8538 | tuiFirstRegElementNoInLine. | |
8539 | * tui/tui-data.h: Update copyright. | |
8540 | (enum tui_register_display_type): Rename _TuiRegisterDisplayType. | |
8541 | * tui/tui-windata.c: Update copyright, update references. | |
8542 | * tui/tui-regs.c: Update copyright, update references. | |
8543 | * tui/tui-win.c: Update copyright, update references. | |
8544 | * tui/tui-layout.c: Update copyright, update references. | |
fe61caab | 8545 | |
cebe9500 AC |
8546 | 2004-01-18 Andrew Cagney <[email protected]> |
8547 | ||
bcdf1568 AC |
8548 | * tui/tui-io.c: Update copyright. |
8549 | (key_is_end_sequence, key_is_backspace): New functions. | |
8550 | (key_is_command_char, key_is_start_sequence): New function. | |
8551 | (tui_getc): Update references. | |
8552 | * tui/tui-io.h: Update copyright. | |
8553 | (m_tuiStartNewLine): Delete macro. | |
8554 | (m_isBackspace, m_isDeleteChar): Delete macros. | |
8555 | (m_isDeleteLine, m_isDeleteToEol): Delete macros. | |
8556 | (m_isNextPage, m_isPrevPage): Delete macros. | |
8557 | (m_isLeftArrow, m_isRightArrow): Delete macros. | |
8558 | (m_isXdbStyleCommandChar): Delete macro. | |
8559 | (key_is_start_sequence): Declare, replace m_isStartSequence. | |
8560 | (key_is_end_sequence): Declare, replace m_isEndSequence. | |
8561 | (key_is_backspace): Declare ,replace m_isBackspace. | |
8562 | (key_is_command_char): Declare, replace m_isCommandChar. | |
8563 | * tui/tui-command.c: Update copyright. | |
8564 | (tuiDispatchCtrlChar): Update references. | |
8565 | ||
130d87e6 AC |
8566 | * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and |
8567 | tuiSourceWin.h. | |
8568 | ||
d7b2e967 AC |
8569 | * tui/tui-command.c: Rename tui/tuiCommand.c. |
8570 | * tui/tui-command.h: Rename tui/tuiCommand.h. | |
8571 | * tui/tui-data.c: Rename tui/tuiData.c. | |
8572 | * tui/tui-data.h: Rename tui/tuiData.h. | |
8573 | * tui/tui-disasm.c: Rename tui/tuiDisassem.c. | |
8574 | * tui/tui-disasm.h: Rename tui/tuiDisassem.h. | |
8575 | * tui/tui-io.c: Rename tui/tuiIO.c. | |
8576 | * tui/tui-io.h: Rename tui/tuiIO.h. | |
8577 | * tui/tui-layout.c: Rename tui/tuiLayout.c. | |
8578 | * tui/tui-layout.h: Rename tui/tuiLayout.h. | |
8579 | * tui/tui-regs.c: Rename tui/tuiRegs.c. | |
8580 | * tui/tui-regs.h: Rename tui/tuiRegs.h. | |
8581 | * tui/tui-source.c: Rename tui/tuiSource.c. | |
8582 | * tui/tui-source.h: Rename tui/tuiSource.h. | |
8583 | * tui/tui-stack.c: Rename tui/tuiStack.c. | |
8584 | * tui/tui-stack.h: Rename tui/tuiStack.h. | |
8585 | * tui/tui-win.c: Rename tui/tuiWin.c. | |
8586 | * tui/tui-win.h: Rename tui/tuiWin.h. | |
8587 | * tui/tui-windata.c: Rename tui/tuiDataWin.c. | |
8588 | * tui/tui-windata.h: Rename tui/tuiDataWin.h. | |
8589 | * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c. | |
8590 | * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h. | |
8591 | * tui/tui-winsource.c: Rename tui/tuiSourceWin.c. | |
8592 | * tui/tui-winsource.h: Rename tui/tuiSourceWin.h. | |
8593 | * tui/tui-file.c: Update includes. | |
8594 | * tui/tui-hooks.c: Update includes. | |
8595 | * tui/tui-interp.c: Update includes. | |
8596 | * tui/tui.c: Update includes. | |
8597 | * Makefile.in: Update all tui/ dependencies. | |
8598 | (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names. | |
8599 | ||
b2100910 AC |
8600 | * Makefile.in: Update copyright. Update dependencies. |
8601 | ||
cebe9500 AC |
8602 | * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile |
8603 | problem. | |
8604 | ||
c6f0559b AC |
8605 | 2004-01-18 Andrew Cagney <[email protected]> |
8606 | ||
43e9390b AC |
8607 | * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register |
8608 | instead of register_gdbarch_init. | |
8609 | ||
c6f0559b AC |
8610 | * remote-sds.c (tohex): Delete unused function. Update copyright. |
8611 | * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto. | |
8612 | * v850-tdep.c (v850_register_virtual_size): Ditto. | |
8613 | * target.c (normal_target_post_startup_inferior): Ditto. | |
8614 | * source.c (ambiguous_line_spec): Ditto. | |
8615 | * remote.c (adapt_remote_get_threadinfo): Ditto. | |
8616 | * mi/mi-out.c (out_field_fmt): Ditto. | |
8617 | * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto. | |
8618 | (output_control_change_notification): Ditto. | |
8619 | * m68k-tdep.c (m68k_register_byte): Ditto. | |
8620 | (m68k_remote_breakpoint_from_pc): Ditto. | |
8621 | * ui-out.c (init_ui_out_state): Delete unused declaration. | |
8622 | * stabsread.c (search_value): Ditto. | |
8623 | * mi/mi-cmd-env.c (env_cli_command): Ditto. | |
8624 | * maint.c (print_section_table): Ditto. | |
8625 | * infrun.c (set_follow_fork_mode_command): Ditto. | |
8626 | ||
a8504492 MK |
8627 | 2004-01-18 Mark Kettenis <[email protected]> |
8628 | ||
8629 | * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before | |
8630 | DW_CFA_def_cfa_exporession. Add support for | |
8631 | DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and | |
8632 | DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391. | |
8633 | ||
0bd8997e AC |
8634 | 2004-01-18 Andrew Cagney <[email protected]> |
8635 | ||
8636 | * ocd.c: Update copyright. | |
8637 | (bdm_read_register_command): Delete unused function. | |
8638 | (_initialize_remote_ocd): Delete commented out reference. | |
8639 | (get_quoted_char, reset_packet): Delete #if0ed function. | |
8640 | (output_packet, put_quoted_char): Delete #if0ed function. | |
8641 | (stu_put_packet, stu_get_packet): Delete #if0ed function. | |
8642 | (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper. | |
8643 | (BDM_BREAKPOINT): Delete #if0ed macro. | |
8644 | (remote_timeout): Delete #if0ed variable. | |
8645 | ||
31bb40e4 MK |
8646 | 2004-01-18 Mark Kettenis <[email protected]> |
8647 | ||
8648 | * Makefile.in (ALLDEPFILES): Remove core-sol2.c. | |
8649 | (core-sol2.o): Remove dependency. | |
8650 | * core-sol2.c: Remove file. | |
8651 | ||
887432a5 AC |
8652 | 2004-01-17 Andrew Cagney <[email protected]> |
8653 | ||
8654 | * mdebugread.c (compare_blocks): Make addr_diff a LONGEST. | |
8655 | * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK | |
8656 | enums. | |
8657 | ||
29182b13 DJ |
8658 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
8659 | ||
8660 | * remote.c: Update copyright years. | |
8661 | ||
2963ee1d DJ |
8662 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
8663 | ||
8664 | * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf. | |
8665 | ||
79d45cd4 AC |
8666 | 2004-01-17 Andrew Cagney <[email protected]> |
8667 | ||
ee300cd4 AC |
8668 | * mdebugread.c: Update copyright. |
8669 | (parse_symbol): Replace DEPRECATED_STREQ with strcmp. | |
8670 | (parse_type, parse_procedure): Ditto. | |
8671 | (parse_partial_symbols, psymtab_to_symtab_1): Ditto. | |
8672 | ||
fcacc9c2 AC |
8673 | * cris-tdep.c (cris_store_struct_return): Put back accidently |
8674 | deleted function. | |
8675 | ||
79d45cd4 AC |
8676 | * gdbarch.sh: Update copyright year. |
8677 | * gdbarch.h, gdbarch.c: Re-generate. | |
8678 | ||
b263358a DJ |
8679 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
8680 | ||
8681 | Suggested by George Anzinger. | |
8682 | * dwarf2expr.c (execute_stack_op): Fetch the second item from the | |
8683 | correct stack offset. Include unknown opcode numbers in the error | |
8684 | message. | |
8685 | ||
931aecf5 AC |
8686 | 2004-01-17 Andrew Cagney <[email protected]> |
8687 | ||
8688 | * x86-64-tdep.c (x86_64_init_abi): No need to clear | |
8689 | extract_struct_value_address, i386 does not set it. | |
8690 | * sparc64-tdep.c (sparc64_init_abi): Do not set | |
8691 | extract_struct_value_address, never called. | |
8692 | (sparc64_extract_struct_value_address): Delete function. | |
8693 | * m68hc11-tdep.c: Update copyright. | |
8694 | (m68hc11_gdbarch_init): Delete redundant assignment of | |
8695 | extract_struct_value_address. | |
8696 | * i386-tdep.c: Update copyright. | |
8697 | (i386_gdbarch_init): Do not set extract_struct_value_address, | |
8698 | never called. | |
8699 | (i386_extract_struct_value_address): Delete function. | |
8700 | * sparc-tdep.c (sparc32_gdbarch_init): Do not set | |
8701 | extract_struct_value_address, never called. | |
8702 | (sparc32_extract_struct_value_address): #if 0 function. Add | |
8703 | comments explaining its future. | |
8704 | ||
756fe439 DJ |
8705 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
8706 | ||
8707 | * arm-tdep.c (arm_write_pc): New function. | |
8708 | (arm_gdbarch_init): Call set_gdbarch_write_pc. | |
8709 | ||
e74f0f02 DJ |
8710 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
8711 | ||
8712 | * breakpoint.c (must_shift_inst_regs): Delete. | |
8713 | (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK | |
8714 | and SHIFT_INST_REGS. | |
8715 | * infcmd.c (step_1, step_1_continuation): Delete references to | |
8716 | SHIFT_INST_REGS. | |
8717 | * infrun.c (keep_going): Likewise. | |
8718 | * target.h (DECR_PC_AFTER_HW_BREAK): Don't define. | |
8719 | * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise. | |
8720 | ||
b6cb9035 AC |
8721 | 2004-01-17 Andrew Cagney <[email protected]> |
8722 | ||
444a1e2e AC |
8723 | * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete. |
8724 | * gdbarch.h, gdbarch.c: Re-generate. | |
8725 | * infcmd.c (print_return_value): Delete reference to | |
8726 | DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS. | |
8727 | ||
def7e6ed AC |
8728 | * cris-tdep.c (cris_gdbarch_init): Do not set |
8729 | deprecated_extract_struct_value_address. | |
8730 | ||
07be497a AC |
8731 | * xstormy16-tdep.c: Update copyright. |
8732 | (xstormy16_extract_struct_value_address): Update to current | |
8733 | extract struct value address interface. | |
8734 | (xstormy16_gdbarch_init): Set extract_struct_value_address. | |
8735 | * sh64-tdep.c (sh64_extract_struct_value_address): Update to | |
8736 | current extract struct value address interface. | |
8737 | (sh64_gdbarch_init): Set extract_struct_value_address. | |
8738 | ||
6b4d5c91 AC |
8739 | * cris-tdep.c: Update copyright. |
8740 | (cris_extract_struct_value_address): Delete function. | |
8741 | (struct_return_address): Delete variable. | |
8742 | (cris_store_struct_return): Do not set struct_return_address. | |
8743 | ||
464e0365 AC |
8744 | * mcore-tdep.c: Update copyright. |
8745 | (mcore_extract_struct_value_address): Delete function. Update | |
8746 | comments. | |
8747 | (mcore_gdbarch_init): Update. | |
8748 | * mn10300-tdep.c: Update copyright. | |
8749 | (mn10300_extract_struct_value_address): Delete function. | |
8750 | (mn10300_gdbarch_init): Update. | |
8751 | * v850-tdep.c: Update copyright. | |
8752 | (v850_extract_struct_value_address): Delete. | |
8753 | (v850_gdbarch_init): Update. | |
8754 | * ns32k-tdep.c: Update copyright. | |
8755 | (ns32k_extract_struct_value_address): Delete. | |
8756 | (ns32k_gdbarch_init): Update. | |
8757 | * hppa-tdep.c (hppa_extract_struct_value_address): Delete. | |
8758 | (hppa_gdbarch_init): Update. | |
8759 | * vax-tdep.c: Update copyright. | |
8760 | (vax_extract_struct_value_address): Delete. | |
8761 | (vax_gdbarch_init): Update. | |
8762 | ||
afb18d0f AC |
8763 | * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete. |
8764 | * gdbarch.h, gdbarch.c: Re-generate. | |
8765 | * procfs.c (procfs_fetch_registers): Delete reference to | |
8766 | DEPRECATED_NPC_REGNUM. | |
8767 | (procfs_store_registers): Ditto. | |
8768 | * regcache.c (generic_target_write_pc): Simplify. | |
8769 | * lynx-nat.c: Delete #ifdef SPARC code. Not used. | |
8770 | ||
a698f53e AC |
8771 | * core-sol2.c (fetch_core_registers): Replace |
8772 | DEPRECATED_NPC_REGNUM with equivalent tdep value. | |
8773 | ||
adc11376 AC |
8774 | * hppa-tdep.c: Update copyright year. |
8775 | (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of | |
8776 | NPC_REGNUM. | |
8777 | (hppa_gdbarch_init): Do not set deprecated_npc_regnum. | |
8778 | ||
b6cb9035 AC |
8779 | * mips-tdep.c (mips_write_pc): New function. |
8780 | (mips_gdbarch_init): Set "write_pc" to "mips_write_pc". | |
8781 | (mips_read_pc): Use mips_regnum instead of PC_REGNUM. | |
8782 | (mips_find_saved_regs, mips_software_single_step: Ditto. | |
8783 | (mips_frame_saved_pc, mips_frame_saved_pc): Ditto. | |
8784 | mips_init_extra_frame_info, mips_pop_frame): Ditto. | |
8785 | ||
6d82d43b AC |
8786 | 2004-01-17 Andrew Cagney <[email protected]> |
8787 | ||
8788 | * mips-tdep.c: Re-indent. Group functions by ABI. | |
8789 | ||
71bd6bd4 AC |
8790 | 2004-01-17 Andrew Cagney <[email protected]> |
8791 | ||
8792 | * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default. | |
8793 | * gdbarch.c: Re-generate. | |
8794 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set | |
8795 | DECR_PC_AFTER_BREAK to zero. | |
8796 | * vax-tdep.c (vax_gdbarch_init): Ditto. | |
8797 | * v850-tdep.c (v850_gdbarch_init): Ditto. | |
8798 | * sparc-tdep.c (sparc32_gdbarch_init): Ditto. | |
8799 | * sh64-tdep.c (sh64_gdbarch_init): Ditto. | |
8800 | * sh-tdep.c (sh_gdbarch_init): Ditto. | |
8801 | * rs6000-tdep.c (rs6000_gdbarch_init): Ditto. | |
8802 | * ns32k-tdep.c (ns32k_gdbarch_init): Ditto. | |
8803 | * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. | |
8804 | * mips-tdep.c (mips_gdbarch_init): Ditto. | |
8805 | * mcore-tdep.c (mcore_gdbarch_init): Ditto. | |
8806 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto. | |
8807 | * m32r-tdep.c (m32r_gdbarch_init): Ditto. | |
8808 | * ia64-tdep.c (ia64_gdbarch_init): Ditto. | |
8809 | * i386-interix-tdep.c (i386_interix_init_abi): Ditto. | |
8810 | * hppa-tdep.c (hppa_gdbarch_init): Ditto. | |
8811 | * h8300-tdep.c (h8300_gdbarch_init): Ditto. | |
8812 | * frv-tdep.c (frv_gdbarch_init): Ditto. | |
8813 | * cris-tdep.c (cris_gdbarch_init): Ditto. | |
8814 | * avr-tdep.c (avr_gdbarch_init): Ditto. | |
8815 | * arm-tdep.c (arm_gdbarch_init): Ditto. | |
8816 | * i386-nto-tdep.c (i386nto_init_abi): Add comment. | |
8817 | ||
a02abb62 JB |
8818 | 2004-01-17 J. Brobecker <[email protected]> |
8819 | ||
8820 | * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint): | |
8821 | Delete, no longer used. | |
8822 | (read_subrange_type): New function, mostly extracted from | |
8823 | read_array_type(). | |
8824 | (read_array_type): Replace extracted code by call to | |
8825 | read_subrange_type(). | |
8826 | (dwarf2_get_attr_constant_value): New function. | |
8827 | (scan_partial_symbols): Add handling for DW_TAG_subrange_type. | |
8828 | (add_partial_symbol): Likewise. | |
8829 | (process_die): Likewise. | |
8830 | (new_symbol): Likewise. | |
8831 | (read_type_die): Likewise. | |
8832 | ||
cf5b2f1b AC |
8833 | 2004-01-16 Andrew Cagney <[email protected]> |
8834 | ||
8835 | * symfile.c: Update copyright year. | |
8836 | (compare_symbols): Delete unused function. | |
8837 | * stabsread.c: Update copyright year. | |
8838 | (lrs_general_complaint): Delete unused function. | |
8839 | (ref_search_value): Ditto. | |
8840 | (get_substring): Delete declaration. | |
8841 | * sh64-tdep.c: Update copyright year. | |
8842 | (sh64_get_gdb_regnum): Delete unused function. | |
8843 | * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint): | |
8844 | Delete unused function. | |
8845 | ||
d33b9831 MK |
8846 | 2004-01-17 Mark Kettenis <[email protected]> |
8847 | ||
8848 | * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF. | |
8849 | * osabi.c (gdb_osabi_names): Add "OpenBSD ELF". | |
8850 | ||
7aea86e6 AC |
8851 | 2004-01-16 Andrew Cagney <[email protected]> |
8852 | ||
8853 | Changes from Peter Schauer. | |
8854 | * rs6000-tdep.c: Update copyright year. | |
8855 | (rs6000_push_dummy_call): Update the stack pointer before | |
8856 | accessing the corresponding stack region. | |
8857 | * rs6000-nat.c: Update copyright year. | |
8858 | (set_host_arch): Set "info.abfd" to "exec_bfd". | |
8859 | ||
26b0da32 MK |
8860 | 2004-01-15 Mark Kettenis <[email protected]> |
8861 | ||
8862 | * blockframe.c: Update copyright year. | |
8863 | (inside_entry_func): Don't treat a zero PC specially. | |
8864 | ||
86fbe6cc EZ |
8865 | 2004-01-14 Elena Zannoni <[email protected]> |
8866 | ||
8867 | * gcore.c (gcore_copy_callback): Use paddr_d to print size | |
8868 | variable. | |
8869 | (gcore_create_callback): Ditto. Skip any memory segment that has | |
8870 | no permissions set. | |
8871 | ||
63d06c5c DC |
8872 | 2004-01-14 David Carlton <[email protected]> |
8873 | ||
8874 | Change symbols for C++ nested types to contain the fully qualified | |
8875 | name, if possible. (At least in the DWARF-2 case.) Partial fix | |
8876 | for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832, | |
8877 | c++/895. | |
8878 | * c-exp.y (qualified_type): Handle types nested within classes. | |
8879 | * cp-namespace.c: Update comments. | |
8880 | (cp_set_block_scope): Delete #if 0. | |
8881 | (cp_lookup_nested_type): Handle types nested within classes. | |
8882 | * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure | |
8883 | when appropriate. | |
8884 | (add_partial_symbol): Add the name of the enclosing namespace to | |
8885 | types. | |
8886 | (pdi_needs_namespace): New. | |
8887 | (add_partial_namespace): Tweak comment. | |
8888 | (add_partial_structure): New. | |
8889 | (psymtab_to_symtab_1): Initialize processing_current_prefix | |
8890 | here... | |
8891 | (process_die): instead of here. | |
8892 | (read_structure_scope): Try to figure out the name of the class or | |
8893 | namespace that the structure might be defined within. | |
8894 | (read_enumeration): Generate fully-qualified names, if possible. | |
8895 | (read_namespace): Don't set name to NULL. | |
8896 | (die_specification): New. | |
8897 | (new_symbol): Generate fully-qualified names for types. | |
8898 | (read_type_die): Determine appropriate prefix. | |
8899 | (determine_prefix): New. | |
8900 | (typename_concat): New. | |
8901 | (class_name): New. | |
8902 | * valops.c (value_aggregate_elt): Pass NOSIDE to | |
8903 | value_struct_elt_for_reference. | |
8904 | (value_struct_elt_for_reference): Make static, add NOSIDE | |
8905 | parameter, call value_maybe_namespace_elt as a last resort. | |
8906 | (value_namespace_elt): Break out code into | |
8907 | value_maybe_namespace_elt. | |
8908 | (value_maybe_namespace_elt): New. | |
8909 | ||
87783b8b AC |
8910 | 2004-01-12 Andrew Cagney <[email protected]> |
8911 | ||
8912 | * mips-tdep.c (mips_convert_register_p): Handle both raw and | |
8913 | cooked floating-point registers. | |
8914 | (mips_gdbarch_init): Set convert_register_p, register_to_value, | |
8915 | and value_to_register. | |
8916 | ||
6503b91e AC |
8917 | 2004-01-13 Andrew Cagney <[email protected]> |
8918 | ||
8919 | * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default. | |
8920 | * gdbarch.c: Re-generate. | |
8921 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set | |
8922 | FUNCTION_START_OFFSET. | |
8923 | * v850-tdep.c (v850_gdbarch_init): Ditto. | |
8924 | * sparc-tdep.c (sparc32_gdbarch_init): Ditto. | |
8925 | * sh64-tdep.c (sh64_gdbarch_init): Ditto. | |
8926 | * sh-tdep.c (sh_gdbarch_init): Ditto. | |
8927 | * s390-tdep.c (s390_gdbarch_init): Ditto. | |
8928 | * rs6000-tdep.c (rs6000_gdbarch_init): Ditto. | |
8929 | * ns32k-tdep.c (ns32k_gdbarch_init): Ditto. | |
8930 | * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. | |
8931 | * mips-tdep.c (mips_gdbarch_init): Ditto. | |
8932 | * mcore-tdep.c (mcore_gdbarch_init): Ditto. | |
8933 | * m68k-tdep.c (m68k_gdbarch_init): Ditto. | |
8934 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto. | |
8935 | * m32r-tdep.c (m32r_gdbarch_init): Ditto. | |
8936 | * ia64-tdep.c (ia64_gdbarch_init): Ditto. | |
8937 | * i386-tdep.c (i386_gdbarch_init): Ditto. | |
8938 | * hppa-tdep.c (hppa_gdbarch_init): Ditto. | |
8939 | * h8300-tdep.c (h8300_gdbarch_init): Ditto. | |
8940 | * frv-tdep.c (frv_gdbarch_init): Ditto. | |
8941 | * d10v-tdep.c (d10v_gdbarch_init): Ditto. | |
8942 | * cris-tdep.c (cris_gdbarch_init): Ditto. | |
8943 | * avr-tdep.c (avr_gdbarch_init): Ditto. | |
8944 | * arm-tdep.c (arm_gdbarch_init): Ditto. | |
8945 | * alpha-tdep.c (alpha_gdbarch_init): Ditto. | |
8946 | ||
ea1dd7bc DJ |
8947 | 2004-01-13 Daniel Jacobowitz <[email protected]> |
8948 | ||
8949 | * infrun.c (follow_fork_mode_ask): Remove. | |
8950 | (follow_fork_mode_kind_names): Remove follow_fork_mode_ask. | |
8951 | (follow_fork): Simplify and remove internal error for | |
8952 | follow_fork_mode_ask. | |
8953 | (_initialize_infrun): Update "set follow-fork-mode" help text. | |
8954 | ||
0f0cffd2 AC |
8955 | 2004-01-13 Andrew Cagney <[email protected]> |
8956 | ||
8957 | * configure.in: Update copyright year. | |
8958 | (build_warnings): Add -Wunused-label. | |
8959 | * configure: Re-generate. | |
8960 | ||
de38af99 AC |
8961 | 2004-01-12 Andrew Cagney <[email protected]> |
8962 | ||
954a7fba AC |
8963 | * exec.h (exec_ops): Make "extern". |
8964 | ||
de38af99 AC |
8965 | * mips-tdep.c (mips_pseudo_register_read): Don't return a value, |
8966 | the function is void. | |
8967 | (mips_pseudo_register_write): Ditto. | |
8968 | ||
1a111ce3 AC |
8969 | 2004-01-12 Andrew Cagney <[email protected]> |
8970 | ||
8971 | * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO | |
8972 | call. Never defined. | |
8973 | * sparc-tdep.h (struct frame_info): Add opaque declaration. | |
8974 | * sparc64-tdep.h (struct gdbarch): Add opaque declaration. | |
8975 | (struct sparc_gregset, struct regcache): Ditto. | |
8976 | * sparc-nat.c: Update copyright. Specify "GNU/Linux". | |
8977 | ||
48efe704 AC |
8978 | 2004-01-12 Andrew Cagney <[email protected]> |
8979 | ||
8980 | * mi/ChangeLog: Delete file. Renamed to ... | |
8981 | * mi/ChangeLog-1999-2003: New file. | |
8982 | * tui/ChangeLog: Delete file. Renamed to ... | |
8983 | * tui/ChangeLog-1998-2003: New file. | |
fe61caab | 8984 | |
a54124c5 MK |
8985 | 2004-01-11 Mark Kettenis <[email protected]> |
8986 | ||
2ca62865 MK |
8987 | * sparc64nbsd-tdep.c: Include "regset.h". |
8988 | (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg): | |
8989 | Remove variables. | |
8990 | (fetch_core_registers): Remove function. | |
8991 | (sparc64nbsd_core_fns): Remove variable. | |
8992 | (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New | |
8993 | functions. | |
8994 | (sparc64nbsd_init_abi): Initialize TDEP->gregset, | |
8995 | TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset. | |
8996 | (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns. | |
8997 | ||
ca9d58e9 MK |
8998 | * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from |
8999 | sparc_extract_struct_value_address. | |
9000 | (sparc32_gdbarch_init): Set extract_struct_value_address. | |
9001 | * sparc64-tdep.c (sparc64_extract_struct_value_address): New | |
9002 | function. | |
9003 | (sparc64_init_abi): Set extract_struct_value_address. Don't set | |
9004 | return_value_on_stack. | |
9005 | ||
3cc87ec0 MK |
9006 | * NEWS: Mention that %cs and %ss have been added to the AMD64 |
9007 | configurations | |
9008 | ||
5bf00f29 MK |
9009 | * frame.c: Update copyright year. |
9010 | (get_prev_frame): Improve comment. | |
9011 | ||
4f7ec84e MK |
9012 | * sparc64fbsd-tdep.c: Include "regset.h". |
9013 | (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg): | |
9014 | Remove variables. | |
9015 | (fetch_core_registers): Remove function. | |
9016 | (sparc64fbsd_core_fns): Remove variable. | |
9017 | (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New | |
9018 | functions. | |
9019 | (sparc64fbsd_init_abi): Initialize TDEP->gregset, | |
9020 | TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset. | |
46b58ce9 | 9021 | (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns. |
4f7ec84e | 9022 | |
4e7b0cd3 MK |
9023 | * sparcnbsd-tdep.c: Include "regset.h". |
9024 | (fetch_core_registers): Remove function. | |
9025 | (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles. | |
9026 | (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New | |
9027 | functions. | |
9028 | (sparc32nbsd_init_abi): Initialize TDEP->gregset and | |
9029 | TDEP->fpregset. | |
46b58ce9 | 9030 | (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns. |
4e7b0cd3 | 9031 | |
a54124c5 MK |
9032 | * sparc-tdep.h (struct regset): Provide opaque declaration. |
9033 | (struct gdbarch_tdep): Add gregset, sizeof_gregset, | |
9034 | fpregset and sizeof_fpregset members. | |
9035 | * sparc-tdep.c (struct regset): Provide opaque declaration. | |
9036 | (sparc_regset_from_core_section): New function. | |
9037 | (sparc32_gdbarch_init): Initialize TDEP->gregset, | |
9038 | TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset. | |
9039 | Set regset_from_core_section when appropriate. | |
9040 | ||
29ff87c5 MK |
9041 | 2004-01-10 Mark Kettenis <[email protected]> |
9042 | ||
79b1ab3d MK |
9043 | * x86-64-tdep.c (amd64_non_pod_p): New function. |
9044 | (amd64_classify_aggregate): Return class memory for non-POD | |
9045 | C++ structure types. | |
9046 | ||
6470d250 MK |
9047 | * x86-64-tdep.c (amd64_push_arguments): Add struct_return |
9048 | argument. Use it to reserve a register if necessary. | |
9049 | (amd64_push_dummy_call): Pass STRUCT_RETURN in call to | |
9050 | amd64_push_arguments. | |
9051 | ||
562c50c2 MK |
9052 | * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields. |
9053 | ||
af233647 MK |
9054 | * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust |
9055 | register numbers in comments. | |
9056 | * x86-64-tdep.h: Update copyright year. | |
9057 | (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): | |
9058 | Adjust for addition of %cs and %ss. | |
9059 | * amd64fbsd-nat.c: Update copyright year. | |
9060 | (reg_offset): Add register offsets for %cs and %ss. | |
9061 | * amd64fbsd-tdep.c: Update copyright year. | |
9062 | (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss. | |
9063 | (amd64fbsd_sc_reg_offset): Likewise. | |
9064 | * x86-64-linux-nat.c: Update copyright year. | |
9065 | (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs | |
9066 | and %ss. | |
9067 | * amd64nbsd-nat.c: Update copyright year. | |
9068 | (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss. | |
9069 | * amd64nbsd-tdep.c: Update copyright year. | |
9070 | (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss. | |
9071 | * x86-64-linux-tdep.c: Update copyright year. | |
9072 | (user_to_gdb_regmap): Add mapping for %cs and %ss. | |
9073 | (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss. | |
9074 | * regformats/reg-x86-64.dat: Add %cs and %ss. | |
9075 | ||
29ff87c5 MK |
9076 | * blockframe.c (inside_entry_func): Reformat. Introduce new local |
9077 | variables to prevent long lines. Update comments to reflect | |
9078 | reality. | |
9079 | ||
38d518c9 EZ |
9080 | 2004-01-09 David Carlton <[email protected]> |
9081 | ||
9082 | Checked in by Elena Zannoni <[email protected]>. | |
9083 | * dwarf2read.c (read_namespace): Pull out name-generating code | |
9084 | into namespace_name. Rename previous_namespace to previous_prefix | |
9085 | and processing_current_namespace to processing_current_prefix.. | |
9086 | (namespace_name): New function. | |
9087 | (add_partial_symbol): Substitute uses of pdi->name with | |
9088 | actual_name. | |
9089 | * cp-support.h: Rename processing_current_namespace to | |
9090 | processing_current_prefix. | |
9091 | Update copyright year. | |
9092 | * cp-namespace.c: Rename processing_current_namespace to | |
9093 | processing_current_prefix. | |
9094 | Update copyright year. | |
fe61caab | 9095 | |
1e4728e7 AC |
9096 | 2004-01-09 Andrew Cagney <[email protected]> |
9097 | ||
9098 | * jv-valprint.c, ser-unix.c: Add missing copyright years. | |
9099 | ||
c77c642a MK |
9100 | 2004-01-09 Mark Kettenis <[email protected]> |
9101 | ||
9102 | * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of | |
9103 | complaining. | |
9104 | (process_one_symbol): Deal with N_PATCH stabs. | |
9105 | ||
b44e9041 EZ |
9106 | 2004-01-09 Elena Zannoni <[email protected]> |
9107 | ||
9108 | * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and | |
9109 | ifdeffed code. | |
9110 | Update copyright year. | |
38d518c9 | 9111 | |
eccfb640 MC |
9112 | 2004-01-08 Michael Chastain <[email protected]> |
9113 | ||
9114 | * config/pa/tm-hppa.h: Update extern declarations for | |
9115 | hppa32_hpux_frame_saved_pc_in_sigtramp, | |
9116 | hppa32_hpux_frame_base_before_sigtramp, and | |
9117 | hppa32_hpux_frame_find_saved_regs_in_sigtramp. | |
9118 | ||
848c5feb MC |
9119 | 2004-01-08 Michael Chastain <[email protected]> |
9120 | ||
9121 | * config/pa/tm-hppah.h: Update copyright years. | |
9122 | ||
3cc5d663 AC |
9123 | 2004-01-08 Andrew Cagney <[email protected]> |
9124 | ||
9125 | * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function. | |
9126 | (mips_o32_reg_struct_has_addr): Delete function. | |
9127 | (mips_gdbarch_init): Update. | |
9128 | (mips_extract_struct_value_address): Delete function. | |
9129 | ||
bfec0b41 JJ |
9130 | 2004-01-08 David Mosberger <[email protected]> |
9131 | ||
9132 | * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect | |
9133 | reality. | |
9134 | ||
16e109ca AC |
9135 | 2004-01-07 Andrew Cagney <[email protected]> |
9136 | ||
6214a8a1 AC |
9137 | * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous |
9138 | architecture's elf flags (when available). | |
9139 | ||
8d5838b5 AC |
9140 | * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS |
9141 | FPU to the start, check the MIPS FPU when looking for an old | |
9142 | architecture. | |
9143 | (set_mipsfpu_single_command): Update the architecture. | |
9144 | (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto. | |
9145 | ||
480d3dd2 AC |
9146 | * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro. |
9147 | (mips_mask_address_p): Add "tdep" parameter. | |
9148 | (show_mask_address, mips_addr_bits_remove): Update. | |
9149 | (mips_dump_tdep): Update. | |
9150 | (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro. | |
9151 | (MIPS_STACK_ARGSIZE): Delete macro. | |
9152 | (mips_stack_argsize, mips_eabi_push_dummy_call): Update. | |
9153 | (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update. | |
9154 | (mips_o64_push_dummy_call, mips_o32_return_value): Update. | |
9155 | (mips_dump_tdep): Update. | |
9156 | (MIPS_SAVED_REGSIZE): Delete macro. | |
9157 | (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro. | |
9158 | (mips_saved_regsize, mips_eabi_use_struct_convention): Update. | |
9159 | (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update. | |
9160 | (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update. | |
9161 | (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update. | |
9162 | (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update. | |
9163 | (mips_pop_frame, return_value_location): Update. | |
9164 | (mips_n32n64_return_value, mips_dump_tdep): Update. | |
9165 | ||
ec03c1ac AC |
9166 | * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the |
9167 | MIPS ABI. | |
9168 | ||
16e109ca AC |
9169 | * mips-tdep.c: Update copyright. |
9170 | (mips_gdbarch_init): Merge two code blocks handling the register | |
9171 | name and number layout. | |
9172 | ||
15255275 MS |
9173 | 2004-01-02 Pawel Ostrowski <[email protected]> |
9174 | ||
9175 | * tracepoint.c (validate_actionline): Fix segv at EOF | |
9176 | ||
9f9057da MC |
9177 | 2004-01-07 Michael Chastain <[email protected]> |
9178 | ||
9179 | * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME | |
9180 | properly for static fields. | |
9181 | ||
0127c0d3 | 9182 | 2004-01-06 Jeff Johnston <[email protected]> |
91562f53 | 9183 | Jason Molenda <[email protected]> |
0127c0d3 JJ |
9184 | |
9185 | * disasm.c: Update copyright to include 2004. | |
9186 | (do_mixed_source_and_assembly): For uiout asm list | |
9187 | and tuple cleanups, initialize to null_cleanup instead of | |
fe61caab | 9188 | NULL and do so prior to loop. Only reset when we close off |
0127c0d3 | 9189 | the tuple/list. Move check for whether to close off the |
fe61caab | 9190 | asm tuple/list to after dump_insns call where it will be run |
0127c0d3 JJ |
9191 | on each loop iteration. |
9192 | ||
5269965e AC |
9193 | 2004-01-05 Andrew Cagney <[email protected]> |
9194 | ||
54f1137d AC |
9195 | * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED" |
9196 | should be a switch case and not a label. | |
9197 | * mips-tdep.c (mips32_next_pc): Delete unused labels | |
9198 | "greater_equal_branch" and "less_zero_branch". | |
9199 | * jv-valprint.c (java_print_value_fields): Delete unused label | |
9200 | "flush_it". | |
9201 | ||
5269965e AC |
9202 | * target.c (unpush_target): Only close a target that is in the |
9203 | target stack. | |
9204 | ||
dbc22fa1 MK |
9205 | 2004-01-05 Mark Kettenis <[email protected]> |
9206 | ||
9515395e MK |
9207 | * sparc-tdep.c (sparc_extract_struct_value_address): Get the |
9208 | address from [sp + 64] instead of %o2. | |
9209 | ||
dbc22fa1 MK |
9210 | * frame.c (get_prev_frame): Don't try to unwind the PC. This |
9211 | fixes PR backtrace/1476. | |
9212 | ||
5439edaa AC |
9213 | 2004-01-05 Andrew Cagney <[email protected]> |
9214 | ||
9215 | * libunwind-frame.h (struct frame_id): Add opaque declaration, | |
9216 | move to start of file. | |
9217 | * i386-tdep.h (struct regcache): Add opaque declaration. | |
9218 | * config/ia64/nm-linux.h (struct target_ops): Add opaque | |
9219 | declaration. | |
9220 | * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__. | |
9221 | (ia64_gdbarch_init): Use "GNU/Linux" in comment. | |
9222 | * win32-nat.c (fake_create_process): Use ISO C style definition. | |
9223 | * stabsread.c (define_symbol): Delete #ifndef | |
9224 | DEPRECATED_USE_REGISTER_NOT_ARG wrapper around | |
9225 | stabs_argument_has_addr call, macro never defined. | |
9226 | ||
19061abe MC |
9227 | 2004-01-04 Michael Chastain <[email protected]> |
9228 | ||
9229 | * op50-rom.c: Delete. | |
9230 | * w89k-rom.c: Delete. | |
9231 | * Makefile.in: Remove references. | |
9232 | ||
e53bef9f MK |
9233 | 2004-01-04 Mark Kettenis <[email protected]> |
9234 | ||
9235 | * x86-64-tdep.c: Update copyright year. | |
9236 | (struct amd64_register_info): Rename from x86_64_register_info. | |
9237 | (amd64_register_info): Rename from x86_64_register_info. | |
9238 | (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS. | |
9239 | (amd64_register_name): Rename from x86_64_register_name. | |
9240 | (amd64_register_type): Rename from x86_64_register_type. | |
9241 | (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap. | |
9242 | (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len. | |
9243 | (amd64_dwarf_reg_to_regnum): Rename from | |
9244 | x86_64_dwarf_reg_to_regnum. | |
9245 | (amd64_convert_register_p): Rename from x86_64_convert_register_p. | |
9246 | (amd64_push_dummy_call): Rename from x86_64_push_dummy_call. | |
9247 | (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS. | |
9248 | (struct amd64_frame_cache): Renamed from x86_64_frame_cache. | |
9249 | (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache. | |
9250 | (amd64_analyze_prologue): Rename from x86_64_analyze_prologue. | |
9251 | (amd64_skip_prologue): Rename from x86_64_skip_prologue. | |
9252 | (amd64_frame_cache): Rename from x86_64_frame_cache. | |
9253 | (amd64_frame_this_id): Rename from x86_64_frame_this_id. | |
9254 | (amd64_frame_prev_register): Rename from | |
9255 | x86_64_frame_prev_register. | |
9256 | (amd64_frame_unwind): Rename from x86_64_frame_unwind. | |
9257 | (amd64_frame_sniffer): Rename from x86_64_frame_sniffer. | |
9258 | (amd64_sigtramp_frame_cache): Rename from | |
9259 | x86_64_sigtramp_frame_cache. | |
9260 | (amd64_sigtramp_frame_prev_register): Rename from | |
9261 | x86_64_sigtramp_frame_prev_register. | |
9262 | (amd64_sigtramp_frame_unwind): Rename from | |
9263 | x86_64_sigtramp_frame_unwind. | |
9264 | (amd64_sigtramp_frame_sniffer): Rename from | |
9265 | x86_64_sigtramp_frame_sniffer. | |
9266 | (amd64_frame_base_address): Rename from x86_64_frame_base_address. | |
9267 | (amd64_frame_base): Rename from x86_64_frame_base. | |
9268 | (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id. | |
9269 | (amd64_frame_align): Rename from x86_64_frame_align. | |
9270 | (amd64_supply_fpregset): Rename from x86_64_supply_fpregset. | |
9271 | (amd64_regset_from_core_section): Rename from | |
9272 | x86_64_regset_from_core_section. | |
9273 | (x86_64_init_abi): Update comments. | |
9274 | ||
fca6aa58 NR |
9275 | 2004-01-04 Nick Roberts <[email protected]> |
9276 | ||
9277 | * MAINTAINERS (write after approval): Add myself. | |
9278 | ||
8ada74e3 MK |
9279 | 2004-01-04 Mark Kettenis <[email protected]> |
9280 | ||
9281 | * sparc64-tdep.c (sparc64_store_arguments): Fix handling of | |
9282 | `float' arguments. | |
9283 | ||
5154b0cd MK |
9284 | 2004-01-04 Mark Kettenis <[email protected]> |
9285 | ||
9286 | * sparc64-tdep.c (sparc64_store_floating_fields): Update comment | |
9287 | such that it mentions a specific version of GCC that exhibits this | |
9288 | bug. | |
9289 | ||
fb316966 MK |
9290 | 2004-01-03 Mark Kettenis <[email protected]> |
9291 | ||
200cc553 MK |
9292 | * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a |
9293 | structure that has a single `float' member, store it in %f1 in | |
9294 | addition to %f0. | |
9295 | ||
e226a4a0 MK |
9296 | * sparc-sol2-nat.c: Add missing '\'. |
9297 | ||
b9d4c5ed MK |
9298 | * sparc-tdep.c (sparc32_return_value): New function. |
9299 | (sparc32_use_struct_convention, sparc32_return_value_on_stack): | |
9300 | Remove functions. | |
9301 | (sparc32_gdbarch_init): Set return_value, don't set | |
9302 | extract_return_value, store_return_value, use_struct_convention | |
9303 | and return_value_on_stack. | |
9304 | ||
fb316966 MK |
9305 | * sparc-sol2-nat.c: Add missing ')'. |
9306 | ||
1af510a8 JB |
9307 | 2004-01-03 J. Brobecker <[email protected]> |
9308 | ||
9309 | * infrun.c (handle_step_into_function): New function. | |
9310 | (handle_inferior_event): Extract out some code into the new | |
9311 | function above. | |
9312 | ||
5cf4d23a JB |
9313 | 2004-01-03 J. Brobecker <[email protected]> |
9314 | ||
9315 | * infrun.c (handle_inferior_event): Move the declaration of | |
9316 | real_stop_pc inside the if blocks where it is used. | |
9317 | ||
60af1db2 MK |
9318 | 2004-01-03 Mark Kettenis <[email protected]> |
9319 | ||
9320 | * sparc64-tdep.c (sparc64_16_byte_align_p) | |
9321 | (sparc64_store_floating_fields, sparc64_store_floating_fields): | |
9322 | Use check_typedef to get subtypes of structures and unions. | |
9323 | (sparc64_store_return_value): Fix calculation of the appropriate | |
9324 | offset into VALBUF when storing a structure or union. | |
9325 | (sparc64_return_value): New function. | |
9326 | (sparc64_use_struct_convention): Remove function. | |
9327 | (sparc64_init_abi): Set return_value, don't set | |
9328 | extract_return_value, store_return_value and | |
9329 | use_struct_convention. | |
9330 | ||
1a901d3f EZ |
9331 | 2004-01-03 Eli Zaretskii <[email protected]> |
9332 | ||
9333 | * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS, | |
9334 | bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c, | |
9335 | gdb/config/alpha/xm-alphaosf.h, | |
9336 | gdb/config/powerpc/tm-ppcle-eabi.h, | |
9337 | gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001, | |
9338 | gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003, | |
9339 | gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in, | |
9340 | gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c, | |
9341 | gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c, | |
9342 | gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c, | |
9343 | gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c, | |
9344 | gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c, | |
9345 | gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c, | |
9346 | gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c, | |
9347 | gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp, | |
9348 | nclude/ChangeLog-9103, include/coff/ChangeLog-9103, | |
9349 | include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103, | |
9350 | opcodes/ChangeLog-0001, opcodes/ChangeLog-0203, | |
9351 | opcodes/openrisc-dis.c, opcodes/openrisc-desc.h, | |
9352 | sim/frv/profile-fr550.c, sim/frv/profile-fr550.h, | |
9353 | sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c, | |
9354 | sim/testsuite/sim/sh64/compact/ldsl-mach.cgs, | |
9355 | sim/testsuite/sim/sh64/compact/ldsl-macl.cgs, | |
9356 | sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and | |
9357 | sim/testsuite/sim/sh64/compact/stsl-macl.cgs. | |
9358 | Remove lines for .cvsignore files. | |
9359 | ||
ef52e463 JB |
9360 | 2004-01-03 J. Brobecker <[email protected]> |
9361 | ||
9362 | * infrun.c: Back out the previous change. | |
9363 | ||
cb1bf9dc MK |
9364 | 2004-01-03 Mark Kettenis <[email protected]> |
9365 | ||
f0424ef6 MK |
9366 | * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and |
9367 | sparc-*-sunos4* to the list of REMOVED configurations. | |
9368 | ||
cb1bf9dc MK |
9369 | * configure.tgt: Add back sparc-*-vxworks*. |
9370 | * remote-vxsparc.c: Remove all includes except for "defs.h", | |
9371 | "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h". | |
9372 | Include "sparc-tdep.h". | |
9373 | (SPARC_R_G1): New define. | |
9374 | (vxsparc_gregset): New variable. | |
9375 | (ext_format_sparc): Remove extern declaration. | |
9376 | (vx_read_register): Rewrite to use sparc32_supply_gregset and | |
9377 | sparc32_supply_fpregset. | |
9378 | (vx_write_register): Rewrite to use sparc32_collect_gregset, | |
9379 | sparc_collect_rwindow and sparc32_collect_fpregset. | |
9380 | * config/sparc/tm-vxworks.h: New file, based on recently removed | |
9381 | tm-vxsparc.h. | |
9382 | * config/sparc/vxworks.mt: New file, based on recently removed | |
9383 | vxworks.mt. | |
fe61caab | 9384 | |
5e938f9f JB |
9385 | 2004-01-03 J. Brobecker <[email protected]> |
9386 | ||
9387 | * infrun.c (handle_step_into_function): New function. | |
9388 | (handle_inferior_event): Extract out some code into the new | |
9389 | function above. | |
9390 | ||
386c036b MK |
9391 | 2004-01-02 Mark Kettenis <[email protected]> |
9392 | ||
9393 | * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and | |
9394 | sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c, | |
9395 | sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c, | |
9396 | sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c, | |
9397 | sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c, | |
9398 | sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c. | |
9399 | (sparc_nat_h): New variable. | |
9400 | (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables. | |
9401 | (tm-sun4os4.h): Remove dependency. | |
9402 | (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies. | |
9403 | (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o, | |
9404 | sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o, | |
9405 | sparc-tdep.o): Update dependencies. | |
9406 | (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o, | |
9407 | sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o, | |
9408 | sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New | |
9409 | dependencies. | |
9410 | * configure.host: Remove existing sparc-*-lynxos*, | |
9411 | sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*, | |
9412 | ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*, | |
9413 | sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*, | |
9414 | sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2* | |
9415 | triplets. | |
9416 | * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*, | |
9417 | sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*, | |
9418 | sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*, | |
9419 | sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add | |
9420 | new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*, | |
9421 | sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*, | |
9422 | sparc64-*-solaris2* and sparc64-*-* triplets. | |
9423 | * sparc64-tdep.c: Update copyright year. Include "inferior.h", | |
9424 | "symtab.h" and "objfiles.h". | |
9425 | (BIAS): Remove define. | |
9426 | (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22) | |
9427 | (X_DISP19): Remove macros. | |
9428 | (sparc_fetch_instruction): Remove function. | |
9429 | (struct gdbarch_tdep): Remove definition. | |
9430 | (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE. | |
9431 | (sparc_breakpoint_from_pc): Remove function. | |
9432 | (struct sparc64_frame_cache): Remove definition. | |
9433 | (sparc64_alloc_frame_cache, sparc64_analyze_prologue, | |
9434 | sparc64_unwind_pc): Remove functions. | |
9435 | (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of | |
9436 | `struct sparc64_frame_cache. Call sparc_analyze_prologue instead | |
9437 | of sparc64_analyze_prologue. Mark constant as ULL instead of UL. | |
9438 | (sparc64_frame_cache): Change return type to `struct | |
9439 | sparc_frame_cache *'. Simply call sparc_frame_cache. | |
9440 | (sparc64_frame_this_id, sparc64_frame_prev_register, | |
9441 | sparc64_frame_base_address): Use `struct sparc_frame_cache' | |
9442 | instead of `struct sparc64_frame_cache. | |
9443 | (sparc_unwind_dummy_id, sparc_extract_struct_value_address, | |
9444 | sparc_analyze_control_transfer, sparc_software_single_step, | |
9445 | sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow, | |
9446 | _initialize_sparc64_tdep): Remove functions. | |
9447 | (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros. | |
9448 | (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New | |
9449 | macros. | |
9450 | (sparc64_supply_gregset, sparc64_collect_gregset, | |
9451 | sparc64_supply_fpregset, sparc64_collect_fpregset): New functions. | |
9452 | (sparc64_init_abi): New function. | |
9453 | * sparc64-tdep.h: Update copyright year. Fix typo in multiple | |
9454 | inclusion guard. Include "sparc-tdep.h". | |
9455 | (BIAS): Define. | |
9456 | (r_tstate_offset, r_fprs_offset): New defines. | |
9457 | (enum sparc_regnum): Remove defenition. | |
9458 | (enum sparc64_regnum): Reformat. | |
9459 | (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes. | |
9460 | (sparc64_init_abi, sparc64_supply_gregset, | |
9461 | sparc64_collect_gregset, sparc64_supply_fpregset, | |
9462 | sparc64_collect_fpregset): New prototypes. | |
9463 | (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset): | |
9464 | Add extern declarations. | |
9465 | (sparc64_sol2_init_abi): New prototype. | |
9466 | (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg) | |
9467 | (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove | |
9468 | prototypes. | |
9469 | * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include | |
9470 | "sparnbsd-nat.h". | |
9471 | (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove | |
9472 | functions. | |
9473 | (_initialize_sparc64fbsd_nat): Remove initialization of | |
9474 | sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg, | |
9475 | sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p, | |
fe61caab | 9476 | sparcbsd_fpreg_supplies_p. Initialize sparc_gregset. |
386c036b MK |
9477 | * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h", |
9478 | "frame-unwind.h", "trad-frame.h" and "gdb_assert.h". | |
9479 | (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset) | |
9480 | (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset) | |
9481 | (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset) | |
9482 | (sparc64fbsd_r_y_offset): Remove variables. | |
9483 | (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg): | |
9484 | Make static and const. | |
9485 | (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg) | |
9486 | (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove | |
9487 | functions. | |
9488 | (sparc64fbsd_gregset): New variable. | |
9489 | (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg | |
9490 | and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset | |
9491 | and sparc64_supply_fpregset. | |
9492 | (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache) | |
9493 | (sparc64fbsd_sigtramp_frame_this_id) | |
9494 | (sparc64fbsd_sigtramp_frame_prev_register): New functions. | |
9495 | (sparc64fbsd_sigtramp_frame_unwind): New variable. | |
9496 | (sparc64fbsd_sigtramp_frame_sniffer): New function. | |
9497 | (sparc64fbsd_init_abi): Set pc_in_sigtramp, append | |
9498 | sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi. | |
9499 | * sparcnbsd-tdep.c: Update copyright year. Include | |
9500 | "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h", | |
9501 | "trad-frame.h" and "gdb_assert.h", don't include "target.h", | |
9502 | "value.h" and "sparcnbsd-tdep.h". | |
9503 | (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC) | |
9504 | (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT) | |
9505 | (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC) | |
9506 | (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove | |
9507 | defines. | |
9508 | (sparcnbsd_gregset): New variable. | |
9509 | (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64) | |
9510 | (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64) | |
9511 | (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64) | |
9512 | (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions. | |
9513 | (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New | |
9514 | variables. | |
9515 | (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache) | |
9516 | (sparc32nbsd_sigcontext_frame_this_id) | |
9517 | (sparc32nbsd_sigcontext_frame_prev_register): New functions. | |
9518 | (sparc32nbsd_sigcontext_frame_unwind): New variable. | |
9519 | (sparc32nbsd_sigtramp_frame_sniffer): New function. | |
9520 | (sparcnbsd_get_longjmp_target_32, | |
9521 | sparcnbsd_get_longjmp_target_64): Remove functions. | |
9522 | (sparcnbsd_aout_in_solib_call_trampoline): Rewrite. | |
9523 | (sparcnbsd_init_abi_common, sparcnbsd_init_aout, | |
9524 | sparcnbsd_init_elf): Remove. | |
9525 | (sparcnbsd_init_abi, sparcnbsd_aout_init_abi) | |
9526 | (sparcnbsd_elf_init_abi): New functions. | |
9527 | (_initialize_sparcnbsd_tdep): New prototype. | |
9528 | (_initialize_sparnbsd_tdep): Update. | |
9529 | * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and | |
9530 | corelow.o. Add sparc64-nat.o and sparc-nat.o. | |
9531 | * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o. | |
9532 | * config/sparc/linux.mh: Update comment. | |
9533 | (XM_FILE, HOST_IPC): Remove variables. | |
9534 | (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove | |
9535 | sparc-linux-nat.o. | |
9536 | * config/sparc/linux.mt: Update comment. | |
9537 | (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o. | |
9538 | * config/sparc/nbsd.mt: Reformat. | |
9539 | * config/sparc/nbsd64.mh: Update comment. | |
9540 | (NATDEPFILES): Add sparc-nat.o. | |
9541 | * config/sparc/nbsd64.mt: Update comment. | |
9542 | (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o. | |
9543 | (TM_FILE): Set to tm-nbsd.h. | |
9544 | * config/sparc/nbsdelf.mh: Update comment. | |
9545 | (NATDEPFILES): Add sparc-nat.o. | |
9546 | (XM_FILE): Delete. | |
9547 | * config/sparc/nbsdaout.mh: Update comment. | |
9548 | (NATDEPFILES): Add sparc-nat.o | |
9549 | (XM_FILE): Delete. | |
9550 | * config/sparc/nm-linux.h: Update copyright year. Don't include | |
9551 | "config/nm-svr4.h" and "solib.h". Add protection against multiple | |
9552 | inclusion. | |
9553 | (KERNEL_U_SIZE): Remove define. | |
9554 | (kernel_u_size): Remove prototype. | |
9555 | (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define. | |
9556 | * config/sparc/nm-nbsd.h: Update copyright. Don't include | |
9557 | "regcache.h". | |
9558 | (CHILD_PREPARE_TO_STORE): Remove define. | |
9559 | * config/sparc/nm-nbsdaout.h: Tweak some comments. | |
9560 | * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c, | |
9561 | sparcnbsd-nat.c: Rewrite files. | |
9562 | * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files. | |
9563 | * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h, | |
9564 | sparcnbsd-tdep.h: Remove files. | |
9565 | * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h, | |
9566 | config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt, | |
9567 | config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt, | |
9568 | config/sparc/sparc-em.mt, config/sparc/sparclynx.mh, | |
9569 | config/sparc/sparclynx.mt, config/sparc/sun4os4.mh, | |
9570 | config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh, | |
9571 | config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h, | |
9572 | config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h, | |
9573 | config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h, | |
9574 | config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h, | |
9575 | config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt, | |
9576 | config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files. | |
9577 | * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c, | |
9578 | sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c, | |
9579 | sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files. | |
9580 | * config/sparc/linux64.mh, config/sparc/linux64.mt, | |
9581 | config/sparc/nm-sol2.h, config/sparc/sol2-64.mt, | |
9582 | config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt, | |
9583 | config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files. | |
9584 | ||
ee84457a AC |
9585 | 2004-01-02 Andrew Cagney <[email protected]> |
9586 | ||
9587 | From 2003-12-18 Kazuhiro Inaoka: | |
9588 | * configure.host: Add m32r-linux target. | |
9589 | ||
0bc2134e MC |
9590 | 2004-01-02 Michael Chastain <[email protected]> |
9591 | ||
9592 | * top.c (print_gdb_version): Update year to 2004. | |
9593 | ||
89a72f9c MM |
9594 | 2004-01-02 Mark Mitchell <[email protected]> |
9595 | ||
9596 | * MAINTAINERS: Add myself to the write-after-approval category. | |
9597 | ||
86b013ed DJ |
9598 | 2004-01-02 Daniel Jacobowitz <[email protected]> |
9599 | ||
9600 | From Bernardo Innocenti <[email protected]>: | |
9601 | * configure.tgt: Add uClinux target. | |
9602 | ||
e42c9534 AC |
9603 | 2004-01-02 Andrew Cagney <[email protected]> |
9604 | ||
9605 | * utils.c (do_my_cleanups): Make static, add forward declaration. | |
9606 | * defs.h (do_my_cleanups): Delete declaration. | |
9607 | ||
162467d3 EZ |
9608 | 2004-01-02 Eli Zaretskii <[email protected]> |
9609 | ||
9610 | * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and | |
9611 | bfd/ChangeLog-0203. | |
9612 | ||
78434e59 MK |
9613 | 2004-01-02 Mark Kettenis <[email protected]> |
9614 | ||
9615 | * configure.in: Check for <machine/reg.h>. Check for `struct reg' | |
9616 | in <machine/reg.h>. | |
9617 | * configure, config.in: Regenerate. | |
9618 | ||
48efe704 AC |
9619 | For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and |
9620 | tui/ChangeLog-1998-2003. | |
c906108c SS |
9621 | \f |
9622 | Local Variables: | |
9623 | mode: change-log | |
9624 | left-margin: 8 | |
9625 | fill-column: 74 | |
9626 | version-control: never | |
9627 | End: |