]>
Commit | Line | Data |
---|---|---|
3388d7ff RC |
1 | 2004-06-06 Randolph Chung <[email protected]> |
2 | ||
3 | * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline) | |
4 | (hppa_hpux_skip_trampoline_code): Don't cache symbol values. | |
5 | * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise. | |
6 | * hppa-tdep.c (hppa_symbol_address): New function definition. | |
7 | * hppa-tdep.h (hppa_symbol_address): New function declaration. | |
8 | ||
d49771ef RC |
9 | 2004-06-06 Randolph Chung <[email protected]> |
10 | ||
11 | * hppa-tdep.h (struct value): Forward declaration. | |
12 | (gdbarch_tdep): Define tdep find_global_pointer method. | |
13 | * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer | |
14 | associated with the function we are trying to call, and write it | |
15 | to the gp register. | |
16 | (hppa32_convert_from_funct_ptr_addr): New function. | |
17 | (hppa_find_global_pointer): New function. | |
18 | (hppa_gdbarch_init): Set default find_global_pointer method; set | |
19 | convert_from_func_ptr_addr method. | |
20 | * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function. | |
21 | (hppa_linux_init_abi): Set find_global_pointer method. | |
22 | * Makefile.in (hppa-linux-tdep.o): Add value.h dependency. | |
23 | ||
7d9b040b RC |
24 | 2004-06-06 Randolph Chung <[email protected]> |
25 | ||
26 | * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument | |
27 | to struct value *function. | |
28 | * gdbarch.c: Regenerate. | |
29 | * gdbarch.h: Likewise. | |
30 | * infcall.c (call_function_by_hand): Pass entire function value | |
31 | to push_dummy_call. | |
32 | ||
33 | * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o) | |
34 | (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies. | |
35 | * alpha-tdep.c (alpha_push_dummy_call): Update call signature. | |
36 | * amd64-tdep.c (amd64_push_dummy_call): Likewise. | |
37 | * arm-tdep.c (arm_push_dummy_call): Likewise. | |
38 | * avr-tdep.c (avr_push_dummy_call): Likewise. | |
39 | * cris-tdep.c (cris_push_dummy_call): Likewise. | |
40 | * d10v-tdep.c (d10v_push_dummy_call): Likewise. | |
41 | * frv-tdep.c (frv_push_dummy_call): Likewise. | |
42 | * h8300-tdep.c (h8300_push_dummy_call): Likewise. | |
43 | * hppa-tdep.c (hppa32_push_dummy_call) | |
44 | (hppa64_push_dummy_call): Likewise. | |
45 | * i386-tdep.c (i386_push_dummy_call): Likewise. | |
46 | * ia64-tdep.c (ia64_push_dummy_call): Likewise. | |
47 | * m32r-tdep.c (m32r_push_dummy_call): Likewise. | |
48 | * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise. | |
49 | * m68k-tdep.c (m68k_push_dummy_call): Likewise. | |
50 | * m88k-tdep.c (m88k_push_dummy_call): Likewise. | |
51 | * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call) | |
52 | (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise. | |
53 | * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call) | |
54 | (ppc64_sysv_abi_push_dummy_call): Likewise. | |
55 | * ppc-tdep.h (ppc_sysv_abi_push_dummy_call) | |
56 | (ppc64_sysv_abi_push_dummy_call): Likewise. | |
57 | * rs6000-tdep.c (rs6000_push_dummy_call): Likewise. | |
58 | * s390-tdep.c (s390_push_dummy_call): Likewise. | |
59 | * sh-tdep.c (sh_push_dummy_call_fpu) | |
60 | (sh_push_dummy_call_nofpu): Likewise. | |
61 | * sparc-tdep.c (sparc32_push_dummy_call): Likewise. | |
62 | * sparc64-tdep.c (sparc64_push_dummy_call): Likewise. | |
63 | * vax-tdep.c (vax_push_dummy_call): Likewise. | |
64 | ||
4a19ea35 JB |
65 | 2004-06-04 Jim Blandy <[email protected]> |
66 | ||
8327ccee JB |
67 | * ppc-linux-nat.c (fetch_register): Don't forget to pass the |
68 | gdbarch argument to register_size. | |
69 | ||
a3c001ce JB |
70 | * rs6000-tdep.c (rs6000_store_return_value): Use |
71 | regcache_cooked_write_part instead of | |
72 | deprecated_write_register_bytes. | |
73 | (rs6000_gdbarch_init): Register it for gdbarch_store_return_value, | |
74 | not gdbarch_deprecated_store_return_value. | |
75 | ||
4a19ea35 JB |
76 | * ppc-linux-nat.c (store_register, fetch_register): Remove |
77 | incorrect assertions. Simplify and generalize handling of | |
78 | transfers whose sizes are not multiples of, or less than, sizeof | |
79 | (PTRACE_XFER_TYPE). | |
80 | ||
b9b5d7ea JJ |
81 | 2004-06-04 Jeff Johnston <[email protected]> |
82 | ||
83 | * infrun.c (handle_inferior_event): Don't treat an invalid ptid | |
84 | as a new thread event. | |
85 | * thread_db.c (thread_get_info_callback): If the thread is a | |
86 | zombie, return TD_THR_ZOMBIE. | |
87 | * (thread_from_lwp): If thread_get_info_callback returns | |
88 | TD_THR_ZOMBIE, check if the thread is still on the thread list | |
89 | and return a -1 ptid if not found. | |
90 | (thread_db_wait): If thread_from_lwp returns a -1 ptid, then | |
91 | change the status to TARGET_WAITKIND_SPURIOUS. | |
92 | ||
c8a3b559 CV |
93 | 2004-06-03 Corinna Vinschen <[email protected]> |
94 | ||
95 | * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store | |
96 | double values in little endian mode. | |
97 | ||
20605361 AC |
98 | 2004-06-02 Albert Chin-A-Young <[email protected]> |
99 | ||
100 | Committed by Andrew Cagney. | |
101 | * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma | |
102 | after last enum constant to avoid error from IBM C | |
103 | compiler. | |
104 | ||
bc97b3ba JB |
105 | 2004-06-02 Jim Blandy <[email protected]> |
106 | ||
107 | * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess' | |
108 | to 'message', and make it local to the lone block that uses it. | |
109 | ||
1da28ab0 JB |
110 | * ppc-linux-nat.c (store_register): Remove unused local 'offset'. |
111 | ||
4c4b4cd2 PH |
112 | 2004-06-02 Paul N. Hilfinger <[email protected]> |
113 | ||
114 | * ada-exp.y: Synchronize with current ACT sources. | |
115 | * ada-lang.c: Ditto. | |
116 | * ada-lang.h: Ditto. | |
117 | * ada-lex.l: Ditto. | |
118 | * ada-tasks.c: Ditto. | |
119 | * ada-typeprint.c: Ditto. | |
120 | * ada-valprint.c: Ditto. | |
121 | ||
f65f91b5 JB |
122 | 2004-06-01 Jim Blandy <[email protected]> |
123 | ||
124 | * ppc-tdep.h: Delete unused 'regoff' member. | |
125 | * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it. | |
126 | ||
d4687fa0 MC |
127 | 2004-06-01 Michael Chastain <[email protected]> |
128 | ||
129 | Fix PR symtab/1661. | |
130 | * hpread.c (hpread_pxdb_needed): Call memset after alloca. | |
131 | (hpread_read_struct_type): Likewise. | |
132 | ||
de169ec9 AC |
133 | 2004-06-01 Andrew Cagney <[email protected]> |
134 | ||
c6902d46 AC |
135 | * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf |
136 | instead of xasprintf. | |
137 | * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt) | |
138 | (mi_cmd_thread_select, mi_cmd_thread_list_ids) | |
139 | (mi_cmd_data_list_register_names) | |
140 | (mi_cmd_data_list_changed_registers) | |
141 | (mi_cmd_data_list_register_values) | |
142 | (get_register, mi_cmd_data_write_register_values) | |
143 | (mi_cmd_data_write_register_values) | |
144 | (mi_cmd_data_assign, mi_cmd_data_evaluate_expression) | |
145 | (mi_cmd_target_download, mi_cmd_target_select) | |
146 | (mi_cmd_data_read_memory, mi_cmd_data_write_memory) | |
147 | (mi_execute_cli_command, mi_execute_async_cli_command) | |
148 | (mi_execute_async_cli_command): Ditto. | |
149 | * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto. | |
150 | * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto. | |
151 | ||
6085fc2d AC |
152 | * mi/mi-cmds.h (mi_error_last_message): Delete declaration. |
153 | * mi/mi-interp.c (mi_cmd_interpreter_exec): Call | |
154 | error_last_message instead of mi_error_last_message. | |
155 | * mi/mi-main.c (mi_error_last_message): Delete function. | |
156 | ||
de169ec9 AC |
157 | * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for |
158 | "invalid number of columns" error. Delete redundant "out of | |
159 | memory" check. | |
160 | ||
1fc7d519 MK |
161 | 2004-05-31 Mark Kettenis <[email protected]> |
162 | ||
6cfb2041 MK |
163 | * i386bsd-nat.c: Don't include <sys/procfs.h>. |
164 | (gregset_t, fpregset_t): Remove typedefs. | |
165 | (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros. | |
166 | (REG_OFFSET): Rename argument. | |
167 | (i386bsd_r_reg_offset): Rename from reg_offset. | |
168 | (REG_ADDR): Remove macro. | |
169 | (cannot_fetch_register, supply_gregset, fill_gregset): Remove | |
170 | functions. | |
171 | (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions. | |
172 | (fetch_inferior_registers): Use `struct reg' and `struct fpreg' | |
173 | instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset | |
174 | instead of supply_gregset. | |
175 | (store_inferior_registers): Use `struct reg' and `struct fpreg' | |
176 | instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset | |
177 | instead of fill_gregset. | |
178 | (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR. | |
179 | ||
1fc7d519 MK |
180 | * i386bsd-nat.c: Don't include "gregset.h". |
181 | (supply_gregset, fill_gregset): Make static. | |
182 | (supply_fpregset, fill_fpregset): Remove. | |
183 | * Makefile.in (i386bsd-nat.o): Update dependencies. | |
184 | ||
2c34abbe MK |
185 | 2004-05-30 Mark Kettenis <[email protected]> |
186 | ||
448724fb MK |
187 | * fbsd-proc.c: Include "regcache.h", "regset.h" and |
188 | "gdb_assert.h". Con't include "gregset.h". | |
189 | (fbsd_make_corefile_notes): Use regset-based core file support | |
190 | instead off fill_gregset and fill_fpregset. | |
191 | * Makefile.in (fbsd-proc.o): Update dependencies. | |
192 | ||
5ca8ca7c MK |
193 | * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch |
194 | instructions. | |
195 | (m88k_frame_prev_register): Simplify code a bit. | |
196 | ||
593adc23 MK |
197 | * amd64-tdep.c (amd64_supply_fpregset): Adjust comment. |
198 | (amd64_collect_fpregset): New function. | |
199 | (amd64_regset_from_core_section): Use amd64_collect_fpregset. | |
200 | ||
8d1b517b MK |
201 | * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM. |
202 | ||
7fdafb5a MK |
203 | * i386-tdep.c (i386_supply_gregset): Adjust comment. |
204 | (i386_collect_gregset): New function. | |
205 | (i386_supply_fpregset): Adjust comment. | |
206 | (i386_collect_fpregset): New function. | |
207 | (i386_regset_from_core_section): Use i386_collect_gregset and | |
208 | i386_collect_fpregset. | |
209 | ||
8693c419 MK |
210 | * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to |
211 | handle VALUEP being null. | |
212 | ||
2c34abbe MK |
213 | * regset.h (collect_regset_ftype): Unconstify fourth argument. |
214 | ||
45d134d8 MK |
215 | 2004-05-29 Mark Kettenis <[email protected]> |
216 | ||
1698f4e7 MK |
217 | * MAINTAINERS: Undelete m88k. Add myself as maintainer. |
218 | ||
45d134d8 MK |
219 | * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new |
220 | assembler in OpenBSD 3.5-current. | |
221 | (amd64obsd_sigcontext_addr): Likewise. | |
222 | ||
691d145a JB |
223 | 2004-05-28 Jim Blandy <[email protected]> |
224 | ||
225 | * rs6000-tdep.c: Use the modern gdbarch methods for handling the | |
226 | register set, so our regcache isn't declared "legacy" and our E500 | |
227 | pseudoregister read and write functions aren't ignored. | |
228 | (rs6000_register_byte, rs6000_register_raw_size, | |
229 | rs6000_register_virtual_type, rs6000_register_convertible, | |
230 | rs6000_register_convert_to_virtual, | |
231 | rs6000_register_convert_to_raw): Deleted. | |
232 | (rs6000_register_type, rs6000_convert_register_p, | |
233 | rs6000_register_to_value, rs6000_value_to_register): New | |
234 | functions. | |
235 | (rs6000_gdbarch_init): Don't register | |
236 | gdbarch_deprecated_register_size, | |
237 | gdbarch_deprecated_register_bytes, | |
238 | gdbarch_deprecated_register_byte, | |
239 | gdbarch_deprecated_register_raw_size, | |
240 | gdbarch_deprecated_register_virtual_type, | |
241 | gdbarch_deprecated_register_convertible, | |
242 | gdbarch_deprecated_register_convert_to_virtual, or | |
243 | gdbarch_deprecated_register_convert_to_raw methods. Instead, | |
244 | register gdbarch_register_type, gdbarch_convert_register_p, | |
245 | gdbarch_register_to_value, and gdbarch_value_to_register methods. | |
246 | ||
18ed0c4e JB |
247 | 2004-05-26 Jim Blandy <[email protected]> |
248 | ||
249 | * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted. | |
250 | (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New | |
251 | functions, updated to match the register numberings used in GCC. | |
252 | (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and | |
253 | rs6000_dwarf2_reg_to_regnum as register number conversions | |
254 | functions for STABS and Dwarf2. | |
255 | ||
779af9e3 RC |
256 | 2004-05-26 Randolph Chung <[email protected]> |
257 | ||
258 | * infttrace.h (target_waitkind): Forward declare type instead of pulling | |
259 | in header file. | |
260 | ||
c23968a2 JB |
261 | 2004-05-25 Joel Brobecker <[email protected]> |
262 | ||
263 | * NEWS: Document new "start" command. | |
264 | ||
3a7d1c27 RC |
265 | 2004-05-25 Randolph Chung <[email protected]> |
266 | ||
267 | * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on | |
268 | hppa-linux. | |
269 | ||
43613416 RC |
270 | 2004-05-25 Randolph Chung <[email protected]> |
271 | ||
272 | * hppa-hpux-tdep.c (offsetof): Define. | |
273 | (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp) | |
274 | (hppa32_hpux_frame_base_before_sigtramp) | |
275 | (hppa32_hpux_frame_find_saved_regs_in_sigtramp) | |
276 | (hppa64_hpux_frame_saved_pc_in_sigtramp) | |
277 | (hppa64_hpux_frame_base_before_sigtramp) | |
278 | (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused | |
279 | functions. | |
280 | (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg) | |
281 | (hppa_hpux_sigtramp_frame_unwind_cache) | |
282 | (hppa_hpux_sigtramp_frame_this_id) | |
283 | (hppa_hpux_sigtramp_frame_prev_register) | |
284 | (hppa_hpux_sigtramp_frame_unwind) | |
285 | (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder. | |
286 | (hppa_hpux_init_abi): Register sigtramp unwinder. | |
287 | * Makefile.in (hppa-hpux-tdep.o): Update dependencies. | |
288 | ||
6d1be3f1 RC |
289 | 2004-05-25 Randolph Chung <[email protected]> |
290 | ||
291 | * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment, | |
292 | and multiple stack unwinds. | |
293 | (hppa_stub_unwind_sniffer): Handle unwind from pc == 0. | |
294 | ||
97c34f65 AC |
295 | 2004-05-25 Andrew Cagney <[email protected]> |
296 | ||
297 | * symfile.h (symbol_file_add_from_memory): Delete declaration. | |
298 | * symfile-mem.h: Delete file. | |
299 | * symfile-mem.c: Do not include "symfile-mem.h". | |
300 | (symbol_file_add_from_memory): Make static. Use "struct bfd" and | |
301 | "struct bfd_section". When an error do not bother returning NULL. | |
302 | (add_symbol_file_from_memory_command): Use "struct bfd" and | |
303 | "struct bfd_section". | |
304 | * Makefile.in (symfile_mem_h): Delete. | |
305 | (symfile-mem.o): Update dependencies. | |
306 | ||
e23cbd82 NR |
307 | 2004-05-25 Nick Roberts <[email protected]> |
308 | ||
309 | * gdb-mi.el: New file. | |
310 | ||
20d2ca3e AC |
311 | 2004-05-25 Andrew Cagney <[email protected]> |
312 | ||
313 | * inftarg.c: Include "observer.h". | |
314 | (child_attach, child_create_inferior): Notify inferior_created. | |
315 | * corelow.c: Include "observer.h". | |
316 | (core_open): Notify inferior_created. | |
317 | * Makefile.in (inftarg.o, corelow.o): Update dependencies. | |
318 | ||
c27cda74 AC |
319 | 2004-05-25 Andrew Cagney <[email protected]> |
320 | ||
321 | * target.h (struct target_ops): Add from_tty to | |
322 | to_create_inferior. | |
323 | (target_create_inferior, find_default_create_inferior): Update. | |
324 | * infcmd.c (run_command): Update. | |
325 | * wince.c (child_create_inferior): Update. | |
326 | * win32-nat.c (child_create_inferior): Update. | |
327 | * uw-thread.c (uw_thread_create_inferior): Update. | |
328 | * thread-db.c (thread_db_create_inferior): Update. | |
329 | * target.c (debug_to_create_inferior) | |
330 | (find_default_create_inferior): Update. | |
331 | (maybe_kill_then_create_inferior): Update. | |
332 | * sol-thread.c (sol_thread_create_inferior): Update. | |
333 | * remote.c (extended_remote_async_create_inferior) | |
334 | (extended_remote_create_inferior): Update. | |
335 | * remote-vx.c (vx_create_inferior): Update. | |
336 | * remote-st.c (st2000_create_inferior): Update. | |
337 | * remote-sim.c (gdbsim_create_inferior): Update. | |
338 | * remote-sds.c (sds_create_inferior): Update. | |
339 | * remote-rdp.c (remote_rdp_create_inferior): Update. | |
340 | * remote-rdi.c (arm_rdi_create_inferior): Update. | |
341 | * remote-m32r-sdi.c (m32r_create_inferior): Update. | |
342 | * remote-e7000.c (e7000_create_inferior): Update. | |
343 | * procfs.c (procfs_create_inferior): Update. | |
344 | * ocd.c (ocd_create_inferior): Update. | |
345 | * ocd.h (ocd_create_inferior): Update. | |
346 | * nto-procfs.c (procfs_create_inferior): Update. | |
347 | * monitor.c (monitor_create_inferior): Update. | |
348 | * lin-lwp.c (lin_lwp_create_inferior): Update. | |
349 | * inftarg.c (child_create_inferior): Update. | |
350 | * hpux-thread.c (hpux_thread_create_inferior): Update. | |
351 | * gnu-nat.c (gnu_create_inferior): Update. | |
352 | ||
1db2a798 AC |
353 | 2004-05-25 Andrew Cagney <[email protected]> |
354 | ||
355 | * MAINTAINERS: Update e-mail address. | |
356 | ||
007d08bb RC |
357 | 2004-05-24 Randolph Chung <[email protected]> |
358 | ||
359 | * thread.c (info_threads_command, thread_apply_all_command) | |
360 | (thread_apply_command, thread_command, do_captured_thread_select): | |
361 | Remove HPUXHPPA-specific code. | |
362 | ||
69e7b95e RC |
363 | 2004-05-24 Randolph Chung <[email protected]> |
364 | ||
365 | * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove | |
366 | unused symbols. | |
367 | * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more | |
368 | references. | |
369 | ||
a4d5f2e0 JB |
370 | 2004-05-24 Joel Brobecker <[email protected]> |
371 | ||
372 | * infcmd.c (kill_if_already_running): New function, extracted | |
373 | from run_command(). | |
374 | (run_command): Replace extracted code by call to | |
375 | kill_if_already_running(). | |
376 | (start_command): New function. | |
377 | (_initialize_infcmd): Add "start" command. | |
378 | ||
bf2ca189 MK |
379 | 2004-05-24 Mark Kettenis <[email protected]> |
380 | ||
381 | Add OpenBSD/m88k support. | |
382 | * NEWS (New native configurations): Mention OpenBSD/m88k. | |
383 | * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h, | |
384 | config/m88k/obsd.mh, config/m88k/obsd.mt: New files. | |
385 | * Makefile.in (m88k_tdep_h): New variable. | |
386 | (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c. | |
387 | (m88kbsd-nat.o, m88k-tdep.o): New dependencies. | |
388 | * configure.host: Add m88*-*-openbsd*. | |
389 | * configure.tgt: Add m88*-*-openbsd*. | |
390 | ||
80fadb11 JB |
391 | 2004-05-24 Jim Blandy <[email protected]> |
392 | ||
393 | * MAINTAINERS (tracing bytecode stuff): Allow global maintainers | |
394 | to approve changes. | |
395 | ||
19e2d14b KB |
396 | 2004-05-24 Kevin Buettner <[email protected]> |
397 | ||
398 | * symtab.c (fixup_section): Search section table when lookup by | |
399 | name fails. | |
400 | ||
1b07b470 RC |
401 | 2004-05-24 Randolph Chung <[email protected]> |
402 | ||
403 | * hppa-tdep.c: Fix handling of 8-byte structures; they should not | |
404 | be "small_struct". | |
405 | ||
368702b1 MK |
406 | 2004-05-24 Mark Kettenis <[email protected]> |
407 | ||
5df97fde MK |
408 | * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct |
409 | register number in regcache_raw_collect call. | |
410 | (m68kbsd_collect_fpregset): Likewise. | |
411 | * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise. | |
412 | ||
368702b1 MK |
413 | * regset.h (struct regset): Add back `regset' member. |
414 | ||
a770d4ec MK |
415 | 2004-05-23 Mark Kettenis <[email protected]> |
416 | ||
70f9f479 MK |
417 | * configure.in: Check for td_pcb in `struct thread'. |
418 | * configure, config.in: Regenerated. | |
419 | ||
2e16d79e MK |
420 | * dpx2-nat.c: Remove file. |
421 | * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c. | |
422 | (dpx2-nat.o): Remove dependencies. | |
423 | ||
492cf391 MK |
424 | * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h", |
425 | <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h". | |
426 | (amd64obsd_supply_pcb): New function. | |
427 | (_initialize_amd64obsd_nat): Enable libkvm interface. | |
428 | * Makefile.in (amd64obsd-nat.o): Update dependencies. | |
429 | * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o | |
430 | (LOADLIBES): New variable. | |
431 | ||
a770d4ec MK |
432 | * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h", |
433 | <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h". | |
434 | (sparc32nbsd_supply_pcb): New function. | |
435 | (_initialize_sparcnbsd_nat): Enable libkvm interface. | |
436 | * Makefile.in (sparcnbsd-nat.o): Update dependencies. | |
437 | * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o. | |
438 | (LOADLIBES): New variable. | |
439 | ||
9ea75c57 MK |
440 | 2004-05-22 Mark Kettenis <[email protected]> |
441 | ||
2e0c3539 MK |
442 | * bsd-kvm.c, bsd-kvm.h: New files. |
443 | * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and | |
444 | "bsd-kvm.h". | |
445 | (i386fbsd_supply_pcb): New function. | |
446 | * Makefile.in (ALLDEPFILES): Add bsd-kvm.c. | |
447 | (i386fbsd-nat.o): Update dependencies. | |
448 | (bsd_kvm_h): New variable. | |
449 | (bsd-kvm.o): New dependency. | |
450 | * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o. | |
451 | (LOADLIBES): New variable. | |
452 | ||
9ea75c57 MK |
453 | * regset.c: Tweak comment. |
454 | (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC | |
455 | macro. | |
456 | * regset.h: Update copyright year. | |
457 | (struct regset): Remove `descr' member, add `gdbarch' member. | |
458 | (regset_alloc): Adjust prototype and comment. | |
459 | * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch. | |
460 | (i386_supply_fpregset): Likewise. | |
461 | (i386_regset_from_core_section): Update call to regset_alloc. | |
462 | * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from | |
463 | REGSET->arch. | |
464 | (i386obsd_aout_regset_from_core_section): Update call to | |
465 | regset_alloc. | |
466 | * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from | |
467 | REGSET->arch. | |
468 | (i386nbsd_aout_regset_from_core_section): Update call to | |
469 | regset_alloc. | |
470 | * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from | |
471 | REGSET->arch. | |
472 | (amd64_regset_from_core_section): Update call to regset_alloc. | |
473 | * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from | |
474 | REGSET->arch. | |
475 | (amd64obsd_regset_from_core_section): Update call to regset_alloc. | |
476 | * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass | |
477 | &sparc32nbsd_gregset in sparc32_supply_gregset call. | |
478 | (sparc32nbsd_init_abi): Update call to regset_alloc. | |
479 | * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass | |
480 | &sparc64obsd_core_gregset in sparc64_supply_gregset call. | |
481 | (sparc64obsd_init_abi): Update call to regset_alloc. | |
482 | * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass | |
483 | &sparc64nbsd_gregset in sparc64_supply_gregset call. | |
484 | (sparc64nbsd_init_abi): Update call to regset_alloc. | |
485 | * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass | |
486 | &sparc64fbsd_gregset in sparc64_supply_gregset call. | |
487 | (sparc64fbsd_init_abi): Update call to regset_alloc. | |
488 | ||
867e2dc5 JB |
489 | 2004-05-22 Jim Blandy <[email protected]> |
490 | ||
491 | * ppc-tdep.h (spe_register_p): New declaration. | |
492 | (struct gdbarch_tdep): New members: ppc_acc_regnum and | |
493 | ppc_spefscr_regnum. | |
494 | * rs6000-tdep.c (spe_register_p): New function. | |
495 | (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and | |
496 | spefscr. | |
497 | (rs6000_gdbarch_init): Initialize the new members of the tdep | |
498 | structure. | |
499 | ||
617a4cba JB |
500 | 2004-05-21 Jim Blandy <[email protected]> |
501 | ||
0397dee1 JB |
502 | * ppc-linux-nat.c (fetch_register): Move code back to be next |
503 | to the comment that describes it. (Moved code, instead of | |
504 | comment, for symmetry with store_register.) | |
505 | ||
617a4cba JB |
506 | Allocate regset structures in the gdbarch's obstack, not using |
507 | xmalloc. | |
508 | * regset.c (regset_alloc): Renamed from regset_xmalloc. | |
509 | Add 'arch' argument. Allocate the regset on arch's obstack, not | |
510 | using xmalloc. | |
511 | * regset.h (regset_alloc): Update declaration. | |
512 | * am64-tdep.c (amd64_regset_from_core_section): Update call; pass | |
513 | gdbarch argument. | |
514 | * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same. | |
515 | * i386-tdep.c (i386_regset_from_core_section): Same. | |
516 | * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same. | |
517 | * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same. | |
518 | * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same. | |
519 | * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same. | |
520 | * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same. | |
521 | * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same. | |
522 | ||
9aa3914d JB |
523 | 2004-05-21 Joel Brobecker <[email protected]> |
524 | ||
525 | * config/djgpp/fnchange.lst: Undo previous change, was useless. | |
526 | ||
99c87dab JB |
527 | 2004-05-21 Jim Blandy <[email protected]> |
528 | ||
529 | * dwarf2expr.c (execute_stack_op): Add 'break' statements after | |
530 | cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.) | |
531 | ||
c2b6b4aa JB |
532 | 2004-05-20 Jim Blandy <[email protected]> |
533 | ||
534 | * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes. | |
535 | ||
144529d0 MK |
536 | 2004-05-20 Mark Kettenis <[email protected]> |
537 | ||
538 | * regset.h: Make prototype const-correct. | |
539 | * regset.c (regset_xmalloc): Make const-correct. | |
540 | ||
4725b721 PH |
541 | 2004-05-20 Paul N. Hilfinger <[email protected]> |
542 | ||
543 | * symtab.h (SYMBOL_SEARCH_NAME): New definition. | |
544 | (SYMBOL_MATCHES_SEARCH_NAME): New definition. | |
545 | (symbol_search_name): Declare. | |
546 | ||
547 | * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME. | |
548 | (iter_name_next_hashed): Ditto. | |
549 | (iter_name_next_linear): Ditto. | |
550 | (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME. | |
551 | ||
552 | * symtab.c (lookup_partial_symbol): Assume symbols ordered by | |
553 | search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME. | |
554 | (symbol_search_name): New function. | |
555 | ||
556 | * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME. | |
557 | ||
558 | * minsyms.c (build_minimal_symbol_hash_tables): Change | |
559 | test for adding to demangled hash table to check for difference | |
560 | between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME. | |
561 | ||
be07a590 JB |
562 | 2004-05-19 Jim Blandy <[email protected]> |
563 | ||
564 | Use a constructor function to create regset structures. | |
565 | * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs. | |
566 | (struct regset): Use supply_regset_ftype. Add new | |
567 | 'collect_regset' member. | |
568 | (regset_xmalloc): New declaration. | |
569 | * regset.c: New file. | |
570 | * am64-tdep.c (amd64_regset_from_core_section): Use | |
571 | regset_xmalloc to construct regset structures. | |
572 | * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same. | |
573 | * i386-tdep.c (i386_regset_from_core_section): Same. | |
574 | * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same. | |
575 | * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same. | |
576 | * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same. | |
577 | * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same. | |
578 | * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same. | |
579 | * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same. | |
580 | * Makefile.in (COMMON_OBS): Add regset.o. | |
581 | (regset.o): New rule. | |
582 | ||
604368f5 JB |
583 | 2004-05-19 Joel Brobecker <[email protected]> |
584 | ||
585 | * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp | |
586 | and pthread_cond_wait.c. | |
587 | ||
82d69f8b JB |
588 | 2004-05-18 Jim Blandy <[email protected]> |
589 | ||
590 | * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields | |
591 | before the mach-specific switch, and then let the individual cases | |
592 | override the defaults, rather than leaving them uninitialized | |
593 | until the switch and then setting them in each case. | |
594 | ||
5859efe5 RC |
595 | 2004-05-18 Randolph Chung <[email protected]> |
596 | ||
597 | * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for | |
598 | millicode functions. | |
599 | ||
9ca80cf8 RC |
600 | 2004-05-18 Randolph Chung <[email protected]> |
601 | ||
602 | * somsolib.c (som_solib_remove_inferior_hook): Make all the size | |
603 | references to dld_flags_buffer consistent. | |
604 | ||
ed70ba00 RC |
605 | 2004-05-18 Randolph Chung <[email protected]> |
606 | ||
607 | * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use | |
608 | it for unwinding the stack. | |
609 | ||
63100632 RC |
610 | 2004-05-18 Randolph Chung <[email protected]> |
611 | ||
612 | * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE) | |
613 | Undefine these so we can overide them using gdbarch. | |
614 | ||
090ccbb7 RC |
615 | 2004-05-18 Randolph Chung <[email protected]> |
616 | ||
617 | * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub | |
618 | handling for 64-bit HPUX (elf). | |
619 | ||
594706e6 DJ |
620 | 2004-05-18 Daniel Jacobowitz <[email protected]> |
621 | ||
622 | * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large | |
623 | constants. | |
624 | * amd64-tdep.c (amd64_skip_prologue): Likewise. | |
625 | * ia64-tdep.c (examine_prologue): Likewise. | |
626 | * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function. | |
627 | * v850-tdep.c (v850_fix_call_dummy): Likewise. | |
628 | ||
e5483145 MK |
629 | 2004-05-18 Mark Kettenis <[email protected]> |
630 | ||
631 | * vax-tdep.c (vax_return_value): Implement | |
632 | RETURN_VALUE_ABI_RETURNS_ADDRESS. | |
633 | ||
caed1a45 MK |
634 | 2004-05-17 Mark Kettenis <[email protected]> |
635 | ||
636 | * vax-tdep.c (vax_return_value): Fix typo. | |
637 | ||
3c0b7db2 AC |
638 | 2004-05-17 Andrew Cagney <[email protected]> |
639 | ||
5aae53e5 AC |
640 | * MAINTAINERS: Mark Salter was also responsible for |
641 | testsuite/config/ | |
642 | ||
3c0b7db2 AC |
643 | * NEWS: Mention signal fixes. |
644 | ||
22b0923d RC |
645 | 2004-05-17 Randolph Chung <[email protected]> |
646 | ||
647 | * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding, | |
648 | check to see if we are unwinding an export stub. Export stubs clobber | |
649 | the %rp in the call path and stores the original rp in a stack slot. | |
650 | ||
22f2b2f3 JB |
651 | 2004-05-17 Jim Blandy <[email protected]> |
652 | ||
653 | * MAINTAINERS: Update address for J.T. Conklin. | |
654 | ||
cea96d64 RC |
655 | 2004-05-17 Randolph Chung <[email protected]> |
656 | ||
657 | * hppa-tdep.c: Remove superfluous #include's. | |
658 | * Makefile.in (hppa-tdep.o): Update dependencies. | |
659 | ||
f08f6a4a RC |
660 | 2004-05-17 Randolph Chung <[email protected]> |
661 | ||
662 | * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol. | |
663 | (THREAD_INITIAL_FRAME_SYM_LEN): Likewise. | |
664 | (unwind_command, hppa_alignof, prologue_inst_adjust_sp) | |
665 | (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries) | |
666 | (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr): | |
667 | Remove static function declarations. | |
668 | ||
51da707a MK |
669 | 2004-05-17 Mark Kettenis <[email protected]> |
670 | ||
caed1a45 MK |
671 | * alphabsd-nat.c: Update copyright year. |
672 | (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM. | |
673 | ||
c0c2b0db MK |
674 | * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM |
675 | and M68K_A2_REGNUM. | |
676 | ||
51da707a MK |
677 | * m68k-tdep.c (m68k_svr4_return_value): Implement |
678 | RETURN_VALUE_ABI_RETURNS_ADDRESS. | |
679 | ||
8d027a04 MK |
680 | 2004-05-16 Mark Kettenis <[email protected]> |
681 | ||
682 | * sol-thread.c Update copyright year. Fix various coding | |
683 | standards violations. Tweak a few comments. | |
684 | (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread): | |
685 | Delete prototypes. | |
686 | ||
0d99fdb9 RC |
687 | 2004-05-15 Randolph Chung <[email protected]> |
688 | ||
689 | * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs | |
690 | as pointer instead of array reference since HPUX compiler does | |
691 | not accept unsized array arguments. | |
692 | * somsolib.c (dld_flags_buffer): Use constant array size. | |
693 | ||
f7e3843a MK |
694 | 2004-05-15 Mark Kettenis <[email protected]> |
695 | ||
0fe85704 MK |
696 | * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal |
697 | offset with decimal offset. | |
698 | (amd64obsd_sigcontext_addr): Return correct address for entire | |
699 | signal trampoline. | |
700 | ||
a54f9a00 MK |
701 | * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address |
702 | instead of get_frame_base. | |
703 | ||
feae6502 MK |
704 | * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply. |
705 | (fill_gregset): Use regcache_raw_collect. | |
706 | ||
0382d099 MK |
707 | * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and |
708 | ppcobsd-tdep.c. | |
709 | ||
f7e3843a MK |
710 | * config/sparc/tm-nbsd64.h: Remove file. |
711 | * config/tm-sunos.h: Remove file. | |
712 | ||
773df3e5 JB |
713 | 2004-05-15 Joel Brobecker <[email protected]> |
714 | ||
715 | * rs6000-tdep.c (store_param_on_stack_p): New function, | |
716 | an improved version of some code extracted from skip_prologue(). | |
717 | (skip_prologue): Use store_param_on_stack_p() to detect | |
718 | instructions saving a parameter on the stack. Detect when r0 | |
719 | is used to save a parameter. | |
720 | Do not mark "li rx, SIMM" instructions as part of the prologue, | |
721 | unless the following instruction is also part of the prologue. | |
722 | ||
95918acb AC |
723 | 2004-05-14 Andrew Cagney <[email protected]> |
724 | ||
06f32659 AC |
725 | * infrun.c (handle_inferior_event): Simplify |
726 | STEP_OVER_UNDEBUGGABLE. | |
727 | ||
95918acb AC |
728 | * infrun.c (handle_step_into_function): Delete function. |
729 | (handle_inferior_event): Inline calls to | |
730 | handle_step_into_function. | |
731 | ||
42203e46 JG |
732 | 2004-05-14 Jerome Guitton <[email protected]> |
733 | ||
734 | * rs6000-nat.c: Fix a comment. | |
735 | ||
02f60eae JB |
736 | 2004-05-12 David Anderson <[email protected]> |
737 | ||
738 | Committed by Jim Blandy <[email protected]>: | |
739 | * regcache.c (struct regcache_descr): fix comment spelling. | |
740 | ||
552e377b JB |
741 | 2004-05-13 J. Brobecker <[email protected]> |
742 | ||
743 | * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/. | |
744 | Fixes a link link failure. | |
745 | ||
349766b2 JB |
746 | 2004-05-13 J. Brobecker <[email protected]> |
747 | ||
748 | * aix-thread.c (store_regs_kernel_thread): Fix a little obvious | |
749 | error that was causing the build to fail. | |
750 | ||
0d4d5484 JB |
751 | 2004-05-13 J. Brobecker <[email protected]> |
752 | ||
753 | * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy. | |
754 | * Makefile.in (aix-thread.o): Add dependency on gdb_string.h. | |
755 | ||
0b30808c AC |
756 | 2004-05-13 Andrew Cagney <[email protected]> |
757 | ||
758 | * infrun.c (handle_inferior_event): Check for | |
759 | STEP_OVER_UNDEBUGGABLE after signal trampolines and function | |
760 | calls. Update comments. | |
761 | ||
cdf2c5f5 JB |
762 | 2004-05-13 Jim Blandy <[email protected]> |
763 | ||
063715bf JB |
764 | * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs) |
765 | (fetch_regs_user_thread, fetch_regs_kernel_thread) | |
766 | (store_regs_user_thread, store_regs_kernel_thread): Use | |
767 | ppc_num_gprs and ppc_num_fprs instead of '32' and '31'. | |
768 | * ppc-linux-nat.c (fill_gregset): Same. | |
769 | * ppc-linux-tdep.c (ppc_linux_supply_gregset) | |
770 | (ppc_linux_sigtramp_cache): Same. | |
771 | * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg) | |
772 | (ppcnbsd_sigtramp_cache_init): Same. | |
773 | * rs6000-nat.c (fetch_core_registers): Same. | |
774 | * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset) | |
775 | (rs6000_frame_cache): Same. | |
776 | ||
cdf2c5f5 JB |
777 | * aix-thread.c (supply_gprs64, fetch_regs_user_thread) |
778 | (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead | |
779 | of assuming that the gprs are numbered starting with zero. | |
780 | * ppc-linux-nat.c (fill_gregset): Same. | |
781 | * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same. | |
782 | * ppcnbsd-nat.c (getregs_supplies): Same. | |
783 | * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same. | |
784 | * rs6000-nat.c (fetch_core_registers): Same. | |
785 | * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same. | |
786 | ||
450bd37b MS |
787 | 2004-05-07 Michael Snyder <[email protected]> |
788 | ||
789 | * tracepoint.c (scope_info): Add handling for LOC_COMPUTED, | |
790 | LOC_COMPUTED_ARG, and LOC_INDIRECT. | |
791 | ||
4a72a2a6 AC |
792 | 2004-05-13 Andrew Cagney <[email protected]> |
793 | ||
794 | * infrun.c (handle_inferior_event): Use frame_unwind_id. | |
795 | ||
8edfa926 BM |
796 | 2004-05-13 Bryce McKinlay <[email protected]> |
797 | ||
798 | * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust | |
799 | base_address for shared libraries. | |
800 | ||
723e0e3d BM |
801 | 2004-05-13 Bryce McKinlay <[email protected]> |
802 | ||
803 | * MAINTAINERS (write after approval): Add myself. | |
804 | ||
00d4360e UW |
805 | 2004-05-13 Ulrich Weigand <[email protected]> |
806 | ||
807 | * breakpoint.c (bpstat_stop_status): Add new argument | |
808 | STOPPED_BY_WATCHPOINT. Use it instead of testing | |
809 | target_stopped_data_address agaist 0 to check whether | |
810 | or not we stopped due to a hardware watchpoint. | |
811 | * breakpoint.h (bpstat_stop_status): Adapt prototype. | |
812 | * infrun.c (handle_inferior_event): Call bpstat_stop_status | |
813 | with new argument. | |
814 | ||
ec76baa5 JB |
815 | 2004-05-12 Jim Blandy <[email protected]> |
816 | ||
817 | * configure.in: When checking whether we should use the -bbigtoc | |
818 | option, don't forget to restore the original value of LDFLAGS. | |
819 | * configure: Regenerated. | |
820 | ||
f2c9ca08 AC |
821 | 2004-05-12 Andrew Cagney <[email protected]> |
822 | ||
823 | * thread.c (load_infrun_state): Delete step_sp. | |
824 | * infrun.c (context_switch): Ditto. | |
825 | * inferior.h (step_sp): Ditto. | |
826 | * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto. | |
827 | * gdbthread.h (struct thread_info, save_infrun_state) | |
828 | (restore_infrun_state): Ditto. | |
829 | ||
090ddb2a UW |
830 | 2004-05-12 Ulrich Weigand <[email protected]> |
831 | ||
832 | * MAINTAINERS (write after approval): Add myself. | |
833 | ||
8aad930b AC |
834 | 2004-05-12 Andrew Cagney <[email protected]> |
835 | ||
836 | * infrun.c (adjust_pc_after_break): Rewrite decr logic, | |
837 | eliminate reference to step_sp. | |
838 | (struct execution_control_state, init_execution_control_state) | |
839 | (handle_inferior_event, keep_going): Delete update_step_sp and | |
840 | step_sp. | |
841 | * infcmd.c (step_sp): Note that variable is unused. | |
842 | ||
922d5ae0 AC |
843 | 2004-05-11 Andrew Cagney <[email protected]> |
844 | ||
845 | * infrun.c (step_over_function): Delete function. | |
846 | (handle_step_into_function): Use insert_step_resume_breakpoint. | |
847 | (insert_step_resume_breakpoint): Fix assertion. | |
848 | ||
017c5ca5 NR |
849 | 2004-05-11 Nick Roberts <[email protected]> |
850 | ||
851 | * utils.c (defaulted_query): Just use the normal query input type | |
852 | when printing the annotations. | |
853 | ||
42edda50 AC |
854 | 2004-05-11 Andrew Cagney <[email protected]> |
855 | ||
856 | * infrun.c (handle_inferior_event): Simplify code handling | |
857 | step-into or return-from a signal trampoline. | |
858 | ||
d28b44a7 AC |
859 | 2004-05-11 Andrew Cagney <[email protected]> |
860 | ||
861 | * ppcnbsd-tdep.c: Include "gdb_assert.h". | |
862 | * Makefile.in (ppcnbsd-tdep.o): Update dependencies. | |
863 | ||
383f0f5b JB |
864 | 2004-05-10 Jim Blandy <[email protected]> |
865 | ||
d0b57c3a JB |
866 | * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code |
867 | with a call to internal_error. | |
868 | ||
383f0f5b JB |
869 | * ppc-tdep.h (struct gdbarch_tdep): Change definition of |
870 | ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this | |
871 | processor variant lacks those registers. | |
872 | (ppc_floating_point_unit_p): Change description to make it clear | |
873 | that this returns info about the ISA, not the ABI. | |
874 | * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to | |
875 | return true or false by checking tdep->ppc_fp0_regnum and | |
876 | tdep->ppc_fpscr_regnum. The original code replicated the BFD | |
877 | arch/mach switching done in rs6000_gdbarch_init; it's better to | |
878 | keep that logic there, and just check the results here. | |
879 | (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and | |
880 | tdep->ppc_fpscr_regnum to -1 to indicate that we have no | |
881 | floating-point registers. | |
882 | (ppc_supply_fpregset, ppc_collect_fpregset) | |
883 | (rs6000_push_dummy_call, rs6000_extract_return_value) | |
884 | (rs6000_store_return_value): Assert that we have floating-point | |
885 | registers. | |
886 | (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME. | |
887 | (rs6000_frame_cache): Don't note the locations at which | |
888 | floating-point registers were saved if we have no fprs. | |
889 | * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP | |
890 | registers. | |
891 | (fetch_regs_user_thread, fetch_regs_kernel_thread) | |
892 | (store_regs_user_thread, store_regs_kernel_thread): Only call | |
893 | supply_fprs / fill_fprs if we actually have floating-point | |
894 | registers. | |
895 | (special_register_p): Check ppc_fpscr_regnum before matching | |
896 | against it. | |
897 | (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't | |
898 | supply / collect fpscr if we don't have it. | |
899 | * ppc-bdm.c: #include "gdb_assert.h". | |
900 | (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we | |
901 | have floating-point registers, since I can't test this code on | |
902 | FP-free systems to adapt it. | |
903 | * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the | |
904 | fpscr and floating point register numbers if they don't exist. | |
905 | (fetch_register): Assert that we have floating-point registers | |
906 | before we reach the code that handles them. | |
907 | (store_register): Same. And use tdep instead of calling | |
908 | gdbarch_tdep again. | |
909 | (fill_fpregset): Don't try to collect FP registers and fpscr if we | |
910 | don't have them. | |
911 | (ppc_linux_sigtramp_cache): Don't record the saved locations of | |
912 | fprs and fpscr if we don't have them. | |
913 | (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we | |
914 | don't have them. | |
915 | * ppcnbsd-nat.c: #include "gdb_assert.h". | |
916 | (getfpregs_supplies): Assert that we have floating-point registers. | |
917 | * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same. | |
918 | * ppcobsd-tdep.c: #include "gdb_assert.h". | |
919 | (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we | |
920 | have floating-point registers. | |
921 | * rs6000-nat.c (regmap): Don't match against the fpscr and | |
922 | floating point register numbers if they don't exist. | |
923 | (fetch_inferior_registers, store_inferior_registers, | |
924 | fetch_core_registers): Only fetch / store / supply the | |
925 | floating-point registers and the fpscr if we have them. | |
926 | * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o) | |
927 | (ppcobsd-tdep.o): Update dependencies. | |
928 | ||
15960608 AC |
929 | 2004-05-10 Andrew Cagney <[email protected]> |
930 | ||
931 | * infrun.c (through_sigtramp_breakpoint): Delete variable. | |
932 | (context_switch): Do not switch through_sigtramp_breakpoint. | |
933 | * gdbthread.h (save_infrun_state, load_infrun_state) | |
934 | (struct thread_info): Delete through_sigtramp_breakpoint parameter | |
935 | and structure member. | |
936 | * thread.c (load_infrun_state, save_infrun_state): Update. | |
937 | ||
5ab5aa0f MK |
938 | 2004-05-10 Mark Kettenis <[email protected]> |
939 | ||
940 | * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi. | |
941 | ||
da78b0e7 DJ |
942 | 2004-05-10 Maciej W. Rozycki <[email protected]> |
943 | ||
944 | * acinclude.m4: Quote macro names being defined by AC_DEFUN | |
945 | throughout. | |
946 | * aclocal.m4: Regenerate. | |
947 | ||
cca0d3b0 NW |
948 | 2004-05-10 Nathan J. Williams <[email protected]> |
949 | ||
950 | * alphanbsd-tdep.c: Fix include of "gdb_string.h". | |
951 | ||
d303a6c7 AC |
952 | 2004-05-10 Andrew Cagney <[email protected]> |
953 | ||
954 | * infrun.c (check_sigtramp2): Delete function. | |
955 | (handle_inferior_event): When single stepping, and taking a | |
956 | signal, set a breakpoint at the signal return address. Delete | |
957 | redundant calls to check_sigtramp2. | |
958 | (insert_step_resume_breakpoint): New function. | |
959 | (through_sigtramp_breakpoint, handle_inferior_event) | |
960 | (follow_exec, wait_for_inferior, fetch_inferior_event) | |
961 | (currently_stepping, keep_going): Delete most uses of | |
962 | through_sigtramp_breakpoint, not that it should be deleted. | |
963 | (delete_breakpoint_current_contents): Delete function. | |
964 | ||
03f4cc20 RC |
965 | 2004-05-10 Randolph Chung <[email protected]> |
966 | ||
967 | * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux | |
968 | target. | |
969 | * config/pa/tm-linux.h: New file. | |
970 | ||
37fc812e DJ |
971 | 2004-05-10 Daniel Jacobowitz <[email protected]> |
972 | ||
973 | * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle | |
974 | of prefixes. Don't print the prefix twice in the CLI. | |
975 | ||
26c0b942 JB |
976 | 2004-05-10 Jim Blandy <[email protected]> |
977 | ||
2e56e9c1 JB |
978 | * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do |
979 | collect all the gprs. | |
980 | ||
26c0b942 JB |
981 | * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in |
982 | loop collecting gprs. | |
983 | ||
dc497459 AC |
984 | 2004-05-09 Andrew Cagney <[email protected]> |
985 | ||
986 | * remote-vx.c (net_step): Delete step-range code. | |
987 | * remote.c (remote_resume, init_all_packet_configs) | |
988 | (set_remote_protocol_E_packet_cmd) | |
989 | (show_remote_protocol_E_packet_cmd) | |
990 | (remote_protocol_E, show_remote_cmd, _initialize_remote) | |
991 | (remote_protocol_e, set_remote_protocol_e_packet_cmd) | |
992 | (show_remote_protocol_e_packet_cmd): Ditto. | |
993 | ||
0543f387 MK |
994 | 2004-05-09 Mark Kettenis <[email protected]> |
995 | ||
c481d1ca MK |
996 | * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM. |
997 | ||
f626a069 MK |
998 | * hppa-tdep.h: Update copyright year. |
999 | (struct trad_frame_saved_reg): Add opaque declaration. | |
1000 | ||
6fa57a7d MK |
1001 | * amd64-tdep.c (amd64_return_value): Implement |
1002 | RETURN_VALUE_ABI_RETURNS_ADDRESS. | |
1003 | ||
e47577ab MK |
1004 | * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value) |
1005 | (m68k_value_to_register): New functions. | |
1006 | (m68k_gdbarch_init): Set convert_register_p, register_to_value and | |
1007 | value_to_register. | |
1008 | ||
31db7b6c MK |
1009 | * defs.h (enum return_value_convention): Add |
1010 | RETURN_VALUE_ABI_RETURNS_ADDRESS and | |
1011 | RETURN_VALUE_ABI_PRESERVES_ADDRESS. | |
1012 | * infcmd.c (legacy_return_value): New function. | |
1013 | (print_return_value): Rwerite to implement | |
1014 | RETURN_VALUE_ABI_RETURNS_ADDRESS. | |
1015 | * values.c (using_struct_return): Check for inequality to | |
1016 | RETURN_VALUE_REGISTER_CONVENTION instead of equality to | |
1017 | RETURN_VALUE_STRUCT_CONVENTION. | |
1018 | * i386-tdep.c (i386_return_value): Implement | |
1019 | RETURN_VALUE_ABI_RETURNS_ADDRESS. | |
1020 | ||
0543f387 MK |
1021 | * vax-tdep.c: Tweak comments. Reorder include files. Don't |
1022 | include "symtab.h", "opcode/vax.h" and "inferior.h". | |
1023 | (vax_skip_prologue): Replace calls to read_memory_integer by calls | |
1024 | to read_memory_unsigned_integer. | |
1025 | (vax_gdbarch_init): Reorder. | |
1026 | (_initialize_vax_tdep): Spell out prototype. | |
1027 | * Makefile.in (vax-tdep.o): Update dependencies. | |
1028 | ||
0c93b7b6 AC |
1029 | 2004-05-08 Andrew Cagney <[email protected]> |
1030 | ||
e6b55ae2 AC |
1031 | * infrun.c (resume): Delete call to DO_DEFERRED_STORES. |
1032 | * target.c (target_detach, target_disconnect): Ditto. | |
1033 | ||
1ac839b8 AC |
1034 | * infcall.c (call_function_by_hand): When no |
1035 | DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos. | |
1036 | * rs6000-tdep.c (rs6000_gdbarch_init): Do not set | |
1037 | DEPRECATED_SAVE_DUMMY_FRAME_TOS. | |
1038 | * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. | |
1039 | * mcore-tdep.c (mcore_gdbarch_init): Ditto. | |
1040 | ||
28954179 AC |
1041 | * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete. |
1042 | * gdbarch.h, gdbarch.c: Re-generate. | |
1043 | * ns32k-tdep.c (ns32k_gdbarch_init): Do not set | |
1044 | deprecated_fix_call_dummy. | |
1045 | * v850-tdep.c (v850_gdbarch_init): Ditto. | |
1046 | * infcall.c (call_function_by_hand): Do not call | |
1047 | DEPRECATED_FIX_CALL_DUMMY. | |
1048 | ||
434b87dd AC |
1049 | * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS) |
1050 | (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete. | |
1051 | * gdbarch.h, gdbarch.c: Re-generate. | |
1052 | * arm-linux-tdep.c (arm_linux_call_dummy_words) | |
1053 | (arm_linux_init_abi): Do not set deprecated_call_dummy_words or | |
1054 | deprecated_sizeof_call_dummy_words. | |
1055 | * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto. | |
1056 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto. | |
1057 | * v850-tdep.c (v850_gdbarch_init): Ditto. | |
1058 | * sh64-tdep.c (sh64_gdbarch_init): Ditto. | |
1059 | * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto. | |
1060 | * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. | |
1061 | * mcore-tdep.c (mcore_gdbarch_init): Ditto. | |
1062 | * arch-utils.h (legacy_call_dummy_words) | |
1063 | (legacy_sizeof_call_dummy_words): Delete declarations. | |
1064 | * arch-utils.c (legacy_call_dummy_words) | |
1065 | (legacy_sizeof_call_dummy_words): Delete variables. | |
1066 | ||
58d28df8 AC |
1067 | * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete. |
1068 | * gdbarch.h, gdbarch.c: Re-generate. | |
1069 | * inferior.h (PUSH_DUMMY_FRAME): Delete macro. | |
1070 | * infcall.c (call_function_by_hand): Eliminate call to | |
1071 | DEPRECATED_PUSH_DUMMY_FRAME. | |
1072 | * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated | |
1073 | push_dummy_frame. | |
1074 | (ns32k_push_dummy_frame): Delete function. | |
1075 | ||
e4a2df64 AC |
1076 | * ns32k-tdep.c (ns32k_gdbarch_init): Do not set |
1077 | deprecated_call_dummy_breakpoint_offset or | |
1078 | deprecated_call_dummy_start_offset. | |
1079 | * dummy-frame.c, arm-tdep.c: Update comments. | |
1080 | * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET) | |
1081 | (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete. | |
1082 | * gdbarch.h, gdbarch.c: Re-generate. | |
1083 | ||
d3712828 AC |
1084 | * infcall.c (legacy_push_dummy_code): Delete function. |
1085 | (push_dummy_code): Delete call. | |
1086 | ||
7a882905 AC |
1087 | * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete. |
1088 | * gdbarch.h, gdbarch.c: Re-generate. | |
1089 | * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating | |
1090 | DEPRECATED_USE_GENERIC_DUMMY_FRAMES. | |
1091 | * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto. | |
1092 | * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto. | |
1093 | ||
0ec5872b AC |
1094 | * breakpoint.h (deprecated_frame_in_dummy): Delete declaration. |
1095 | (struct frame_info): Delete opaque declaration. | |
1096 | * breakpoint.c (deprecated_frame_in_dummy): Delete function. | |
1097 | * frame.c (get_frame_type): Delete call. | |
1098 | ||
0c93b7b6 AC |
1099 | * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated |
1100 | pc_in_call_dummy. | |
1101 | * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete. | |
1102 | * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete. | |
1103 | ||
75536971 MK |
1104 | 2004-05-08 Mark Kettenis <[email protected]> |
1105 | ||
527ca6bb MK |
1106 | * alphanbsd-tdep.c: Include "gdb_string.h". |
1107 | * armnbsd-tdep.c: Update copyright year. | |
1108 | Include "gdb_string.h". | |
1109 | * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update | |
1110 | dependencies. | |
1111 | ||
d39fdc61 MK |
1112 | * delta68-nat.c: Remove file. |
1113 | * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address) | |
1114 | (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions. | |
1115 | * Makefile.in (ALLDEPFILES): Remove delta68-nat.c. | |
1116 | (delta68-nat.o): Remove dependency. | |
1117 | ||
75536971 MK |
1118 | * m68k-tdep.c (m68k_frameless_function_invocation): Remove |
1119 | function. | |
1120 | (m68k_gdbarch_init): Don't set | |
1121 | deprecated_frameless_function_invocation. | |
1122 | ||
f4ca1d1f RC |
1123 | 2004-05-07 Randolph Chung <[email protected]> |
1124 | ||
1125 | * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use | |
1126 | read_memory_nobpt for code reading when doing frame unwinding. | |
1127 | * hppa-linux-tdep.c (insns_match_pattern): Likewise. | |
1128 | ||
2f0e8c7a RC |
1129 | 2004-05-07 Randolph Chung <[email protected]> |
1130 | ||
1131 | * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc | |
1132 | instead of sp, handle sigaltstack case. | |
1133 | (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to | |
1134 | hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the | |
1135 | signal handler and not that of the caller. | |
1136 | (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to | |
1137 | hppa_linux_sigtramp_find_sigcontext. | |
1138 | ||
959464ff RC |
1139 | 2004-05-07 Randolph Chung <[email protected]> |
1140 | ||
1141 | * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and | |
1142 | hppa-linux-nat.c. | |
1143 | (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules. | |
1144 | * hppa-linux-nat.c (fetch_register, store_register): Define. | |
1145 | (fetch_inferior_registers, store_inferior_registers): Define. | |
1146 | (supply_gregset): Add comment and clean up some unneeded code. | |
1147 | (fill_gregset): Add comment and fix so that it saves registers in | |
1148 | the right place in the gregset. | |
1149 | (fill_fpregset): Fix buffer overrun problem. | |
1150 | * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define. | |
1151 | ||
0da28f8a RC |
1152 | 2004-05-07 Randolph Chung <[email protected]> |
1153 | ||
1154 | * hppa-tdep.c (hppa_frame_prev_register_helper): New function to | |
1155 | do common handling of the pcoqt register. | |
1156 | (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert | |
1157 | to use helper function. | |
1158 | (hppa_frame_unwind_sniffer): Only use if unwind entry is present. | |
1159 | (hppa_fallback_frame_cache, hppa_fallback_frame_this_id) | |
1160 | (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New | |
1161 | generic fallback unwinder when all else fails. | |
1162 | (hppa_gdbarch_init): Add fallback sniffer. | |
1163 | * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype. | |
1164 | * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert | |
1165 | to use helper function. | |
1166 | ||
b9ec757a JB |
1167 | 2004-05-08 Joel Brobecker <[email protected]> |
1168 | ||
1169 | * config/djgpp/fnchange.lst: Add translation rules for | |
1170 | gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp. | |
1171 | ||
756e95f1 MK |
1172 | 2004-05-08 Mark Kettenis <[email protected]> |
1173 | ||
1174 | * frame.c (get_prev_frame_1): Work around GCC bug. | |
1175 | * frame.h: Add comment about GCC bug. | |
1176 | ||
2b4855ab AC |
1177 | 2004-05-07 Andrew Cagney <[email protected]> |
1178 | ||
1179 | * observer.c: Include "commands.h" and "gdbcmd.h". | |
1180 | (observer_debug, _initialize_observer): Add the | |
1181 | command "set/show debug observer". | |
1182 | * observer.sh: When observer debugging, log notify calls. | |
1183 | * Makefile.in (observer.o): Update dependencies. | |
1184 | ||
ba3e8e46 JM |
1185 | 2004-05-07 Jason Molenda ([email protected]) |
1186 | ||
1187 | * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos. | |
1188 | ||
16796152 JB |
1189 | 2004-05-07 Jim Blandy <[email protected]> |
1190 | ||
daf6dc85 JB |
1191 | * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64, |
1192 | fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum | |
1193 | to recognize gpr regnums, instead of assuming that | |
1194 | tdep->ppc_fp0_regnum marks the end of the general-purpose | |
1195 | registers. | |
1196 | ||
16796152 JB |
1197 | * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that |
1198 | the given architecture has floating-point registers. | |
1199 | ||
c69b8bfc AC |
1200 | 2004-05-07 Andrew Cagney <[email protected]> |
1201 | ||
1202 | * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with | |
1203 | macro defined to 1. | |
1204 | * gdbarch.h, gdbarch.c: Re-generate. | |
1205 | * ns32k-tdep.c (ns32k_gdbarch_init): Do not set | |
1206 | deprecated_use_generic_dummy_frames. | |
1207 | ||
7243600a BF |
1208 | 2004-05-07 Brian Ford <[email protected]> |
1209 | ||
1210 | * NEWS: Mention Cygwin DWARF 2 support. | |
1211 | ||
73c1e0a1 AC |
1212 | 2004-05-07 Andrew Cagney <[email protected]> |
1213 | ||
1214 | * objfiles.h (struct entry_info): Delete unused fields | |
1215 | deprecated_entry_file_lowpc and deprecated_entry_file_highpc. | |
1216 | * objfiles.c (init_entry_point_info, objfile_relocate): Update. | |
1217 | * mipsread.c (mipscoff_symfile_read): Update. | |
1218 | * mdebugread.c (parse_partial_symbols): Update. | |
1219 | * dwarfread.c (read_file_scope): Update. | |
1220 | * dwarf2read.c (read_file_scope): Update. | |
1221 | * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update. | |
1222 | * coffread.c (complete_symtab): Update. | |
1223 | ||
1d3056ac MK |
1224 | 2004-05-07 Mark Kettenis <[email protected]> |
1225 | ||
1226 | * infcall.c (_initialize_infcall): Fix typo. | |
1227 | ||
15170568 AC |
1228 | 2004-05-07 Andrew Cagney <[email protected]> |
1229 | ||
1230 | * cli/cli-decode.c (add_setshow_zinteger_cmd): New function. | |
1231 | * command.h (add_setshow_zinteger_cmd): Declare. | |
1232 | ||
34f75cc1 RC |
1233 | 2004-05-06 Randolph Chung <[email protected]> |
1234 | ||
1235 | * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM) | |
1236 | (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM) | |
1237 | (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM) | |
1238 | (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM) | |
1239 | (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM) | |
1240 | (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM) | |
1241 | (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM | |
1242 | definitions ... | |
1243 | * hppa-tdep.h: ... to here, with HPPA_ prefix. | |
1244 | * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h) | |
1245 | * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig) | |
1246 | (hppa64_hpux_frame_find_saved_regs_in_sig) | |
1247 | (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage. | |
1248 | * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise. | |
1249 | * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum) | |
1250 | (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache) | |
1251 | (hppa_linux_sigtramp_frame_prev_register): Likewise. | |
1252 | * hppa-tdep.c (hppa32_return_value, hppa64_return_value) | |
1253 | (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align) | |
1254 | (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache) | |
1255 | (hppa_frame_prev_register, hppa_stub_frame_unwind_cache) | |
1256 | (hppa_stub_frame_prev_register, hppa_unwind_dummy_id) | |
1257 | (hppa_skip_permanent_breakpoint, hppa_instruction_nullified) | |
1258 | (hppa32_register_type, hppa_cannot_store_register) | |
1259 | (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise. | |
1260 | * hppah-nat.c (store_inferior_registers, fetch_register): Likewise. | |
1261 | * hpread.c (hpread_process_one_debug_symbol): Likewise. | |
1262 | * pa64solib.c (pa64_solib_have_load_event) | |
1263 | (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname) | |
1264 | (pa64_solib_unloaded_library_pathname): Likewise. | |
1265 | * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event) | |
1266 | (som_solib_library_pathname): Likewise. | |
1267 | ||
0a5e7efe JI |
1268 | 2004-05-05 Jim Ingham <[email protected]> |
1269 | ||
1270 | * breakpoint.c (create_breakpoints): Copy the ignore count and | |
1271 | thread id over from the pended breakpoint to the actual | |
1272 | breakpoint. | |
1273 | ||
10a4b113 AC |
1274 | 2004-05-05 Andrew Cagney <[email protected]> |
1275 | ||
1276 | * gdbarch.sh (PARM_BOUNDARY): Delete. | |
1277 | gdbarch.h, gdbarch.c: Re-generate. | |
1278 | * valops.c (PARM_BOUNDARY): Delete macro. | |
1279 | (value_push): Delete PARM_BOUNDARY code. | |
1280 | * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary. | |
1281 | ||
366f009f JB |
1282 | 2004-05-04 Jim Blandy <[email protected]> |
1283 | ||
32b99774 JB |
1284 | * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers): |
1285 | Don't assume that the gprs, fprs, and UISA sprs are | |
1286 | contiguous, start at register number zero, and end with fpscr. | |
1287 | Instead, use the numbers from the tdep structure. | |
1288 | ||
366f009f JB |
1289 | * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this |
1290 | should no longer be used in code specific to the RS6000 and its | |
1291 | derivatives. | |
1292 | * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member. | |
1293 | * rs6000-tdep.c (rs6000_gdbarch_init): Initialize | |
1294 | tdep->ppc_fp0_regnum. | |
1295 | (ppc_supply_fpregset, ppc_collect_fpregset) | |
1296 | (rs6000_push_dummy_call, rs6000_extract_return_value) | |
1297 | (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value) | |
1298 | (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of | |
1299 | FP0_REGNUM. | |
1300 | * aix-thread.c (supply_fprs, fetch_regs_kernel_thread) | |
1301 | (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread): | |
1302 | Same. | |
1303 | * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers, | |
1304 | bdm_ppc_store_registers): Same. | |
1305 | * ppc-linux-nat.c (ppc_register_u_addr, fetch_register) | |
1306 | (store_register, fill_fpregset): Same. | |
1307 | * ppc-linux-tdep.c (ppc_linux_sigtramp_cache) | |
1308 | (ppc_linux_supply_fpregset): Same. | |
1309 | * ppcnbsd-nat.c (getfpregs_supplies): Same. | |
1310 | * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): | |
1311 | Same. | |
1312 | * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call, | |
1313 | do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call, | |
1314 | ppc64_sysv_abi_return_value): Same. | |
1315 | * rs6000-nat.c (regmap, fetch_inferior_registers) | |
1316 | (store_inferior_registers, fetch_core_registers): Same. | |
1317 | ||
827f338d MK |
1318 | 2004-05-01 Mark Kettenis <[email protected]> |
1319 | ||
1320 | * m68knbsd-nat.c: Remove file. | |
1321 | * m68knbsd-tdep.c: Remove file. | |
1322 | * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove | |
1323 | dependencies. | |
1324 | * configure.host: Add m68k-*-netbsdelf*. | |
1325 | * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd. | |
1326 | * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o, | |
1327 | solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o. | |
1328 | (XM_FILE): Remove. | |
1329 | * config/m68k/nbsdelf.mh: New file. | |
1330 | * config/m68k/nbsd.mt: New file. | |
1331 | * config/m68k/nbsdaout.mt: Remove file. | |
1332 | * config/m68k/tm-nbsd.h: Don't include <sys/param.h>, | |
1333 | <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h". | |
1334 | (BPT_VECTOR, STACK_END_ADDR): Remove defines. | |
1335 | (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise. | |
1336 | (use_struct_convention): Remove prototype. | |
1337 | (USE_STRUCT_CONVENTION): Remove define. | |
1338 | * config/m68k/xm-nbsd.h: Remove file. | |
1339 | ||
66894781 MS |
1340 | 2004-05-04 Michael Snyder <[email protected]> |
1341 | ||
1342 | * m68k-tdep.c (m68k_gdbarch_init): Default to using | |
1343 | reg_struct_return method (as gcc usually does for cross targets). | |
1344 | ||
f0f63663 AC |
1345 | 2004-05-04 Ulrich Weigand <[email protected]> |
1346 | ||
1347 | Committed by Andrew Cagney. | |
1348 | * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for | |
1349 | alignment padding when accessing ucontext struct members. | |
1350 | ||
edf61169 JB |
1351 | 2004-05-04 Jim Blandy <[email protected]> |
1352 | ||
8bf659e8 JB |
1353 | * config/ppc-tdep.h (struct gdbarch_tdep): Delete |
1354 | 'ppc_gplast_regnum' member. | |
1355 | (ppc_num_gprs): New enum constant. | |
1356 | * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum | |
1357 | and ppc_num_gprs instead of tdep->ppc_gplast_regnum. | |
1358 | * rs6000-nat.c (regmap, fetch_inferior_registers, | |
1359 | store_inferior_registers): Same. | |
1360 | * rs6000-tdep.c (e500_pseudo_register_read) | |
1361 | (e500_pseudo_register_write): Same. | |
1362 | (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum. | |
1363 | ||
b967e06f JB |
1364 | * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition. |
1365 | * ppc-tdep.h (ppc_num_fprs): New enum constant. | |
1366 | * aix-thread.c (fetch_regs_kernel_thread, fill_fprs, | |
1367 | store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not | |
1368 | FPLAST_REGNUM. | |
1369 | * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers): | |
1370 | Same. | |
1371 | * ppc-linux-nat.c (ppc_register_u_addr): Same. | |
1372 | * rs6000-nat.c (regmap, fetch_inferior_registers) | |
1373 | (store_inferior_registers): Same. | |
1374 | ||
edf61169 JB |
1375 | * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno |
1376 | with FPLAST_REGNUM. | |
1377 | ||
58a9656e JB |
1378 | 2004-05-03 Joel Brobecker <[email protected]> |
1379 | ||
1380 | * dwarf2read.c (dwarf2_create_include_psymtab): Fix build | |
1381 | failure detected by recent versions of GCC. | |
1382 | (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro | |
1383 | to be consistent with the usage in dwarf2_create_include_psymtab. | |
1384 | ||
dc305454 MS |
1385 | 2004-05-03 Michael Snyder <[email protected]> |
1386 | ||
1387 | * mips-tdep.c (mips_gdbarch_init): Fix typo in comment. | |
1388 | (heuristic_proc_start): Whitespace cleanup. | |
1389 | ||
29972665 MK |
1390 | 2004-05-04 Mark Kettenis <[email protected]> |
1391 | ||
6b57680d MK |
1392 | * sun3-nat.c: Remove file. |
1393 | * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove | |
1394 | dependencies. | |
1395 | (ALLDEPFILES): Remove sun3-nat.c. | |
1396 | (sun3-nat.o): Remove dependencies. | |
1397 | ||
29972665 MK |
1398 | * i386-interix-nat.c, i386-interix-tdep.c, |
1399 | config/i386/nm-interix.h, config/i386/interix.mh, | |
1400 | config/i386/interix.mt: Remove files. | |
1401 | * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove | |
1402 | dependencies. | |
1403 | ||
f595cb19 MK |
1404 | 2004-05-03 Mark Kettenis <[email protected]> |
1405 | ||
1406 | * m68k-tdep.h (struct gdbarch_tdep): Add member | |
1407 | struct_value_regnum. | |
1408 | (m68k_svr4_init_abi): New prototype. | |
1409 | * m68k-tdep.c: Include "floatformat.h". Add comment about all the | |
1410 | different calling conventions. | |
1411 | (m68k_extract_return_value): Remove code dealing with single-field | |
1412 | structs. | |
1413 | (m68k_store_return_value): Remove code dealing with single-field | |
1414 | structs. Correctly store return values of 5, 6, 7 or 8 bytes. | |
1415 | (m68k_extract_struct_value_address): Remove function. | |
1416 | (m68k_svr4_extract_return_value,m68k_svr4_store_return_value) | |
1417 | (m68k_reg_struct_return_p, m68k_return_value) | |
1418 | (m68k_svr4_return_value): New functions. | |
1419 | (m68k_use_struct_convention): Remove function. | |
1420 | (m68k_push_dummy_call): Use new struct_value_regnum member of | |
1421 | `struct gdbarch_tdep' instead of hardcoded register number to | |
1422 | store STRUCT_ADDR. | |
1423 | (m68k_svr4_init_abi): New function. | |
1424 | (m68k_gdbarch_init): Don't set extract_return_value, | |
1425 | store_return_values, deprecated_extract_struct_value_address and | |
1426 | use_struct_convention. Set return_value instead. Initialize new | |
1427 | struct_value_regnum member of `struct gdbarch_tdep'. | |
1428 | * m68klinux-tdep.c: Update copyright year. | |
1429 | (m68k_linux_extract_return_value, m68k_linux_store_return_value) | |
1430 | (m68k_linux_extract_struct_value_address): Remove function. | |
1431 | (m68k_linux_init_abi): Don't set extract_return_value, | |
1432 | store_return_values, deprecated_extract_struct_value_address and | |
1433 | use_struct_convention. Call m68k_svr4_init_abi but override the | |
1434 | new struct_value_regnum member of `struct gdbarch_tdep'. | |
1435 | * Makefile.in (m68k-tdep.o): Update dependencies. | |
1436 | ||
aaa75496 JB |
1437 | 2004-05-03 J. Brobecker <[email protected]> |
1438 | ||
1439 | * dwarf2read.c (line_header): Add new included_p field in | |
1440 | field file_names. | |
1441 | (partial_die_info): New field has_stmt_list. New field line_offset. | |
1442 | (dwarf2_create_include_psymtab): New function. | |
1443 | (dwarf2_build_include_psymtabs): New function. | |
1444 | (add_file_name): Add forward declaration. Initialize new field. | |
1445 | (dwarf_decode_lines): Add new parameter. Enhance this procedure | |
1446 | to be able to determine the list of files included by the | |
1447 | given unit, and build their associated psymtabs. | |
1448 | (dwarf2_build_psymtabs_hard): Build the psymtabs for the included | |
1449 | files as well. | |
1450 | (psymtab_to_symtab_1): Build the symtabs of all dependencies as well. | |
1451 | (read_file_scope): Update call to dwarf_decode_lines. | |
1452 | (read_partial_die): Handle DW_AT_stmt_list attributes. | |
1453 | ||
c848556f MC |
1454 | 2004-05-02 Michael Chastain <[email protected]> |
1455 | ||
1456 | Unfix PR gdb/1626. | |
1457 | * configure.in: Revert special case for osf5.*. | |
1458 | * configure: Regenerate. | |
1459 | ||
eb4556d7 JB |
1460 | 2004-05-02 Jim Blandy <[email protected]> |
1461 | ||
1462 | Move the symbol-file-from-memory functions into their own file. | |
1463 | * symfile-mem.c, symfile-mem.h: New files. | |
1464 | * symfile.c (symbol_file_add_from_bfd): New function. | |
1465 | (symbol_file_add): Call symbol_file_add_from_bfd. | |
1466 | (symbol_file_add_from_memory, add_symbol_file_from_memory_command): | |
1467 | Moved to symfile-mem.c. | |
1468 | (_initialize_symfile): Move definition of | |
1469 | add-symbol-file-from-memory command to symfile-mem.c. | |
1470 | * symfile.h (symbol_file_add_from_bfd): New declaration. | |
1471 | * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o. | |
1472 | * config/powerpc/linux.mt (TDEPFILES): Same. | |
1473 | * Makefile.in (SFILES): Add symfile-mem.c. | |
1474 | (symfile_mem_h): New variable. | |
1475 | (HFILES_NO_SRCDIR): Add symfile-mem.h. | |
1476 | (symfile-mem.o): New rule. | |
1477 | ||
80bb239e AC |
1478 | 2004-05-01 Andrew Cagney <[email protected]> |
1479 | ||
7789d0fa AC |
1480 | * breakpoint.c (insert_bp_location): Use get_frame_id, and |
1481 | frame_find_by_id instead of frame_relative_level. | |
1482 | (do_enable_breakpoint): Ditto. | |
1483 | * thread.c: Update copyright. | |
1484 | (info_threads_command): Ditto, simplify. | |
1485 | ||
80bb239e AC |
1486 | * frame.c (deprecated_generic_get_saved_register): Delete |
1487 | function, moved to "xstormy16-tdep.c". | |
1488 | * xstormy16-tdep.c (xstormy16_get_saved_register): Inline | |
1489 | deprecated_generic_get_saved_register from "frame.c". | |
1490 | (xstormy16_frame_saved_register): Call | |
1491 | xstormy16_get_saved_register. | |
1492 | * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make | |
1493 | static. | |
1494 | * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete. | |
1495 | * frame.h (deprecated_generic_get_saved_register): Delete. | |
1496 | ||
b2a871dd MC |
1497 | 2004-05-01 Michael Chastain <[email protected]> |
1498 | ||
1499 | * dwarfread.c: Update documentation on the state of dwarf-1. | |
1500 | ||
0e100dab AC |
1501 | 2004-05-01 Andrew Cagney <[email protected]> |
1502 | ||
acd8056e AC |
1503 | * stack.c (select_frame_command): Delete call to |
1504 | frame_relative_level. | |
1505 | (print_frame, set_backtrace_limit_command, backtrace_limit_info): | |
1506 | Delete #if0 code. | |
1507 | (frame_info): Do not print FRAMELESS. | |
1508 | (print_block_frame_labels): Replace DEPRECATED_STREQ. | |
1509 | (catch_info): Delete #if0 code. | |
1510 | ||
0e100dab AC |
1511 | * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME. |
1512 | * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead | |
1513 | of frame_relative_level. | |
1514 | * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type | |
1515 | to SENTINEL_FRAME. | |
1516 | * frame.h (enum frame_type): Add SENTINEL_FRAME. | |
1517 | * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to | |
1518 | frame_relative_level. | |
1519 | ||
55699d59 AC |
1520 | * frame.h (deprecated_set_frame_type): Delete declaration. |
1521 | * frame.c (deprecated_set_frame_type): Delete function, update | |
1522 | comments. | |
1523 | ||
fcf70625 AC |
1524 | * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete. |
1525 | * gdbarch.h, gdbarch.c: Re-generate. | |
1526 | * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp. | |
1527 | (shnbsd_pc_in_sigtramp): Delete. | |
1528 | * i386-interix-tdep.c (i386_interix_init_abi): Do not set | |
1529 | pc_in_sigtramp. | |
1530 | * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set | |
1531 | pc_in_sigtramp. | |
1532 | * frame.h: Update comments. | |
1533 | * ppc-linux-tdep.c: Update comments. | |
1534 | * breakpoint.c (bpstat_what): Update comments. | |
1535 | ||
ac5eccb7 AC |
1536 | * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix |
1537 | m68klinux-tdep.o's dependencies, were previously added to | |
1538 | m68klinux-nat.o. | |
1539 | ||
f2524b93 AC |
1540 | * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp. |
1541 | * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp. | |
1542 | * alphafbsd-tdep.c (alphafbsd_init_abi): Update. | |
1543 | * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update. | |
1544 | * alpha-linux-tdep.c (alpha_linux_init_abi): Update. | |
1545 | ||
17e20bce AC |
1546 | * Makefile.in (m68klinux-nat.o): Update dependencies. |
1547 | * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h". | |
1548 | (m68k_linux_sigtramp_frame_cache) | |
1549 | (m68k_linux_sigtramp_frame_this_id) | |
1550 | (m68k_linux_sigtramp_frame_prev_register) | |
1551 | (m68k_linux_sigtramp_frame_unwind) | |
1552 | (m68k_linux_sigtramp_frame_sniffer) | |
1553 | (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from | |
1554 | m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable | |
1555 | names, use trad-frame.h. | |
1556 | * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info. | |
1557 | (struct m68k_sigtramp_info): Delete. | |
1558 | * m68k-tdep.c (m68k_sigtramp_frame_cache) | |
1559 | (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register) | |
1560 | (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer) | |
1561 | (m68k_gdbarch_init): Delete all the sigtramp code, moved to | |
1562 | "m68klinux-tdep.c". | |
1563 | ||
c8864fa2 AC |
1564 | * infrun.c (check_sigtramp2): Delete check for |
1565 | DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN. | |
1566 | ||
511dd2cd MK |
1567 | 2004-05-01 Mark Kettenis <[email protected]> |
1568 | ||
1569 | * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype. | |
1570 | ||
8c6b0e06 AC |
1571 | 2004-05-01 Andrew Cagney <[email protected]> |
1572 | ||
9df0bb3f AC |
1573 | * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h". |
1574 | (frv_linux_sigtramp_frame_cache) | |
1575 | (frv_linux_sigtramp_frame_this_id) | |
1576 | (frv_linux_sigtramp_frame_prev_register) | |
1577 | (frv_linux_sigtramp_frame_unwind) | |
1578 | (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c, | |
1579 | include "linux" in function and variable names, directly call | |
1580 | frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use | |
1581 | the latest trad-frame code. | |
1582 | (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do | |
1583 | not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp | |
1584 | * Makefile.in (frv-linux-tdep.o): Update dependencies. | |
1585 | * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration. | |
1586 | * frv-tdep.c (frv_sigtramp_frame_cache) | |
1587 | (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register) | |
1588 | (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to | |
1589 | frv-linux-tdep.c. | |
1590 | (frv_gdbarch_init): Do not append a sigtramp sniffer. | |
1591 | (struct gdbarch_tdep): Delete sigcontext_reg_addr. | |
1592 | (frv_set_sigcontext_reg_addr): Delete function. | |
1593 | ||
8c6b0e06 AC |
1594 | * gdbarch.sh (DEPRECATED_SIGTRAMP_START) |
1595 | (DEPRECATED_SIGTRAMP_END): Delete. | |
1596 | * gdbarch.h, gdbarch.c: Re-generate. | |
1597 | * arch-utils.c (legacy_pc_in_sigtramp): Simplify. | |
1598 | * config/vax/tm-vaxbsd.h: Update copyright. | |
1599 | (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete. | |
1600 | (DEPRECATED_IN_SIGTRAMP): Define. | |
1601 | * config/m68k/tm-nbsd.h: Update copyright. | |
1602 | (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete. | |
1603 | (DEPRECATED_IN_SIGTRAMP): Define. | |
1604 | ||
50ea7769 MK |
1605 | 2004-05-01 Mark Kettenis <[email protected]> |
1606 | ||
03ac2a74 MK |
1607 | * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel |
1608 | encondings. Fixes PR gdb/1628. | |
1609 | ||
50ea7769 MK |
1610 | * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a |
1611 | DW_CFA_restore state without a matching DW_CFA_remember_state | |
1612 | instead of aborting. Fixes PR backtrace/1589. | |
1613 | ||
9a5d7be1 JB |
1614 | 2004-04-30 Joel Brobecker <[email protected]> |
1615 | ||
1616 | * MAINTAINERS: Add self as AIX maintainer. | |
1617 | Update my e-mail address in write-after-approval section. | |
1618 | ||
2593d1cd AC |
1619 | 2004-04-30 Andrew Cagney <[email protected]> |
1620 | ||
ce12bbf9 AC |
1621 | * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP. |
1622 | (legacy_get_prev_frame): Ditto. | |
1623 | ||
36710c63 AC |
1624 | * mips-tdep.c (mips_pc_in_sigtramp): Delete. |
1625 | (mips_gdbarch_init): Do not set pc_in_sigtramp. | |
1626 | * mipsread.c (sigtramp_address): Delete extern variable. | |
1627 | (mipscoff_new_init): Delete reference. | |
1628 | * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables. | |
1629 | (fixup_sigtramp): Delete function. | |
1630 | * config/mips/tm-mips.h (sigtramp_address, sigtramp_end) | |
1631 | (fixup_sigtramp): Delete declarations. | |
1632 | ||
2593d1cd AC |
1633 | * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set |
1634 | deprecated_pc_in_sigtramp. | |
1635 | (ppcnbsd_pc_in_sigtramp): Delete function. | |
1636 | ||
2a25f91c MK |
1637 | 2004-05-01 Mark Kettenis <[email protected]> |
1638 | ||
1639 | * config/m68k/nm-nbsd.h: Tweak comments. | |
1640 | * config/m68k/nm-nbsdaout.h: Likewise. | |
1641 | ||
0b281939 AC |
1642 | 2004-04-30 Andrew Cagney <[email protected]> |
1643 | ||
1644 | * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call | |
1645 | legacy_pc_in_sigtramp. | |
1646 | * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto. | |
1647 | ||
8f2d3ea0 MK |
1648 | 2004-05-01 Mark Kettenis <[email protected]> |
1649 | ||
1650 | Add OpenBSD/m68k support. | |
1651 | * NEWS (New native configurations): Mention OpenBSD/m68k. | |
1652 | * m68kbsd-tdep.c: New file. | |
1653 | * m68kbsd-nat.c: New file. | |
1654 | * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c. | |
1655 | (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies. | |
1656 | * configure.host: Add m68k-*-openbsd. | |
1657 | * configure.tgt: Add m68k-*-openbsd. | |
1658 | * config/m68k/tm-obsd.h: New file. | |
1659 | * config/m68k/obsd.mt: New file. | |
1660 | * config/m68k/obsd.mh: New file. | |
1661 | * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and | |
1662 | m68kbsd-tdep.c. | |
1663 | ||
c40f49a4 AC |
1664 | 2004-04-30 Andrew Cagney <[email protected]> |
1665 | ||
1666 | * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function. | |
1667 | (mipsnbsd_init_abi): Do not set pc_in_sigtramp. | |
1668 | ||
e81554cd MK |
1669 | 2004-04-30 Mark Kettenis <[email protected]> |
1670 | ||
1671 | * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define. | |
1672 | * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define. | |
1673 | ||
d4dc1a91 BF |
1674 | 2004-04-30 Brian Ford <[email protected]> |
1675 | ||
1676 | Revert 2004-04-16 change. | |
1677 | * i386-tdep.c (i386_gdbarch_init): Fix comment typos. | |
1678 | (i386_coff_init_abi): Remove. | |
1679 | * i386-tdep.h (i386_coff_init_abi): Remove. | |
1680 | * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above. | |
1681 | ||
2f72f850 AC |
1682 | 2004-04-30 Andrew Cagney <[email protected]> |
1683 | ||
e492f9d6 AC |
1684 | * blockframe.c (find_pc_partial_function): Delete use of |
1685 | DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and | |
1686 | DEPRECATED_SIGTRAMP_END. | |
1687 | ||
7b7adad0 AC |
1688 | * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete. |
1689 | * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete. | |
1690 | * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP. | |
1691 | * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete. | |
1692 | * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete. | |
1693 | ||
2f72f850 AC |
1694 | * defs.h (deprecated_inside_entry_file): Delete declaration. |
1695 | * blockframe.c (deprecated_inside_entry_file): Delete function. | |
1696 | (legacy_frame_chain_valid): Delete call. | |
1697 | * sh64-tdep.c (sh64_frame_chain): Delete call. | |
1698 | * objfiles.h: Update comments. | |
1699 | * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete | |
1700 | call. | |
1701 | * frame.c (get_prev_frame): Delete call, update comments. | |
1702 | ||
283f90a7 BF |
1703 | 2004-04-30 Brian Ford <[email protected]> |
1704 | ||
1705 | * MAINTAINERS (Write After Approval): Add myself. | |
1706 | ||
8ee56bcf AC |
1707 | 2004-04-30 Andrew Cagney <[email protected]> |
1708 | ||
1709 | * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete. | |
1710 | * gdbarch.h, gdbarch.c: Re-generate. | |
1711 | * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE | |
1712 | code. | |
1713 | ||
ee27e1b6 AC |
1714 | 2004-04-30 Andrew Cagney <[email protected]> |
1715 | ||
1716 | * gdb-events.sh (selected_thread_changed) | |
1717 | (selected_frame_level_changed, target_changed): Delete. | |
1718 | * gdb-events.h, gdb-events.c: Re-generate. | |
1719 | * valops.c (value_assign): Update. | |
1720 | * stack.c (select_frame_command, up_silently_base) | |
1721 | (down_silently_base): Update. | |
1722 | ||
d5ac5a39 AC |
1723 | 2004-04-29 Andrew Cagney <[email protected]> |
1724 | ||
1725 | * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI | |
1726 | registers correctly. | |
1727 | (print_gp_register_row, mips32_heuristic_proc_desc) | |
1728 | (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call) | |
1729 | (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate | |
1730 | references to mips_isa_regsize. | |
1731 | ||
ceae6e75 AC |
1732 | 2004-04-29 Andrew Cagney <[email protected]> |
1733 | ||
1734 | * mips-tdep.c (struct gdbarch_tdep): Delete | |
1735 | mips_fp_register_double. | |
1736 | (FP_REGISTER_DOUBLE): Delete macro, replace with test for | |
1737 | mips_abi_regsize. | |
1738 | (mips_gdbarch_init): Do not set mips_fp_register_double. | |
1739 | (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE. | |
1740 | ||
a587af0b AC |
1741 | 2004-04-29 Joel Brobecker <[email protected]> |
1742 | ||
1743 | Committed by Andrew Cagney. | |
1744 | * infrun.c (handle_inferior_event): Rely on frame IDs to detect | |
1745 | function calls. | |
1746 | ||
13326b4e AC |
1747 | 2004-04-29 Andrew Cagney <[email protected]> |
1748 | ||
1749 | * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with | |
1750 | gdbarch, use mips_abi, update callers. | |
1751 | (mips_stack_argsize): Replace tdep parameter with gdbarch, use | |
1752 | mips_abi_regsize, update callers. | |
1753 | (struct gdbarch_tdep): Delete mips_default_stack_argsize and | |
1754 | mips_default_abi_regsize. | |
1755 | (mips_gdbarch_init): Do not set mips_default_stack_argsize and | |
1756 | mips_default_abi_regsize. | |
1757 | ||
711cc5cd AC |
1758 | 2004-04-29 Andrew Cagney <[email protected]> |
1759 | ||
1b13c4f6 AC |
1760 | * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize. |
1761 | (mips_abi_regsize_string): Rename mips_saved_regsize_string. | |
1762 | (struct gdbarch_tdep): Rename mips_default_saved_regsize to | |
1763 | mips_default_abi_regsize. | |
1764 | (mips_isa_regsize): Rename mips_regisze. | |
1765 | * mipsnbsd-tdep.c: Update. | |
1766 | * mips-linux-tdep.c: Update. | |
1767 | * irix5-nat.c: Update. | |
1768 | * mips-tdep.h (mips_isa_regsize): Update. | |
1769 | ||
711cc5cd AC |
1770 | * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references. |
1771 | Delete all disabled code. | |
1772 | * gdb-events.h, gdb-events.c: Re-generate. | |
1773 | ||
e63bbc88 MK |
1774 | 2004-04-19 Jerome Guitton <[email protected]> |
1775 | Mark Kettenis <[email protected]> | |
1776 | ||
1777 | * i386-tdep.c (i386_skip_prologue): follow the last jump only if | |
1778 | the function begins with a branch instruction. | |
1779 | ||
fd35795f MK |
1780 | 2004-04-29 Mark Kettenis <[email protected]> |
1781 | ||
1782 | * i386-tdep.c: Fix spelling mistakes. | |
1783 | ||
c960c18f AC |
1784 | 2004-04-28 Rainer Orth <[email protected]> |
1785 | Andrew Cagney <[email protected]> | |
1786 | ||
1787 | * configure.in (mips-sgi-irix5*): Define _KMEMUSER for | |
1788 | <sys/proc.h>. | |
1789 | * acconfig.h: Provide default _KMEMUSER value. | |
1790 | * config.in, configure: Re-generate. | |
1791 | * NEWS: Mention fix. | |
1792 | ||
50306a9d RC |
1793 | 2004-04-24 Randolph Chung <[email protected]> |
1794 | ||
1795 | * configure.host (hppa*-*-linux*): New target. | |
1796 | * configure.tgt (hppa*-*-linux*): Likewise. | |
1797 | * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move | |
1798 | gdbarch_init_osabi() call earlier so that osabi-specific frame | |
1799 | unwinders can be registered first. | |
1800 | * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and | |
1801 | hppa-linux-nat.c. | |
1802 | * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM) | |
1803 | (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers. | |
1804 | * config/pa/linux.mh: New file. | |
1805 | * config/pa/linux.mt: New file. | |
1806 | * config/pa/nm-linux.h: New file. | |
1807 | * config/pa/xm-linux.h: New file. | |
1808 | * hppa-linux-nat.c: New file. | |
1809 | * hppa-linux-tdep.c: New file. | |
1810 | ||
2a6228ef RC |
1811 | 2004-04-28 Randolph Chung <[email protected]> |
1812 | ||
1813 | * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp | |
1814 | return values. | |
1815 | (hppa32_push_dummy_call): Fix small struct and floating point argument | |
1816 | passing, and make sure the stack frame is properly aligned. | |
1817 | ||
82c10df6 AC |
1818 | 2004-04-28 Andrew Cagney <[email protected]> |
1819 | ||
d762c46a AC |
1820 | * stack.c (print_stack_frame): Fix description. |
1821 | ||
82c10df6 AC |
1822 | * NEWS: Mention gdb/gdbserver/configure execute permission |
1823 | changed. PR server/519. | |
1824 | ||
0faf0076 AC |
1825 | 2004-04-28 Andrew Cagney <[email protected]> |
1826 | ||
1827 | * stack.c (print_stack_frame_stub): Delete declaration. | |
1828 | (struct print_stack_frame_args, print_stack_frame) | |
1829 | (print_frame_info, print_frame): Replace "source" with print what. | |
1830 | Replace "print" with "print_level". Replace "args" with | |
1831 | "print_args". | |
1832 | * frame.h (show_and_print_stack_frame, print_stack_frame) | |
1833 | (print_frame_info): Update declarations. | |
1834 | * stack.c (select_and_print_frame, frame_command) | |
1835 | (current_frame_command, up_command, down_command): Update calls - | |
1836 | use get_selected_frame, pass "enum print_what" for source, do not | |
1837 | call frame_relative_level. | |
1838 | * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto. | |
1839 | * remote-rdp.c (remote_rdp_open): Ditto. | |
1840 | * remote-mips.c (common_open): Ditto. | |
1841 | * remote-e7000.c (e7000_start_remote): Ditto. | |
1842 | * ocd.c (ocd_start_remote): Ditto. | |
1843 | * mi/mi-main.c (mi_cmd_exec_return): Ditto. | |
1844 | * infrun.c (normal_stop): Ditto. | |
1845 | * inflow.c (kill_command): Ditto. | |
1846 | * infcmd.c (finish_command): Ditto. | |
1847 | * corelow.c (core_open): Ditto. | |
1848 | * tracepoint.c (finish_tfind_command): Ditto. | |
1849 | * thread.c (info_threads_command, info_threads_command) | |
1850 | (restore_current_thread, do_captured_thread_select): Ditto. | |
1851 | * ada-tasks.c (task_command): Ditto. | |
1852 | ||
f4c5303c OF |
1853 | 2004-04-26 Orjan Friberg <[email protected]> |
1854 | ||
1855 | * frame.c: Include "observer.h". | |
1856 | (frame_observer_target_changed): New function. | |
1857 | (_initialize_frame): Attach target_changed observer. | |
1858 | * regcache.c: Include "observer.h". | |
1859 | (regcache_observer_target_changed): New function. | |
1860 | (_initialize_regcache): Attach target_changed observer. | |
1861 | * valops.c: Include "observer.h". | |
1862 | (value_assign): Notify target_changed event when modifying register. | |
1863 | * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h). | |
1864 | ||
7270d8f2 OF |
1865 | 2004-04-26 Orjan Friberg <[email protected]> |
1866 | ||
1867 | From Paul Koning <[email protected]>: | |
1868 | * breakpoint.c (free_valchain): New function. | |
1869 | (insert_bp_location, delete_breakpoint): Use free_valchain. | |
1870 | (remove_breakpoint): Do not remove the valchain. | |
1871 | (bpstat_stop_status): If not stopped by watchpoint, skip | |
1872 | watchpoints when generating stop status list. | |
1873 | * infrun.c (handle_inferior_event): Make | |
1874 | stepped_after_stopped_by_watchpoint a global variable. | |
1875 | * remote.c (remote_stopped_data_address): Return watch data | |
1876 | address rather than zero if stepped_after_stopped_by_watchpoint is | |
1877 | set. | |
1878 | ||
02d62932 MC |
1879 | 2004-04-25 Michael Chastain <[email protected]> |
1880 | ||
1881 | Fix PR gdb/1626. | |
1882 | * configure.in: Check for curses after termcap. | |
1883 | On osf5.*, do not check for ncurses. | |
1884 | * configure: Regenerate. | |
1885 | ||
3e9a183c MK |
1886 | 2004-04-25 Mark Kettenis <[email protected]> |
1887 | ||
c79ac407 MK |
1888 | * ppcobsd-nat.c: Include "ppc-tdep.h". |
1889 | * Makefile.in (ppcobsd-nat.o): Update dependencies. | |
1890 | ||
3e9a183c MK |
1891 | * stack.c (return_command): Use CHECK_TYPEDEF on the return type. |
1892 | Fixes PR tdep/1623 and PR tdep/1624. | |
1893 | ||
38cc9c28 MC |
1894 | 2004-04-24 Michael Chastain <[email protected]> |
1895 | ||
1896 | * xmodem.h, xmodem.c: Remove files. | |
1897 | * Makefile.in: Remove references to xmodem.h, xmodem.c. | |
1898 | ||
7f07c5b6 RC |
1899 | 2004-04-23 Randolph Chung <[email protected]> |
1900 | ||
1901 | * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache) | |
1902 | (hppa_stub_frame_this_id, hppa_stub_frame_prev_register) | |
1903 | (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder | |
1904 | for handling stackless frames. | |
1905 | (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer. | |
1906 | ||
9f7194c3 RC |
1907 | 2004-04-23 Randolph Chung <[email protected]> |
1908 | ||
1909 | * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind | |
1910 | starts at a pc before the frame is created. | |
1911 | ||
dcff6009 JB |
1912 | 2004-04-23 Joel Brobecker <[email protected]> |
1913 | ||
1914 | * ChangeLog-2002: Fix year in one of the ChangeLog entries. | |
1915 | ||
65951cd9 JG |
1916 | 2004-04-23 Jerome Guitton <[email protected]> |
1917 | ||
1918 | * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float, | |
1919 | use convert_typed_floating to get the appropriate format. | |
1920 | ||
abc485a1 RC |
1921 | 2004-04-22 Randolph Chung <[email protected]> |
1922 | ||
1923 | * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load) | |
1924 | (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17) | |
1925 | (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend) | |
1926 | (hppa_sign_extend): Add prototype. | |
1927 | * hppa-tdep.c (get_field, extract_5_load, extract_5R_store) | |
1928 | (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend) | |
1929 | (sign_extend): Rename with hppa_ prefix and make non-static. Other | |
1930 | hppa targets will also use these functions. | |
1931 | (find_unwind_entry): Remove prototype (moved to hppa-tdep.h). | |
1932 | (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline) | |
1933 | (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c | |
1934 | (hppa_gdbarch_init): Remove gdbarch setting of | |
1935 | skip_trampoline_code, in_solib_call_trampoline and | |
1936 | in_solib_return_trampoline. | |
1937 | * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline) | |
1938 | (hppa64_hpux_in_solib_call_trampoline): New functions, split from | |
1939 | hppa_in_solib_call_trampoline. | |
1940 | (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code): | |
1941 | Moved from hppa-tdep.c. | |
1942 | (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code, | |
1943 | in_solib_call_trampoline and in_solib_return_trampoline. | |
1944 | ||
369aa520 RC |
1945 | 2004-04-22 Randolph Chung <[email protected]> |
1946 | ||
1947 | * hppa-tdep.c (hppa_debug): New variable. | |
1948 | (find_unwind_entry, hppa_frame_cache): Add debug output. | |
1949 | (_initialize_hppa_tdep): Add command to set debug flag. | |
1950 | ||
476be15e AC |
1951 | 2004-04-22 Andrew Cagney <[email protected]> |
1952 | ||
1953 | * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and | |
1954 | "trad-frame.h". | |
1955 | (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD | |
1956 | signal trampoline unwinder. | |
1957 | (ppcnbsd_init_abi): Register ppcnbsd_sigtramp. | |
1958 | ||
d195bc9f MK |
1959 | 2004-04-22 Mark Kettenis <[email protected]> |
1960 | ||
1961 | Add OpenBSD/powerpc support. | |
1962 | * NEWS (New native configurations): Mention OpenBSD/powerpc. | |
1963 | * ppc-tdep.h (struct ppc_reg_offsets): New structure. | |
1964 | (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset) | |
1965 | (ppc_collect_fpregset): New prototypes. | |
1966 | * ppcobsd-nat.c: New file. | |
1967 | * ppcobsd-tdep.c: New file. | |
1968 | * ppcobsd-tdep.h: New file. | |
1969 | * rs6000-tdep.c: Include "regset.h". | |
1970 | (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset) | |
1971 | (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset): | |
1972 | New functions. | |
1973 | * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c. | |
1974 | (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies. | |
1975 | (rs6000-tdep.o): Update dependencies. | |
1976 | * configure.host: Add powerpc-*-openbsd. | |
1977 | * configure.tgt: Add powerpc-*-openbsd. | |
1978 | * config/powerpc/obsd.mh: New file. | |
1979 | * config/powerpc/nm-obsd.h: New file. | |
1980 | * config/powerpc/obsd.mt: New file. | |
1981 | ||
6f14cc33 AC |
1982 | 2004-04-22 Andrew Cagney <[email protected]> |
1983 | ||
fcf29e5f AC |
1984 | * frame.h (show_frame_info): Delete declaration. |
1985 | ||
6f14cc33 AC |
1986 | * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test. |
1987 | * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto. | |
1988 | * m32r-tdep.c (m32r_frame_this_id): Ditto. | |
1989 | * frv-tdep.c (frv_frame_this_id): Ditto. | |
1990 | * avr-tdep.c (avr_frame_this_id): Ditto. | |
1991 | ||
e5786a5c EZ |
1992 | 2004-04-22 Elena Zannoni <[email protected]> |
1993 | ||
1994 | * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c. | |
1995 | ||
26e75e5c JB |
1996 | 2004-04-22 Jim Blandy <[email protected]> |
1997 | ||
1998 | * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is | |
1999 | register number zero. | |
2000 | ||
d8d65dd3 MS |
2001 | 2004-04-21 Michael Snyder <[email protected]> |
2002 | ||
2003 | * mips-tdep.c (heuristic_proc_start): | |
2004 | Warning() already prefixes "Warning: ". | |
2005 | ||
9a4105ab AC |
2006 | 2004-04-21 Andrew Cagney <[email protected]> |
2007 | ||
2008 | * annotate.h (deprecated_annotate_starting_hook) | |
2009 | (deprecated_annotate_stopped_hook) | |
2010 | (deprecated_annotate_exited_hook) | |
2011 | (deprecated_annotate_signal_hook) | |
2012 | (deprecated_annotate_signalled_hook): Deprecate. | |
2013 | * tracepoint.h (deprecated_create_tracepoint_hook) | |
2014 | (deprecated_delete_tracepoint_hook) | |
2015 | (deprecated_modify_tracepoint_hook) | |
2016 | (deprecated_trace_find_hook) | |
2017 | (deprecated_trace_start_stop_hook): Deprecate. | |
2018 | * target.h (deprecated_target_new_objfile_hook): Deprecate. | |
2019 | * remote.h (deprecated_target_resume_hook) | |
2020 | (deprecated_target_wait_loop_hook): Deprecate. | |
2021 | * gdbcore.h (deprecated_exec_file_display_hook) | |
2022 | (deprecated_file_changed_hook): Deprecate. | |
2023 | * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate. | |
2024 | * defs.h (deprecated_modify_breakpoint_hook) | |
2025 | (deprecated_command_loop_hook, deprecated_show_load_progress) | |
2026 | (deprecated_print_frame_info_listing_hook) | |
2027 | (deprecated_query_hook, deprecated_warning_hook) | |
2028 | (deprecated_flush_hook, deprecated_create_breakpoint_hook) | |
2029 | (deprecated_delete_breakpoint_hook) | |
2030 | (deprecated_interactive_hook, deprecated_registers_changed_hook) | |
2031 | (deprecated_readline_begin_hook, deprecated_readline_hook) | |
2032 | (deprecated_readline_end_hook, deprecated_register_changed_hook) | |
2033 | (deprecated_memory_changed_hook, deprecated_init_ui_hook) | |
2034 | (deprecated_context_hook, deprecated_target_wait_hook) | |
2035 | (deprecated_attach_hook, deprecated_detach_hook) | |
2036 | (deprecated_call_command_hook, deprecated_set_hook) | |
2037 | (deprecated_error_hook, deprecated_error_begin_hook) | |
2038 | (deprecated_ui_load_progress_hook): Deprecate. | |
2039 | * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update. | |
2040 | * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update. | |
2041 | * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update. | |
2042 | * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update. | |
2043 | * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update. | |
2044 | * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update. | |
2045 | * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update. | |
2046 | * annotate.c, aix-thread.c: Update. | |
2047 | ||
62cf13cc AC |
2048 | 2004-04-21 Andrew Cagney <[email protected]> |
2049 | ||
b2e31a62 AC |
2050 | * Makefile.in (vaxnbsd-tdep.o): Update dependencies. |
2051 | * vaxnbsd-tdep.c: Include "gdb_string.h". | |
2052 | ||
62cf13cc AC |
2053 | * symfile.c (symbol_file_add_from_memory): #if 0 function. |
2054 | (add_symbol_file_from_memory_command): #if 0 function body, call | |
2055 | error instead. | |
2056 | ||
00e32a35 AC |
2057 | 2004-04-21 Andrew Cagney <[email protected]> |
2058 | ||
2059 | * gdbcore.h: Update copyright. | |
2060 | (deprecated_add_core_fns): Rename add_core_fns. | |
2061 | * win32-nat.c (_initialize_core_win32): Update. | |
2062 | * sun3-nat.c (_initialize_core_sun3): Update. | |
2063 | * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update. | |
2064 | * rs6000-nat.c (_initialize_core_rs6000): Update. | |
2065 | * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update. | |
2066 | * nto-tdep.c (_initialize_nto_tdep): Update. | |
2067 | * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update. | |
2068 | * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update. | |
2069 | * mips-nat.c (_initialize_core_mips): Update. | |
2070 | * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update. | |
2071 | * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update. | |
2072 | * m68klinux-nat.c (_initialize_m68k_linux_nat): Update. | |
2073 | * lynx-nat.c (_initialize_core_lynx): Update. | |
2074 | * irix5-nat.c (_initialize_core_irix5): Update. | |
2075 | * i386-interix-nat.c (_initialize_core_interix): Update. | |
2076 | * cris-tdep.c (_initialize_cris_tdep): Update. | |
2077 | * corelow.c (deprecated_add_core_fns): Update. | |
2078 | * core-regset.c (_initialize_core_regset): Update. | |
2079 | * core-aout.c (_initialize_core_aout): Update. | |
2080 | * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update. | |
2081 | * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update. | |
2082 | * alpha-nat.c (_initialize_core_alpha): Update. | |
2083 | ||
13c7b1ca JB |
2084 | 2004-04-21 Jim Blandy <[email protected]> |
2085 | ||
2086 | * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes. | |
2087 | ||
7b5a2f43 DJ |
2088 | 2004-04-19 Daniel Jacobowitz <[email protected]> |
2089 | ||
2090 | * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack): | |
2091 | Delete. | |
2092 | (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack. | |
2093 | (read_attribute_value): Update calls to dwarf_alloc_block. | |
2094 | (dwarf2_build_psymtabs_hard): Don't initialize or clean up | |
2095 | dwarf2_tmp_obstack. | |
2096 | (psymtab_to_symtab_1): Likewise. Clean up using | |
2097 | free_stack_comp_unit. | |
2098 | (add_to_cu_func_list): Use the comp_unit_obstack. | |
2099 | ||
05cf31d1 JB |
2100 | 2004-04-19 Joel Brobecker <[email protected]> |
2101 | ||
2102 | * dwarf2read.c (dwarf2_flag_true_p): New function. | |
2103 | (die_is_declaration): Use the function above. Add some comments. | |
2104 | ||
adf93a2f MK |
2105 | 2004-04-19 Mark Kettenis <[email protected]> |
2106 | ||
2107 | * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify | |
2108 | architecture when registering sparcnbsd_core_osabi_sniffer. | |
2109 | Adjust comment. | |
2110 | ||
748894bf MK |
2111 | 2004-04-18 Mark Kettenis <[email protected]> |
2112 | ||
f622ad42 MK |
2113 | * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to |
2114 | return value. | |
2115 | ||
c4fc7f1b MK |
2116 | Based on a patch from Brian Ford <[email protected]>: |
2117 | * i386-tdep.c: Correct register numbering scheme comments | |
2118 | throughout. | |
2119 | (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum. | |
2120 | (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum. | |
2121 | (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above. | |
2122 | (i386_gdb_arch_init): Likewise. | |
2123 | ||
b4ead1bd MK |
2124 | * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c |
2125 | and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and | |
2126 | ppcnbsd-tdep.o. | |
2127 | ||
748894bf MK |
2128 | * m68k-tdep.h: Tweak comments. |
2129 | * m68k-tdep.c: Tweak comment. | |
2130 | ||
fdd72f95 RC |
2131 | 2004-04-17 Randolph Chung <[email protected]> |
2132 | ||
2133 | * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h). | |
2134 | * hppa-hpux-tdep.c (hppa-tdep.h): Include. | |
2135 | (hppa_hpux_som_init_abi): Set is_elf to 0. | |
2136 | (hppa_hpux_elf_init_abi): Set is_elf to 1. | |
2137 | * hppa-tdep.c (low_text_segment_address): Remove global. | |
2138 | (record_text_segment_lowaddr): Pass in low address as parameter. Use | |
2139 | section offset to calculate segment address. | |
2140 | (internalize_unwinds): Define low_text_segment_address as local and | |
2141 | pass to record_text_segment_lowaddr for ELF targets. | |
2142 | (hppa_gdbarch_init): Zero fill tdep structure. | |
2143 | (hppa_dump_tdep): Print tdep structure. | |
2144 | * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure. | |
2145 | ||
0f8d9d59 RC |
2146 | 2004-04-17 Randolph Chung <[email protected]> |
2147 | ||
2148 | * hppa-tdep.c (hppa_pseudo_register_read): Define. | |
2149 | (hppa_gdbarch_init): Set pseudo_register_read. | |
2150 | * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove. | |
2151 | * regcache.c (supply_register): Remove check for | |
2152 | DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user. | |
2153 | ||
7c46b9fb RC |
2154 | 2004-04-17 Randolph Chung <[email protected]> |
2155 | ||
2156 | * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h) | |
2157 | * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h. | |
2158 | (hpread_adjust_stack_address): Move to hpread.c. | |
2159 | * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info, | |
2160 | obj_private_struct): Move from tm-hppa.h. | |
2161 | * hpread.c (hppa-tdep.h): Include. | |
2162 | (hpread_adjust_stack_address): Move from hppa-tdep.c. | |
2163 | (hpread_read_function_type, hpread_read_doc_function_type) | |
2164 | (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address | |
2165 | directly. | |
2166 | * pa64solib.c (hppa-tdep.h): Include. | |
2167 | * somsolib.c (hppa-tdep.h): Include. | |
2168 | * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type, | |
2169 | inferior_status): Remove unused forward declarations. | |
2170 | (INSTRUCTION_SIZE): Move to hppa-tdep.c. | |
2171 | (unwind_table_entry, unwind_stub_types, obj_unwind_info, | |
2172 | obj_private_struct): Move to hppa-tdep.h. | |
2173 | (HPREAD_ADJUST_STACK_ADDRESS): Remove. | |
2174 | ||
8d153463 RC |
2175 | 2004-04-17 Randolph Chung <[email protected]> |
2176 | ||
2177 | * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue) | |
2178 | (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline) | |
2179 | (hppa_in_solib_return_trampoline, hppa_cannot_store_register) | |
2180 | (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc): | |
2181 | Remove forward declaration and make static. | |
2182 | (hppa_reg_struct_has_addr): Remove. | |
2183 | ||
350c2e5b JB |
2184 | 2004-04-16 Joel Brobecker <[email protected]> |
2185 | ||
2186 | * observer.sh: Move comments in sed command to first column. | |
2187 | ||
bbde78fa JM |
2188 | 2004-04-16 Jason Molenda ([email protected]) |
2189 | ||
2190 | * frame.c: Minor typeo corrections in comments. | |
2191 | ||
e0270fd9 JB |
2192 | 2004-04-16 Joel Brobecker <[email protected]> |
2193 | ||
2194 | * observer.c (observer_test_first_notification_function): Update | |
2195 | function profile. | |
2196 | (observer_test_second_notification_function): Likewise. | |
2197 | (observer_test_third_notification_function): Likewise. | |
2198 | ||
3d049254 MK |
2199 | 2004-04-16 Mark Kettenis <[email protected]> |
2200 | ||
2201 | From Brian Ford <[email protected]>: | |
2202 | * i386-tdep.c (i386_coff_init_abi): New function. | |
2203 | * i386-tdep.h (i386_coff_init_abi): New prototype. | |
2204 | * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct | |
2205 | register number translation functions for DWARF and DWARF 2. | |
2206 | ||
7867684d JB |
2207 | 2004-04-16 Joel Brobecker <[email protected]> |
2208 | ||
2209 | * dwarf2read.c: Back out my previous change, it was incorrect. | |
2210 | ||
72bf9492 DJ |
2211 | 2004-04-16 Daniel Jacobowitz <[email protected]> |
2212 | ||
2213 | * dwarf2read.c: Include "hashtab.h". | |
2214 | (struct dwarf2_cu): Add partial_dies, comp_unit_obstack, | |
2215 | has_namespace_info. | |
2216 | (struct partial_die_info): Add comments. Use bitfields to reduce | |
2217 | memory footprint. Add scope, scope_set, has_specification, | |
2218 | spec_offset, die_parent, die_child, and die_sibling. | |
2219 | (peek_die_abbrev): Add prototype. | |
2220 | (partial_read_comp_unit_head): New function, broken out from | |
2221 | dwarf2_build_psymtabs_hard. | |
2222 | (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr. | |
2223 | Use partial_read_comp_unit_head. Initialize the CU and | |
2224 | comp_unit_obstack. Update calls to read_partial_die and | |
2225 | scan_partial_symbols. Use free_stack_comp_unit and | |
2226 | load_partial_dies. | |
2227 | (scan_partial_symbols): Change PDI to a pointer. Use the child and | |
2228 | sibling pointers to walk partial DIEs. Call fixup_partial_die. | |
2229 | Update calls to helper functions. Remove NAMESPACE argument. | |
2230 | Update comments. | |
2231 | (partial_die_parent_scope, partial_die_full_name): New functions. | |
2232 | (add_partial_symbol): Remove namespace argument. Update call to | |
2233 | pdi_needs_namespace. Use partial_die_full_name. Handle | |
2234 | DW_TAG_namespace. Check has_namespace_info flag. | |
2235 | (pdi_needs_namespace): Remove NAMESPACE argument. Just check the | |
2236 | tag. Handle namespaces. | |
2237 | (add_partial_namespace, add_partial_enumeration): Simplify. | |
2238 | (guess_structure_name): New function, derived from | |
2239 | add_partial_structure. | |
2240 | (add_partial_structure): Remove. | |
2241 | (determine_class_name): Update comment. | |
2242 | (dwarf2_read_abbrevs): Set has_namespace_info flag. | |
2243 | (is_type_tag_for_partial, load_partial_dies): New functions. | |
2244 | (read_partial_die): Pass abbrev and abbrev_len as arguments. | |
2245 | Record specifications instead of following them immediately. | |
2246 | (find_partial_die_in_comp_unit, find_partial_die) | |
2247 | (fixup_partial_die, free_stack_comp_unit) | |
2248 | (hashtab_obstack_allocate, dummy_obstack_deallocate) | |
2249 | (partial_die_hash, partial_die_eq): New functions. | |
2250 | * Makefile.in (hashtab_h): Define. | |
2251 | (dwarf2read.o): Update dependencies. | |
2252 | (observer_inc, observer_h): Move to the correct section. | |
2253 | ||
fdc860a3 JB |
2254 | 2004-04-15 Joel Brobecker <[email protected]> |
2255 | ||
2256 | * dwarf2read.c (dwarf2_attribute_true_p): New function. | |
2257 | (die_is_declaration): Use the function above. Add comment. | |
2258 | ||
dc718098 JB |
2259 | 2004-04-15 Joel Brobecker <[email protected]> |
2260 | ||
2261 | * dwarf2read.c (read_structure_scope): Identify stub types | |
2262 | using die_is_declaration() only. | |
2263 | ||
8718a420 RM |
2264 | 2004-04-15 Roland McGrath <[email protected]> |
2265 | ||
2266 | * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as | |
2267 | argument instead of NAME. | |
2268 | (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open | |
2269 | in call to symbol_file_add_with_addrs_or_offsets. | |
2270 | (build_addr_info): New function, helper for ... | |
2271 | (symbol_file_add_from_memory): New function. | |
2272 | (add_symbol_file_from_memory_command): New function using that. | |
2273 | (_initialize_symfile): Register it for add-symbol-file-from-memory. | |
2274 | (pre_add_symbol_hook): Add const to argument type. | |
2275 | * symfile.h (symbol_file_add_from_memory): Declare it. | |
2276 | ||
8b910bab MK |
2277 | 2004-04-15 Mark Kettenis <[email protected]> |
2278 | ||
9f076e7a MK |
2279 | * NEWS (New native configurations): Mention OpenBSD/vax. |
2280 | * configure.host: Add vax-*-openbsd*. | |
2281 | * config/vax/obsd.mh: New file. | |
2282 | * config/vax/nm-obsd.h: New file. | |
2283 | ||
8b910bab MK |
2284 | * vax-tdep.c: Include "regset.h". |
2285 | (vax_supply_gregset): New function. | |
2286 | (vax_gregset): New variable. | |
2287 | (vax_regset_from_core_section): New function. | |
2288 | (vax_gdbarch_init): Set regset_from_core_section. | |
2289 | * Makefile.in (vax-tdep.o): Update dependencies. | |
2290 | ||
7a464420 AC |
2291 | 2004-04-15 Andrew Cagney <[email protected]> |
2292 | ||
2293 | * observer.c (normal_stop_subject, observer_notify_normal_stop) | |
2294 | (observer_normal_stop_notification_stub) | |
2295 | (observer_attach_normal_stop, observer_detach_normal_stop): | |
2296 | Delete, replaced by #include "observer.inc". | |
2297 | * infrun.c (normal_stop): Pass "stop_bpstat" to | |
2298 | observer_notify_normal_stop. | |
2299 | * Makefile.in (observer_inc): Define. | |
2300 | (observer.o): Update dependencies. | |
2301 | (observer.h, observer.inc): New rules. | |
2302 | * observer.h: Delete file. | |
2303 | * observer.sh: New file. | |
2304 | ||
e36ad527 MK |
2305 | 2004-04-15 Mark Kettenis <[email protected]> |
2306 | ||
2307 | * vax-tdep.c (vax_frame_cache): Fix typo. | |
2308 | ||
67b441e1 MK |
2309 | 2004-04-14 Mark Kettenis <[email protected]> |
2310 | ||
6f606e1c MK |
2311 | * NEWS (New native configurations): Mention NetBSD/vax. |
2312 | * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*. | |
2313 | * config/vax/nbsdelf.mh: New file. | |
2314 | * config/vax/nbsdaout.mh: New file. | |
2315 | * config/vax/nm-nbsd.h: New file. | |
2316 | * config/vax/nm-nbsdaout.h: New file. | |
2317 | ||
9c5519a5 MK |
2318 | * vaxnbsd-tdep.c: New file. |
2319 | * Makefile.in (vaxnbsd-tdep.o): New dependency. | |
2320 | * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*. | |
2321 | * config/vax/nbsd.mt: New file. | |
2322 | * config/vax/tm-nbsd.h: New file. | |
2323 | ||
4844a614 MK |
2324 | * Makefile.in (vaxbsd-nat.o): New dependency. |
2325 | ||
67b441e1 MK |
2326 | * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM. |
2327 | * vax-tdep.c (vax_store_arguments): Remove struct_return and | |
2328 | struct_addr arguments. Don't push return value address. | |
2329 | (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as | |
2330 | arguments to vax_store_arguments. Store return value address in | |
2331 | R1. | |
2332 | (vax_store_struct_return, vax_extract_return_value) | |
2333 | (vax_store_return_value): Remove functions. | |
2334 | (vax_return_value): New function. | |
2335 | (vax_gdbarch_init): Set return value. Don't set | |
2336 | deprecated_store_struct_return, deprecated_extract_struct_return | |
2337 | and deprecated_store_return_value. | |
2338 | ||
6672f2ae AS |
2339 | 2004-04-14 Andreas Schwab <[email protected]> |
2340 | ||
2341 | * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null | |
2342 | value buffer. | |
2343 | * libunwind-frame.c (libunwind_frame_prev_register): Likewise. | |
2344 | ||
7346c184 MK |
2345 | 2004-04-14 Mark Kettenis <[email protected]> |
2346 | ||
2347 | * vax-tdep.c (vax_store_arguments, vax_push_dummy_call) | |
2348 | (vax_unwind_dummy_id): New functions. | |
2349 | (vax_push_dummy_frame, vax_pop_frame): Remove functions. | |
2350 | (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove | |
2351 | variables. | |
2352 | (vax_fix_call_dummy): Remove function. | |
2353 | (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id. | |
2354 | Don't set deprecated_push_dummy_frame, deprecated_pop_frame, | |
2355 | call_dummy_location, deprecated_call_dummy_words, | |
2356 | deprecated_sizeof_call_dummy_words, | |
2357 | deprecated_call_dummy_breakpoint_offset, | |
2358 | deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy, | |
2359 | and deprecated_dummy_write_sp. | |
2360 | ||
58e23df4 DC |
2361 | 2004-04-13 David Carlton <[email protected]> |
2362 | ||
2363 | * MAINTAINERS: Move myself to "paper trail" section. | |
2364 | ||
5e6b39ff MK |
2365 | 2004-04-12 Mark Kettenis <[email protected]> |
2366 | ||
7def7fef MK |
2367 | * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and |
2368 | "trad-frame.h". | |
2369 | (vax_frame_init_saved_regs): Remove function. | |
2370 | (vax_sigtramp_saved_pc): Remove function. | |
2371 | (vax_frame_saved_pc): Remove function. | |
2372 | (vax_frame_args_address): Remove function. | |
2373 | (vax_frame_num_args): Rewrite. | |
2374 | (vax_frame_chain): Remove function. | |
2375 | (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with | |
2376 | VAX_FP_REGNUM. | |
2377 | (vax_pop_frame): Likewise. | |
2378 | (vax_saved_pc_after_call): Remove function. | |
2379 | (struct vax_frame_cache): New structure. | |
2380 | (vax_frame_cache): New function. | |
2381 | (vax_frame_this_id): New function. | |
2382 | (vax_frame_prev_register): New function. | |
2383 | (vax_frame_unwind): New variable. | |
2384 | (vax_frame_sniffer): New function. | |
2385 | (vax_frame_base_address): New function. | |
2386 | (vax_frame_args_address): New function. | |
2387 | (vax_frame_base): New variable. | |
2388 | (vax_unwind_pc): New function. | |
2389 | (vax_gdbarch_init): Don't set deprecated_init_frame_pc, | |
2390 | deprecated_fp_regnum, deprecated_saved_pc_after_call, | |
2391 | deprecated_frame_chain, deprecated_frame_saved_pc, | |
2392 | deprecated_frame_args_address and | |
2393 | deprecated_frame_init_saved_regs. | |
2394 | * Makefile.in (vax-tdep.o): Update dependencies. | |
2395 | ||
53284fc1 MK |
2396 | * vaxbsd-nat.c: New file. |
2397 | ||
5e6b39ff MK |
2398 | * vax-tdep.h: Update copyright year. Adjust comments. |
2399 | (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE, | |
2400 | VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros. | |
2401 | (vax_regnum): New enum. Replacing... | |
2402 | (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM) | |
2403 | (VAX_PS_REGNUM): ... these removed macros. | |
2404 | * vax-tdep.c (vax_register_name): Remove prototype. | |
2405 | (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE. | |
2406 | (vax_register_byte, vax_register_raw_size, | |
2407 | vax_register_virtual_size, vax_register_virtual_type): Remove | |
2408 | functions. | |
2409 | (vax_register_type): New function. | |
2410 | (vax_breakpoint_from_pc): Reorganize. | |
2411 | (vax_gdbarch_init): Set register_type. Don't set | |
2412 | deprecated_register_size, deprecated_register_bytes, | |
2413 | deprecated_register_byte, deprecated_register_raw_size, | |
2414 | deprecated_max_register_raw_size, | |
2415 | deprecated_register_virtual_size, | |
2416 | deprecated_max_register_virtual_size and | |
2417 | deprecated_register_virtual_type. Add comment on stack direction. | |
2418 | ||
e9c71e9f MK |
2419 | 2004-04-11 Mark Kettenis <[email protected]> |
2420 | ||
2421 | * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM, | |
2422 | AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM, | |
296bc76f | 2423 | AMD64_FS_REGNUM and AMD64_GS_REGNUM. |
e9c71e9f | 2424 | |
d46f1176 | 2425 | 2004-04-10 Randolph Chung <[email protected]> |
8718a420 | 2426 | |
d46f1176 RC |
2427 | * MAINTAINERS (write after approval): Add myself. |
2428 | ||
a2a84a72 RC |
2429 | 2004-04-07 Randolph Chung <[email protected]> |
2430 | ||
2431 | * hppa-tdep.c (hppa_inner_than): Remove. | |
2432 | (is_pa_2): Remove unused static variable. | |
8718a420 | 2433 | (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version. |
a2a84a72 | 2434 | |
e85c3284 PH |
2435 | 2004-03-10 Paul N. Hilfinger <[email protected]> |
2436 | ||
2437 | * language.h (language_defn): Add new la_post_parser field. | |
2438 | * parser-defs.h (null_post_parser): New declaration (default for | |
2439 | la_post_parser). | |
8718a420 | 2440 | |
e85c3284 PH |
2441 | * parse.c (parse_exp_1): Move code to parse_exp_in_context and |
2442 | insert call to that function. | |
2443 | (parse_exp_in_context): New function, including code formerly in | |
8718a420 | 2444 | parse_exp_1. Calls language-dependent post-parser after |
e85c3284 PH |
2445 | prefixification. |
2446 | (parse_expression_in_context): New exported function. | |
2447 | (null_post_parser): New definition. | |
2448 | * expression.h (parse_expression_in_context): Add declaration. | |
8718a420 | 2449 | |
e85c3284 PH |
2450 | * p-lang.c (pascal_language_defn): Add trivial post-parser. |
2451 | * c-lang.c (c_language_defn): Ditto. | |
2452 | (cplus_language_defn): Ditto. | |
2453 | (asm_language_defn): Ditto. | |
2454 | (minimal_language_defn): Ditto. | |
2455 | * f-lang.c (f_language_defn): Ditto. | |
2456 | * jv-lang.c (java_language_defn): Ditto. | |
2457 | * language.c (unknown_language_defn): Ditto. | |
2458 | (auto_language_defn): Ditto. | |
2459 | (local_language_defn): Ditto. | |
2460 | * m2-lang.c (m2_language_defn): Ditto. | |
2461 | * scm-lang.c (scm_language_defn): Ditto. | |
2462 | * obj-lang.c (objc_language_defn): Ditto. | |
8718a420 | 2463 | |
d9f8c85b MK |
2464 | 2004-04-10 Mark Kettenis <[email protected]> |
2465 | ||
fa34704a MK |
2466 | * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function. |
2467 | (amd64nbsd_mcontext_addr): New function. | |
2468 | (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as | |
2469 | amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset | |
2470 | with amd64nbsd_r_reg_offset, instead of building it on the fly. | |
2471 | ||
403e1656 MK |
2472 | * corelow.c (core_xfer_partial): Fix coding standards violation. |
2473 | Add support for TARGET_OBJECT_WCOOKIE. | |
2474 | ||
a57e5a95 MK |
2475 | * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set |
2476 | deprecated_pc_in_sigtramp. | |
2477 | * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise. | |
2478 | * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise. | |
2479 | * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise. | |
2480 | * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise. | |
2481 | * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise. | |
2482 | * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise. | |
2483 | * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise. | |
2484 | ||
377d9ebd MK |
2485 | * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c, |
2486 | i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c: | |
2487 | Fix typo. | |
2488 | ||
f0ef85a5 MK |
2489 | * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with |
2490 | I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode. | |
2491 | (amd64_collect_fxsave): Likewise. | |
2492 | ||
d9f8c85b MK |
2493 | * i386-sol2-tdep.c: Include "gdb_string.h". |
2494 | (i386_sol2_sigtramp_p): Recognize signal trampoline based on its | |
2495 | name. | |
2496 | * Makefile.in (i386-sol2-tdep.o): Update dependencies. | |
2497 | ||
75f501b5 MK |
2498 | 2004-04-10 Mark Kettenis <[email protected]> |
2499 | ||
2500 | * i386-sol2-tdep.c: Include "solib-svr4.h". | |
2501 | (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets. | |
2502 | * Makefile.in (i386-sol2-tdep.o): Update dependencies. | |
2503 | * config/i386/tm-i386sol2.h: Include :solib.h". | |
2504 | * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o, | |
2505 | solib-svr4.o and solib-legacy.o. | |
2506 | * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and | |
2507 | solib-svr4.o. | |
2508 | ||
b31bc724 MK |
2509 | 2004-04-09 Mark Kettenis <[email protected]> |
2510 | ||
18bbbd9e MK |
2511 | * amd64-linux-nat.c (fetch_inferior_registers): Correctly check |
2512 | whether a register is supplied by PTRACE_GETFPREGS. | |
2513 | (store_inferior_registers): Likewise. | |
2514 | * amd64bsd-nat.c (fetch_inferior_registers): Correctly check | |
2515 | whether a register is supplied by PT_GETFPREGS. | |
2516 | (store_inferior_registers): Likewise. | |
2517 | ||
3c30bf1b MK |
2518 | * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o. |
2519 | * config/i386/linux64.mt (TDEPFILES): Likewise. | |
2520 | ||
a4194092 MK |
2521 | * i386-linux-nat.c: Update copyrigth year. Tweak comment. |
2522 | ||
911bc6ee MK |
2523 | * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new |
2524 | sigtramp_p member of `struct gdbarch_tdep'. Also check whether | |
2525 | the program counter is in the range specified by `struct | |
2526 | gdbarch_tdep'. | |
2527 | * amd64-linux-tdep.c: Include "symtab.h". | |
2528 | (amd64_linux_pc_in_sigtramp): Remove function. | |
2529 | (amd64_linux_sigtramp_p): New function. | |
2530 | (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set | |
2531 | deprecated_pc_in_sigtramp. | |
2532 | * amd64nbsd-tdep.c: Include "symtab.h". | |
2533 | (amd64nbsd_sigtramp_p): New function. | |
2534 | (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set | |
2535 | deprecated_pc_in_sigtramp. | |
2536 | * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a | |
2537 | few comments. | |
2538 | (amd64obsd_pc_in_sigtramp): Remove function. | |
2539 | (amd64obsd_sigtramp_p): New function. | |
2540 | (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set | |
2541 | deprecated_pc_in_sigtramp. | |
2542 | * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member. | |
2543 | (i386bsd_pc_ins_sigtramp): Remove prototype. | |
2544 | (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes. | |
2545 | * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new | |
2546 | sigtramp_p member of `struct gdbarch_tdep'. Also check whether | |
2547 | the program counter is in the range specified by `struct | |
2548 | gdbarch_tdep'. | |
2549 | (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions. | |
2550 | (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions. | |
2551 | (i386_go32_pc_in_sigtramp): Remove function. | |
2552 | (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp. | |
2553 | Initialize TDEP->sigtramp_p. | |
2554 | (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL. | |
2555 | (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set | |
2556 | deprecated_pc_in_sigtramp. | |
2557 | * i386-linux-tdep.c: Adjust comments. | |
2558 | (i386_linux_pc_in_sigtramp): Remove function. | |
2559 | (i386_linux_sigtramp_p): New function. | |
2560 | (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set | |
2561 | deprecated_pc_in_sigtramp. | |
2562 | * i386-nto-tdep.c: Update copyright year. | |
2563 | (i386nto_pc_in_sigtramp): Remove function. | |
2564 | (i386nto_sigtramp_p): New function. | |
2565 | (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of | |
2566 | SP_REGNUM. | |
2567 | (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set | |
2568 | deprecated_pc_in_sigtramp. | |
2569 | * i386-sol2-tdep.c: Update copyright year. | |
2570 | (i386_sol2_pc_in_sigtramp): Remove function. | |
2571 | (i386_sol2_sigtramp_p): New function. | |
2572 | (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set | |
2573 | deprecated_pc_in_sigtramp. | |
2574 | * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function. | |
2575 | (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions. | |
2576 | (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp, | |
2577 | deprecated_sigtramp_start and deprecated_sigtramp_end. | |
2578 | * i386nbsd-tdep.c: Include "frame.h" and "symtab.h". | |
2579 | (i386nbsd_pc_in_sigtramp): Remove function. | |
2580 | (i386nbsd_sigtramp_p): New function. | |
2581 | (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp, | |
2582 | deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize | |
2583 | TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p. | |
2584 | * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h". | |
2585 | (i386obsd_pc_in_sigtramp): Remove function. | |
2586 | (i386obsd_sigtramp_p): New function. | |
2587 | (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove | |
2588 | functions. | |
2589 | (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp, | |
2590 | deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize | |
2591 | TDEP->sigtramp_p. | |
2592 | * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o, | |
2593 | amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update | |
2594 | dependencies. | |
2595 | ||
e083e6ec MK |
2596 | * config/i386/i386aout.mt: Remove file. |
2597 | ||
bd153b94 MK |
2598 | * configure.tgt: Remove i[34567]86-*-go32*, |
2599 | i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv* | |
2600 | and i[34567]86-*-isc*. Set gdb_target to i386 for | |
2601 | i[34567]86-*-netware* and i[34567]86-*-*. | |
2602 | * config/i386/i386.mt: New file. | |
2603 | * config/i386/embed.mt: Remove file. | |
2604 | * config/i386/go32.mt: Remove file. | |
2605 | * config/i386/i386nw.mt: Remove file. | |
2606 | * config/i386/i386v.mt: Remove file. | |
2607 | * config/i386/tm-go32.h: Remove file. | |
2608 | ||
4a1bcc8c MK |
2609 | * tui/tui-hooks.c: Include "readline/readline.h" after |
2610 | "gdb_curses.h" instead of before. | |
2611 | * tui/tui-io.c: Likewise. | |
2612 | ||
f9a79064 MK |
2613 | * tui/tui.c: Fix typo in comment. |
2614 | ||
b31bc724 MK |
2615 | * sparc64-tdep.c (sparc_address_from_register): Remove function. |
2616 | ||
f83f82bc AC |
2617 | 2004-04-08 Andrew Cagney <[email protected]> |
2618 | ||
2619 | * breakpoint.h (deprecated_exception_catchpoints_are_fragile) | |
2620 | (deprecated_exception_support_initialized): Declare. | |
8718a420 | 2621 | * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support) |
f83f82bc AC |
2622 | (initialize_hp_cxx_exception_support) |
2623 | (child_enable_exception_callback): Update. | |
2624 | * breakpoint.c (deprecated_exception_catchpoints_are_fragile) | |
2625 | (deprecated_exception_support_initialized): Rename | |
2626 | deprecated_exception_catchpoints_are_fragile and | |
2627 | deprecated_exception_support_initialized. | |
2628 | (breakpoint_init_inferior, breakpoint_init_inferior): Update. | |
2629 | ||
2630 | * symtab.c (deprecated_hp_som_som_object_present): Rename | |
2631 | hp_som_som_object_present. | |
2632 | * symtab.h (deprecated_hp_som_som_object_present): Declare. | |
2633 | * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS): | |
2634 | Update. Delete extern declaration. | |
2635 | * valops.c (hp_som_som_object_present): Ditto. | |
8718a420 | 2636 | * parse.c (deprecated_hp_som_som_object_present) |
f83f82bc AC |
2637 | (parse_nested_classes_for_hpacc): Ditto. |
2638 | * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto. | |
8718a420 | 2639 | * hppa-hpux-tdep.c (hp_som_som_object_present) |
f83f82bc AC |
2640 | (initialize_hp_cxx_exception_support): Ditto. |
2641 | * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto. | |
8718a420 | 2642 | * cp-valprint.c (hp_som_som_object_present) |
f83f82bc | 2643 | (cp_print_class_method): Ditto. |
8718a420 | 2644 | * c-typeprint.c (hp_som_som_object_present): |
f83f82bc AC |
2645 | (c_type_print_base): Ditto. |
2646 | * c-exp.y (hp_som_som_object_present): Ditto. | |
2647 | ||
fb2be677 AC |
2648 | 2004-04-08 Andrew Cagney <[email protected]> |
2649 | ||
2650 | * frame-unwind.c (struct frame_unwind_table, frame_unwind_init) | |
2651 | (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer) | |
2652 | (frame_unwind_find_by_frame): Re-implement the unwind code so | |
2653 | that it can both prepend and append sniffers. Replace | |
2654 | frame_unwind_register_unwinder with frame_unwind_prepend_unwinder. | |
2655 | * tramp-frame.c (tramp_frame_append): Use | |
2656 | frame_unwind_prepend_unwinder. | |
2657 | * frame-unwind.h (frame_unwind_prepend_unwinder): Replace | |
2658 | frame_unwind_register_unwinder. | |
2659 | * tramp-frame.h (tramp_frame_prepend_unwinder): Rename | |
2660 | tramp_frame_append. | |
2661 | * tramp-frame.c (tramp_frame_prepend_unwinder): Update. | |
8718a420 | 2662 | * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi) |
fb2be677 AC |
2663 | (mips_linux_init_abi): Update. |
2664 | ||
67faf007 KB |
2665 | 2004-04-08 Kevin Buettner <[email protected]> |
2666 | ||
2667 | * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG) | |
2668 | (ELF_FPREGSET_SIZE): Delete constants formerly used in core | |
2669 | file support. | |
2670 | ||
8973ff21 KB |
2671 | 2004-04-07 Kevin Buettner <[email protected]> |
2672 | ||
2673 | * ia64-tdep.c (elf.h): Don't include. | |
2674 | (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include. | |
2675 | ||
4a0e2f88 JM |
2676 | 2004-04-07 Jason Molenda ([email protected]) |
2677 | ||
2678 | * frame.h: Typeo corrections in comments. | |
2679 | ||
9872ad24 JB |
2680 | 2004-04-07 Jim Blandy <[email protected]> |
2681 | ||
2682 | * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for | |
2683 | %esp and %ebp | |
2684 | ||
70b216c8 MK |
2685 | 2004-04-07 Mark Kettenis <[email protected]> |
2686 | ||
11d5789c MK |
2687 | * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o. |
2688 | * config/sparc/linux64.mt (TDEPFILES): Likewise. | |
2689 | * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o. | |
2690 | * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o | |
2691 | and solib-legacy.o. | |
2692 | * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and | |
2693 | solib-svr4.o. | |
2694 | * config/sparc/tm-sol2.h: Update copyright year. Include | |
2695 | "solib.h". | |
2696 | ||
70b216c8 MK |
2697 | * sparc-sol2-tdep.c: Update copyright year. Include |
2698 | "solib-svr4.h". | |
2699 | (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets. | |
2700 | * sparc64-sol2-tdep.c: Include "solib-svr4.h". | |
2701 | (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets. | |
096f864c | 2702 | * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update |
70b216c8 MK |
2703 | dependencies. |
2704 | ||
6339dc9e AC |
2705 | 2004-04-06 Andrew Cagney <[email protected]> |
2706 | ||
2707 | * infttrace.c: Include "infttrace.h". | |
2708 | * infttrace.h: Include "target.h". | |
2709 | * Makefile.in (infttrace_h): Update. | |
2710 | (infttrace.o): Update. | |
8718a420 | 2711 | |
93449403 AC |
2712 | 2004-04-06 Andrew Cagney <[email protected]> |
2713 | ||
6d518969 AC |
2714 | * hppah-nat.c (hpux_has_forked, hpux_has_vforked) |
2715 | (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h", | |
2716 | move extern declarations from here ... | |
2717 | * infttrace.h: ... to here. | |
2718 | * Makefile.in (hppah-nat.o): Update dependencies. | |
2719 | ||
85f4f2d8 AC |
2720 | * hppa-tdep.c (hppa_breakpoint_from_pc): Make static. |
2721 | (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc | |
8718a420 | 2722 | * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32): |
85f4f2d8 AC |
2723 | (hppa_breakpoint_from_pc): Delete. |
2724 | ||
93449403 AC |
2725 | * MAINTAINERS: Mark hppa-elf as buildable with -Werror. |
2726 | ||
71456ec6 AC |
2727 | 2004-04-05 Andrew Cagney <[email protected]> |
2728 | ||
2729 | * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>, | |
2730 | <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h", | |
2731 | <sys/file.h>. | |
8718a420 | 2732 | |
4c02c60c AC |
2733 | 2004-04-06 Randolph Chung <[email protected]> |
2734 | ||
2735 | Committed by Andrew Cagney (mechanical change). | |
2736 | * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present, | |
2737 | exception_catchpoints_are_fragile, find_stub_with_shl_get, | |
2738 | cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support, | |
2739 | child_enable_exception_callback, current_ex_event, | |
2740 | null_symtab_and_line, child_get_current_exception_event, | |
2741 | HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value, | |
2742 | HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw, | |
2743 | HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support, | |
2744 | hp_cxx_exception_support_initialized, eh_notify_hook_addr, | |
2745 | eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr, | |
2746 | eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior): | |
2747 | Move hpux-specific definitions ... | |
2748 | * hppa-hpux-tdep.c: ... to here. | |
2749 | ||
3a515653 AC |
2750 | 2004-04-05 Andrew Cagney <[email protected]> |
2751 | ||
2752 | * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to | |
2753 | skip_prologue_using_sal. | |
2754 | ||
c1730d02 AC |
2755 | 2004-04-05 Andrew Cagney <[email protected]> |
2756 | ||
2757 | * config/i386/tm-i386.h: Delete file. | |
2758 | * config/i386/tm-vxworks.h: Update copyright, do not include | |
2759 | "tm-i386.h". | |
2760 | * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto. | |
2761 | * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto. | |
2762 | * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto. | |
2763 | * config/i386/ncr3000.mt (TM_FILE): Delete. | |
2764 | * config/i386/interix.mt (TM_FILE): Delete. | |
2765 | * config/i386/i386v.mt (TM_FILE): Delete. | |
2766 | * config/i386/i386nw.mt (TM_FILE): Delete. | |
2767 | * config/i386/i386gnu.mt (TM_FILE): Delete. | |
2768 | * config/i386/i386aout.mt (TM_FILE): Delete. | |
2769 | * config/i386/embed.mt (TM_FILE): Delete. | |
2770 | ||
8b67aa36 KB |
2771 | 2004-04-05 Kevin Buettner <[email protected]> |
2772 | ||
2773 | * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum) | |
2774 | (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum) | |
2775 | (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum) | |
2776 | (accg7_regnum): New constants. | |
2777 | (last_spr_regnum, last_pseudo_regnum): Update. | |
c2f59a1a KB |
2778 | * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7, |
2779 | accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1. | |
8b67aa36 KB |
2780 | (frv_pseudo_register_read, frv_pseudo_register_write): Add support |
2781 | for accg registers. | |
2782 | (frv_register_sim_regno): Update spr_map[]. | |
2783 | ||
3c7012f5 AC |
2784 | 2004-04-04 Andrew Cagney <[email protected]> |
2785 | ||
2786 | * config/mips/xm-riscos.h: Delete. | |
2787 | * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete. | |
2788 | * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete. | |
2789 | * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete. | |
2790 | * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete. | |
2791 | * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete. | |
2792 | * config/mips/decstation.mh, config/mips/littlemips.mh: Delete. | |
2793 | * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete. | |
2794 | * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete. | |
2795 | * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete. | |
2796 | * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete. | |
2797 | * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete. | |
2798 | * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete. | |
2799 | * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete. | |
2800 | * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete. | |
2801 | * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete. | |
2802 | * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete. | |
2803 | * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete. | |
2804 | * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete. | |
2805 | * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete. | |
2806 | * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete. | |
2807 | * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete. | |
2808 | * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete. | |
2809 | * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete. | |
2810 | * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete. | |
2811 | * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete. | |
2812 | * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete. | |
8718a420 | 2813 | |
3c7012f5 AC |
2814 | * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*, |
2815 | m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*, | |
2816 | m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*. | |
2817 | * configure.host: Remove m680[01]0-sun-sunos3*, | |
2818 | m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*, | |
2819 | m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*, | |
2820 | m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*, | |
2821 | mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*, | |
2822 | mips-*-riscos*. | |
2823 | * NEWS: Mention removed systems. | |
2824 | ||
99d16a21 AC |
2825 | 2004-04-04 Andrew Cagney <[email protected]> |
2826 | ||
2827 | GDB 6.1 release created from 6.1 branch. | |
2828 | ||
6cdf9d98 AC |
2829 | 2004-04-04 Andrew Cagney <[email protected]> |
2830 | ||
98d346c3 AC |
2831 | * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy. |
2832 | * remote-vxmips.c (vx_read_register, vx_write_register): Ditto. | |
2833 | * remote-vx68.c (vx_read_register, vx_write_register): Ditto. | |
2834 | ||
6cdf9d98 AC |
2835 | * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete. |
2836 | * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete. | |
2837 | * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete. | |
2838 | ||
859a326d JB |
2839 | 2004-04-03 Jim Blandy <[email protected]> |
2840 | ||
2841 | * MAINTAINERS: Chris Faylor has changed employers; add him to | |
2842 | "paper trail" section, and update his E-mail address. | |
2843 | ||
b87178c3 AC |
2844 | 2004-04-03 Andrew Cagney <[email protected]> |
2845 | ||
4ea2acf0 AC |
2846 | * frame-unwind.c (frame_unwind_find_by_frame): Delete check for |
2847 | generic dummy frames. | |
2848 | * dummy-frame.c: Update copyright. | |
2849 | (dummy_frame_sniffer): Delete check for generic dummy frames. | |
2850 | ||
d0bd2d18 | 2851 | * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete. |
8718a420 | 2852 | * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS) |
d0bd2d18 AC |
2853 | (REG_PARM_STACK_SPACE): Delete. |
2854 | * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call): | |
2855 | Inline reference to REG_PARM_STACK_SPACE. | |
2856 | ||
b87178c3 AC |
2857 | * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP) |
2858 | (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP) | |
2859 | (hppa32_hpux_frame_find_saved_regs_in_sigtramp) | |
2860 | (FRAME_BASE_BEFORE_SIGTRAMP) | |
2861 | (hppa32_hpux_frame_base_before_sigtramp) | |
2862 | (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete. | |
2863 | * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp) | |
2864 | (hppa64_hpux_frame_find_saved_regs_in_sigtramp) | |
2865 | (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP) | |
2866 | (FRAME_BASE_BEFORE_SIGTRAMP) | |
2867 | (hppa64_hpux_frame_base_before_sigtramp) | |
2868 | (FRAME_SAVED_PC_IN_SIGTRAMP): Delete. | |
2869 | ||
43e2e1a0 AC |
2870 | 2004-04-03 Andrew Cagney <[email protected]> |
2871 | ||
2872 | * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00. | |
2873 | ||
ddc135a4 AC |
2874 | 2004-04-02 Andrew Cagney <[email protected]> |
2875 | ||
2876 | * sh64-tdep.c (sh64_init_extra_frame_info): Replace | |
2877 | DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify. | |
2878 | * dummy-frame.h: Delete out-of-date comments. | |
2879 | * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete. | |
2880 | * gdbarch.h, gdbarch.c: Re-generate. | |
2881 | ||
d15bfd3a | 2882 | 2004-04-02 Joel Brobecker <[email protected]> |
8718a420 | 2883 | |
d15bfd3a AC |
2884 | Committed by Andrew Cagney <[email protected]>. |
2885 | * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take | |
2886 | into account an instruction saving a register if we have already | |
2887 | seen an earlier instruction saving that same register. | |
2888 | ||
f04ceafa AC |
2889 | 2004-04-02 Andrew Cagney <[email protected]> |
2890 | ||
08be3abd AC |
2891 | * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete. |
2892 | * gdbarch.h, gdbarch.c: Re-generate. | |
2893 | * frame.c (legacy_get_prev_frame): Delete references to | |
2894 | DEPRECATED_INIT_FRAME_PC_FIRST. | |
2895 | ||
f04ceafa AC |
2896 | * infrun.c (pc_in_sigtramp): Delete function. |
2897 | (check_sigtramp2): Inline call to pc_in_sigtramp, use | |
2898 | get_frame_type. | |
2899 | ||
08e69816 AC |
2900 | 2004-04-02 Andrew Cagney <[email protected]> |
2901 | ||
2902 | * infrun.c (handle_step_into_function): Delete code conditional on | |
2903 | legacy_frame_p. | |
2904 | (handle_inferior_event, step_over_function): Ditto. | |
2905 | ||
adb54772 AC |
2906 | 2004-04-02 Andrew Cagney <[email protected]> |
2907 | ||
2908 | * frame.c (get_prev_frame_1): Exclude signal trampolines from the | |
2909 | "previous frame inner to this frame" test. | |
2910 | ||
304396fb AC |
2911 | 2004-04-02 Andrew Cagney <[email protected]> |
2912 | ||
2913 | * frame.c (safe_frame_unwind_memory): New function. | |
2914 | * frame.h (safe_frame_unwind_memory): Declare. Update description | |
2915 | of /safe_/ methods. | |
2916 | * tramp-frame.c (tramp_frame_start): Re-order parmeters, add | |
2917 | "next_frame". Use safe_frame_unwind_memory. | |
2918 | (tramp_frame_sniffer): Update call to tramp_frame_start. | |
2919 | ||
6502dd73 DJ |
2920 | 2004-04-01 Daniel Jacobowitz <[email protected]> |
2921 | ||
2922 | * dwarf2read.c (dwarf2_objfile_data_key): New. | |
2923 | (struct dwarf2_per_objfile, dwarf2_per_objfile): New. | |
2924 | (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size) | |
2925 | (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size) | |
2926 | (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size) | |
2927 | (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer) | |
2928 | (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer) | |
2929 | (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer): | |
2930 | Remove variables. | |
2931 | (struct dwarf2_pinfo): Remove per-objfile members. Update comments. | |
2932 | (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE) | |
2933 | (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE) | |
2934 | (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER) | |
2935 | (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER) | |
2936 | (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER): | |
2937 | Remove macros. | |
2938 | (dwarf2_has_info): Take an objfile argument. Allocate per-objfile | |
2939 | data. | |
2940 | (dwarf2_locate_sections, dwarf2_build_psymtabs) | |
2941 | (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard) | |
2942 | (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs) | |
2943 | (read_partial_die, read_full_die, read_indirect_string) | |
2944 | (dwarf_decode_line_header, dwarf_decode_macros) | |
2945 | (dwarf2_symbol_mark_computed): Remove use of removed macros. | |
2946 | Update uses of removed variables. | |
2947 | (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use | |
2948 | of removed macros. | |
2949 | (_initialize_dwarf2_read): New function. | |
2950 | * symfile.h (dwarf2_has_info): Update prototype. | |
2951 | * coffread.c (coff_symfile_read): Update call to dwarf2_has_info. | |
2952 | * elfread.c (elf_symfile_read): Likewise. | |
2953 | ||
408752b0 JB |
2954 | 2004-04-01 Jim Blandy <[email protected]> |
2955 | ||
9f744501 JB |
2956 | * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified |
2957 | function for register numbers on all the rs6000-derived targets. | |
2958 | (rs6000_gdbarch_init): Don't register a separate | |
2959 | gdbarch_dwarf2_reg_to_regnum function for the E500. Use | |
2960 | rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all | |
2961 | variants. | |
2962 | ||
408752b0 JB |
2963 | * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register |
2964 | numbering. | |
2965 | ||
2de41bce PH |
2966 | 2004-04-01 Paul N. Hilfinger <[email protected]> |
2967 | ||
2968 | * valarith.c: Update copyright notice. | |
2969 | (value_add): Handle range types. | |
2970 | (value_sub): Ditto. | |
2971 | (value_equal): Ditto. | |
2972 | (value_less): Ditto. | |
2973 | (value_neg): Ditto. | |
2974 | (value_complement): Ditto. | |
8718a420 | 2975 | (value_binop): Simplify slightly by using is_integral_type and |
2de41bce | 2976 | eliminiating unnecessary COERCE_ENUMs. |
8718a420 | 2977 | |
5613d8d3 AC |
2978 | 2004-03-31 Andrew Cagney <[email protected]> |
2979 | ||
2980 | * frame.h (frame_unwind_id): Declare. | |
2981 | * frame.c (frame_unwind_id): New function. | |
2982 | (get_prev_frame_1): New function. | |
2983 | (frame_debug_got_null_frame): New function. | |
2984 | (get_prev_frame): Use frame_debug_got_null_frame. Move unwind | |
2985 | code proper to prev_frame, update description. | |
2986 | * infrun.c (step_over_function): Use frame_unwind_id. | |
2987 | ||
c4557624 JB |
2988 | 2004-04-31 J. Brobecker <[email protected]> |
2989 | ||
2990 | * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer. | |
2991 | (hppa64_push_dummy_call): Likewise. | |
2992 | ||
3e6bb910 JB |
2993 | 2004-03-30 Jim Blandy <[email protected]> |
2994 | ||
2995 | From Ulrich Weigand: | |
2996 | * utils.c (query): Do not use a va_list variable multiple times. | |
2997 | ||
a2f23071 DJ |
2998 | 2004-03-29 Daniel Jacobowitz <[email protected]> |
2999 | ||
3000 | * Makefile.in (linux_nat_h): Update dependencies. | |
3001 | * configure.in: Check for <gnu/libc-version.h>. | |
3002 | * configure: Regenerate. | |
3003 | * config.in: Regenerate. | |
3004 | * linux-nat.h: Include "target.h". Add waitstatus field to | |
3005 | struct lwp_info. | |
3006 | * lin-lwp.c (add_lwp): Initialize waitstatus.kind. | |
3007 | (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached | |
3008 | to. | |
3009 | (lin_lwp_handle_extended): New function. Handle clone events. | |
3010 | (wait_lwp): Use lin_lwp_handle_extended. Update comment about | |
3011 | thread exit events. | |
3012 | (child_wait): Handle clone events. | |
3013 | (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events. | |
3014 | * linux-nat.c (linux_enable_event_reporting): Turn on | |
3015 | PTRACE_O_TRACECLONE. | |
3016 | (linux_handle_extended_wait): Handle clone events. | |
3017 | * thread-db.c: Include <gnu/libc-version.h>. | |
3018 | (struct private_thread_info): Add dying flag. | |
3019 | (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and | |
3020 | higher. | |
3021 | (attach_thread): Update comments. Handle dying threads. | |
3022 | (detach_thread): Set the dying flag. | |
3023 | (check_event): Always call attach_thread. | |
3024 | ||
8d5f9dcb DJ |
3025 | 2004-03-29 Daniel Jacobowitz <[email protected]> |
3026 | ||
3027 | * mips-tdep.c (mips_pdr_data): New. | |
3028 | (non_heuristic_proc_desc): Use objfile_data and set_objfile_data. | |
3029 | (_initialize_mips_tdep): Initialize mips_pdr_data. | |
3030 | ||
66337bb1 CV |
3031 | 2004-03-29 Corinna Vinschen <[email protected]> |
3032 | ||
3033 | * minsyms.c (install_minimal_symbols): Move dropping leading | |
3034 | char from linkage name from here... | |
3035 | (prim_record_minimal_symbol_and_info): ...to here. Simplify | |
3036 | test for "__gnu_compiled*" symbols. | |
3037 | ||
e802b915 JB |
3038 | 2004-03-28 Jim Blandy <[email protected]> |
3039 | ||
3040 | * rs6000-tdep.c (skip_prologue): Recognize moves from argument | |
3041 | registers to temp register r0 and byte stores as prologue | |
3042 | instructions. | |
3043 | ||
72b56458 AC |
3044 | 2004-03-28 Andrew Cagney <[email protected]> |
3045 | ||
3046 | * PROBLEMS (Stack backtraces): Rewrite. Remove reference to | |
3047 | arm*-*-*. | |
3048 | ||
0bfbda3b SC |
3049 | 2004-03-28 Stephane Carrez <[email protected]> |
3050 | ||
3051 | * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active | |
3052 | and switch the layout to force a display of register window. | |
3053 | ||
5a7225ed JB |
3054 | 2004-02-26 J. Brobecker <[email protected]> |
3055 | ||
3056 | * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part | |
3057 | of the INTEGER class. | |
3058 | ||
81a07a45 JB |
3059 | 2004-03-26 Jim Blandy <[email protected]> |
3060 | ||
3061 | * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight | |
3062 | bytes long on PPC GNU/Linux. | |
3063 | ||
8c691c7a DC |
3064 | 2004-03-26 David Carlton <[email protected]> |
3065 | ||
3066 | * PROBLEMS: Refer to gdb/1588 instead of gdb/826. | |
3067 | ||
103a0089 AC |
3068 | 2004-03-25 Andrew Cagney <[email protected]> |
3069 | ||
3070 | * PROBLEMS: Add general section titles, remove references to | |
3071 | specific releases. | |
3072 | ||
7a5ea0d4 DJ |
3073 | 2004-03-25 Daniel Jacobowitz <[email protected]> |
3074 | ||
3075 | * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to | |
3076 | INT_REGISTER_SIZE. | |
3077 | (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of | |
3078 | FP_REGISTER_VIRTUAL_SIZE. | |
3079 | * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead | |
3080 | of DEPRECATED_REGISTER_RAW_SIZE. | |
3081 | (arm_register_type): Add gdbarch argument. | |
3082 | (arm_register_raw_size, arm_register_virtual_size): Delete. | |
3083 | (arm_register_byte, arm_extract_return_value) | |
3084 | (arm_store_return_value, arm_get_longjmp_target): Update references | |
3085 | to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE. | |
3086 | (arm_gdbarch_init): Likewise. Don't set | |
3087 | deprecated_register_raw_size, deprecated_register_virtual_size, | |
3088 | deprecated_max_register_raw_size, | |
3089 | deprecated_max_register_virtual_size, or | |
3090 | deprecated_max_register_virtual_type. Do set register_type. | |
3091 | * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE) | |
3092 | (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE) | |
3093 | (FP_REGISTER_VIRTUAL_SIZE): Delete. | |
3094 | (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE. | |
3095 | (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE. | |
3096 | * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to | |
3097 | INT_REGISTER_SIZE. | |
3098 | * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE. | |
3099 | (remote_rdp_store_register): Likewise. | |
3100 | ||
5792a79b DJ |
3101 | 2004-03-24 Daniel Jacobowitz <[email protected]> |
3102 | ||
3103 | * Makefile.in (mips-linux-tdep.o): Update dependencies. | |
3104 | * mips-tdep.c (mips_gdbarch_init): Move frame predicates | |
3105 | to after osabi initialization. | |
3106 | * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h". | |
3107 | (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New | |
3108 | functions. | |
3109 | (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe) | |
3110 | (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New | |
3111 | variables. | |
3112 | (mips_linux_init_abi): Append signal trampoline unwinders. | |
3113 | ||
1196bfda AC |
3114 | 2004-03-24 Andrew Cagney <[email protected]> |
3115 | ||
3116 | * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document. | |
3117 | * tramp-frame.c: Include "gdb_assert.h". | |
3118 | (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and | |
3119 | correct sizeof. | |
3120 | (tramp_frame_append): Validate the tramp frame's instructions. | |
3121 | * Makefile.in (tramp-frame.o): Update dependencies. | |
3122 | ||
4be282b4 AC |
3123 | 2004-03-23 Andrew Cagney <[email protected]> |
3124 | ||
3125 | * trad-frame.h (trad_frame_set_reg_addr): Declare. | |
3126 | ||
69aec09b AC |
3127 | 2004-03-23 Andrew Cagney <[email protected]> |
3128 | ||
3129 | * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando | |
3130 | Nasser as past testsuite/lib/ (and other) maintainers. | |
3131 | ||
63ed89b4 DJ |
3132 | 2004-03-23 Daniel Jacobowitz <[email protected]> |
3133 | ||
3134 | * infcmd.c (attach_command): Reread symbols if we already have | |
3135 | an exec file. | |
3136 | ||
f3b36427 AC |
3137 | 2004-03-23 Andrew Cagney <[email protected]> |
3138 | ||
3139 | * rs6000-tdep.c (frame_get_saved_regs): Delete unused function. | |
3140 | ||
aa2a3f87 AC |
3141 | 2004-03-23 Andrew Cagney <[email protected]> |
3142 | ||
3143 | * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate. | |
3144 | * gdbarch.h, gdbarch.c: Re-generate. | |
3145 | * i386obsd-tdep.c (i386obsd_init_abi): Update. | |
3146 | * i386nbsd-tdep.c (i386nbsd_init_abi): Update. | |
3147 | * i386bsd-tdep.c (i386bsd_init_abi): Update. | |
8718a420 | 3148 | * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END) |
aa2a3f87 | 3149 | (DEPRECATED_SIGTRAMP_START): Update. |
8718a420 | 3150 | * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END) |
aa2a3f87 AC |
3151 | (DEPRECATED_SIGTRAMP_START): Update. |
3152 | * blockframe.c (find_pc_sect_partial_function): Update. | |
3153 | * arch-utils.c (legacy_pc_in_sigtramp): Update. | |
3154 | ||
00cac895 DJ |
3155 | 2004-03-23 Daniel Jacobowitz <[email protected]> |
3156 | ||
3157 | * remote.c (remote_open_1): Reopen the exec file and reread symbols | |
3158 | if necessary. | |
3159 | ||
f561f026 AC |
3160 | 2004-03-23 Andrew Cagney <[email protected]> |
3161 | ||
3162 | * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with | |
3163 | predicate, deprecate. | |
3164 | * gdbarch.h, gdbarch.c: Re-generate. | |
3165 | * alpha-linux-tdep.c (alpha_linux_init_abi): Update. | |
3166 | * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update. | |
3167 | * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update. | |
3168 | * alphafbsd-tdep.c (alphafbsd_init_abi): Update. | |
3169 | * alphanbsd-tdep.c (alphanbsd_init_abi): Update. | |
3170 | * amd64-linux-tdep.c (amd64_linux_init_abi): Update. | |
3171 | * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update. | |
3172 | * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update. | |
3173 | * amd64obsd-tdep.c (amd64obsd_init_abi): Update. | |
3174 | * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update. | |
3175 | * blockframe.c (find_pc_partial_function): Update. | |
3176 | * breakpoint.c (bpstat_what): Update. | |
3177 | * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update. | |
3178 | * frv-linux-tdep.c (frv_linux_init_abi): Update. | |
3179 | * frv-tdep.c (frv_sigtramp_frame_sniffer): Update. | |
3180 | * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update. | |
3181 | * i386-interix-tdep.c (i386_interix_init_abi): Update. | |
3182 | * i386-linux-tdep.c (i386_linux_init_abi): Update. | |
3183 | * i386-nto-tdep.c (i386nto_init_abi): Update. | |
3184 | * i386-sol2-tdep.c (i386_sol2_init_abi): Update. | |
3185 | * i386-tdep.c (i386_sigtramp_frame_sniffer) | |
3186 | (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update. | |
3187 | * i386bsd-tdep.c (i386bsd_init_abi): Update. | |
3188 | * i386nbsd-tdep.c (i386nbsd_init_abi): Update. | |
3189 | * i386obsd-tdep.c (i386obsd_init_abi): Update. | |
3190 | * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update. | |
3191 | * infrun.c (pc_in_sigtramp): Update. | |
3192 | * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update. | |
3193 | * m68klinux-tdep.c (m68k_linux_init_abi): Update. | |
3194 | * mips-tdep.c (mips_gdbarch_init): Update. | |
3195 | * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update. | |
3196 | * ppc-linux-tdep.c: Update comment. | |
3197 | * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update. | |
3198 | * shnbsd-tdep.c (shnbsd_init_abi): Update. | |
3199 | * sparc-linux-tdep.c (sparc32_linux_init_abi): Update. | |
3200 | * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update. | |
3201 | * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update. | |
3202 | * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update. | |
3203 | * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update. | |
3204 | * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update. | |
3205 | * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update. | |
3206 | * sparcobsd-tdep.c (sparc32obsd_init_abi): Update. | |
8718a420 | 3207 | |
8050c72f AC |
3208 | 2004-03-23 Andrew Cagney <[email protected]> |
3209 | ||
d2259dd3 AC |
3210 | * tramp-frame.h, tramp-frame.h: New files. |
3211 | * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o): | |
3212 | Update rules to include "tramp-frame.h" and "tramp-frame.c". | |
3213 | ||
8050c72f AC |
3214 | * Makefile.in: Update all dependencies. |
3215 | ||
0db9b4b7 AC |
3216 | 2004-03-23 Andrew Cagney <[email protected]> |
3217 | ||
3218 | * Makefile.in (trad_frame_h): Add $(frame_h). | |
3219 | * trad-frame.h: Update copyright. Include "frame.h". | |
3220 | (struct trad_frame_cache, trad_frame_cache_zalloc): Declare. | |
3221 | (trad_frame_set_id, trad_frame_get_id): Declare. | |
3222 | (trad_frame_set_reg_addr, trad_frame_get_register): Declare. | |
3223 | * trad-frame.c: Update copyright. | |
3224 | (struct trad_frame_cache): Define. | |
3225 | (trad_frame_cache_zalloc): New function. | |
3226 | (trad_frame_set_id, trad_frame_get_id): New functions. | |
3227 | (trad_frame_set_reg_addr, trad_frame_get_register): New functions. | |
8718a420 | 3228 | |
8e645ae7 AC |
3229 | 2004-03-22 Andrew Cagney <[email protected]> |
3230 | ||
3231 | * s390-tdep.c (struct s390_stub_unwind_cache): Rename | |
3232 | s390_pltstub_unwind_cache. | |
3233 | (s390_stub_frame_unwind_cache): Rename | |
3234 | s390_pltstub_frame_unwind_cache. | |
3235 | (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id. | |
3236 | (s390_stub_frame_prev_register): Rename | |
3237 | s390_pltstub_frame_prev_register. | |
3238 | (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind. | |
3239 | (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer. | |
3240 | ||
3241 | From Ulrich Weigand: | |
3242 | * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function | |
3243 | pointer calls like PLT calls. | |
3244 | ||
34fcf120 DJ |
3245 | 2004-03-22 Daniel Jacobowitz <[email protected]> |
3246 | ||
3247 | * mips-tdep.c (non_heuristic_proc_desc): Search using the specified | |
3248 | PC rather than the partial function start address. Use the start | |
3249 | address to sanity check the found PDR. | |
3250 | ||
5b917078 DJ |
3251 | 2004-03-22 Daniel Jacobowitz <[email protected]> |
3252 | ||
3253 | * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to | |
3254 | linux_handle_extended_wait. | |
3255 | ||
8adf9e78 AC |
3256 | 2004-03-22 Andrew Cagney <[email protected]> |
3257 | ||
c3122434 AC |
3258 | * rs6000-tdep.c (frame_initial_stack_address): Delete unused |
3259 | function. | |
3260 | ||
8adf9e78 AC |
3261 | * frame.h (generic_pop_current_frame): Delete declaration. |
3262 | (deprecate_pop_dummy_frame): Deprecate | |
3263 | generic_pop_dummy_frame. | |
3264 | * dummy-frame.c (deprecated_pop_dummy_frame): Update. | |
3265 | (generic_pop_current_frame): Delete function. | |
3266 | * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to | |
3267 | generic_pop_current_frame. | |
3268 | * v850-tdep.c (v850_pop_frame): Update. | |
3269 | * mcore-tdep.c (mcore_pop_frame): Update. | |
3270 | * sh64-tdep.c (sh64_pop_frame): Update. | |
3271 | * h8300-tdep.c (h8300_pop_frame): Update. | |
3272 | ||
90ba813f AC |
3273 | 2004-03-22 Andrew Cagney <[email protected]> |
3274 | ||
3275 | * frame.h (deprecated_pc_in_call_dummy): Rename | |
3276 | generic_pc_in_call_dummy. | |
3277 | * dummy-frame.h (pc_in_dummy_frame): Delete declaration. | |
3278 | * dummy-frame.c (deprecated_pc_in_call_dummy): Rename | |
3279 | generic_pc_in_call_dummy. | |
3280 | (pc_in_dummy_frame): Make static. | |
3281 | * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update. | |
3282 | * gdbarch.h, gdbarch.c: Re-generate. | |
3283 | * dummy-frame.c (dummy_frame_sniffer): Simplify. | |
3284 | * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy. | |
3285 | (legacy_get_prev_frame): Ditto. | |
3286 | * inferior.h: Delete reference to generic_pc_in_call_dummy in | |
3287 | comment. | |
8718a420 | 3288 | |
ca4bb888 AC |
3289 | 2004-03-21 Andrew Cagney <[email protected]> |
3290 | ||
244675f9 AC |
3291 | * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete |
3292 | declaration and out-of-date comment. | |
3293 | * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point): | |
3294 | Delete function. | |
3295 | * mn10300-tdep.c (mn10300_gdbarch_init): Do not set | |
3296 | deprecated_pc_in_call_dummy. | |
3297 | ||
ca4bb888 AC |
3298 | * infrun.c (handle_inferior_event): For non legacy frames, use the |
3299 | frame ID and frame type to identify a signal trampoline. Update | |
3300 | comments. | |
3301 | ||
1777c7b4 NW |
3302 | 2004-03-21 Nathan J. Williams <[email protected]> |
3303 | ||
3304 | * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h". | |
3305 | * Makefile.in (mipsnbsd-tdep.o): Update dependencies. | |
3306 | ||
82417da5 AC |
3307 | 2004-03-21 Andrew Cagney <[email protected]> |
3308 | ||
3309 | * frame-unwind.h: Update copyright. | |
3310 | (struct frame_data): Add opaque declaration. | |
3311 | (frame_sniffer_ftype): Declare. | |
3312 | (struct frame_unwind): Add "unwind_data" and "sniffer". | |
3313 | (frame_unwind_register_unwinder): Declare. | |
3314 | (frame_unwind_find_by_frame): Add parameter "this_cache". | |
3315 | * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame) | |
3316 | (legacy_get_prev_frame, legacy_get_prev_frame) | |
3317 | (get_frame_type): Pass the prologue_cache to | |
3318 | frame_unwind_find_by_frame. | |
3319 | * frame-unwind.c (struct frame_unwind_table_entry): Add field | |
3320 | "unwinder". | |
3321 | (frame_unwind_register_unwinder): New function. | |
3322 | (frame_unwind_find_by_frame): Handle an unwind sniffer. | |
3323 | ||
b2ba182e PH |
3324 | 2004-03-20 Paul Hilfinger <[email protected]> |
3325 | ||
3326 | * bcache.c (print_percentage): Use floating point to avoid | |
3327 | incorrect results when portion*100 overflows. | |
3328 | ||
81332287 KB |
3329 | 2004-03-19 Kevin Buettner <[email protected]> |
3330 | ||
3331 | * ppc_tdep.h (ppc_linux_frame_saved_pc) | |
3332 | (ppc_linux_init_extra_frame_info) | |
3333 | (ppc_linux_frameless_function_invocation) | |
3334 | (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain) | |
3335 | (rs6000_frame_saved_pc, rs6000_init_extra_frame_info) | |
3336 | (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs) | |
3337 | (rs6000_frame_chain): Delete declarations. | |
3338 | * ppc-linux-tdep.c (ppc_linux_frame_saved_pc) | |
3339 | (ppc_linux_init_extra_frame_info) | |
3340 | (ppc_linux_frameless_function_invocation) | |
3341 | (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete. | |
3342 | (ppc_linux_init_abi): Remove registration of above deleted functions. | |
3343 | * rs6000-tdep.c (rs6000_init_extra_frame_info) | |
3344 | (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first) | |
3345 | (rs6000_frame_args_address, rs6000_saved_pc_after_call) | |
3346 | (rs6000_pop_frame, rs6000_frameless_function_invocation) | |
3347 | (rs6000_frame_saved_pc, rs6000_frame_chain): Delete. | |
3348 | (rs6000_gdbarch_init): Remove registration of above deleted functions. | |
3349 | Use rs6000_unwind_pc(), rs6000_frame_sniffer(), | |
3350 | rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for | |
3351 | frame management for all OSABIs. | |
3352 | ||
61a65099 KB |
3353 | 2004-03-19 Andrew Cagney <[email protected]> |
3354 | ||
3355 | Committed by Kevin Buettner <[email protected]>. | |
3356 | ||
3357 | * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h". | |
3358 | Update copyright. | |
3359 | (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache) | |
3360 | (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register) | |
3361 | (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer) | |
3362 | (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline | |
3363 | unwinders. #ifdef legacy frame code. | |
3364 | * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and | |
3365 | "frame-base.h". | |
3366 | (rs6000_unwind_pc, rs6000_unwind_dummy_id) | |
3367 | (struct rs6000_frame_cache, rs6000_frame_cache) | |
3368 | (rs6000_frame_this_id, rs6000_frame_prev_register) | |
3369 | (rs6000_frame_sniffer, rs6000_frame_unwind) | |
3370 | (rs6000_frame_base_address, rs6000_frame_base_sniffer) | |
3371 | (rs6000_frame_base): Implement a traditional frame unwinder. | |
3372 | (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the | |
3373 | frame unwinder. | |
3374 | ||
88f7da05 KB |
3375 | 2004-03-19 Kevin Buettner <[email protected]> |
3376 | ||
3377 | * breakpoint.c (adjust_breakpoint_address): Don't adjust | |
3378 | breakpoint address for watchpoints or the catch eventpoints. | |
3379 | Add new paramter ``bptype''. Adjust all callers. | |
3380 | ||
f826dce1 AC |
3381 | 2004-03-19 Andrew Cagney <[email protected]> |
3382 | ||
33cb8b0f AC |
3383 | * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro. |
3384 | ||
f826dce1 AC |
3385 | * PROBLEMS: Delete note that ARM does not use frame code, problem |
3386 | fixed. | |
3387 | ||
43b1ab88 AC |
3388 | 2004-03-18 Andrew Cagney <[email protected]> |
3389 | ||
292ab034 AC |
3390 | * stack.c (return_command): Delete code wrapped in #ifdef |
3391 | DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined. | |
3392 | ||
43b1ab88 AC |
3393 | * rs6000-tdep.c (skip_prologue): Record only the first LR save. |
3394 | ||
dbfe4626 AC |
3395 | 2004-03-18 Andrew Cagney <[email protected]> |
3396 | ||
3397 | * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with | |
3398 | DEPRECATED_IN_SIGTRAMP. | |
3399 | * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto. | |
3400 | * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto. | |
3401 | * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto. | |
3402 | * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto. | |
3403 | * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto. | |
3404 | * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto. | |
3405 | * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto. | |
3406 | * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto. | |
3407 | * arch-utils.c (legacy_pc_in_sigtramp): Ditto. | |
3408 | * arch-utils.h: Remove reference to IN_SIGTRAMP in comment. | |
3409 | ||
0cad6aec AC |
3410 | 2004-03-18 Andrew Cagney <[email protected]> |
3411 | ||
3412 | * frame-base.c: Update copyright. Include "gdb_obstack.h". | |
3413 | (struct frame_base_table_entry): Define. | |
3414 | (struct frame_base_table): Re-implement as a linked list. | |
3415 | (frame_base_init): Re-implement. | |
3416 | (frame_base_table): Delete function. | |
3417 | (append_predicate): Delete function. | |
3418 | (frame_base_append_sniffer): Update. | |
3419 | (frame_base_set_default): Update. | |
3420 | (frame_base_find_by_frame): Update. | |
3421 | (_initialize_frame_base): Use gdbarch_data_register_pre_init. | |
3422 | * Makefile.in (frame-base.o): Update dependencies. | |
3423 | ||
9982c2e7 AC |
3424 | 2004-03-17 Andrew Cagney <[email protected]> |
3425 | ||
3426 | * frame.c (legacy_get_prev_frame): Pass correct frame to | |
3427 | frame_unwind_find_by_frame. | |
3428 | ||
8dfe8985 DC |
3429 | 2004-03-17 David Carlton <[email protected]> |
3430 | ||
3431 | * NEWS: Mention C++ nested types and namespaces | |
3432 | ||
ed47347a MC |
3433 | 2004-03-16 Michael Chastain <[email protected]> |
3434 | ||
3435 | * PROBLEMS: Add section headers, "Regressions since gdb 6.0" | |
3436 | and "Regressions since gdb 5.3.". Add known regressions since | |
3437 | gdb 6.0. | |
3438 | ||
90aeadfc DC |
3439 | 2004-03-16 David Carlton <[email protected]> |
3440 | ||
3441 | * dwarf2read.c (process_structure_scope): Process children even | |
3442 | when we're a declaration. | |
3443 | ||
73912b9b AC |
3444 | 2004-03-16 Andrew Cagney <[email protected]> |
3445 | ||
3446 | * symtab.h (find_pc_sect_partial_function): Delete declaration. | |
3447 | * blockframe.c (find_pc_partial_function) | |
3448 | (find_pc_sect_partial_function): Merge into a single | |
3449 | find_pc_partial_function. | |
3450 | ||
283accbc MK |
3451 | 2004-03-16 Mark Kettenis <[email protected]> |
3452 | ||
3453 | * i386bsd-nat.c: s/regno/regnum/g. | |
3454 | (fetch_inferior_registers): Use I386_ST0_REGNUM instead of | |
3455 | FP0_REGNUM. | |
3456 | (store_inferior_registers): Likewise. | |
3457 | ||
f5b1afdf MK |
3458 | 2004-03-16 Mark Kettenis <[email protected]> |
3459 | ||
3460 | * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead | |
3461 | of i387_fill_fsave. | |
3462 | (store_inferior_registers): Call i387_collect_fsave and | |
3463 | i387_collect_fxsave instead of i387_fill_fsave and | |
3464 | i387_fill_fxsave. | |
3465 | ||
41fe5eb3 AC |
3466 | 2004-03-15 Andrew Cagney <[email protected]> |
3467 | ||
3468 | * Makefile.in (frame-unwind.o): Update dependencies. | |
3469 | * frame-unwind.c: Include "gdb_obstack.h". | |
3470 | (frame_unwind_init): Replace "gdbarch" parameter with an "obstack" | |
3471 | parameter. | |
3472 | (append_predicate): Delete function. | |
3473 | (struct frame_unwind_table_entry): New structure. | |
3474 | (struct frame_unwind_table): Replace "sniffer" with "head" and | |
3475 | "tail". | |
3476 | (frame_unwind_append_sniffer): Update. | |
3477 | (frame_unwind_find_by_frame): Update. | |
3478 | (_initialize_frame_unwind): Registe frame_unwind_init using | |
3479 | gdbarch_data_register_pre_init. | |
3480 | ||
3f63813d MK |
3481 | 2004-03-15 Mark Kettenis <[email protected]> |
3482 | ||
3483 | * i386bsd-nat.c: Update copyright year. | |
3484 | (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then | |
3485 | define unconditionally. | |
3486 | ||
3248c325 | 3487 | 2004-03-15 Mark Kettenis <[email protected]> |
63b6c53f MK |
3488 | |
3489 | * i387-tdep.h (i387_collect_fsave): New prototype. | |
3490 | * i387-tdep.c (i387_collect_fsave): New function containing most | |
3491 | of the code from i387_fill_fsave. | |
3248c325 | 3492 | (i387_fill_fsave): Call i387_collect_fsave. |
63b6c53f | 3493 | |
871fbe6a MK |
3494 | 2004-03-15 Mark Kettenis <[email protected]> |
3495 | ||
3496 | * i386-linux-tdep.c: Update copyright year. | |
3497 | (i386_linux_svr4_fetch_link_map_offsets): Remove function. | |
3498 | (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to | |
3499 | svr4_ilp32_link_map_offsets instead of | |
3500 | i386_linux_svr4_fetch_link_map_offsets. | |
3501 | ||
8176b9b8 DC |
3502 | 2004-03-15 David Carlton <[email protected]> |
3503 | ||
3504 | Fix for PR c++/1553: | |
3505 | * dwarf2read.c (read_structure_type): Determine type name by | |
3506 | calling determine_class_name. | |
3507 | (determine_class_name): New. | |
3508 | (determine_prefix): Look at TYPE_TAG_NAME and call | |
3509 | determine_class_name when appropriate. | |
3510 | (determine_prefix_aux, class_name): Delete. | |
9d58e29d | 3511 | (read_namespace): Set die->type. |
8176b9b8 | 3512 | |
fe8bf7d7 KB |
3513 | 2004-03-15 Kevin Buettner <[email protected]> |
3514 | ||
3515 | * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete | |
3516 | unused macro definition. The definition in target.h (or perhaps | |
3517 | elsewhere) takes precedence. | |
3518 | ||
ed6edd9b AC |
3519 | 2004-03-15 Andrew Cagney <[email protected]> |
3520 | ||
f9be684a AC |
3521 | * ppc-tdep.h: Update copyright. |
3522 | (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change | |
3523 | function signatures to match "regsets.h". | |
3524 | * ppc-linux-tdep.c: Include "regset.h". | |
3525 | (ELF_GREGSET_SIZE): Delete. | |
3526 | (right_supply_register): New function. | |
3527 | (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite | |
3528 | using right_supply_register. | |
3529 | (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New | |
3530 | functions. | |
3531 | (ppc64_linux_gregset, ppc32_linux_gregset): Define. | |
3532 | (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section. | |
3533 | (_initialize_ppc_linux_tdep): Do not register | |
3534 | ppc_linux_regset_core_fns. | |
3535 | (ppc_linux_regset_from_core_section): Replace | |
3536 | fetch_core_registers. | |
3537 | (ppc_linux_regset_core_fns): Delete. | |
3538 | * ppc-linux-nat.c: (right_fill_reg): New function. | |
3539 | (supply_gregset): Update call to ppc_linux_supply_gregset. | |
3540 | (fill_gregset): Clear the register set, use right_fill_reg. | |
3541 | (supply_fpregset): Update call to ppc_linux_supply_fpregset. | |
3542 | (fill_fpregset): Use right_fill_reg, correctly compute FP offsets. | |
3543 | ||
ed6edd9b AC |
3544 | * rs6000-tdep.c (rs6000_register_virtual_type): Make registers |
3545 | unsigned. | |
3546 | ||
030f20e1 AC |
3547 | 2004-03-15 Andrew Cagney <[email protected]> |
3548 | ||
3549 | * gdbarch.sh (gdbarch_data_pre_init_fytpe) | |
3550 | (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe) | |
3551 | (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype | |
3552 | and register_gdbarch_data. | |
3553 | (deprecated_set_gdbarch_data): Rename set_gdbarch_data. | |
3554 | (struct gdbarch_data): Replace "init" by "pre_init" and | |
3555 | "post_init". | |
3556 | * gdbarch.h, gdbarch.c: Re-generate. | |
3557 | * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter | |
3558 | with"obstack", use OBSTACK_ZALLOC. | |
3559 | (dwarf2_frame_ops): Delete. | |
3560 | (dwarf2_frame_set_init_reg): Use gdbarch_data. | |
3561 | (dwarf2_frame_init_reg): Use gdbarch_data. | |
3562 | (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init. | |
8718a420 | 3563 | * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets) |
030f20e1 AC |
3564 | (_initialize_svr4_solib): Update. |
3565 | * user-regs.c (_initialize_user_regs): Update. | |
3566 | * reggroups.c (_initialize_reggroup): Update. | |
3567 | * regcache.c (_initialize_regcache): Update. | |
3568 | * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update. | |
3569 | * libunwind-frame.c (_initialize_libunwind_frame): Update. | |
3570 | * gnu-v3-abi.c (init_gnuv3_ops): Update. | |
3571 | * frame-unwind.c (_initialize_frame_unwind): Update. | |
3572 | * frame-base.c (_initialize_frame_base): Update. | |
3573 | * user-regs.c (user_reg_add): Update. | |
3574 | * reggroups.c (reggroup_add): Update. | |
3575 | * mips-linux-tdep.c (set_mips_linux_register_addr): Update. | |
3576 | * libunwind-frame.c (libunwind_frame_set_descr): Update. | |
3577 | * frame-unwind.c (frame_unwind_append_sniffer): Update. | |
3578 | * frame-base.c (frame_base_table): Update. | |
3579 | * remote.c (_initialize_remote): Update. | |
3580 | * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define. | |
8718a420 | 3581 | |
3111a3fc AC |
3582 | 2004-03-15 Andrew Cagney <[email protected]> |
3583 | ||
3584 | * cris-tdep.c (bfd_lookup_symbol): Delete unused function. | |
3585 | ||
5ecb7103 KB |
3586 | 2004-03-15 Kevin Buettner <[email protected]> |
3587 | ||
3588 | * Makefile.in (frv-linux-tdep.o): Add dependencies. | |
3589 | * frv-linux-tdep.c: New file. | |
3590 | * frv-tdep.c (struct gdbarch_tdep): Add new field | |
3591 | ``sigcontext_reg_addr''. | |
3592 | (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache) | |
3593 | (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register) | |
3594 | (frv_sigramp_frame_sniffer): New functions. | |
3595 | (frv_sigtramp_frame_unwind): New static global. | |
3596 | (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame | |
3597 | sniffers. | |
3598 | * frv-tdep.h (frv_set_sigcontext_reg_addr): New function. | |
3599 | * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o. | |
3600 | ||
1ccda5e9 KB |
3601 | 2004-03-15 Kevin Buettner <[email protected]> |
3602 | ||
3603 | * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan, | |
3604 | but not via a call to error(), when unable to read memory. | |
3605 | ||
b375a0a5 KB |
3606 | 2004-03-15 Kevin Buettner <[email protected]> |
3607 | ||
3608 | * frv-tdep.c (frv_call_dummy_words): Delete. | |
3609 | (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''. | |
3610 | ||
4fdf6121 AC |
3611 | 2004-03-15 Andrew Cagney <[email protected]> |
3612 | ||
3613 | * infrun.c (handle_step_into_function, step_over_function): Only | |
3614 | update and use STEP_FRAME_ID when the system is using legacy | |
3615 | frames. Update comments. | |
3616 | ||
34021503 MK |
3617 | 2004-03-14 Mark Kettenis <[email protected]> |
3618 | ||
187e21d1 MK |
3619 | * amd64-linux-tdep.h: Remove file. |
3620 | * amd64-linux-tdep.c: Don't include "inferior.h" and | |
3621 | "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h". | |
3622 | (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX) | |
3623 | (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX) | |
3624 | (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS) | |
3625 | (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove | |
3626 | macros. | |
3627 | (user_to_gdb_regmap): Remove variable. | |
3628 | (amd64_linux_gregset_reg_offset): New variable. | |
3629 | (amd64_core_fns): Remove variable. | |
3630 | (fetch_core_registers): Remove function. | |
3631 | (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove | |
3632 | functions. | |
3633 | (_initialize_amd64_linux_tdep): Don't set add_core_fns. | |
3634 | * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h". | |
3635 | * Makefile.in (amd64_linux_tdep_h): Remove. | |
3636 | (amd64-linux-nat.o): Update dependencies. | |
3637 | (amd64-linux-tdep.o): Update dependencies. | |
3638 | ||
99679982 MK |
3639 | * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro. |
3640 | (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove | |
3641 | functions. | |
3642 | (fetch_inferior_registers, store_inferior_registers): Rewrite. | |
3643 | ||
34021503 MK |
3644 | * amd64-tdep.h (amd64_fill_fxsave): Remove prototype. |
3645 | * amd64-tdep.c (amd64_fill_fxsave): Remove function. | |
3646 | ||
134d01f1 DJ |
3647 | 2004-03-14 Daniel Jacobowitz <[email protected]> |
3648 | ||
3649 | * dwarf2read.c (read_structure_type): Rename from | |
8718a420 | 3650 | read_structure_scope. Don't create a symbol or call process_die. |
134d01f1 DJ |
3651 | Return immediately if die->type is set. Call read_type_die before |
3652 | dwarf2_add_member_fn. | |
3653 | (process_structure_scope): New function. | |
3654 | (read_enumeration_type, process_enumeration_scope): New functions, | |
3655 | broken out from read_enumeration. Don't create the enumeration | |
3656 | type if it has already been created. | |
3657 | (read_enumeration): Removed. | |
3658 | (process_die): Call read_structure_type, process_structure_scope, | |
3659 | read_enumeration_type, and process_enumeration_scope. Just call | |
3660 | new_symbol for base and subrange types. Add a comment about other | |
3661 | type dies. | |
3662 | (read_type_die): Call read_enumeration_type. | |
3663 | (add_partial_structure, new_symbol): Update comments. | |
3664 | ||
65760afb SC |
3665 | 2004-03-13 Stephane Carrez <[email protected]> |
3666 | ||
3667 | * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information. | |
3668 | ||
10f59415 SC |
3669 | 2004-03-13 Stephane Carrez <[email protected]> |
3670 | ||
3671 | * tui/tui-win.h (tui_get_cmd_list): Declare. | |
3672 | * tui/tui-win.c (tui_command): New function. | |
3673 | (tui_get_cmd_list): New function. | |
3674 | (_initialize_tui_win): Moved initialization of tui command in | |
3675 | tui_get_cmd_list. | |
3676 | ||
3677 | * tui/tui-data.c (init_content_element): Setup new data members. | |
3678 | (init_win_info): Likewise. | |
3679 | (free_content_elements): Free it. | |
3680 | * tui/tui-data.h (struct tui_data_element): Store the register | |
3681 | content to print. | |
3682 | (struct tui_data_info): Keep the current register group. | |
3683 | ||
3684 | * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers. | |
3685 | ||
3686 | * tui/tui-regs.h (tui_show_registers): Update prototype. | |
3687 | (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove. | |
3688 | (tui_resize_all): No need to calculate anything for register window. | |
3689 | * tui/tui-regs.c (tui_calculate_regs_column_count): Remove. | |
3690 | (tui_set_register_element, tui_set_general_regs_content): Remove. | |
3691 | (tui_set_special_regs_content): Remove. | |
3692 | (tui_set_general_and_special_regs_content): Remove. | |
3693 | (tui_set_float_regs_content): Remove. | |
3694 | (tui_reg_value_has_changed, tui_get_register_raw_value): Remove. | |
3695 | (tui_set_regs_content): Remove. | |
3696 | (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove. | |
3697 | (tui_v_show_registers_command_support): Remove. | |
3698 | (tui_show_registers): Use a reggroup to specify the registers to show. | |
3699 | (tui_show_register_group): New function. | |
3700 | (tui_display_registers_from): Compute the layout of register window | |
3701 | and refresh with new API; be sure to delete old register windows. | |
3702 | (tui_check_register_values): Update to use tui_get_register and | |
3703 | tui_display_data. | |
3704 | (tui_display_register): Just refresh the register window part. | |
3705 | (tui_register_format): Format registers and save in tui_data_element. | |
3706 | (tui_get_register): New to combine tui_reg_value_has_changed and | |
3707 | tui_get_register_raw_value; fix to use the new gdb API. | |
3708 | (tui_show_float_command): Renamed tui_reg_float_command. | |
3709 | (tui_show_general_command): Renamed tui_reg_general_command. | |
3710 | (tui_show_special_command): Renamed tui_reg_system_command. | |
3711 | (_initialize_tui_regs): Remove unused commands. | |
3712 | ||
c3364ea4 MK |
3713 | 2004-03-13 Mark Kettenis <[email protected]> |
3714 | ||
27d1e716 MK |
3715 | * NEWS (New native configurations): Mention OpenBSD/amd64. |
3716 | ||
c3364ea4 MK |
3717 | * config/i386/nm-fbsd.h: Include "config/nm-bsd.h". |
3718 | (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH): | |
3719 | Remove defines. | |
3720 | * config/i386/nm-fbsd64.h: Likewise. | |
3721 | * config/i386/nm-obsd.h: Likewise. | |
3722 | * config/sparc/nm-fbsd.h: Likewise. Update copyright year. | |
3723 | * config/alpha/nm-fbsd.h: Likewise. Update copyright year. | |
3724 | ||
b2d6d697 KB |
3725 | 2004-03-12 Kevin Buettner <[email protected]> |
3726 | ||
3727 | * frv-tdep.c (set_variant_scratch_registers): New function. | |
b2d6d697 KB |
3728 | * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum): |
3729 | New constants. | |
3730 | ||
76e43199 KB |
3731 | From Richard Sandiford <[email protected]>: |
3732 | * frv-tdep.c (frv_gdbarch_init): Add FR450 support. | |
3733 | ||
34ce532e KB |
3734 | 2004-03-12 Kevin Buettner <[email protected]> |
3735 | ||
3736 | * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum) | |
3737 | (struct_return_regnum, last_gpr_regnum, first_fpr_regnum) | |
3738 | (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum) | |
3739 | (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum) | |
3740 | (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum) | |
3741 | (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum) | |
3742 | (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum) | |
3743 | (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum) | |
3744 | definitions from frv-tdep.c to frv-tdep.h. | |
3745 | ||
c4d10515 KB |
3746 | 2004-03-12 Kevin Buettner <[email protected]> |
3747 | ||
3748 | Add shared library support for FR-V FDPIC ABI: | |
3749 | * Makefile.in (solib-frv.o): Add dependencies. | |
3750 | * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr): | |
3751 | New functions. | |
3752 | (frv_push_dummy_call): Add support for FDPIC ABI. | |
3753 | (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr() | |
3754 | for FDPIC ABI. | |
3755 | * frv-tdep.h (frv_fdpic_find_global_pointer): Declare. | |
3756 | (frv_fdpic_find_canonical_descriptor): Declare. | |
3757 | * solib-frv.c: New file. | |
3758 | * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o. | |
3759 | * config/frv/tm-frv.h (solib.h): Include. | |
3760 | ||
ed1bd989 KB |
3761 | 2004-03-12 Kevin Buettner <[email protected]> |
3762 | ||
3763 | * Makefile.in (elf_frv_h, frv_tdep_h): Define. | |
3764 | (frv-tdep.o): Update dependencies. | |
3765 | * frv-tdep.h: New file. | |
3766 | * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include. | |
3767 | (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New | |
3768 | constants. | |
3769 | (struct gdbarch_tdep): Add new member ``frv_abi''. | |
3770 | (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New | |
3771 | functions. | |
3772 | (new_variant): Set ``frv_abi'' field. | |
3773 | (gdb_arch_init): Detect FDPIC executables. | |
3774 | ||
82b38f72 MK |
3775 | 2004-03-12 Mark Kettenis <[email protected]> |
3776 | ||
3777 | * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H | |
3778 | wrapper. | |
3779 | ||
db1ea9ba AC |
3780 | 2004-03-11 Andrew Cagney <[email protected]> |
3781 | ||
3782 | * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper. | |
3783 | ||
f8766ec1 KB |
3784 | 2004-03-11 Kevin Buettner <[email protected]> |
3785 | ||
3786 | * solist.h (master_so_list): New function. | |
3787 | * solib.c (master_so_list): Likewise. | |
3788 | * solib-svr4.c (enable_break): Iterate over so_list entries | |
3789 | obtained from master list instead of entries obtained directly | |
3790 | via svr4_current_sos(). | |
3791 | ||
523f6a27 BE |
3792 | 2004-03-10 Ben Elliston <[email protected]> |
3793 | ||
3794 | * MAINTAINERS: Update my mail address. | |
3795 | ||
37814c18 KI |
3796 | 2004-03-10 Kei Sakamoto <[email protected]> |
3797 | ||
3798 | * remote-m32r-sdi.c: Support hardware watchpoint. | |
3799 | ||
8b9740d8 DJ |
3800 | 2004-03-09 Daniel Jacobowitz <[email protected]> |
3801 | ||
3802 | * user-regs.c: Update copyright years. | |
3803 | (struct user_regs): Rename to gdb_user_regs. | |
3804 | (append_user_reg, builtin_user_regs, user_regs_init) | |
3805 | (user_reg_add, user_reg_map_name_to_regnum) | |
3806 | (usernum_to_user_reg): Update. | |
3807 | ||
4bb7a0a7 DJ |
3808 | 2004-03-09 Daniel Jacobowitz <[email protected]> |
3809 | ||
3810 | * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die) | |
3811 | (skip_children): New functions. | |
3812 | (locate_pdi_sibling): Call skip_children. | |
3813 | ||
44e1a9eb DJ |
3814 | 2004-03-09 Daniel Jacobowitz <[email protected]> |
3815 | ||
3816 | * arm-tdep.c (arm_use_struct_convention): Look through typedefs. | |
3817 | * gdbtypes.c (check_typedef): Update comments. | |
3818 | ||
f3dd6933 DJ |
3819 | 2004-03-09 Daniel Jacobowitz <[email protected]> |
3820 | ||
3821 | * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array. | |
3822 | (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs | |
3823 | pointer. Update comment about comp_unit_head. | |
3824 | (struct abbrev_info): Shorten two int flags. | |
3825 | (dwarf_alloc_abbrev): Take a CU argument. | |
3826 | (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table | |
3827 | each time through the loop. Update cleanup argument. | |
3828 | (psymtab_to_symtab_1): Update cleanup call. | |
3829 | (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the | |
3830 | abbrev_obstack. | |
3831 | (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table. | |
3832 | Just call obstack_free and clear the pointer. | |
3833 | ||
b40c7d58 DJ |
3834 | 2004-03-09 Daniel Jacobowitz <[email protected]> |
3835 | ||
3836 | * infrun.c (handle_inferior_event): Remove short-circuit code for | |
3837 | events in a different thread. | |
3838 | ||
333dabeb DJ |
3839 | 2004-03-09 Daniel Jacobowitz <[email protected]> |
3840 | ||
3841 | * target.c (debug_to_xfer_memory): If targetdebug is 1, don't | |
3842 | print the whole transfer. | |
3843 | (initialize_targets): Update description of "set debug target". | |
3844 | ||
aa17d93e DJ |
3845 | 2004-03-09 Daniel Jacobowitz <[email protected]> |
3846 | ||
3847 | * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX. | |
3848 | ||
0b71f08f NW |
3849 | 2004-03-08 Nathan J. Williams <[email protected]> |
3850 | ||
3851 | * MAINTAINERS (write after approval): Add myself. | |
3852 | ||
3930f270 CV |
3853 | 2004-03-08 Corinna Vinschen <[email protected]> |
3854 | ||
3855 | * sh-tdep.c (sh_print_registers_info): Use for loop. | |
3856 | Don't skip multiple registers when a float register is encountered. | |
3857 | ||
a2b4a96c CV |
3858 | 2004-03-08 Corinna Vinschen <[email protected]> |
3859 | ||
3860 | Fix PR tdep/1291. | |
3861 | * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing | |
3862 | to official SH documentation. | |
3863 | ||
f15a4bc0 AC |
3864 | 2004-03-07 Andrew Cagney <[email protected]> |
3865 | ||
3866 | * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete | |
3867 | unused function. | |
3868 | ||
9498281f DJ |
3869 | 2004-03-07 Daniel Jacobowitz <[email protected]> |
3870 | ||
3871 | * arm-tdep.c (thumb_get_next_pc): Handle BX. | |
3872 | (arm_get_next_pc): Handle BX and BLX. | |
3873 | ||
449e1137 AC |
3874 | 2004-03-07 Andrew Cagney <[email protected]> |
3875 | ||
eded0a31 AC |
3876 | * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM, |
3877 | FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with | |
3878 | HPPA_SP_REGNUM. | |
3879 | (hppa_register_raw_size, hppa_register_byte, hppa_read_fp) | |
3880 | (hppa_target_read_fp): Delete. | |
3881 | (hppa_gdbarch_init): Do not set deprecated register_raw_size, | |
3882 | register_virtual_size, max_register_raw_size, | |
3883 | max_register_virtual_size, register_byte, register_size, | |
3884 | target_read_fp, fp_regnum, and register_bytes. Set register_type | |
3885 | instead of register_virtual_type. | |
3886 | (hppa32_register_type, hppa64_register_type): Replace | |
3887 | hppa32_register_virtual_type and hppa64_register_virtual_type. | |
3888 | * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM) | |
3889 | (HPPA_FP_REGNUM): Define. | |
3890 | ||
f5f907e2 AC |
3891 | * hppa-tdep.c (hppa_gdbarch_init): Add missing "break". |
3892 | ||
69b4bbe4 AC |
3893 | * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO) |
3894 | (pa_do_registers_info): Delete. | |
3895 | * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info) | |
8718a420 | 3896 | (pa_print_registers, pa_print_fp_reg, pa_strcat_registers) |
69b4bbe4 | 3897 | (pa_strcat_fp_reg, pa_register_look_aside): Delete. |
f5f907e2 | 3898 | |
78161e48 AC |
3899 | * infcall.c (legacy_push_dummy_code): Delete #ifdef |
3900 | GDB_TARGET_IS_HPPA code. | |
3901 | * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY) | |
8718a420 | 3902 | (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED) |
78161e48 AC |
3903 | (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete. |
3904 | * config/pa/tm-hppa64.h (CALL_DUMMY): Delete. | |
8718a420 RM |
3905 | * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid) |
3906 | (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments) | |
3907 | (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc) | |
78161e48 | 3908 | (hppa_init_extra_frame_info, hppa_saved_pc_after_call) |
8718a420 RM |
3909 | (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs) |
3910 | (hppa_frameless_function_invocation, hppa64_store_return_value) | |
3911 | (hppa_store_struct_return, hppa64_extract_return_value) | |
78161e48 | 3912 | (hppa64_use_struct_convention, hppa_frame_find_saved_regs) |
8718a420 | 3913 | (hppa32_call_dummy_length, hppa64_call_dummy_length) |
78161e48 | 3914 | (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET) |
8718a420 RM |
3915 | (find_proc_framesize, deposit_21, restore_pc_queue) |
3916 | (find_return_regnum, pc_in_interrupt_handler, deposit_14) | |
210197d2 | 3917 | (rp_saved, pc_in_linker_stub): Delete. |
78161e48 | 3918 | |
782eae8b AC |
3919 | Unconditionally enable 64-bit frame and ABI code. |
3920 | * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated | |
3921 | call_dummy_breakpoint_offset, call_dummy_length, stack_align, | |
3922 | push_dummy_frame, fix_call_dummy, push_arguments, | |
3923 | call_dummy_location, extract_return_value, use_struct_convention, | |
3924 | store_return_value, store_struct_return, saved_pc_after_call, | |
3925 | init_frame_pc, frame_init_saved_regs, init_extra_frame_info, | |
3926 | frame_chain, frame_chain_valid, frameless_function_invocation, | |
3927 | frame_saved_pc, and pop_frame. | |
78161e48 | 3928 | |
449e1137 AC |
3929 | * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM. |
3930 | (hppa64_return_value, hppa64_push_dummy_call): Rewrite. | |
3931 | (hppa_gdbarch_init): Do not set PC_REGNUM. | |
3932 | ||
12507572 MK |
3933 | 2004-03-06 Mark Kettenis <[email protected]> |
3934 | ||
3935 | * config/alpha/tm-fbsd.h: Remove file. | |
3936 | * config/alpha/fbsd.mt: Tweak comment. | |
3937 | (TM_FILE): Set to tm-alpha.h. | |
3938 | ||
c107cc1b AC |
3939 | 2004-03-05 Andrew Cagney <[email protected]> |
3940 | ||
3941 | * infrun.c (step_over_function): When non-legacy code, and no | |
3942 | step_frame_id, use the unwinder to get the caller's frame ID. | |
3943 | ||
f2e7c15d MK |
3944 | 2004-03-05 Mark Kettenis <[email protected]> |
3945 | ||
8b0c3633 MK |
3946 | * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register |
3947 | i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of | |
3948 | bfd_arch_unknown. Adjust comment. | |
3949 | ||
f2e7c15d MK |
3950 | * i386-nat.c: Fix typo in comment. Re-introduce paranoiac. |
3951 | * i386obsd-tdep.c: Correct spelling in comment. | |
3952 | * i386nbsd-tdep.c: Correct spelling in comment. | |
3953 | * sparc-tdep.c: Correct spelling in comments. | |
3954 | ||
1198ecbe DC |
3955 | 2004-03-05 David Carlton <[email protected]> |
3956 | ||
3957 | * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion | |
3958 | bug. | |
3959 | ||
9eb42ed1 MK |
3960 | 2004-03-05 Mark Kettenis <[email protected]> |
3961 | ||
3962 | * sparc-tdep.c: Fix typo in comment. | |
3963 | ||
52b5e991 JB |
3964 | 2004-03-04 J. Brobecker <[email protected]> |
3965 | ||
3966 | * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value. | |
3967 | ||
d8151005 DJ |
3968 | 2004-03-04 Daniel Jacobowitz <[email protected]> |
3969 | ||
3970 | * dwarf2read.c: Add comment describing memory lifetimes. | |
3971 | (struct dwarf2_pinfo): Update comment. | |
3972 | (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope) | |
3973 | (read_enumeration, new_symbol): Don't use obsavestring. | |
3974 | ||
cbeae229 MK |
3975 | 2004-03-04 Mark Kettenis <[email protected]> |
3976 | ||
722d18c2 MK |
3977 | * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave |
3978 | instead of amd64_fill_fxsave. | |
3979 | * amd64bsd-nat.c (store_inferior_registers): Likewise. | |
3980 | * amd64fbsd-nat.c (fill_fpregset): Likewise. | |
3981 | ||
cbeae229 MK |
3982 | * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero. |
3983 | Reorganize code a bit. | |
3984 | ||
b4206d25 OF |
3985 | 2004-03-04 Orjan Friberg <[email protected]> |
3986 | ||
3987 | * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset | |
8718a420 RM |
3988 | when the frame pointer is pushed. Don't set the frame pointer's |
3989 | address on the stack unless it's actually located there. | |
b4206d25 OF |
3990 | Set the SRP's address on the stack correctly when the PC is still in |
3991 | the prologue. | |
3992 | (cris_return_value): New function. | |
3993 | (cris_gdbarch_init): Clear deprecated store_return_value, | |
3994 | extract_return_value. | |
3995 | ||
49b0b195 JB |
3996 | 2004-03-02 Jim Blandy <[email protected]> |
3997 | ||
3998 | * stabsread.c (reg_value_complaint): The maximum register number | |
3999 | is one less than the number of registers. | |
4000 | ||
e9ff708b AC |
4001 | 2004-03-02 Andrew Cagney <[email protected]> |
4002 | ||
4003 | * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM, | |
4004 | I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove | |
4005 | trailing comma and redundant assignment of I386_ST0_REGNUM. | |
4006 | * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the | |
4007 | 32-bit segment registers. | |
4008 | ||
d4715e41 AC |
4009 | 2004-03-01 Andrew Cagney <[email protected]> |
4010 | ||
4011 | * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error, | |
4012 | use frame_relative_level and get_next_frame. | |
4013 | ||
3ce2bf18 AC |
4014 | 2004-02-29 Andrew Cagney <[email protected]> |
4015 | ||
4016 | * rs6000-tdep.c (rs6000_init_frame_pc_first): New function. | |
4017 | (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first. | |
4018 | * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): | |
4019 | Delete macro. | |
4020 | ||
2da6aac3 DJ |
4021 | 2004-02-29 Daniel Jacobowitz <[email protected]> |
4022 | ||
4023 | * inflow.c (terminal_inferior): Don't give up the terminal if we | |
4024 | previously couldn't get the inferior's terminal state. | |
4025 | ||
6ba34a8d DJ |
4026 | 2004-02-29 Daniel Jacobowitz <[email protected]> |
4027 | ||
4028 | * regcache.c (read_pc_pid): Restore inferior_ptid after reading | |
4029 | PC_REGNUM. | |
4030 | ||
faae5abe AC |
4031 | 2004-02-28 Andrew Cagney <[email protected]> |
4032 | ||
4033 | * NEWS: Refer to GDB 6.1. | |
4034 | * README: Refer to GDB 6.1. | |
4035 | * PROBLEMS: Refer to GDB 6.1. | |
4036 | ||
2227a3c5 DJ |
4037 | 2004-02-28 Daniel Jacobowitz <[email protected]> |
4038 | ||
4039 | * thread-db.c (disable_thread_signals): Remove unused function. | |
4040 | ||
80571bff MK |
4041 | 2004-02-28 Mark Kettenis <[email protected]> |
4042 | ||
041bd74b MK |
4043 | * amd64-nat.c: Include "gdb_string.h". |
4044 | (amd64_collect_native_gregset): Zero-extend the 32-bit | |
4045 | general-purpose registers and %eip. | |
4046 | ||
3c017e40 MK |
4047 | * amd64-tdep.h: (amd64_collect_fxsave): New prototype. |
4048 | * amd64-tdep.c (amd64_collect_fxsave): New function. | |
4049 | (amd64_fill_fxsave): Simply call amd64_collect_fxsave. | |
4050 | ||
80571bff MK |
4051 | * i387-tdep.h: Update copyright year. |
4052 | (i387_collect_fxsave): New prototype. | |
4053 | * i387-tdep.c: Update copyright year. | |
4054 | (i387_collect_fxsave): New function containing most of the code | |
4055 | from i387_fill_fxsave. | |
4056 | (i387_fill_fxsave): Call i387_collect_fxsave. | |
4057 | ||
50d71875 AC |
4058 | 2004-02-28 Andrew Cagney <[email protected]> |
4059 | ||
4060 | * amd64-linux-nat.c (ps_get_thread_area): When architecture is | |
4061 | i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath. | |
4062 | ||
4a28816e MK |
4063 | 2004-02-28 Mark Kettenis <[email protected]> |
4064 | ||
4065 | * amd64-tdep.c (amd64_frame_cache): Fix comment. | |
4066 | ||
dbda9972 AC |
4067 | 2004-02-28 Andrew Cagney <[email protected]> |
4068 | ||
4069 | * utils.c: Use "", instead of <>, to include readline. | |
4070 | tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto. | |
4071 | * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto. | |
4072 | * source.c, solib.c, exec.c, event-top.c: Ditto. | |
4073 | * corelow.c, completer.c, cli/cli-setshow.c: Ditto. | |
4074 | * cli/cli-dump.c, cli/cli-cmds.c: Ditto. | |
4075 | * Makefile.in: Update all dependencies. | |
4076 | (readline_tilde_h, readline_history_h): Define. | |
4077 | (readline_headers): Delete. | |
4078 | ||
83277a99 MK |
4079 | 2004-02-28 Mark Kettenis <[email protected]> |
4080 | ||
91ae4303 MK |
4081 | * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to |
4082 | "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to | |
4083 | "config/i386/tm-lx64.h". | |
4084 | ||
83277a99 MK |
4085 | * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to |
4086 | "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove | |
4087 | rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c". | |
4088 | ||
6e1d7d6c AC |
4089 | 2004-02-28 Andrew Cagney <[email protected]> |
4090 | ||
ecc9ac84 AC |
4091 | * dwarf2-frame.h (struct gdbarch): Add opaque declaration. |
4092 | ||
6e1d7d6c AC |
4093 | * breakpoint.c (_initialize_breakpoint): Use |
4094 | "add_setshow_auto_boolean_cmd. Better word-wrap help messages. | |
4095 | Add help to show command. | |
4096 | ||
9671aeef MK |
4097 | 2004-02-28 Mark Kettenis <[email protected]> |
4098 | ||
7fa2737c MK |
4099 | * i386-nat.c: Reformat to be closer to coding standards. |
4100 | (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to | |
4101 | `retval'. Make variables `align' and `size' local to while-loop. | |
4102 | (i386_stopped_data_address): Rename local variable `ret' to `addr'. | |
4103 | (_initialize_i386_nat): New prototype. | |
4104 | ||
9671aeef MK |
4105 | * tui/tui.c: Include <readline/readline.h> instead of |
4106 | "readline/readline.h". Include it after <term.h> and | |
4107 | "gdb_curses.h". | |
4108 | ||
fca7aa43 AC |
4109 | 2004-02-27 Andrew Cagney <[email protected]> |
4110 | ||
412275d5 AC |
4111 | * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use |
4112 | the new frame unwind code. | |
4113 | (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM. | |
4114 | (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from | |
4115 | PCOQ_HEAD_REGNUM. | |
4116 | ||
fca7aa43 AC |
4117 | * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always |
4118 | "return_value" and "push_dummy_call". | |
4119 | (hppa32_use_struct_convention): Delete unused function. | |
4120 | (hppa32_store_return_value): Delete unused function. | |
4121 | (hppa32_extract_return_value): Delete unused function. | |
4122 | (hppa32_stack_align): Delete function. | |
4123 | ||
e6a8a7d2 EZ |
4124 | 2004-02-27 Eli Zaretskii <[email protected]> |
4125 | ||
4126 | * coffread.c (enter_linenos): Don't let rawptr reference memory | |
4127 | outside linetab[]'s limits. | |
4128 | ||
1797a8f6 AC |
4129 | 2004-02-27 Andrew Cagney <[email protected]> |
4130 | ||
4131 | * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving | |
4132 | inferior stack space - the stack needs to grow upwards. | |
4133 | (hppa32_frame_align): New function. | |
4134 | (hppa64_frame_align): Replace hppa_frame_align. | |
4135 | (hppa_gdbarch_init): Update. | |
4136 | ||
2e4b5889 OF |
4137 | 2004-02-26 Orjan Friberg <[email protected]> |
4138 | ||
4139 | * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h) | |
4140 | (dwarf2-frame.h): Include. | |
4141 | (enum cris_regnums): New enum CRIS_FP_REGNUM. | |
4142 | Remove static variables related to ABI setting. | |
4143 | (struct gdbarch_tdep): Remove cris_abi member. | |
4144 | (struct frame_extra_info): Remove. | |
4145 | (cris_unwind_cache, stack_item): New structs. | |
4146 | (cris_frame_unwind, cris_frame_base): New variables. | |
4147 | (push_stack_item, pop_stack_item) | |
4148 | (cris_frame_unwind_cache, cris_frame_this_id) | |
4149 | (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align) | |
4150 | (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer) | |
4151 | (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc) | |
4152 | (cris_unwind_sp, cris_store_return_value, cris_extract_return_value) | |
4153 | (cris_reg_struct_has_addr): New functions. | |
4154 | (cris_examine, cris_frame_init_saved_regs, cris_frame_chain) | |
8718a420 | 4155 | (cris_frame_saved_pc, cris_saved_pc_after_call, |
2e4b5889 OF |
4156 | (cris_store_struct_return, cris_frameless_function_invocation) |
4157 | (cris_pop_frame, cris_skip_prologue_main) | |
4158 | (cris_abi_original_store_return_value) | |
4159 | (cris_abi_v2_store_return_value) | |
4160 | (cris_abi_original_extract_return_value) | |
4161 | (cris_abi_v2_extract_return_value) | |
4162 | (cris_abi_original_reg_struct_has_addr) | |
4163 | (cris_abi_v2_reg_struct_has_addr) | |
4164 | (cris_abi_original_push_arguments, cris_abi_v2_push_arguments) | |
4165 | (cris_push_return_address, cris_abi_update): Remove. | |
4166 | (_initialize_cris_tdep): Remove ABI command. | |
4167 | (cris_dump_tdep): Ditto. | |
8718a420 | 4168 | (cris_gdbarch_init): Remove ABI command. |
2e4b5889 OF |
4169 | Set store_return_value, extract_return_value, push_dummy_code, |
4170 | push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id, | |
4171 | frame_unwind_append_sniffer, frame_base_set_default. | |
4172 | Clear deprecated init_frame_pc, push_arguments, store_return_value, | |
4173 | extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words, | |
4174 | sizeof_call_dummy_words, get_saved_register, push_return_address, | |
8718a420 | 4175 | pop_frame, store_struct_return, frame_init_saved_regs, |
2e4b5889 OF |
4176 | init_extra_frame_info, frameless_function_invocation, frame_chain, |
4177 | frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos, | |
4178 | dummy_write_sp. | |
8718a420 | 4179 | |
6b9acc27 JJ |
4180 | 2004-02-26 Jeff Johnston <[email protected]> |
4181 | ||
4182 | * valprint.h (print_hex_chars, print_char_chars): New prototypes. | |
4183 | * valprint.c (print_hex_chars): Change from static to external. | |
4184 | (print_char_chars): New function. | |
4185 | * printcmd.c (print_scalar_formatted): For integer and enum types | |
4186 | that are longer than LONGEST, perform processing via appropriate | |
4187 | print_*_chars routines. | |
4188 | ||
a431654a AC |
4189 | 2004-02-26 Andrew Cagney <[email protected]> |
4190 | ||
4191 | * Makefile.in: Update dependencies. | |
4192 | Changes from Ulrich Weigand, | |
4193 | * s390-tdep.c: Include "dwarf2-frame.h". | |
4194 | (s390_dwarf2_frame_init_reg): New function. | |
4195 | (s390_gdbarch_init): Install dwarf2_frame_sniffer and | |
4196 | dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg. | |
4197 | ||
fa8d40ab JJ |
4198 | 2004-02-26 Jeff Johnston <[email protected]> |
4199 | ||
4200 | * breakpoint.c (pending_break_support): New setting variable. | |
4201 | (break_command_1): Account for pending_break_support setting | |
4202 | when creating pending breakpoints. | |
4203 | (set_breakpoint_cmd, show_breakpoint_cmd): New functions. | |
4204 | (_initialize_breakpoint): Add "set breakpoint pending" and | |
4205 | "show breakpoint pending" commands. | |
4206 | ||
0dcd613f AC |
4207 | 2004-02-26 Andrew Cagney <[email protected]> |
4208 | ||
4209 | Fix PR i18n/1570. | |
4210 | * charset.c (backslashable, backslashed, represented): Remove 'e' | |
4211 | from list of escaped characters, not part of ISO-C. | |
4212 | ||
479272a3 JB |
4213 | 2004-02-25 J. Brobecker <[email protected]> |
4214 | ||
4215 | From Peter Schauer <[email protected]>: | |
4216 | * tui/tui.c: Move system header includes after local includes. | |
4217 | Fixes a build failure on solaris systems. | |
4218 | ||
7613d933 JB |
4219 | 2004-02-25 J. Brobecker <[email protected]> |
4220 | ||
4221 | * configure.in: Refine the previous change. | |
4222 | * configure: Regenerate. | |
4223 | ||
9c1488cb MK |
4224 | 2004-02-25 Mark Kettenis <[email protected]> |
4225 | ||
4226 | * amd64-tdep.h: Renamed from x86-64-tdep.h. | |
4227 | * amd64-tdep.c: Renamed from x86-64-tdep.c. Include | |
4228 | "amd64-tdep.h" instead of "x86-64-tdep.h". | |
4229 | * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h". | |
4230 | * amd64-linux-tdep.h: Renamed from x86-64-linux.h. | |
4231 | * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include | |
4232 | "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h" | |
4233 | and "x86-64-tdep.c". | |
4234 | * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include | |
4235 | "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h" | |
4236 | and "x86-64-tdep.c". | |
4237 | * amd64bsd-nat.c: Update copyright year. | |
4238 | Include "amd64-tdep.h" instead of "x86-64-tdep.h". | |
4239 | * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of | |
4240 | "x86-64-tdep.h". | |
4241 | * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of | |
4242 | "x86-64-tdep.h". | |
4243 | * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of | |
4244 | "x86-64-tdep.h". | |
4245 | * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of | |
4246 | "x86-64-tdep.h". | |
4247 | * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of | |
4248 | "x86-64-tdep.h". | |
4249 | * amd64obsd-nat.c: Include "amd64-tdep.h" instead of | |
4250 | "x86-64-tdep.h". | |
8718a420 | 4251 | * configure.host: (x86_64-*-linux*): Set gdb_target to linux64. |
9c1488cb MK |
4252 | * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64. |
4253 | * Makefile.in (amd64_linux_tdep_h): Renamed from | |
4254 | x86_64_linux_tdep_h. | |
4255 | (amd64_tdep_h): Renamed from x86_64_tdep_h. | |
4256 | (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o) | |
4257 | (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o) | |
4258 | (amd64obsd-tdep.o): Update dependencies. | |
4259 | (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New | |
4260 | dependencies. | |
4261 | (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove | |
4262 | dependencies. | |
4263 | (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c, | |
4264 | amd64-linux-nat.c amd64-linux-tdep.c. | |
4265 | * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h | |
4266 | * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h. | |
4267 | * config/i386/linux64.mt: Renamed from x86-64linux.mt. | |
4268 | (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with | |
4269 | amd64-tdep.o and amd64-linux-tdep.o. | |
4270 | (TM_FILE): Set to tm-linux64.h. | |
4271 | * config/i386/linux64.mh: Renamed from x86-64linux.mh. | |
4272 | (NAT_FILE): Set to nm-linux64.h. | |
4273 | (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o. | |
4274 | * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with | |
4275 | amd64-tdep.o. | |
4276 | * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with | |
4277 | amd64-tdep.o. | |
4278 | * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with | |
4279 | amd64-tdep.o. | |
4280 | ||
4b8dad4a RM |
4281 | 2004-02-25 Roland McGrath <[email protected]> |
4282 | ||
4283 | * remote.c (remote_protocol_qPart_auxv): New variable. | |
4284 | (init_all_packet_configs): Initialize it. | |
4285 | (set_remote_protocol_qPart_auxv_packet_cmd): New function. | |
4286 | (show_remote_protocol_qPart_auxv_packet_cmd): New function. | |
4287 | (show_remote_cmd): Call it. | |
4288 | (_initialize_remote): Initialize commands. | |
4289 | (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to | |
4290 | service TARGET_OBJECT_AUXV requests. | |
4291 | ||
66745969 JB |
4292 | 2004-02-25 J. Brobecker <[email protected]> |
4293 | ||
4294 | * configure.in: Make sure that the wborder function is available. | |
4295 | Otherwise, search for it in the cur_colr library. | |
4296 | * configure: Regenerate. | |
4297 | ||
79508e1e AC |
4298 | 2004-02-25 Andrew Cagney <[email protected]> |
4299 | ||
4300 | * hppa-tdep.c (hppa32_push_dummy_call): Rewrite. | |
4301 | ||
571ee600 MK |
4302 | 2004-02-25 Mark Kettenis <[email protected]> |
4303 | ||
4304 | * config/i386/tm-x86-64linux.h: Tweak comments. | |
4305 | ||
2b1b322f | 4306 | 2004-02-25 Richard Sandiford <[email protected]> |
ad74788f RS |
4307 | |
4308 | * MAINTAINERS: Add self to write-after-approval list. | |
4309 | ||
4d2acc65 AC |
4310 | 2004-02-25 Andrew Cagney <[email protected]> |
4311 | ||
4b8dad4a | 4312 | PR cli/1566. Problem found, and fix suggested by David Allan. |
4d2acc65 AC |
4313 | * cli/cli-script.c (execute_control_command): Unconditionally |
4314 | install a cleanup. Default "ret" to "invalid_control". Use | |
4315 | "break" instead of "return" to escape from the switch. | |
4316 | ||
4cfcaf21 JB |
4317 | 2004-02-24 J. Brobecker <[email protected]> |
4318 | ||
4319 | * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision | |
4320 | with the lines macro defined in term.h on AiX. | |
4321 | * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid | |
4322 | a collision with the label_width macro defined in term.h on AiX. | |
4323 | ||
54a5c8d8 KB |
4324 | 2004-02-23 David Mosberger <[email protected]> |
4325 | ||
4326 | Committed by Kevin Buettner <[email protected]>. | |
4327 | ||
4328 | * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare. | |
4329 | * ia64-tdep.c (ia64_write_pc): Make it a global function. | |
4330 | (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc() | |
4331 | instead of ia64_write_pc(). | |
4332 | * ia64-linux-tdep.c (regcache.h): Include. | |
4333 | (ia64_linux_write_pc): New function. | |
4b8dad4a | 4334 | |
8a1dac83 RM |
4335 | 2004-02-23 Roland McGrath <[email protected]> |
4336 | ||
4337 | * auxv.c (info_auxv_command): Fix typos in error messages. | |
4338 | ||
90f90721 MK |
4339 | 2004-02-23 Mark Kettenis <[email protected]> |
4340 | ||
8a1dac83 | 4341 | * x86-64-tdep.h: Tweak comment. |
90f90721 MK |
4342 | (enum amd64_regnum): New. |
4343 | (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM) | |
4344 | (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM) | |
4345 | (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM) | |
4346 | (X86_64_XMM1_REGNUM): Removed. | |
4347 | (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS. | |
4348 | (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust | |
4349 | prototypes for renamed functions. | |
4350 | * x86-64-tdep.c: Fix typo. | |
4351 | (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for | |
4352 | register numbers. | |
4353 | (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call): | |
4354 | Use constants from `enum amd64_regnum' for register numbers. | |
4355 | (AMD64_NUM_SAVED_REGS): Adjust for renamed macros. | |
4356 | (amd64_analyze_prologue, amd64_frame_cache, | |
4357 | amd64_sigtramp_frame_cache): Use constants from `enum | |
4358 | amd64_regnum' for register numbers. | |
4359 | (amd64_supply_fpregset): Adjust for renamed functions. | |
4360 | (amd64_init_abi): Rename from x86_64_init_abi. Use constants from | |
4361 | `enum amd64_regnum' for register numbers. | |
4362 | (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'. | |
4363 | (amd64_supply_fxsave): Rename from x86_64_supply_fxsave. | |
4364 | (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave. | |
4365 | * x86-64-linux-tdep.c (amd64_linux_supply_gregset) | |
4366 | (amd64_linux_fill_gregset): Adjust for renamed macros. | |
4367 | (fetch_core_registers): Adjust for renamed functions. | |
4368 | (amd64_linux_init_abi): Adjust for renamed functions. | |
4369 | * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for | |
4370 | renamed functions. | |
4371 | * amd64-nat.c: Adjust for renamed macros. | |
4372 | * amd64bsd-nat.c (fetch_inferior_registers) | |
4373 | (store_inferior_registers): Use constants from `enum amd64_regnum' | |
4374 | for register numbers. Adjust for renamed variables. | |
4375 | * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for | |
4376 | renamed variables. | |
4377 | (_initialize_amd64fbsd_nat): Use constants from `enum | |
4378 | amd64_regnum' for register numbers. | |
4379 | * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from | |
4380 | `enum amd64_regnum' for register numbers. | |
4381 | (amd64fbsd_init_abi): Adjust for renamed functions. | |
4382 | * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from | |
4383 | `enum amd64_regnum' for register numbers. | |
4384 | (amd64nbsd_init_abi): Adjust for renamed functions. | |
4385 | (_initialize_amd64nbsd_ndep): Adjust for renamed macros. | |
4386 | * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from | |
4387 | `enum amd64_regnum' for register numbers. | |
4388 | (amd64obsd_init_abi): Adjust for renamed functions. | |
4389 | (_initialize_amd64obsd_ndep): Adjust for renamed macros. | |
4390 | ||
d5479188 JJ |
4391 | 2004-02-23 Jeff Johnston <[email protected]> |
4392 | ||
4393 | * breakpoint.c (print_one_breakpoint): Do not output spaces | |
4394 | after printing <PENDING> for a pending breakpoint. | |
4395 | ||
81cb7cc9 JJ |
4396 | 2004-02-23 Jeff Johnston <[email protected]> |
4397 | ||
4398 | * printcmd.c (print_scalar_formatted): Initialize val_long | |
4399 | to remove compiler warning message. | |
4400 | ||
cbdeadca JJ |
4401 | 2004-02-23 Jeff Johnston <[email protected]> |
4402 | ||
4403 | * defs.h (nquery, yquery): New prototypes. | |
4404 | * breakpoint.c (break_command_1): Use new nquery interface. | |
4405 | * utils.c (defaulted_query, nquery, yquery): New functions. | |
4406 | ||
da6bab63 AC |
4407 | 2004-02-23 Andrew Cagney <[email protected]> |
4408 | ||
2f690297 AC |
4409 | * hppa-tdep.c (hppa_frame_align): New function. |
4410 | (hppa32_push_dummy_call): New function. | |
4411 | (hppa64_push_dummy_call): New function. | |
4412 | (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep | |
4413 | disabled. | |
8a1dac83 | 4414 | |
da6bab63 AC |
4415 | * infcall.c (legacy_push_dummy_code): Don't call deprecated |
4416 | FIX_CALL_DUMMY when push_dummy_call is available. | |
4417 | (call_function_by_hand, push_dummy_code): Ditto. | |
4418 | ||
abf9b42d AC |
4419 | 2004-02-22 Andrew Cagney <[email protected]> |
4420 | ||
4421 | * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro. | |
4422 | (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro. | |
4423 | (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro. | |
4424 | * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated | |
4425 | use_generic_dummy_frames, set deprecated pc_in_call_dummy, set | |
4426 | call_dummy_location to ON_STACK. | |
4427 | ||
10fc94a4 MK |
4428 | 2004-02-22 Mark Kettenis <[email protected]> |
4429 | ||
51433e4b MK |
4430 | * x86-64-linux-tdep.c: Tweak comment. |
4431 | (amd64_linux_supply_gregset): Renamed from | |
4432 | x86_64_linux_supply_gresget. | |
4433 | (amd64_linux_fill_gregset): Renamed from | |
4434 | x86_64_linux_fill_gregset. | |
4435 | (fetch_core_registers): Adjust for renamed functions. | |
4436 | (amd64_core_fns): Renamed from x86_64_core_fns. | |
4437 | (amd64_linux_sigtramp_start): Renamed from | |
4438 | x86_64_linux_sigtramp_start. | |
4439 | (amd64_linux_pc_in_sigtramp): Renamed from | |
4440 | x86_64_linux_pc_in_sigtramp. Adjust for renamed functions. | |
4441 | (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from | |
4442 | X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET. | |
4443 | (amd64_linux_sigcontext_addr): Renamed from | |
4444 | x86_64_linux_sigcontext_addr. | |
4445 | (amd64_linux_sc_reg_offset): Renamed from | |
4446 | x86_64_linux_sc_reg_offset. | |
4447 | (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi. | |
4448 | Adjust for renamed functions and variables. | |
4449 | (_initialize_amd64_linux_tdep): Renamed from | |
4450 | _initialize_x86_64_linux_tdep. Adjust for renamed functions and | |
4451 | variables. | |
4452 | * x86-64-linux-tdep.h: Update copyright year. Tweak comment. | |
4453 | Adjust for renamed functions. | |
4454 | ||
430eaf2e MK |
4455 | * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename |
4456 | from x86_64_linux_gregset64_reg_offset. | |
4457 | (amd64_linux_gregset32_reg_offset): Rename from | |
4458 | x86_64_linux_gregset64_reg_offset. | |
4459 | (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get. | |
4460 | (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set. | |
4461 | (amd64_linux_dr_set_control): Renamed from | |
4462 | x86_64_linux_dr_set_control. Adjust for renamed functions. | |
4463 | (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr. | |
4464 | Adjust for renamed functions. | |
4465 | (amd64_linux_dr_reset_addr): Renamed from | |
4466 | x86_64_linux_dr_reset_addr. Adjust for renamed functions. | |
4467 | (amd64_linux_dr_get_status): Renamed from | |
4468 | x86_64_linux_dr_get_status. Adjust for renamed functions. | |
4469 | (_initialize_amd64_linux_nat): Renamed from | |
4470 | _initialize_x86_64_linux_nat. Adjust for renamed variables and | |
4471 | functions. | |
4472 | * config/i386/nm-x86-64linux.h: Update copyright year. | |
4473 | Adjust for renamed functions. | |
4474 | ||
10fc94a4 MK |
4475 | * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from |
4476 | amd64fbsd_sigtramp_start. | |
4477 | (amd64fbsd_sigtramp_end_addr): Renamed from | |
4478 | amd64fbsd_sigtramp_end. | |
4479 | (amd64fbsd_init_abi): Adjust for renamed variables. | |
4480 | * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed | |
4481 | variables. | |
4482 | * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from | |
4483 | amd64fbsd_sigtramp_start. | |
4484 | (amd64fbsd_sigtramp_end_addr): Renamed from | |
4485 | amd64fbsd_sigtramp_end. | |
4486 | ||
343af405 AC |
4487 | 2004-02-22 Andrew Cagney <[email protected]> |
4488 | ||
537987fc AC |
4489 | * hppa-tdep.c (hppa32_return_value): New function. |
4490 | (hppa64_return_value): New function. | |
4491 | (hppa_gdbarch_init): Set return_value; keep disabled. | |
4492 | ||
fad850b2 AC |
4493 | * hppa-tdep.c (hppa_gdbarch_init): Re-order separating |
4494 | struct-return and inferior function call methods. | |
4495 | ||
26d08f08 AC |
4496 | * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and |
4497 | "frame-base.h". | |
4498 | (struct hppa_frame_cache): Define. | |
4499 | (hppa_frame_cache, hppa_frame_this_id): New functions. | |
4500 | (hppa_frame_prev_register): New function. | |
4501 | (hppa_frame_unwind, hppa_frame_base): New variables. | |
4502 | (hppa_frame_unwind_sniffer): New function. | |
4503 | (hppa_frame_base_address, hppa_unwind_pc): New function. | |
4504 | (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind | |
4505 | sniffer, and frame base sniffer; keep disabled. | |
4506 | (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions. | |
4507 | * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo. | |
4508 | ||
e7d7bd65 AC |
4509 | * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p |
4510 | to predicates for "seriously old code". | |
4511 | ||
e963316f AC |
4512 | * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into |
4513 | runtime if(0). | |
4514 | ||
56132691 AC |
4515 | * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint" |
4516 | unsigned. | |
4517 | (hppa_frame_find_saved_regs): Fix "std" instruction pattern | |
e963316f | 4518 | |
343af405 AC |
4519 | * config/pa/tm-hppa.h: Update copyright. |
4520 | (DEPRECATED_INIT_FRAME_PC): Delete macro. | |
4521 | (deprecated_init_frame_pc_default): Delete declaration. | |
4522 | (hppa_frame_init_saved_regs): Delete declaration. | |
4523 | (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro. | |
4524 | * hppa-tdep.c: Include "arch-utils.h". | |
4525 | (hppa_gdbarch_init): Set deprecated init_frame_pc | |
4526 | and deprecated frame_init_saved_regs. | |
4527 | (hppa_frame_init_saved_regs): Make static. | |
4528 | ||
f5859b4d MK |
4529 | 2004-02-22 Mark Kettenis <[email protected]> |
4530 | ||
86f6f8e7 | 4531 | Remove old 386BSD support. |
cf7c5c23 | 4532 | * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*. |
86f6f8e7 MK |
4533 | * configure.host: Remove i[34567]86-*-bsd*. |
4534 | * configure.tgt: Remove i[34567]86-*-bsd*. | |
4535 | * i386b-nat.c: Removed. | |
4536 | * Makefile.in (ALLDEPFILES): Remove i386b-nat.c. | |
cf7c5c23 MK |
4537 | (i386b-nat.o): Remove dependencies. |
4538 | ||
86f6f8e7 MK |
4539 | * config/i386/i386bsd.mh: Removed. |
4540 | * config/i386/i386bsd.mt: Removed. | |
4541 | * config/i386/nm-i386bsd.h: Removed. | |
4542 | * config/i386/tm-i386bsd.h: Removed. | |
4543 | * config/i386/xm-i386bsd.h: Removed. | |
4544 | ||
971218cd MK |
4545 | * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration. |
4546 | ||
7e654c37 MK |
4547 | * amd64fbsd-tdep.c: Include "solib-svr4.h". |
4548 | (amd64fbsd_init_abi): Set link map offsets. | |
4549 | * amd64nbsd-tdep.c: Include "slib-svr4.h". | |
4550 | (amd64nbsd_init_abi): Set link map offsets. | |
4551 | * amd64obsd-tdep.c: Include "solib-svr4.h". | |
4552 | (amd64obsd_init_abi): Set link map offsets. | |
4553 | * i386fbsd-tdep.c: Include "solib-svr4.h". | |
4554 | (i386fbsd_init_abi): Set link map offsets. | |
4555 | * i386nbsd-tdep.c: Include "solib-svr4.h". | |
4556 | (i386nbsdelf_init_abi): Set link map offsets. | |
4557 | * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o) | |
4558 | (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies. | |
4559 | * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o, | |
4560 | solib-legacy.o and core-aout.o. Reformat. | |
4561 | * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o, | |
4562 | solib-svr4.o, solib-legacy.o. Reformat. | |
4563 | * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat. | |
4564 | * config/i386/nbsdelf.mh: Reformat. | |
4565 | * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o, | |
4566 | solib-svr4.o, solib-legacy.o and corelow.o. | |
4567 | * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat. | |
4568 | * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o, | |
4569 | solib-svr4.o, solib-legacy.o and corelow.o. Reformat. | |
4570 | * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o. | |
4571 | * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o. | |
4572 | (TM_FILE): Set to tm-fbsd.h. | |
4573 | * config/i386/nbsd.mt (TDEPFILES): Reformat. | |
4574 | * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and | |
4575 | solib-svr4.o. | |
4576 | * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and | |
4577 | solib-svr4.o. | |
4578 | (TM_FILE): Set to nm-nbsd.h. | |
4579 | * config/i386/nm-fbsd.h: Update copyright year. Tweak comments. | |
4580 | Simplify shared library support. Don't include "elf/common.h". | |
4581 | (SVR4_SHARED_LIBS): Don't define. | |
4582 | * config/i386/nm-fbsd64.h: Update copyright year. Don't include | |
4583 | "solib.h". | |
4584 | * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h, | |
4585 | config/i386/nm-obsd.h: Update copyright year. Tweak comments. | |
4586 | * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments. | |
4587 | Don't include "i386/tm-i386.h". Include "solib.h". | |
4588 | * config/i386/tm-nbsd.h: Update copyright year. Tweak comments. | |
4589 | Don't include "i386/tm-i386.h". | |
4590 | * config/i386/xm-i386.h: Update copyright year. Tweak comments. | |
4591 | * config/i386/xm-nbsd.h: Update copyright year. Tweak comments. | |
4592 | Include "i386/xm-i386.h". | |
4593 | (HOST_LONG_DOUBLE_FORMAT): Remove. | |
4594 | ||
5d93ae8c MK |
4595 | Fix OpenBSD/i386 sigtramp recognition. |
4596 | * i386-tdep.h: Update copyright year. | |
4597 | (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start) | |
4598 | (i386bsd_sigtramp_end): New prototypes. | |
4599 | (i386fbsd_sigtramp_start_addr): Renamed from | |
4600 | i386fbsd_sigtramp_start. | |
4601 | (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end. | |
4602 | (i386obsd_sigtramp_start_addr): Renamed from | |
4603 | i386obsd_sigtramp_start. | |
4604 | (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end. | |
4605 | * i386bsd-tdep.c: Update copyright year. | |
4606 | (i386bsd_pc_in_sigtramp): Make public. | |
4607 | * i386fbsd-nat.c: Update copyright year. | |
4608 | (_initialize_i386fbsd_nat): Adjust for renamed variables. | |
4609 | * i386fbsd-tdep.c: Update copyright year. | |
4610 | (i386fbsd_sigtramp_start_addr): Renamed from | |
4611 | i386fbsd_sigtramp_start. | |
4612 | (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end. | |
4613 | (i386fbsdaout_init_abi): Adjust for renamed variables. | |
4614 | * i386obsd-nat.c: Update copyright year. | |
4615 | (_initialize_i386obsd_nat): Adjust for renamed variables. | |
4616 | * i386obsd-tdep.c: Include "target.h". | |
4617 | (i386obsd_page_size): New variable. | |
4618 | (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start) | |
4619 | (i386obsd_sigtramp_end): New functions. | |
4620 | (i386obsd_sigtramp_start_addr): Renamed from | |
4621 | i386obsd_sigtramp_start. | |
4622 | (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end. | |
4623 | (i386obsd_init_abi): Adjust for renamed variables. Set | |
4624 | pc_in_sigtramp, sigtramp_start and sigtramp_end. | |
4625 | * Makefile.in (i386obsd-tdep.o): Update dependencies. | |
4626 | ||
84d04465 MK |
4627 | * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal |
4628 | trampoline change in OpenBSD kernel. | |
4629 | ||
b053aceb MK |
4630 | * amd64-nat.c: Update copyright year. |
4631 | (amd64_supply_native_gregset, amd64_collect_native_gregset): Use | |
4632 | architecture from REGCACHE. | |
4633 | ||
f5859b4d MK |
4634 | * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use |
4635 | symbolic constants from <sys/reg.h> instead of hard-coded numbers. | |
4636 | ||
e4bbbda8 MK |
4637 | 2004-02-21 Mark Kettenis <[email protected]> |
4638 | ||
ba361932 MK |
4639 | * configure.host: Add i[34567]86-*-openbsd[0-2].* and |
4640 | i[34567]86-*-openbsd3.[0-3]. | |
4641 | * config/i386/obsdaout.mh: New file. | |
4642 | ||
d3e48264 MK |
4643 | * config/i386/obsd.mh (MH_FLAGS): Remove. |
4644 | ||
60a6eeb6 MK |
4645 | Fix PR build/1549. |
4646 | * i386obsd-tdep.c: Update copyright years. Include | |
4647 | "solib-svr4.h". | |
4648 | (i386obsd_init_abi): Don't set regset_from_core_section here. | |
4649 | (i386obsd_aout_init_abi): New function. Set | |
4650 | regset_from_core_section here. | |
4651 | (i386obsd_elf_init_abi): New function. | |
4652 | (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF. | |
4653 | * Makefile.in (i386obsd-tdep.o): Update dependecies. | |
4654 | * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o. | |
4655 | (TM_FILE): Set to tm-nbsd.h. | |
4656 | ||
4657 | * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and | |
4658 | solib-sunos.o. | |
4659 | ||
e4bbbda8 MK |
4660 | * solib-svr4.h: Update copyright year. |
4661 | (svr4_ilp32_fetch_link_map_offsets) | |
4662 | (svr4_lp64_fetch_link_map_offsets): New prototype. | |
4663 | * solib-svr4.c: Update copyright year. | |
4664 | (svr4_ilp32_fetch_link_map_offsets) | |
4665 | (svr4_lp64_fetch_link_map_offsets): New function. | |
4666 | ||
f6fe98ef DJ |
4667 | 2004-02-20 Daniel Jacobowitz <[email protected]> |
4668 | ||
4669 | * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators | |
4670 | to the partial symbol table. | |
4671 | ||
589ca796 JB |
4672 | 2004-02-20 J. brobecker <[email protected]> |
4673 | ||
4674 | * PROBLEMS: Add description of problem documented under gdb/1560. | |
4675 | ||
2031c21a MK |
4676 | 2004-02-20 Mark Kettenis <[email protected]> |
4677 | ||
30b344b1 MK |
4678 | * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix |
4679 | comments. | |
4680 | (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New | |
4681 | functions. | |
4682 | (amd64obsd_init_abi): Reorder initializations. Use | |
4683 | amd64obsd_r_reg_offset to initialize the general-purpose register | |
4684 | set details. Set regset_from_core_section. | |
4685 | (_initialize_amd64obsd_tdep): Rename from | |
4686 | _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps. | |
4687 | * Makefile.in (amd64obsd-tdep.o): Update dependencies. | |
4688 | * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o. | |
4689 | ||
2031c21a MK |
4690 | * NEWS (New native configurations): Mention OpenBSD/alpha. |
4691 | * configure.tgt: Add alpha*-*-openbsd*. | |
4692 | * configure.host: Add alpha*-*-openbsd*. | |
4693 | * alphanbsd-tdep.c: Update copyright year. | |
4694 | (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF. | |
4695 | ||
42471775 AC |
4696 | 2004-02-20 Andrew Cagney <[email protected]> |
4697 | ||
4698 | Fix PR tdep/1372. | |
4699 | * configure.tgt: Delete target "none-*-*". | |
4700 | * configure.host: Delete host "none-*-*". | |
4701 | * config/none/none.mh: Delete file. | |
4702 | * config/none/none.mt: Delete file. | |
4703 | * config/none/xm-none.h: Delete file. | |
4704 | * config/none/tm-none.h: Delete file. | |
4705 | * config/none/nm-none.h: Delete file. | |
4706 | ||
960ccd7d FF |
4707 | 2004-02-19 Fred Fish <[email protected]> |
4708 | ||
4709 | * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of | |
4710 | cache->uses_fp prior to setting it. | |
4711 | ||
5f883edd FF |
4712 | 2004-02-19 Fred Fish <[email protected]> |
4713 | ||
4714 | Fix for PR breakpoint/1558. | |
4715 | * sh-tdep.c (IS_JSR): New macro. | |
4716 | (sh_analyze_prologue): Use IS_JSR to terminate prologue scan. | |
4717 | ||
f98c22d5 JB |
4718 | 2004-02-19 Jim Blandy <[email protected]> |
4719 | ||
4720 | * findvar.c (value_from_register): Doc fix. | |
4721 | ||
95051d27 JJ |
4722 | 2004-02-19 Jeff Johnston <[email protected]> |
4723 | ||
4724 | * printcmd.c (print_scalar_formatted): Do not check for sizeof | |
4725 | type being greater than sizeof of host's LONGEST. Always use | |
4726 | unpack_long() unless format 'f' chosen. | |
4727 | ||
ccefbec3 EZ |
4728 | 2004-02-19 Joel Brobecker <[email protected]> |
4729 | ||
4730 | Committed by Elena Zannoni <[email protected]> | |
2ede629f | 4731 | |
ccefbec3 EZ |
4732 | * symtab.c (find_pc_sect_psymtab): Return the psymtab that |
4733 | contains a symbol wich is the best, non-exact match for the given | |
4734 | pc. Update comments. | |
4735 | ||
4736 | 2004-02-19 Elena Zannoni <[email protected]> | |
8a1dac83 | 4737 | |
2ede629f EZ |
4738 | * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT |
4739 | macro, which was part of the now removed Mach 3 port. | |
4740 | * utils.c (request_quit): Ditto. | |
4741 | ||
567ee972 MK |
4742 | 2004-02-18 Mark Kettenis <[email protected]> |
4743 | ||
4744 | * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and | |
4745 | "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c". | |
4746 | ||
50cca7bb MK |
4747 | 2004-02-18 Ulrich Weigand <[email protected]> |
4748 | ||
4749 | Committed by Mark Kettenis <[email protected]>. | |
4750 | ||
4751 | * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): | |
4752 | Define. | |
4753 | ||
226361c4 AC |
4754 | 2004-02-18 Andrew Cagney <[email protected]> |
4755 | ||
4756 | * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN, | |
4757 | CONFIG_INSTALL and CONFIG_UNINSTALL. | |
4758 | * configure: Re-generate. | |
4759 | * interps.h (INTERP_TUI): Define. | |
4760 | * Makefile.in: Update dependencies. | |
4761 | (TUI): New macro. | |
4762 | (tui-main.o): Specify dependencies. | |
4763 | (install-tui, uninstall-tui, clean-tui, all-tui): New rules. | |
4764 | * tui/tui-main.c: New file. | |
4765 | ||
49cfa46f MK |
4766 | 2004-02-18 Mark Kettenis <[email protected]> |
4767 | ||
e2879ccb MK |
4768 | * amd64obsd-tdep.c, amd64obsd-nat.c: New files. |
4769 | * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New | |
4770 | dependencies. | |
4771 | * configure.host: Add x86_64-*-openbsd*. | |
4772 | * configure.tgt: Add x86_64-*-openbsd*. | |
4773 | * config/i386/obsd64.mt, config/i386/obsd64.mh: New files. | |
4774 | ||
c43f4bec MK |
4775 | * tui/tui.c: Don't include <malloc.h>. |
4776 | ||
09ae75b6 MK |
4777 | * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c, |
4778 | amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and | |
4779 | amd64nbsd-tdep.c. | |
4780 | ||
49cfa46f | 4781 | * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make |
8a1dac83 | 4782 | static. Remove extraneous whitespace. |
49cfa46f MK |
4783 | * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make |
4784 | static. | |
4785 | ||
05957fdb JB |
4786 | 2004-02-17 Jim Blandy <[email protected]> |
4787 | ||
4788 | * findvar.c (value_from_register): Doc fix. | |
4789 | ||
d0f54f9d JB |
4790 | 2004-02-17 Ulrich Weigand <[email protected]> |
4791 | ||
4792 | Committed by Jim Blandy <[email protected]>. | |
e1457d83 | 4793 | |
8a1dac83 | 4794 | * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use |
c253954e JB |
4795 | CORE_ADDR as type for selectors. Correct types for GNU run time |
4796 | message lookup function to use double indirection. | |
4797 | * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type. | |
4798 | * objc-lang.h (lookup_child_selector): Adapt prototype. | |
4799 | ||
9cbd5950 JB |
4800 | * s390-nat.c (SUBOFF): New macro. |
4801 | (supply_gregset, fill_gregset): Use it to handle debugging | |
4802 | of 32-bit exectuables running under a 64-bit kernel. | |
4803 | * s390-tdep.c: Include "solib-svr4.h". | |
4804 | (s390_svr4_fetch_link_map_offset): New function. | |
4805 | (s390x_svr_fetch_link_map_offset): Likewise. | |
4806 | (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets. | |
4807 | * Makefile.in (s390-tdep.o): Update dependencies. | |
4808 | ||
a8c99f38 JB |
4809 | * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and |
4810 | "frame-unwind.h". | |
4811 | (s390_readinstruction): Reformat. Use read_memory_nobpt. | |
4812 | (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove. | |
4813 | (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove. | |
4814 | (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET, | |
4815 | S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET, | |
4816 | S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET, | |
8a1dac83 | 4817 | S390_SIGNAL_FRAMESIZE, |
a8c99f38 JB |
4818 | s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove. |
4819 | (struct frame_extra_info): Remove. | |
4820 | (s390_memset_extra_info): Remove. | |
f73b1eff JB |
4821 | (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg) |
4822 | (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a) | |
4823 | (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes. | |
a8c99f38 JB |
4824 | (is_rse): Renamed to ... |
4825 | (is_rsy): ... this. Support long displacements. | |
4826 | (is_rxe): Renamed to ... | |
4827 | (is_rxy): ... this. Support long displacements. | |
4828 | (compute_x_addr): Support long displacements. | |
4829 | (struct s390_prologue_data): New data type. | |
4830 | (s390_on_stack): Change API to use struct s390_prologue_data. | |
4831 | (s390_store): Reimplement. | |
4832 | (s390_load): New function. | |
4833 | (s390_get_signal_frame_info): Remove. | |
4834 | (s390_get_frame_info): Remove, replace by ... | |
4835 | (s390_analyze_prolog): ... this new function. | |
4836 | (s390_check_function_end): Remove. | |
4837 | (s390_function_start): Remove. | |
4838 | (s390_frameless_function_invokation): Remove. | |
4839 | (s390_is_sigreturn): Remove. | |
4840 | (s390_init_frame_pc_first): Remove. | |
4841 | (s390_init_frame_extra_info): Remove. | |
4842 | (s390_frame_init_saved_regs): Remove. | |
4843 | (s390_frame_saved_pc_nofix): Remove. | |
4844 | (s390_frame_saved_pc): Remove. | |
4845 | (s390_frame_chain): Remove. | |
4846 | (s390_fp_regnum, s390_read_fp): Remove. | |
4847 | (s390_pop_frame_regular, s390_pop_frame): Remove. | |
4848 | (s390_saved_pc_after_call): Remove. | |
4849 | (s390_skip_prologue): Reimplement. | |
4850 | (s390_in_function_epilogue_p): Support long displacements. | |
4851 | (struct s390_unwind_cache): New data structure. | |
4852 | (s390_frame_unwind_cache): New function. | |
4853 | (s390_prologue_frame_unwind_cache): Likewise. | |
4854 | (s390_backchain_frame_unwind_cache): Likewise. | |
4855 | (s390_frame_this_id, s390_frame_prev_register): Likewise. | |
4856 | (s390_frame_unwind): Define. | |
4857 | (s390_frame_sniffer): New function. | |
4858 | (struct s390_pltstub_unwind_cache): New data structure. | |
4859 | (s390_pltstub_frame_unwind_cache): New function. | |
4860 | (s390_pltstub_frame_this_id): Likewise. | |
4861 | (s390_pltstub_frame_prev_register): Likewise. | |
4862 | (s390_pltstub_frame_unwind): Define. | |
4863 | (s390_pltstub_frame_sniffer): New function. | |
4864 | (struct s390_sigtramp_unwind_cache): New data structure. | |
4865 | (s390_sigtramp_frame_unwind_cache): New function. | |
4866 | (s390_sigtramp_frame_this_id): Likewise. | |
4867 | (s390_sigtramp_frame_prev_register): Likewise. | |
4868 | (s390_sigtramp_frame_unwind): Define. | |
4869 | (s390_sigtramp_frame_sniffer): New function. | |
4870 | (s390_frame_base_address, s390_local_base_address): New functions. | |
4871 | (s390_frame_base): Define. | |
4872 | (s390_unwind_pc, s390_unwind_sp): New function. | |
4873 | (s390_push_dummy_call): Use new frame base location. | |
4874 | (s390_unwind_dummy_id): Likewise. | |
4875 | (s390_gdbarch_init): Remove calls to: | |
4876 | set_gdbarch_frameless_function_invocation, | |
4877 | set_gdbarch_deprecated_init_frame_pc, | |
4878 | set_gdbarch_deprecated_frame_chain, | |
4879 | set_gdbarch_deprecated_frame_init_saved_regs, | |
4880 | set_gdbarch_deprecated_pop_frame, | |
4881 | set_gdbarch_deprecated_init_extra_frame_info, | |
4882 | set_gdbarch_deprecated_init_frame_pc_first, | |
4883 | set_gdbarch_deprecated_target_read_fp, | |
4884 | set_gdbarch_deprecated_frame_saved_pc, | |
4885 | set_gdbarch_deprecated_saved_pc_after_call, | |
4886 | set_gdbarch_deprecated_fp_regnum. | |
4887 | Add calls to: | |
4888 | set_gdbarch_in_solib_call_trampoline, | |
4889 | frame_unwind_append_sniffer, | |
4890 | frame_base_set_default, | |
4891 | set_gdbarch_unwind_pc, | |
4892 | set_gdbarch_unwind_sp. | |
4893 | * Makefile.in (s390-tdep.o): Update dependencies. | |
4894 | ||
b0cf273e JB |
4895 | * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member. |
4896 | (S390_STACK_FRAME_OVERHEAD): Remove. | |
4897 | (S390_STACK_PARAMETER_ALIGNMENT): Remove. | |
4898 | (S390_NUM_FP_PARAMETER_REGISTERS): Remove. | |
4899 | (s390_promote_integer_argument): Remove. | |
4900 | (s390_cannot_extract_struct_value_address): Remove. | |
4901 | (s390_use_struct_convention, s390_store_struct_return): Remove. | |
4902 | (s390_extract_return_value, s390_store_return_value): Remove. | |
4903 | (s390_return_value_convention, s390_return_value): New functions. | |
4904 | (is_float_singleton): Handle typedefs. | |
8a1dac83 | 4905 | (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref): |
b0cf273e JB |
4906 | Remove, replace by ... |
4907 | (s390_function_arg_pass_by_reference, s390_function_arg_float, | |
4908 | s390_function_arg_integer): ... these new functions. | |
4909 | (s390_push_arguments, s390_push_return_address): Remove, replace by ... | |
4910 | (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions. | |
4911 | (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags. | |
4912 | Fill in tdep->abi. | |
4913 | Remove calls to: | |
4914 | set_gdbarch_deprecated_store_struct_return, | |
4915 | set_gdbarch_deprecated_extract_return_value, | |
4916 | set_gdbarch_deprecated_store_return_value, | |
4917 | set_gdbarch_use_struct_convention, | |
4918 | set_gdbarch_extract_struct_value_address, | |
4919 | set_gdbarch_deprecated_pc_in_call_dummy, | |
4920 | set_gdbarch_deprecated_push_arguments, | |
4921 | set_gdbarch_deprecated_save_dummy_frame_tos, | |
4922 | set_gdbarch_deprecated_push_return_address, | |
4923 | set_gdbarch_deprecated_sizeof_call_dummy_words, | |
4924 | set_gdbarch_deprecated_call_dummy_words, | |
4925 | set_gdbarch_deprecated_dummy_write_sp. | |
4926 | Add calls to: | |
4927 | set_gdbarch_push_dummy_call, | |
4928 | set_gdbarch_unwind_dummy_id, | |
4929 | set_gdbarch_return_value. | |
8a1dac83 | 4930 | |
e1457d83 JB |
4931 | * config/s390/nm-linux.h: Update comments. |
4932 | (target_insert_watchpoint, target_remove_watchpoint): Redefine. | |
4933 | (STOPPED_BY_WATCHPOINT): Redefine. | |
4934 | (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1. | |
4935 | (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype. | |
4936 | (s390_stopped_by_watchpoint): Likewise. | |
4937 | (watch_area_cnt): Remove. | |
4938 | * s390-nat.c: Update comments. | |
4939 | (watch_area): Remove typedef. | |
4940 | Global replace watch_area by struct watch_area. | |
4941 | (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove. | |
8a1dac83 | 4942 | (s390_stopped_by_watchpoint): Remove pid argument, |
e1457d83 JB |
4943 | use s390_inferior_tid. Add short-cut for the no watchpoint case. |
4944 | (s390_fix_watch_points): Remove pid argument, | |
4945 | use s390_inferior_tid. Recompute area spanned by watchpoints. | |
4946 | (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid | |
4947 | argument. Reimplement. | |
4948 | ||
d0f54f9d JB |
4949 | * config/s390/nm-linux.h: Update comments. Do not include "solib.h". |
4950 | (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove. | |
4951 | (FETCH_INFERIOR_REGISTERS): Define. | |
8a1dac83 | 4952 | * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and |
d0f54f9d JB |
4953 | core-regset.o. |
4954 | * config/s390/s390x.mt: Remove. | |
4955 | * config/s390/tm-s390.h: Remove. | |
4956 | * config/s390/tm-linux.h: Do not include "s390/tm-s390.h". | |
4957 | (TARGET_ELF64): Remove. | |
4958 | (SKIP_TRAMPOLINE_CODE): Do not undefine. | |
4959 | * configure.tgt [s390-*-*, s390x-*-*]: Merge into single | |
4960 | s390*-*-* case; always set gdb_target to s390. | |
4961 | * regformats/reg-s390.dat: Remove control registers. | |
4962 | * regformats/reg-s390x.dat: Likewise. | |
4963 | * s390-tdep.h: New file. | |
8a1dac83 | 4964 | * s390-nat.c: Do not include <asm/processor.h> or <value.h>. |
d0f54f9d JB |
4965 | Include "inferior.h" and "s390-tdep.h". |
4966 | Remove private definition of offsetof. | |
4967 | (s390_register_u_addr): Remove. | |
4968 | (regmap_gregset, regmap_fpregset): Define. | |
4969 | (supply_gregset, fill_gregset): Reimplement. | |
4970 | (supply_fpregset, fill_fpregset): Likewise. | |
4971 | (s390_inferior_tid): New function. | |
4972 | (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise. | |
4973 | (fetch_inferior_registers, store_inferior_registers): Likewise. | |
4974 | * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead | |
4975 | of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h". | |
4976 | Global replace of S390_GP0_REGNUM by S390_R0_REGNUM. | |
4977 | Global replace of S390_FP0_REGNUM by S390_F0_REGNUM. | |
4978 | (struct gdbarch_tdep): Define. | |
4979 | (struct s390_register_info): Define. | |
4980 | (s390_register_info): New variable. | |
4981 | (s390_register_name): Reimplement. | |
4982 | (s390_register_type): New function. | |
4983 | (s390_register_raw_size, s390x_register_raw_size): Remove. | |
4984 | (s390_cannot_fetch_register): Remove. | |
4985 | (s390_register_byte): Remove. | |
4986 | (s390_register_virtual_type, s390x_register_virtual_type): Remove. | |
4987 | (s390_dwarf_regmap): New variable. | |
4988 | (s390_dwarf_reg_to_regnum): New function. | |
4989 | (s390_stab_reg_to_regnum): Remove. | |
4990 | (s390_pseudo_register_read, s390_pseudo_register_write): New functions. | |
4991 | (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise. | |
4992 | (s390_convert_register_p): Likewise. | |
4993 | (s390_register_to_value, s390_value_to_register): Likewise. | |
4994 | (s390_register_reggroup_p): Likewise. | |
4995 | (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset, | |
4996 | s390_gregset, s390x_gregset, s390_fpregset): New variables. | |
4997 | (s390_supply_regset, s390_regset_from_core_section): New functions. | |
4998 | (GDB_TARGET_IS_ESAME): Move here from tm-s390.h. | |
4999 | (S390_FPR_SIZE): Likewise. | |
5000 | (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME. | |
5001 | Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE. | |
5002 | (S390_NUM_GPRS): Move here from tm-s390.h. | |
5003 | (S390_NUM_FPRS): Likewise. | |
5004 | (s390_in_function_epilogue_p): New function. | |
5005 | (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE. | |
5006 | Replace S390_PC_REGNUM by S390_PSWA_REGNUM. | |
5007 | (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure. | |
5008 | Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum. | |
5009 | Replace S390_FP_REGNUM by S390_SP_REGNUM. | |
5010 | Remove calls to: | |
5011 | set_gdbarch_deprecated_max_register_raw_size, | |
8a1dac83 RM |
5012 | set_gdbarch_deprecated_max_register_virtual_size, |
5013 | set_gdbarch_deprecated_register_byte, | |
d0f54f9d | 5014 | set_gdbarch_cannot_fetch_register, |
8a1dac83 | 5015 | set_gdbarch_cannot_store_register, |
d0f54f9d JB |
5016 | set_gdbarch_deprecated_register_size, |
5017 | set_gdbarch_deprecated_register_raw_size, | |
5018 | set_gdbarch_deprecated_register_virtual_size, | |
5019 | set_gdbarch_deprecated_register_virtual_type, | |
5020 | set_gdbarch_deprecated_register_bytes. | |
5021 | Add calls to: | |
5022 | set_gdbarch_num_pseudo_regs, | |
5023 | set_gdbarch_register_type, | |
5024 | set_gdbarch_convert_register_p, | |
5025 | set_gdbarch_register_to_value, | |
5026 | set_gdbarch_value_to_register, | |
5027 | set_gdbarch_register_reggroup_p, | |
5028 | set_gdbarch_regset_from_core_section, | |
5029 | set_gdbarch_pseudo_register_read, | |
5030 | set_gdbarch_pseudo_register_write, | |
5031 | set_gdbarch_in_function_epilogue_p. | |
5032 | * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies. | |
5033 | (s390_tdep_h): New variable. | |
5034 | ||
8cfe231d JB |
5035 | 2004-02-17 Jim Blandy <[email protected]> |
5036 | ||
4589a601 JB |
5037 | * findvar.c (value_from_register): If the type has no length, just |
5038 | return an acceptable value --- don't report an internal error. | |
5039 | ||
8cfe231d JB |
5040 | * stabsread.c (read_type): If we find any type numbers that are |
5041 | forward references, complain if the references aren't resolved by | |
5042 | the time we're finished reading. | |
5043 | (cleanup_undefined_types): Make error message more appropriate for | |
5044 | a complaint. | |
5045 | ||
5bf0017e EZ |
5046 | 2004-02-17 Elena Zannoni <[email protected]> |
5047 | ||
9d62932d EZ |
5048 | * Makefile.in (defs_h): Remove dependency on progress_h. |
5049 | * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of | |
5050 | progress.h. | |
5051 | * main.c (captured_main): Delete use of START_PROGRESS and | |
5052 | END_PROGRESS. | |
5053 | ||
5054 | 2004-02-17 Elena Zannoni <[email protected]> | |
8a1dac83 | 5055 | |
5bf0017e EZ |
5056 | * objfiles.c (terminate_minimal_symbol_table): Add back |
5057 | initialization of MSYMBOL_TYPE. | |
5058 | ||
9fc9f5e2 AC |
5059 | 2004-02-17 David Mosberger <[email protected]> |
5060 | ||
5061 | Committed by Andrew Cagney. | |
5062 | * Makefile.in (ia64_tdep_h): New macro. | |
5063 | (ia64-linux-tdep.o): Mention $(ia64_tdep_h). | |
5064 | (ia64-tdep.o): Likewise. | |
5065 | * ia64-tdep.h: New file. | |
5066 | * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h". | |
5067 | (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h. | |
5068 | (ia64_aix_sigcontext_register_address): Likewise. | |
5069 | (ia64_linux_getunwind_table): Delete declaration. | |
5070 | * ia64-linux-tdep.c: Likewise. | |
5071 | ||
76cd2bd9 CV |
5072 | 2004-02-17 Corinna Vinschen <[email protected]> |
5073 | ||
5074 | * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM. | |
5075 | * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to | |
5076 | DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM. | |
5077 | ||
634aa483 AC |
5078 | 2004-02-17 Andrew Cagney <[email protected]> |
5079 | ||
5080 | * symtab.c (skip_prologue_using_sal): New function. | |
5081 | * symtab.h (skip_prologue_using_sal): Declare. | |
5082 | * frv-tdep.c: Include "symtab.h". | |
5083 | (skip_prologue_using_sal): Delete function. | |
5084 | * mips-tdep.c (skip_prologue_using_sal): Delete function. | |
5085 | * rs6000-tdep.c (refine_prologue_limit): Mention | |
5086 | skip_prologue_using_sal. | |
5087 | * ia64-tdep.c (refine_prologue_limit): Ditto. | |
5088 | * Makefile.in: Update dependencies. | |
5089 | ||
5090 | 2004-02-16 Andrew Cagney <[email protected]> | |
19772a2c | 5091 | |
39ce7b3f AC |
5092 | * config/alpha/tm-nbsd.h: Update copyright, delete #undef |
5093 | START_INFERIOR_TRAPS_EXPECTED. | |
5094 | * config/alpha/tm-fbsd.h: Update copyright, delete #undef | |
5095 | START_INFERIOR_TRAPS_EXPECTED. | |
5096 | * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED): | |
5097 | Delete macro. | |
5098 | * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete | |
5099 | macro, moved to "nm-osf.h". Update copyright. | |
5100 | * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define, | |
5101 | update copyright. | |
5102 | ||
19772a2c AC |
5103 | * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate |
5104 | and function replacing FRAMELESS_FUNCTION_INVOCATION. | |
5105 | * blockframe.c (legacy_frameless_look_for_prologue): Rename | |
5106 | frameless_look_for_prologue. | |
5107 | * frame.h (legacy_frameless_look_for_prologue): Rename | |
5108 | frameless_look_for_prologue. | |
5109 | * gdbarch.h, gdbarch.c: Re-generate. | |
5110 | * sh64-tdep.c (sh64_gdbarch_init): Update. | |
5111 | * sh-tdep.c (sh_gdbarch_init): Update. | |
5112 | * s390-tdep.c (s390_gdbarch_init): Update. | |
5113 | * rs6000-tdep.c (rs6000_gdbarch_init): Update. | |
5114 | * ppc-linux-tdep.c (ppc_linux_init_abi): Update. | |
5115 | * m68k-tdep.c (m68k_gdbarch_init): Update. | |
5116 | (delta68_frame_args_address): Update. | |
5117 | * m32r-tdep.c (m32r_gdbarch_init): Update. | |
5118 | * hppa-tdep.c (hppa_gdbarch_init): Update. | |
5119 | * h8300-tdep.c (h8300_gdbarch_init): Update. | |
5120 | * frv-tdep.c (frv_gdbarch_init): Update. | |
5121 | (frv_frameless_function_invocation): Update. | |
5122 | * cris-tdep.c (cris_gdbarch_init): Update. | |
5123 | (cris_frameless_function_invocation): Update. | |
5124 | * avr-tdep.c (avr_gdbarch_init): Update. | |
5125 | * arm-tdep.c (arm_gdbarch_init): Update. | |
5126 | * stack.c (frame_info): Update, call predicate. | |
5127 | * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate.. | |
5128 | * frame.c (legacy_get_prev_frame): Update, call predicate.. | |
5129 | * arch-utils.c (generic_frameless_function_invocation_not): Delete. | |
5130 | * arch-utils.h (generic_frameless_function_invocation_not): Delete. | |
5131 | * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function | |
5132 | invocation. | |
5133 | * d10v-tdep.c (d10v_gdbarch_init): Ditto. | |
5134 | * ns32k-tdep.c (ns32k_gdbarch_init): Ditto. | |
5135 | * vax-tdep.c (vax_gdbarch_init): Ditto. | |
2be8b3c1 AC |
5136 | |
5137 | * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused | |
5138 | function. | |
5139 | ||
7dcaac91 DJ |
5140 | 2004-02-16 Daniel Jacobowitz <[email protected]> |
5141 | ||
5142 | * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary | |
5143 | initializations. | |
5144 | ||
88289b6e AC |
5145 | 2004-02-16 Andrew Cagney <[email protected]> |
5146 | ||
5147 | * tui/tui-windata.c: Include "gdb_string.h". | |
5148 | * tui/tui-source.c, tui/tui-winsource.c: Ditto. | |
5149 | * tui/tui-layout.c, tui/tui-command.c: Ditto. | |
5150 | * Makefile.in: Update dependencies. | |
5151 | ||
9f976b41 DJ |
5152 | 2004-02-16 Daniel Jacobowitz <[email protected]> |
5153 | ||
5154 | * Makefile.in (infrun.o): Add $(gdb_assert_h). | |
5155 | * infrun.c: Include "gdb_assert.h". | |
5156 | (singlestep_ptid, saved_singlestep_ptid) | |
5157 | (stepping_past_singlestep_breakpoint): New variables. | |
5158 | (resume): Set singlestep_ptid. Check for singlestep thread | |
5159 | hop. | |
5160 | (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint. | |
5161 | (handle_inferior_event): Handle singlestep thread hop. | |
5162 | ||
c324d747 AC |
5163 | 2004-02-16 Andrew Cagney <[email protected]> |
5164 | ||
f090b9b1 AC |
5165 | * dwarf2-frame.c (dwarf2_frame_ops): New function. |
5166 | (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data. | |
5167 | (dwarf2_frame_init_reg): Ditto. | |
5168 | ||
fd33e6cb AC |
5169 | * printcmd.c (display_command): Check that EXP isn't NULL. Fix |
5170 | suggested by Joshua Neuheisel | |
5171 | ||
c324d747 AC |
5172 | * configure.in: Always check for curses, including pdcurses. |
5173 | Warn, instead of error, when no curses are found. Enable TUI when | |
5174 | curses is available. | |
5175 | * configure: Re-generate. | |
5176 | ||
b66ba949 CV |
5177 | 2004-02-16 Corinna Vinschen <[email protected]> |
5178 | ||
5179 | * sh-tdep.c (sh_register_convert_to_virtual): Rename from | |
5180 | sh_sh4_register_convert_to_virtual. | |
5181 | (sh_register_convert_to_raw): Rename from | |
5182 | sh_sh4_register_convert_to_raw. | |
5183 | (sh_pseudo_register_read): Accomodate above name change. | |
5184 | (sh_pseudo_register_write): Ditto. | |
5185 | ||
b58cbbf2 CV |
5186 | 2004-02-16 Corinna Vinschen <[email protected]> |
5187 | ||
5188 | * sh-tdep.c (sh_generic_register_name): Remove. | |
5189 | (sh_gdbarch_init): Use sh_sh_register_name in default case. | |
5190 | ||
5929a910 AC |
5191 | 2004-02-15 Andrew Cagney <[email protected]> |
5192 | ||
4566dfcf AC |
5193 | * configure.in (build_warnings): Add -Wunused-function. |
5194 | * configure: Re-generate. | |
5195 | ||
db11ed55 AC |
5196 | * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro. |
5197 | * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto. | |
5198 | ||
46ac7a5d AC |
5199 | * procfs.c (procfs_init_inferior): Assume that |
5200 | START_INFERIOR_TRAPS_EXPECTED is defined. | |
5201 | * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h. | |
5202 | * config/ns32k/tm-nbsd.h: Delete file, | |
5203 | START_INFERIOR_TRAPS_EXPECTED already defined as 2. | |
5204 | ||
ba801595 AC |
5205 | * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h". |
5206 | * config/vax/tm-vax.h: Delete file. | |
5207 | ||
5929a910 AC |
5208 | * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. |
5209 | * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. | |
5210 | * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro. | |
5211 | * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. | |
5212 | * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference. | |
5213 | * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. | |
5214 | * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference. | |
5215 | ||
8f22cb90 MK |
5216 | 2004-02-15 Mark Kettenis <[email protected]> |
5217 | ||
5218 | * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype. | |
5219 | * dwarf2-frame.c (dwarf2_frame_data): New variable. | |
5220 | (struct dwarf2_frame_ops): New. | |
5221 | (dwarf2_frame_default_init_reg): New function, based on | |
5222 | dwarf2_frame_init_reg. | |
5223 | (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function. | |
5224 | (dwarf2_frame_init_reg): Call architecture-specific function. | |
5225 | (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data. | |
5226 | (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data | |
5227 | instead of dwarf2_frame_data. | |
5228 | (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data. | |
5229 | Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data. | |
5230 | ||
8132723e AC |
5231 | 2004-02-15 Andrew Cagney <[email protected]> |
5232 | ||
046a4708 AC |
5233 | * gdbarch.sh (deprecated_register_gdbarch_swap): Rename |
5234 | register_gdbarch_swap. | |
5235 | (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP. | |
5236 | * f-lang.c (_initialize_f_language): Update, use | |
5237 | DEPRECATED_REGISTER_GDBARCH_SWAP. | |
5238 | * remote.c (_initialize_remote): Ditto. | |
5239 | * regcache.c (_initialize_regcache): Ditto. | |
5240 | * parse.c (_initialize_parse): Ditto. | |
5241 | * infrun.c (_initialize_infrun): Ditto. | |
5242 | * mi/mi-main.c (_initialize_mi_main): Ditto. | |
5243 | * gdbtypes.c (_initialize_gdbtypes): Ditto. | |
8a1dac83 | 5244 | |
549c1eea AC |
5245 | * solib.c (solib_map_sections): Use bfd_set_cacheable instead of |
5246 | poking .cacheable directly. | |
5247 | * symfile.c (symfile_bfd_open): Ditto. | |
5248 | ||
0c0b39de AC |
5249 | * Makefile.in: Update all dependencies. |
5250 | ||
8132723e AC |
5251 | * Makefile.in: (.SUFFIXES): Add ".l" and ".y". |
5252 | (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate | |
5253 | .c. Update references. Delete unnecessary .tab.c and -lex.c rules. | |
5254 | (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule. | |
5255 | (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar. | |
0c0b39de | 5256 | |
b9d26eb9 AC |
5257 | 2004-02-14 Andrew Cagney <[email protected]> |
5258 | ||
8e1f669a AC |
5259 | * arch-utils.c (legacy_convert_register_p): Check |
5260 | DEPRECATED_REGISTER_CONVERTIBLE_P. | |
5261 | * findvar.c (value_of_register): Ditto. | |
5262 | ||
cd0bfa36 AC |
5263 | * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate. |
5264 | * gdbarch.h, gdbarch.c: Re-generate. | |
5265 | * arch-utils.c (deprecated_register_convertible_not): Delete. | |
5266 | * arch-utils.h (deprecated_register_convertible_not): Delete. | |
5267 | * mi/mi-main.c (get_register): Update. Update copyright. | |
5268 | * infcmd.c (default_print_registers_info): Update. | |
5269 | ||
b9d26eb9 AC |
5270 | * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete. |
5271 | (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete. | |
5272 | (DEPRECATED_CALL_DUMMY_ADDRESS): Delete. | |
8a1dac83 | 5273 | * gdbarch.h, gdbarch.c: Re-generate. |
b9d26eb9 AC |
5274 | * frame.c (deprecated_get_next_frame_hack): Delete function. |
5275 | * frame.h (deprecated_get_next_frame_hack): Delete declaration. | |
5276 | * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point): | |
5277 | Update. | |
5278 | * infcall.c (call_function_by_hand): Update. | |
5279 | ||
9ab9195f EZ |
5280 | 2004-02-14 Elena Zannoni <[email protected]> |
5281 | ||
5282 | * symfile.c (init_entry_point_info, entry_point_address): Move | |
8a1dac83 | 5283 | from here... |
9ab9195f EZ |
5284 | * objfiles.c (init_entry_point_info, entry_point_address):..to |
5285 | here. | |
5286 | * symfile.h (init_entry_point_info, entry_point_address): Remove | |
5287 | prototypes. | |
5288 | * objfiles.h (init_entry_point_info, entry_point_address):Add | |
8a1dac83 | 5289 | prototypes. |
9ab9195f EZ |
5290 | * cris-tdep.c: Remove include of symfile.h. Add include of |
5291 | objfiles.h. | |
5292 | * infcall.c: Ditto. | |
5293 | * mcore-tdep.c: Ditto. | |
5294 | * mn10300-tdep.c: Ditto. | |
5295 | * sh64-tdep.c: Ditto. | |
5296 | * v850-tdep.c: Ditto. | |
5297 | * arm-tdep.c: Remove include of symfile.h. | |
5298 | * blockframe.c: Ditto. | |
5299 | * coffread.c: Ditto. | |
5300 | * dbxread.c: Ditto. | |
5301 | * dwarf2read.c: Ditto. | |
5302 | * dwarfread.c: Ditto. | |
8a1dac83 | 5303 | * frv-tdep.c: Ditto. |
9ab9195f EZ |
5304 | * ia64-tdep.c: Ditto. |
5305 | * mdebugread.c: Ditto. | |
5306 | * mipsread.c: Ditto. | |
8a1dac83 | 5307 | * rs6000-tdep.c: Ditto. |
9ab9195f EZ |
5308 | * s390-tdep.c: Ditto. |
5309 | * sh-tdep.c: Ditto. | |
8a1dac83 | 5310 | * xstormy16-tdep.c: Ditto. |
9ab9195f EZ |
5311 | * gdbarch.sh: Remove include of symfile.h. |
5312 | * gdbarch.c: Regenerate. | |
5313 | * solib-irix.c (enable_break): Use entry_point_address(). | |
5314 | Add comment about include file. | |
5315 | * xcoffread.c: Add comment about include file. | |
8a1dac83 RM |
5316 | * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o) |
5317 | (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o) | |
5318 | (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o) | |
5319 | (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o) | |
9ab9195f EZ |
5320 | (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies. |
5321 | ||
c4c5b7ba AC |
5322 | 2004-02-13 Andrew Cagney <[email protected]> |
5323 | ||
5324 | * corelow.c (core_xfer_partial): Use "struct bfd_section". | |
5325 | * config/sparc/nm-nbsd.h (struct target_ops): Declare, update | |
5326 | copyright. | |
5327 | * mips-linux-tdep.c: Use "GNU/Linux", update copyright. | |
5328 | ||
3e7879de FF |
5329 | 2004-02-12 Fred Fish <[email protected]> |
5330 | ||
5331 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to | |
5332 | set_gdbarch_store_return_value. | |
5333 | ||
6a7760b6 AC |
5334 | 2004-02-12 Andrew Cagney <[email protected]> |
5335 | ||
5336 | * remote-rdi.c (arm_rdi_start_remote): Delete unused function. | |
5337 | (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto. | |
5338 | (interrupt_query): Ditto. | |
5339 | (ofunc): Delete unused variable. | |
5340 | * cris-tdep.c (cris_abi): Delete unused function. | |
5341 | (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto. | |
5342 | (cris_get_wide_opcode, cris_get_short_size): Ditto. | |
5343 | (cris_get_asr_quick_shift_steps): Ditto. | |
5344 | (cris_skip_prologue_frameless_p): Ditto. | |
5345 | * arm-tdep.c (arm_push_return_address): Delete unused function. | |
5346 | (arm_push_dummy_frame, arm_fix_call_dummy): Ditto. | |
5347 | * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function. | |
5348 | * s390-tdep.c (s390_function_start): Delete unused function. | |
5349 | ||
31687c3c AC |
5350 | 2004-02-12 Andrew Cagney <[email protected]> |
5351 | ||
5352 | * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete. | |
5353 | gdbarch.h, gdbarch.c: Re-generate. | |
5354 | * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p | |
5355 | to generic_prologue_frameless_p. | |
5356 | * arch-utils.h (generic_prologue_frameless_p): Delete declaration. | |
5357 | * arch-utils.c (generic_prologue_frameless_p): Delete function. | |
5358 | ||
6de918a6 DJ |
5359 | 2004-02-11 Daniel Jacobowitz <[email protected]> |
5360 | ||
5361 | * mips-linux-tdep.c: Include "frame.h". | |
5362 | (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code) | |
5363 | (mips_linux_skip_resolver): New functions. | |
5364 | (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver | |
5365 | and set_gdbarch_in_solib_call_trampoline. | |
5366 | * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call | |
5367 | to after set_gdbarch_in_solib_return_trampoline. Only set the | |
5368 | solib hooks to mips16 functions if the OS ABI is unknown. | |
5369 | * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after | |
5370 | including "config/tm-linux.h". | |
5371 | (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define. | |
5372 | * Makefile.in (mips-linux-tdep.o): Update. | |
5373 | ||
87b3ede8 DC |
5374 | 2004-02-11 David Carlton <[email protected]> |
5375 | ||
5376 | * linespec.c (decode_compound): Only look for a class symbol when | |
5377 | considering all but the rightmost component. | |
5378 | ||
5979bc46 AC |
5379 | 2004-02-11 Andrew Cagney <[email protected]> |
5380 | ||
5381 | * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and | |
5382 | abi code are are separatly grouped. | |
5383 | ||
5867a2fb AC |
5384 | 2004-02-11 Andrew Cagney <[email protected]> |
5385 | ||
5386 | * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0. | |
5387 | * gdbarch.h, gdbarch.c: Re-generate. | |
5388 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Update. | |
5389 | * v850-tdep.c (v850_gdbarch_init): Update. | |
5390 | * sh64-tdep.c (sh64_gdbarch_init): Update. | |
5391 | * sh-tdep.c (sh_gdbarch_init): Update. | |
5392 | * s390-tdep.c (s390_gdbarch_init): Update. | |
5393 | * mn10300-tdep.c (mn10300_gdbarch_init): Update. | |
5394 | * mips-tdep.c (mips_gdbarch_init): Update. | |
5395 | * mcore-tdep.c (mcore_gdbarch_init): Update. | |
5396 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Update. | |
5397 | * m32r-tdep.c (m32r_gdbarch_init): Update. | |
5398 | * ia64-tdep.c (ia64_gdbarch_init): Update. | |
5399 | * hppa-tdep.c (hppa_gdbarch_init): Update. | |
5400 | * h8300-tdep.c (h8300_gdbarch_init): Update. | |
5401 | * frv-tdep.c (frv_gdbarch_init): Update. | |
5402 | * d10v-tdep.c (d10v_gdbarch_init): Update. | |
5403 | * cris-tdep.c (cris_gdbarch_init): Update. | |
5404 | * avr-tdep.c (avr_gdbarch_init): Update. | |
5405 | * arm-tdep.c (arm_gdbarch_init): Update. | |
5406 | * alpha-tdep.c (alpha_gdbarch_init): Update. | |
5407 | ||
026a72f8 CV |
5408 | 2004-02-11 Corinna Vinschen <[email protected]> |
5409 | ||
5410 | * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing | |
5411 | comma. | |
5412 | (sh_sh4al_dsp_register_name): Ditto. | |
5413 | ||
3903d437 AC |
5414 | 2004-02-10 Andrew Cagney <[email protected]> |
5415 | ||
5416 | * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code. | |
5417 | (mips_init_frame_pc_first): Delete function. | |
5418 | (mips_frame_saved_pc): Delete function. | |
5419 | (mips_frame_chain): Delete function. | |
5420 | (mips_init_extra_frame_info): Delete function. | |
5421 | (mips_xfer_register): Delete unused variable "reg". | |
5422 | (mips_n32n64_push_dummy_call): Delete unused variable "valbuf". | |
5423 | (mips_n32n64_return_value): Delete unused variable "reg". | |
5424 | (mips_n32n64_return_value): Delete unused variable "pos". | |
5425 | (mips_o32_push_dummy_call): Delete unused variable "valbuf". | |
5426 | (mips_o32_return_value): Delete unused variable "pos". | |
5427 | (mips_o64_push_dummy_call): Delete unused variable "valbuf". | |
5428 | (mips_print_fp_register): Delete unused variable "namelen" | |
5429 | (mips_print_fp_register): Delete unused variable "flt2" | |
5430 | (get_frame_pointer): Delete function. | |
5431 | (cached_proc_desc): Delete static variable. | |
5432 | (mips_pop_frame): Delete function. | |
5433 | (mips_find_saved_regs): Delete function. | |
5434 | (mips_get_saved_register): Delete function. | |
5435 | (mips_saved_pc_after_call): Delete function. | |
5436 | (SIGFRAME_BASE): Delete macro. | |
5437 | (SIGFRAME_FPREGSAVE_OFF): Delete macro. | |
5438 | (SIGFRAME_PC_OFF): Delete macro. | |
5439 | (SIGFRAME_REGSAVE_OFF): Delete macro. | |
5440 | (mips_dump_tdep): Do not print deleted macro definitions. | |
5441 | ||
b9fb98bd AC |
5442 | 2004-02-10 Andrew Cagney <[email protected]> |
5443 | ||
5444 | * Makefile.in (SFILES): Remove explictly listed tui files. | |
5445 | (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c. | |
5446 | ||
78ced177 | 5447 | 2004-02-10 Jeff Johnston <[email protected]> |
8a1dac83 | 5448 | |
78ced177 JJ |
5449 | * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement |
5450 | to use paddr functions to format ia64 addresses and long values. | |
5451 | (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto. | |
5452 | (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto. | |
5453 | (get_kernel_table, ia64_find_proc_info_x): Ditto. | |
5454 | (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto. | |
5455 | (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto. | |
5456 | ||
6a83354a AC |
5457 | 2004-02-10 Andrew Cagney <[email protected]> |
5458 | ||
5459 | * defs.h: Do not include "tui.h". | |
5460 | * gdb_curses.h: New file. | |
5461 | * tui/tui-hooks.h: New file. | |
5462 | * tui/tui.h (tui_update_all_exec_infos): Delete declaration. | |
5463 | (tui_install_hooks, tui_remove_hooks): Delete declarations. | |
5464 | (tui_initialize_io): Delete declaration. | |
5465 | (tui_initialize_readline: Delete redundant declaration. | |
5466 | (struct tui_point): Delete definition. | |
5467 | * tui/tui-data.h (struct tui_point): Define. | |
5468 | * cli/cli-decode.c [TUI]: Include "tui/tui.h". | |
5469 | * utils.c: Include "tui/tui.h". | |
5470 | * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h". | |
5471 | * printcmd.c [TUI]: Include "tui/tui.h". | |
5472 | * cli/cli-cmds.c [TUI]: Include "tui/tui.h". | |
5473 | * tui/tui-command.c: Include "gdb_curses.h". | |
5474 | * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto. | |
5475 | * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto. | |
5476 | * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto. | |
5477 | * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto. | |
5478 | * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h". | |
5479 | * Makefile.in: Update all dependencies. | |
5480 | (tui_hooks_h, gdb_curses_h): Define. | |
5481 | (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui. | |
5482 | ||
997470ef EZ |
5483 | 2004-02-10 Elena Zannoni <[email protected]> |
5484 | ||
5485 | * objfiles.h (struct objfile): Remove unused fields auxf1 and | |
5486 | auxf2. Add comments about some other rarely used fields. | |
5487 | ||
4ff2cc4d AC |
5488 | 2004-02-10 Andrew Cagney <[email protected]> |
5489 | ||
5490 | * Makefile.in (init.c): Fix script removing duplicates. Problem | |
5491 | reported by Peter Schauer. | |
5492 | ||
1ab21617 EZ |
5493 | 2004-02-09 Elena Zannoni <[email protected]> |
5494 | ||
5495 | * bcache.c (bcache_xmalloc): Use obstack_init instead of | |
5496 | obstack_specify_allocation. | |
5497 | * objfiles.c (allocate_objfile): Ditto. | |
8a1dac83 | 5498 | * solib-sunos.c (solib_add_common_symbols) |
1ab21617 EZ |
5499 | (allocate_rt_common_objfile): Ditto. |
5500 | * symfile.c (reread_symbols): Ditto. | |
5501 | * gdb_obstack.h: Add comment. | |
5502 | ||
17763fd9 EZ |
5503 | 2004-02-09 Elena Zannoni <[email protected]> |
5504 | ||
5505 | * linespec.c (decode_line_1, locate_first_half) | |
5506 | (decode_compound, lookup_prefix_sym): Update comments. Delete old | |
5507 | commented out code. | |
5508 | ||
ec5cdd75 DJ |
5509 | 2004-02-09 Daniel Jacobowitz <[email protected]> |
5510 | ||
5511 | * cp-namespace.c (check_one_possible_namespace_symbol): Don't use | |
5512 | obstack_free. | |
5513 | ||
43b54b88 AC |
5514 | 2004-02-09 Andrew Cagney <[email protected]> |
5515 | ||
5516 | * blockframe.c (find_pc_partial_function): If find_pc_overlay | |
5517 | fails, try find_pc_section. Fix PR c++/1267. | |
5518 | * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section | |
5519 | instead of find_pc_mapped_section. | |
5520 | (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do | |
5521 | not default to the section containing PC. Fix PR symtab/1519. | |
5522 | ||
edfae063 AC |
5523 | 2004-02-09 Andrew Cagney <[email protected]> |
5524 | ||
5525 | * Makefile.in (mips-tdep.o): Update dependencies. | |
5526 | * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and | |
5527 | "trad-frame.h". | |
5528 | (mips_unwind_pc): Return the pseudo PC register. | |
5529 | (mips_unwind_dummy_id): New function. | |
5530 | (mips16_fetch_instruction): New function. | |
5531 | (mips32_fetch_instruction): New function. | |
5532 | (struct mips_frame_cache): Define. | |
5533 | (mips_mdebug_frame_cache): New function. | |
5534 | (mips_mdebug_frame_this_id): New function. | |
5535 | (mips_mdebug_frame_prev_register): New function. | |
5536 | (mips_mdebug_frame_unwind): Define. | |
5537 | (mips_mdebug_frame_sniffer): New function. | |
5538 | (mips_mdebug_frame_base_address): New function. | |
5539 | (mips_mdebug_frame_base): Define. | |
5540 | (mips_mdebug_frame_base_sniffer): New function. | |
5541 | (mips_gdbarch_init): Append unwind and base sniffers. Set | |
5542 | unwind_dummy_id. | |
5543 | ||
defc864c AC |
5544 | 2004-02-08 Andrew Cagney <[email protected]> |
5545 | ||
6764ddad AC |
5546 | * frame.c: Print both the register number and name. |
5547 | ||
defc864c AC |
5548 | * Makefile.in (init.c): Eliminate duplicates. Combine two greps |
5549 | and a sed into a single sed. Make .c and .o patterns more robust. | |
5550 | (OBS): Delete. | |
5551 | (INIT_FILES): Replace OBS with COMMON_OBS. | |
5552 | (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition. | |
5553 | ||
645d6d10 MK |
5554 | 2004-02-08 Mark Kettenis <[email protected]> |
5555 | ||
5556 | * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using | |
5557 | the PT_WCOOKIE request. | |
5558 | ||
23e3c3fc AC |
5559 | 2004-02-08 Andrew Cagney <[email protected]> |
5560 | ||
58dfe9ff AC |
5561 | * mips-tdep.c (mips_unwind_pc): New function. |
5562 | (mips_gdbarch_init): Set mips_unwind_pc. | |
5563 | ||
1152e35e AC |
5564 | * frame.c (legacy_saved_regs_this_id): Return a null frame ID. |
5565 | (get_frame_id): Allow the UNKNOWN_FRAME. | |
5566 | (frame_register_unwind, get_frame_type): Ditto. | |
5567 | ||
31b75dbf AC |
5568 | * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P |
5569 | and DEPRECATED_FP_REGNUM. Don't assume that the lack of | |
5570 | unwind_dummy_id indicates a legacy frame. | |
5571 | ||
3483b318 AC |
5572 | * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS. |
5573 | * configure: Re-generate. | |
5574 | ||
23e3c3fc AC |
5575 | * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind |
5576 | methods. | |
5577 | ||
33f8ca73 AC |
5578 | 2004-02-08 Andrew Cagney <[email protected]> |
5579 | ||
5580 | * configure.in (CONFIG_ALL): Set to Makefile target, and not | |
5581 | makefile macro. | |
5582 | * configure: Re-generate. | |
5583 | (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto. | |
5584 | * Makefile.in (SUBDIR_CLI_CLEAN): Delete. | |
5585 | (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete. | |
5586 | (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete. | |
5587 | (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete. | |
5588 | (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete. | |
5589 | (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete. | |
5590 | (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete. | |
5591 | (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete. | |
5592 | (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete. | |
5593 | ||
6ba8e26f | 5594 | 2004-02-07 Andrew Cagney <[email protected]> |
d836ee13 | 5595 | |
20d286a5 AC |
5596 | * Makefile.in: Update all dependencies. |
5597 | ||
d836ee13 AC |
5598 | * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete. |
5599 | * configure: Re-generate. | |
5600 | * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS. | |
5601 | (CONFIG_LIB_OBS, CONFIG_INITS): Delete. | |
5602 | (COMMON_OBS): Add "main.o" and "annotate.o". | |
5603 | (ANNOTATE_OBS): Delete. | |
5604 | (OBS): Remove ANNOTATE_OBS. | |
5605 | (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove | |
5606 | CONFIG_INITS. | |
5607 | (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link | |
5608 | against CONFIG_OBS and "main.o". | |
5609 | (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete. | |
5610 | (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete. | |
5611 | ||
d02c80cd AC |
5612 | * tui/tui-command.c: Include "gdb_string.h", delete register |
5613 | attribute, use ISO-C function signatures. | |
5614 | * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto. | |
5615 | * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto. | |
5616 | * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto. | |
5617 | * tui/tui.c: Ditto. | |
6ba8e26f AC |
5618 | |
5619 | * tui/tui-command.c: Change variable and function names to lower | |
5620 | case. | |
5621 | * tui/tui-data.c, tui/tui-disasm.c: Ditto. | |
5622 | * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto. | |
5623 | * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto. | |
5624 | * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto. | |
5625 | * tui/tui-winsource.c, tui/tui.c: Ditto. | |
5626 | ||
4a146b47 EZ |
5627 | 2004-02-07 Elena Zannoni <[email protected]> |
5628 | ||
5629 | * buildsym.c (free_pending_blocks, finish_block) | |
5630 | (record_pending_block, make_blockvector, end_symtab): Replace | |
5631 | symbol_obstack with objfile_obstack. | |
8a1dac83 | 5632 | * coffread.c (process_coff_symbol, coff_read_struct_type) |
4a146b47 | 5633 | (coff_read_enum_type): Ditto. |
8a1dac83 | 5634 | * cp-namespace.c (initialize_namespace_symtab) |
4a146b47 | 5635 | (check_one_possible_namespace_symbol): Ditto. |
8a1dac83 | 5636 | * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file) |
4a146b47 EZ |
5637 | (dwarf2_symbol_mark_computed): Ditto. |
5638 | * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto. | |
5639 | * elfread.c (elf_symtab_read): Ditto. | |
5640 | * hpread.c (hpread_symfile_init, hpread_symfile_init) | |
5641 | (hpread_read_enum_type, hpread_read_function_type) | |
5642 | (hpread_read_doc_function_type, hpread_process_one_debug_symbol): | |
5643 | Ditto. | |
8a1dac83 | 5644 | * jv-lang.c (get_java_class_symtab, add_class_symbol) |
4a146b47 | 5645 | (java_link_class_type): Ditto. |
8a1dac83 | 5646 | * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab) |
4a146b47 EZ |
5647 | (new_symbol): Ditto. |
5648 | * minsyms.c (install_minimal_symbols): Ditto. | |
5649 | * objfiles.c (allocate_objfile): Remove init of symbol_obstack. | |
5650 | (terminate_minimal_symbol_table): Replace symbol_obstack with | |
5651 | objfile_obstack. | |
5652 | (free_objfile): Remove freeing of symbol_obstack. | |
5653 | * objfiles.h: Remove symbol_obstack field. | |
5654 | * pa64solib.c (add_to_solist): Replace symbol_obstack with | |
5655 | objfile_obstack. | |
5656 | * solib-sunos.c (allocate_rt_common_objfile): Remove init of | |
5657 | symbol_obstack. | |
5658 | (solib_add_common_symbols): Replace symbol_obstack with | |
5659 | objfile_obstack. | |
5660 | * somsolib.c (som_solib_add): Ditto. | |
5661 | * stabsread.c (patch_block_stabs, define_symbol, read_enum_type) | |
5662 | (common_block_start, common_block_end): Ditto. | |
5663 | * symfile.c (reread_symbols): Remove freeing and init of | |
5664 | symbol_obstack. | |
5665 | (allocate_symtab): Rename symbol_obstack to objfile_obstack. | |
5666 | * symfile.h: Update comment. | |
5667 | * symmisc.c (print_objfile_statistics): Remove symbol_obstack | |
5668 | stats printing. | |
5669 | * symtab.c (symbol_set_names): Replace symbol_obstack with | |
5670 | objfile_obstack. | |
5671 | * symtab.h (struct general_symbol_info, struct minimal_symbol): | |
5672 | Update comments. | |
5673 | * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC) | |
5674 | (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with | |
5675 | objfile_obstack. | |
5676 | ||
6d012f14 AC |
5677 | 2004-02-07 Andrew Cagney <[email protected]> |
5678 | ||
5679 | * tui/tui.h: Do not include <stdarg.h>, <string.h>, and | |
5680 | "ansidecl.h". Do not undef "reg" and "chtype". Fix case of | |
5681 | fields and variables. | |
5682 | * tui/tui-wingeneral.h (m_beVisible): Delete macro. | |
5683 | (m_beInvisible): Delete macro. | |
5684 | * tui/tui-data.h: Fix case case fields and variables. | |
5685 | (m_genWinPtrIsNull): Delete macro. | |
5686 | (tui_win_list): Rename winList. | |
5687 | (TUI_SRC_WIN): Rename srcWin. | |
5688 | (TUI_DISASM_WIN): Rename disassemWin. | |
5689 | (TUI_DATA_WIN): Rename dataWin. | |
5690 | (TUI_CMD_WIN): Rename cmdWin. | |
5691 | (m_genWinPtrNotNull): Delete macro. | |
5692 | (m_winPtrIsNull): Delete macro. | |
5693 | (m_winPtrNotNull): Delete macro. | |
5694 | (tui_win_is_source_type): Replace m_winIsSourceType | |
5695 | (tui_win_is_auxillary): Replace m_winIsAuzillary. | |
5696 | (tui_win_has_locator): Replace m_hasLocator. | |
5697 | (tui_set_win_highlight): Replace m_setWinHighlightOn and | |
5698 | m_setWinHighlightOff. | |
5699 | * tui/tui-data.c: Update references. | |
5700 | (tui_win_is_source_type, tui_set_win_highlight): New functions. | |
5701 | (tui_win_has_locator, tui_win_is_auxillary): New functions. | |
5702 | * tui/tui-command.c, tui/tui-disasm.c: Update references. | |
5703 | * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto. | |
5704 | * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto. | |
5705 | * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto. | |
5706 | * tui/tui-winsource.c, tui/tui.c: Ditto. | |
5707 | ||
7d34766b MK |
5708 | 2004-02-07 Mark Kettenis <[email protected]> |
5709 | ||
1c800673 MK |
5710 | * sparc-tdep.h (sparc_fetch_wcookie): New prototype. |
5711 | * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle | |
5712 | StackGhost. | |
5713 | ||
7d34766b MK |
5714 | * sparc-tdep.c (sparc32_frame_prev_register): Rename local |
5715 | variable `i6' to `i7'. | |
5716 | (sparc_supply_rwindow, sparc_collect_rwindow): Likewise. | |
5717 | ||
22940a24 AC |
5718 | 2004-02-07 Andrew Cagney <[email protected]> |
5719 | ||
5720 | * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition. | |
5721 | (TuiPoint, TuiPointPtr): Ditto. | |
5722 | (TuiStatus, TuiStatusPtr): Ditto. | |
5723 | (TuiWinType, TuiWinTypePtr): Ditto. | |
5724 | (struct tui_point): Rename _TuiPoint. | |
5725 | (tui_get_low_disassembly_address): Rename | |
5726 | tuiGetLowDisassemblyAddress. | |
5727 | (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos. | |
5728 | (tuiFree): Delete declaration. | |
5729 | (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions. | |
5730 | (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions. | |
5731 | * tui/tui.c (tuiFree): Delete function. | |
5732 | * cli/cli-cmds.c (disassemble_command): Update references. | |
5733 | * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto. | |
5734 | * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto. | |
5735 | * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto. | |
5736 | * tui/tui-winsource.c: Ditto. | |
5737 | ||
8b92e4d5 EZ |
5738 | 2004-02-07 Elena Zannoni <[email protected]> |
5739 | ||
5740 | * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab, | |
5741 | coffstab_build_psymtabs, elfstab_build_psymtabs) | |
5742 | (stabsect_build_psymtabs): Replace psymbol_obstack with | |
5743 | objfile_obstack. | |
5744 | * dwarf2-frame.c (decode_frame_entry_1): Ditto. | |
5745 | * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section): | |
5746 | Ditto. | |
5747 | * dwarfread.c (scan_compilation_units): Ditto. | |
5748 | * elfread.c (elfstab_offset_sections): Ditto. | |
5749 | * hppa-tdep.c (read_unwind_info): Ditto. | |
5750 | * hpread.c (hpread_build_psymtabs, hpread_start_psymtab) | |
5751 | (hpread_end_psymtab): Ditto. | |
5752 | * mdebugread.c (mdebug_build_psymtabs, add_pending) | |
5753 | (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs): | |
5754 | Ditto. | |
5755 | * mips-tdep.c (non_heuristic_proc_desc): Ditto. | |
8a1dac83 | 5756 | * objfiles.c (add_to_objfile_sections) |
8b92e4d5 EZ |
5757 | (build_objfile_section_table): Ditto. |
5758 | (allocate_objfile): Remove init of psymbol_obstack. | |
5759 | (free_objfile): Remove freeing of psymbol_obstack. | |
5760 | * objfiles.h (struct objfile): Remove field | |
5761 | psymbol_obstack. Update comments. | |
5762 | * pa64solib.c (pa64_solib_add_solib_objfile): Replace | |
5763 | psymbol_obstack with objfile_obstack. | |
5764 | * solib-sunos.c (allocate_rt_common_objfile): Remove init of | |
5765 | psymbol_obstack. | |
5766 | * somread.c (som_symfile_offsets, init_import_symbols) | |
5767 | (init_export_symbols): Replace psymbol_obstack with | |
5768 | objfile_obstack. | |
5769 | * somsolib.c (som_solib_add_solib_objfile): Ditto. | |
5770 | * symfile.c (default_symfile_offsets, syms_from_objfile) | |
5771 | (reread_symbols): Remove freeing and init of psymbol_obstack. | |
5772 | (cashier_psymtab): Update comment. | |
5773 | * symmisc.c (print_objfile_statistics): Don't report stats for | |
5774 | psymbol obstack. | |
5775 | * symtab.h (struct general_symbol_info, struct partial_symtab): | |
5776 | Update comments. | |
5777 | * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym) | |
5778 | (xcoff_symfile_offsets): Replace psymbol_obstack with | |
5779 | objfile_obstack. | |
5780 | ||
b99607ea EZ |
5781 | 2004-02-07 Elena Zannoni <[email protected]> |
5782 | ||
5783 | * objfiles.h (struct objfile): Add objfile_obstack field. | |
5784 | Remove type_obstack field. | |
5785 | ||
5786 | * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn, | |
5787 | read_structure_scope read_enumeration, new_symbol): Replace | |
5788 | type_obstack with objfile_obstack. | |
5789 | * dwarfread.c (struct_type, enum_type): Ditto. | |
8a1dac83 | 5790 | * gdbtypes.c (alloc_type, alloc_type_instance, init_type) |
b99607ea EZ |
5791 | (lookup_fundamental_type): Ditto. |
5792 | * gdbtypes.h (TYPE_ALLOC): Ditto. | |
8a1dac83 RM |
5793 | * hpread.c (hpread_read_enum_type, hpread_read_function_type) |
5794 | (hpread_read_doc_function_type, hpread_read_struct_type) | |
5795 | (fix_static_member_physnames, hpread_read_array_type) | |
b99607ea | 5796 | (hpread_read_subrange_type, hpread_type_lookup): Ditto. |
8a1dac83 | 5797 | * jv-lang.c (java_lookup_class, type_from_class, type_from_class) |
b99607ea EZ |
5798 | (java_link_class_type): Ditto. |
5799 | * mdebugread.c (parse_type): Ditto. | |
5800 | * objfiles.c (allocate_objfile, free_objfile): Ditto. | |
5801 | * solib-sunos.c (solib_add_common_symbols): Ditto. | |
5802 | * stabsread.c (define_symbol, read_type, read_member_functions, | |
5803 | read_cpp_abbrev, read_one_struct_field): Ditto. | |
5804 | * symfile.c (reread_symbols): Ditto. | |
5805 | * symmisc.c (print_objfile_statistics): Ditto. | |
8a1dac83 | 5806 | |
2a8854a7 AC |
5807 | 2004-02-07 Andrew Cagney <[email protected]> |
5808 | ||
5809 | * tui/tui-data.h (tui_win_element): Rename TuiWinElement. | |
5810 | (tui_exec_info_content): Rename TuiExecInfoContent. | |
5811 | (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions. | |
5812 | (TuiWinInfo, TuiWinInfoPtr): Ditto. | |
5813 | (TuiScrollDirection, TuiScrollDirectionPtr): Ditto. | |
5814 | (TuiList, TuiListPtr): Ditto. | |
5815 | (TuiLayoutType, TuiLayoutTypePtr): Ditto. | |
5816 | (TuiDataType, TuiDataTypePtr): Ditto. | |
5817 | (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto. | |
5818 | (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto. | |
5819 | (TuiLayoutDef, TuiLayoutDefPtr): Ditto. | |
5820 | (TuiSourceElement, TuiSourceElementPtr): Ditto. | |
5821 | (TuiDataElement, TuiDataElementPtr): Ditto. | |
5822 | (TuiWinElement, TuiWinElementPtr): Ditto. | |
5823 | (TuiDataInfo, TuiDataInfoPtr): Ditto. | |
5824 | (TuiCommandElement, TuiCommandElementPtr): Ditto. | |
5825 | (TuiLocatorElement, TuiLocatorElementPtr): Ditto. | |
5826 | (TuiWhichElement, TuiWhichElementPtr): Ditto. | |
5827 | (TuiSourceInfo, TuiSourceInfoPtr): Ditto. | |
5828 | (TuiCommandInfo, TuiCommandInfoPtr): Ditto. | |
5829 | * tui/tui-command.c, tui/tui-data.c: Update references. | |
5830 | * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto. | |
5831 | * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto. | |
5832 | * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto. | |
5833 | * tui/tui-winsource.c, tui/tui.c: Ditto. | |
8a1dac83 | 5834 | |
05cbe71a MK |
5835 | 2004-02-07 Mark Kettenis <[email protected]> |
5836 | ||
5837 | * dwarf2-frame.h: Update copyright. | |
5838 | (enum dwarf2_frame_reg_rule): New. | |
5839 | (struct dwarf2_frame_state_reg): New. | |
5840 | (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern. | |
5841 | * dwarf2-frame.c: Update copyright. | |
5842 | (enum dwarf2_reg_rule): Remove. | |
5843 | (struct dwarf2_frame_state): Remove defenition of `struct | |
5844 | dwarf2_frame_state_reg'. | |
5845 | (read_reg): Call get_frame_arch to get the architecture instead of | |
5846 | using CURRENT_GDBARCH. | |
5847 | (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with | |
5848 | DWARF2_FRAME_. | |
5849 | (dwarf2_frame_init_reg): New function. | |
5850 | (dwarf2_frame_cache): Call get_frame_arch to get the architecture | |
5851 | instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to | |
5852 | initialize the register state. Prefix old `enum dwarf2_reg_rule' | |
5853 | tags with DWARF2_FRAME_. | |
5854 | (dwarf2_frame_prev_register): Call get_frame_arch to get the | |
5855 | architecture instead of using CURRENT_GDBARCH. Prefix old `enum | |
5856 | dwarf2_reg_rule' tags with DWARF2_FRAME_. | |
5857 | ||
ec7d9e56 AC |
5858 | 2004-02-06 Andrew Cagney <[email protected]> |
5859 | ||
dd1abb8c AC |
5860 | * tui/tui-data.h (struct tui_list): Rename _TuiList. |
5861 | (enum tui_data_type): Rename _TuiDataType. | |
5862 | (struct tui_layout_def): Rename _TuiLayoutDef. | |
5863 | (struct tui_source_element): Rename _TuiSourceElement. | |
5864 | (struct tui_data_element): Rename _TuiDataElement. | |
5865 | (struct tui_command_element): Rename _TuiCommandElement. | |
5866 | (struct tui_locator_element): Rename _TuiLocatorElement. | |
5867 | (union tui_which_element): Define. | |
5868 | (struct tui_win_element): Rename _TuiWinElement. | |
5869 | (struct tui_data_info): Rename _TuiDataInfo. | |
5870 | (struct tui_source_info): Rename _TuiSourceInfo. | |
5871 | (struct tui_command_info): Rename _TuiCommandInfo. | |
5872 | (tui_initialize_static_data): Rename initializeStaticData. | |
5873 | (tui_alloc_generic_win_info): Rename allocGenericWinInfo. | |
5874 | (tui_alloc_win_info): Rename allocWinInfo. | |
5875 | (tui_init_generic_part): Rename initGenericPart. | |
5876 | (tui_init_win_info): Rename initWinInfo. | |
5877 | (tui_alloc_content): Rename allocContent. | |
5878 | (tui_add_content_elements): Rename addContentElements. | |
5879 | (tui_init_content_element): Rename initContentElement. | |
5880 | (tui_free_window): Rename freeWindow. | |
5881 | (tui_free_win_content): Rename freeWinContent. | |
5882 | (tui_free_data_content): Rename freeDataContent. | |
5883 | (tui_free_all_source_wins_content): Rename | |
5884 | freeAllSourceWinsContent. | |
5885 | (tui_del_window): Rename tuiDelWindow. | |
5886 | (tui_del_data_windows): Rename tuiDelDataWindows. | |
5887 | (tui_partial_win_by_name): Rename partialWinByName. | |
5888 | (tui_win_name): Rename winName. | |
5889 | (tui_current_layout): Rename currentLayout. | |
5890 | (tui_set_current_layout_to): Rename setCurrentLayoutTo. | |
5891 | (tui_term_height): Rename termHeight. | |
5892 | (tui_set_term_height_to): Rename setTermHeightTo. | |
5893 | (tui_term_width): Rename termWidth. | |
5894 | (tui_set_term_width_to): Rename setTermWidthTo. | |
5895 | (tui_set_gen_win_origin): Rename setGenWinOrigin. | |
5896 | (tui_locator_win_info_ptr): Rename locatorWinInfoPtr. | |
5897 | (tui_source_exec_info_win_ptr): Rename tui_gen_win_info. | |
5898 | (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr. | |
5899 | (tui_source_windows): Rename sourceWindows. | |
5900 | (tui_clear_source_windows): Rename clearSourceWindows. | |
5901 | (tui_clear_source_windows_detail): Rename | |
5902 | clearSourceWindowsDetail. | |
5903 | (tui_clear_win_detail): Rename clearWinDetail. | |
5904 | (tui_add_to_source_windows): Rename tuiAddToSourceWindows. | |
5905 | (tui_default_tab_len): Rename tuiDefaultTabLen. | |
5906 | (tui_set_default_tab_len): Rename tuiSetDefaultTabLen. | |
5907 | (tui_win_with_focus): Rename tuiWinWithFocus. | |
5908 | (tui_set_win_with_focus): Rename tuiSetWinWithFocus. | |
5909 | (tui_layout_def): Rename tuiLayoutDef. | |
5910 | (tui_win_resized): Rename tuiWinResized. | |
5911 | (tui_set_win_resized_to): Rename tuiSetWinResizedTo. | |
5912 | (tui_next_win): Rename tuiNextWin. | |
5913 | (tui_prev_win): Rename tuiPrevWin. | |
5914 | (tui_add_to_source_windows): Rename addToSourceWindows. | |
5915 | * tui/tui-winsource.c, tui/tui-win.c: Update references. | |
5916 | * tui/tui-layout.c, tui/tui-source.c: Ditto. | |
5917 | * tui/tui-stack.c, tui/tui-io.c: Ditto. | |
5918 | * tui/tui.c, tui/tui-data.c: Ditto. | |
5919 | * tui/tui-interp.c, tui/tui-data.c: Ditto. | |
5920 | * tui/tui-disasm.c, tui/tui-command.c: Ditto. | |
5921 | ||
a358af15 AC |
5922 | * tui/tui-source.h: Update copyright. Include "tui-data.h". |
5923 | (struct symtab): Declare. | |
5924 | (tui_set_source_content): Rename tuiSetSourceContent. | |
5925 | (tui_show_symtab_source): Rename tuiShowSource. | |
5926 | (tui_source_is_displayed): Rename tuiSourceIsDisplayed. | |
5927 | (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll. | |
5928 | * tui/tui-source.c: Update copyright. Update references. | |
5929 | * tui/tui-win.c, tui/tui-winsource.c: Update references. | |
5930 | * tui/tui-stack.c: Update references. | |
5931 | ||
a21fcd8f AC |
5932 | * tui/tui-win.h: Update copyright. Include "tui-data.h". |
5933 | (struct tui_win_info): Declare. | |
5934 | (tui_scroll_forward): Rename tuiScrollForward. | |
5935 | (tui_scroll_backward): Rename tuiScrollBackward. | |
5936 | (tui_scroll_left): Rename tuiScrollLeft. | |
5937 | (tui_scroll_right): Rename tuiScrollRight. | |
5938 | (tui_set_win_focus_to): Rename tuiSetWinFocusTo. | |
5939 | (tui_resize_all): Rename tuiResizeAll. | |
5940 | (tui_refresh_all_win): Rename tuiRefreshAll. | |
5941 | (tui_sigwinch_handler): Rename tuiSigwinchHandler. | |
5942 | * tui/tui-layout.c, * tui/tui-io.c: Update references. | |
5943 | * tui/tui-wingeneral.h, * tui/tui.c: Update references. | |
5944 | * tui/tui-disasm.c, * tui/tui-command.c: Update references. | |
5945 | ||
edae1ccf AC |
5946 | * tui/tui-windata.h: Update copyright. Include "tui-data.h". |
5947 | (tui_erase_data_content): Rename tuiEraseDataContent. | |
5948 | (tui_display_all_data): Rename tuiDisplayAllData. | |
5949 | (tui_check_data_values): Rename tuiCheckDataValues. | |
5950 | (tui_display_data_from_line): Rename tuiDisplayDataFromLine. | |
5951 | (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed. | |
5952 | (tui_first_data_element_no_in_line): Rename | |
5953 | tuiFirstDataElementNoInLine. | |
5954 | (tui_delete_data_content_windows): Rename | |
5955 | tuiDeleteDataContentWindows. | |
5956 | (tui_refresh_data_win): Rename tuiRefreshDataWin. | |
5957 | (tui_display_data_from): Rename tuiDisplayDataFrom. | |
5958 | (tui_vertical_data_scroll): Rename tuiVerticalDataScroll. | |
5959 | * tui/tui-windata.c, tui/tui-hooks.c: Update references. | |
5960 | * tui/tui-win.c, tui/tui-regs.c: Update references. | |
5961 | * tui/tui-layout.c, tui/tui.c: Update references. | |
5962 | ||
ec7d9e56 AC |
5963 | * tui/tui-wingeneral.h: Update copyright. |
5964 | (m_allBeVisible): Delete macro. | |
8a1dac83 | 5965 | (m_allBeInvisible): Delete macro. |
ec7d9e56 AC |
5966 | (struct tui_gen_win_info): Declare. |
5967 | (struct tui_win_info): Declare. | |
5968 | (tui_unhighlight_win): Rename unhighlightWin. | |
5969 | (tui_make_visible, tui_make_invisible): Replace makeVisible. | |
5970 | (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible. | |
5971 | (tui_make_window): Rename makeWindow. | |
5972 | (tui_copy_win): Rename copyWin. | |
5973 | (tui_box_win): Rename boxWin. | |
5974 | (tui_highlight_win): Rename highlightWin. | |
5975 | (tui_check_and_display_highlight_if_needed): Rename | |
5976 | checkAndDisplayHighlightIfNeeded. | |
5977 | (tui_refresh_all): Rename refreshAll. | |
5978 | (tui_delete_win): Rename tuiDelwin. | |
5979 | (tui_refresh_win): Rename tuiRefreshWin. | |
5980 | * tui/tui-wingeneral.c (make_visible): Rename makeVisible. | |
5981 | (tui_make_visible, tui_make_invisible): New functions. | |
5982 | (tui_make_all_visible, tui_make_all_invisible): New functions. | |
5983 | (make_all_visible): Rename makeAllVisible. | |
5984 | * tui/tui-winsource.c, tui/tui-windata.c: Update references. | |
5985 | * tui/tui-data.c, tui/tui-winsource.c: Update references. | |
5986 | * tui/tui-windata.c, tui/tui-win.c: Update references. | |
5987 | * tui/tui-regs.c, tui/tui-layout.c: Update references. | |
5988 | * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo. | |
5989 | ||
1e52e2eb MK |
5990 | 2004-02-06 Mark Kettenis <[email protected]> |
5991 | ||
5992 | * proc-api.c (write_with_trace): Initialize local variable to | |
5993 | silence compiler warning. | |
5994 | ||
f80bda8e AC |
5995 | 2004-02-06 Andrew Cagney <[email protected]> |
5996 | ||
5997 | * tui/tui-source.h: Do not include "defs.h". | |
5998 | (struct tui_win_info): Declare. | |
5999 | (tui_set_source_content_nil): Declare. | |
6000 | * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo. | |
6001 | (union tui_line_or_address): Rename _TuiLineOrAddress. | |
6002 | * tui/tui-winsource.h: Update copyright. Include "tui-data.h". | |
6003 | (tui_update_source_window): Rename tuiUpdateSourceWindow. | |
6004 | (tui_update_source_window_as_is): Rename | |
6005 | tuiUpdateSourceWindowAsIs. | |
6006 | (tui_update_source_windows_with_addr): Rename | |
6007 | tuiUpdateSourceWindowsWithAddr. | |
6008 | (tui_update_source_windows_with_line): Rename | |
6009 | tuiUpdateSourceWindowsWithLine. | |
6010 | (tui_clear_source_content): Rename tuiClearSourceContent. | |
6011 | (tui_erase_source_content): Rename tuiEraseSourceContent. | |
6012 | (tui_set_source_content_nil): Rename tuiSetSourceContentNil. | |
6013 | (tui_show_source_content): Rename tuiShowSourceContent. | |
6014 | (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll. | |
6015 | (tui_set_exec_info_content): Rename tuiSetExecInfoContent. | |
6016 | (tui_show_exec_info_content): Rename tuiShowExecInfoContent. | |
6017 | (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent. | |
6018 | (tui_clear_exec_info_content): Rename tuiClearExecInfoContent. | |
6019 | (tui_update_exec_info): Rename tuiUpdateExecInfo. | |
6020 | (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt. | |
6021 | (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer. | |
6022 | (tui_line_is_displayed): Rename tuiLineIsDisplayed. | |
6023 | (tui_addr_is_displayed): Rename tuiAddrIsDisplayed. | |
6024 | (struct tui_win_info): Declare. | |
6025 | * tui/tui-stack.c: Update references. | |
6026 | * tui/tui-layout.c, tui/tui-winsource.c: Ditto. | |
6027 | * tui/tui-win.c, tui/tui-source.c: Ditto. | |
6028 | * tui/tui.c, tui/tui-disasm.c: Ditto. | |
6029 | ||
9fbfb822 MK |
6030 | 2004-02-06 Mark Kettenis <[email protected]> |
6031 | ||
6032 | * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation | |
6033 | of UCONTEXT_ADDR. Fixes PR backtrace/1545. | |
6034 | ||
03cebad2 MK |
6035 | 2004-02-05 Mark Kettenis <[email protected]> |
6036 | ||
6037 | * infrun.c (handle_inferior_event): Allow for breakpoint | |
6038 | instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL | |
6039 | and SIGEMT. Update comments. | |
6040 | * NEWS (Revised SPARC target): Mention support for non-executable | |
6041 | stack. | |
6042 | ||
290281b1 MK |
6043 | 2004-02-04 Mark Kettenis <[email protected]> |
6044 | ||
6045 | * target.h (target_object): Add TARGET_OBJECT_WCOOKIE. | |
6046 | * inftarg.c: Update copyright year. | |
6047 | (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE. | |
6048 | * sparc-nat.c: Include "target.h" and "gdb_assert.h". | |
6049 | (sparc_xfer_wcookie): New function. | |
6050 | * sparc-tdep.c (sparc_fetch_wcookie): New function. | |
6051 | * Makefile.in (sparc-nat.o): Update dependencies. | |
6052 | * config/sparc/nm-nbsd.h: Include "target.h". | |
6053 | (NATIVE_XFER_WCOOKIE): New define. | |
6054 | (sparc_xfer_wcookie): New prototype. | |
6055 | ||
212161df AC |
6056 | 2004-02-04 Andrew Cagney <[email protected]> |
6057 | ||
6058 | * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef | |
6059 | SYSCALL_TRAP function. | |
6060 | (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code. | |
6061 | ||
6e4c6c91 DJ |
6062 | 2004-02-04 Andrew Cagney <[email protected]> |
6063 | Daniel Jacobowitz <[email protected]> | |
6064 | ||
6065 | * objfiles.h: Delete comments refering to inside_entry_func and | |
6066 | DEPRECATED_FRAME_CHAIN_VALID. | |
6067 | * defs.h (inside_entry_func): Update prototype.. | |
6068 | * blockframe.c (inside_entry_func): Rename to | |
6069 | legacy_inside_entry_func. Add new inside_entry_func taking a frame. | |
6070 | * frame.c (get_prev_frame): Pass the frame to inside_entry_func. | |
6071 | ||
cae688ec JJ |
6072 | 2004-02-03 Jeff Johnston <[email protected]> |
6073 | ||
6074 | * breakpoint.c (struct captured_parse_breakpoint_args): Move | |
6075 | outside of #ifdef SOLIB_ADD region. | |
6076 | (do_restore_lang_radix_cleanup): Ditto. | |
6077 | (resolve_pending_breakpoint): Ditto. | |
6078 | ||
19217676 AC |
6079 | 2004-02-03 Andrew Cagney <[email protected]> |
6080 | ||
6081 | * ia64-tdep.c (read_sigcontext_register): Delete unused function. | |
6082 | (process_note_abi_tag_sections): Delete unused function. | |
6083 | (ia64_read_fp): Delete unused function. | |
6084 | (gdbarch_extract_struct_value_address): Delete declaration. | |
6085 | ||
876753be AC |
6086 | 2004-02-02 Andrew Cagney <[email protected]> |
6087 | ||
6088 | * vax-tdep.c (vax_frame_chain): Delete call to | |
6089 | deprecated_inside_entry_file. | |
6090 | * ns32k-tdep.c (ns32k_frame_chain): Ditto. | |
6091 | ||
d4f10bf2 MK |
6092 | 2004-02-02 Mark Kettenis <[email protected]> |
6093 | ||
6094 | * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address | |
6095 | column that's "empty" or "same value" when eliminating REG_RA | |
6096 | rules. | |
6097 | ||
cae688ec JJ |
6098 | 2004-02-02 Jeff Johnston <[email protected]> |
6099 | ||
6100 | * NEWS: Add information about new pending breakpoint support. | |
6101 | ||
0101ce28 JJ |
6102 | 2004-02-02 Jeff Johnston <[email protected]> |
6103 | ||
6104 | * breakpoint.h (struct breakpoint): Add new flag, from_tty, | |
6105 | and pending fields for pending breakpoint support. | |
6106 | * breakpoint.c (breakpoint_enabled): Add check for not pending. | |
6107 | (condition_command): Only parse condition if not a pending | |
6108 | breakpoint. | |
6109 | (print_one_breakpoint): Add support for pending breakpoints. | |
6110 | (describe_other_breakpoints): Add checks to verify we are not | |
6111 | dealing with pending breakpoints. | |
6112 | (check_duplicates): Don't check pending breakpoints. | |
6113 | (set_raw_breakpoint): Initialize pending flag. | |
6114 | (do_restore_lang_radix_cleanup): New cleanup routine. | |
6115 | (resolve_pending_breakpoint): New function. | |
6116 | (re_enable_breakpoints_in_shlibs): Try and resolve any | |
6117 | pending breakpoints via resolve_pending_breakpoint. | |
6118 | (mention): Add pending breakpoint support. | |
6119 | (parse_breakpoint_sals): Add new parameter to pass to | |
6120 | decode_line_1 to indicate silent errors when files or functions | |
6121 | are not found. Change all callers. | |
6122 | (do_captured_parse_breakpoint): New function. | |
6123 | (break_command_1): Change prototype to return an rc value and to | |
6124 | take an optional pending breakpoint pointer. Support creating | |
6125 | a pending breakpoint if a "not found" form of error occurs when | |
6126 | parsing the breakpoint. Also support resolving an existing pending | |
6127 | breakpoint and be silent if the resolution fails. | |
6128 | (create_breakpoints): Change prototype to take pending breakpoint | |
6129 | pointer. When resolving a pending breakpoint, use the new pointer | |
6130 | to provide a conditional or commands added by the end-user. | |
6131 | (delete_breakpoint): Add appropriate check for pending. | |
6132 | (breakpoint_re_set_one): Ditto. | |
6133 | (do_enable_breakpoint): Ditto. | |
6134 | ||
8d577d32 DC |
6135 | 2004-02-02 David Carlton <[email protected]> |
6136 | ||
6137 | * valops.c (enum oload_classification): New. | |
6138 | (find_overload_match): Break implementation into separate | |
6139 | functions; delete #if 0'd code; look for symbols within | |
6140 | namespaces. | |
6141 | (find_oload_champ_namespace,find_oload_champ_namespace_loop) | |
6142 | (find_oload_champ,oload_method_static,classify_oload_match): New. | |
6143 | * cp-support.h: Add declaration for cp_func_name; update | |
6144 | declaration for make_symbol_overload_list. | |
6145 | * cp-support.c (cp_func_name): New. | |
6146 | (overload_list_add_symbol): Fix comment, use | |
6147 | SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME. | |
6148 | (make_symbol_overload_list): Take a function name and a namespace | |
6149 | instead of a symbol; change implementation. | |
6150 | (make_symbol_overload_list_using): New. | |
6151 | (make_symbol_overload_list_qualified, read_in_psymtabs): New. | |
6152 | ||
22e8e3c7 FF |
6153 | 2004-02-02 Fred Fish <[email protected]> |
6154 | ||
6155 | * main.c (gdb_stdtarg): Move definition to group with other | |
15390fef | 6156 | gdb_stdtarg definitions and update copyright years. |
22e8e3c7 FF |
6157 | * remote-sim.c (gdb_os_write_stderr): Write output to |
6158 | gdb_stdtargerr stream instead of gdb_stdtarg stream. | |
6159 | (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of | |
15390fef | 6160 | gdb_stderr stream and update copyright years. |
22e8e3c7 | 6161 | |
6b753f60 DJ |
6162 | 2004-02-01 Daniel Jacobowitz <[email protected]> |
6163 | ||
6164 | * Makefile.in (mips-linux-nat.o): Update dependencies. | |
6165 | * mips-linux-nat.c: Include mips-tdep.h. | |
6166 | ||
6167 | 2004-02-01 Roland McGrath <[email protected]> | |
2cb6b099 RM |
6168 | |
6169 | * sol-thread.c (sol_thread_xfer_partial): New function. | |
6170 | (init_sol_thread_ops): Use that for to_xfer_partial hook. | |
6171 | (init_sol_core_ops): Likewise. | |
6172 | ||
6173 | * procfs.c (procfs_xfer_partial): New function. | |
6174 | (init_procfs_ops): Use that for procfs_ops.to_xfer_partial. | |
6175 | * Makefile.in (procfs.o): Add $(auxv_h) dep. | |
6176 | ||
6177 | * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's | |
6178 | procfs_xfer_auxv function. | |
6179 | ||
6180 | * procfs.c (procfs_make_note_section): If we can read | |
6181 | TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it. | |
6182 | * linux-proc.c (linux_make_note_section): Likewise. | |
6183 | ||
6184 | * auxv.h: New file. | |
6185 | * auxv.c: New file. | |
6186 | * Makefile.in (auxv_h): New variable. | |
6187 | (COMMON_OBS): Add auxv.o here. | |
6188 | (auxv.o): New target. | |
6189 | ||
6190 | * corelow.c (core_xfer_partial): New function. | |
6191 | (init_core_ops): Use it for core_ops.to_xfer_partial. | |
6192 | ||
6193 | * target.h (enum target_object): Add TARGET_OBJECT_AUXV. | |
6194 | * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV | |
6195 | macro if that is defined. | |
6196 | ||
fa5281d0 DJ |
6197 | 2004-02-01 Daniel Jacobowitz <[email protected]> |
6198 | ||
6199 | * breakpoint.c (bpstat_stop_status): Take a ptid_t argument, | |
6200 | and check the specified thread for each breakpoint. | |
6201 | * breakpoint.h (bpstat_stop_status): Update prototype. | |
6202 | * infrun.c (handle_inferior_event): Update calls to | |
6203 | bpstat_stop_status. | |
6204 | ||
26ee262d DJ |
6205 | 2004-02-01 Daniel Jacobowitz <[email protected]> |
6206 | ||
6207 | * Makefile.in (cli-cmds.o): Add $(readline_h). | |
6208 | ||
d9b52655 DJ |
6209 | 2004-02-01 Daniel Jacobowitz <[email protected]> |
6210 | ||
6211 | * cli/cli-cmds.c: Include readline.h. | |
6212 | (complete_command): Pass the start of the last word to | |
6213 | complete_line. | |
6214 | ||
9709f61c DJ |
6215 | 2004-01-31 Daniel Jacobowitz <[email protected]> |
6216 | ||
6217 | * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint | |
6218 | argument, and change first argument to a CORE_ADDR. | |
6219 | * breakpoint.h (bpstat_stop_status): Update prototype. | |
6220 | * infrun.c (adjust_pc_after_break): Add a new comment. | |
6221 | (handle_inferior_event): Update calls to bpstat_stop_status. | |
6222 | ||
4f1280bb DJ |
6223 | 2004-01-31 Daniel Jacobowitz <[email protected]> |
6224 | ||
6225 | * breakpoint.h: Update copyright years. | |
6226 | ||
4fa8626c DJ |
6227 | 2004-01-31 Daniel Jacobowitz <[email protected]> |
6228 | ||
6229 | * breakpoint.c (software_breakpoint_inserted_here_p): New function. | |
6230 | (bpstat_stop_status): Don't decrement PC. | |
6231 | * breakpoint.h (software_breakpoint_inserted_here_p): Add | |
6232 | prototype. | |
6233 | * infrun.c (adjust_pc_after_break): New function. | |
6234 | (handle_inferior_event): Call it, early. Remove later references | |
6235 | to DECR_PC_AFTER_BREAK. | |
6236 | (normal_stop): Add commentary. | |
6237 | ||
fad0733a DJ |
6238 | 2004-01-31 Daniel Jacobowitz <[email protected]> |
6239 | ||
6240 | * breakpoint.c (breakpoint_re_set_one): Add missing chunk of | |
6241 | 2004-01-27 double-free fix. | |
6242 | ||
42cdca6c MK |
6243 | 2004-01-31 Mark Kettenis <[email protected]> |
6244 | ||
6245 | * sparc-tdep.c (sparc_fetch_wcookie): New function. | |
6246 | (sparc32_frame_prev_register): Handle StackGhost. | |
6247 | (sparc_supply_rwindow, sparc_collect_rwindow): Likewise. | |
6248 | ||
932d5416 RM |
6249 | 2004-01-29 Roland McGrath <[email protected]> |
6250 | ||
6251 | * configure.in (NEW_PROC_API): Also match solaris2.9 for this test. | |
6252 | * configure: Regenerated. | |
6253 | ||
6254 | * procfs.c: Include gdb_string.h for str* decls, otherwise warnings. | |
6255 | * Makefile.in (procfs.o): Add dep. | |
6256 | ||
47d3492a AC |
6257 | 2004-01-28 Andrew Cagney <[email protected]> |
6258 | ||
6259 | * tui/tui-stack.h: Update copyright. | |
6260 | (struct frame_info): Add opaque declaration. | |
6261 | (tui_update_locator_filename): Rename tuiUpdateLocatorFilename. | |
6262 | (tui_show_locator_content): Rename tuiShowLocatorContent. | |
6263 | (tui_show_frame_info): Rename tuiShowFrameInfo. | |
6264 | * tui/tui-stack.c: Update copyright. Update references. | |
6265 | * tui/tui-winsource.c: Update references. | |
6266 | * tui/tui-win.c: Update references. | |
6267 | * tui/tui-layout.c: Update references. | |
6268 | * tui/tui-hooks.c: Update copyright, update references. | |
6269 | * tui/tui.c: Update copyright, update references. | |
6270 | * tui/tui-disasm.c: Update references. | |
6271 | ||
5d51ca54 DC |
6272 | 2004-01-28 David Carlton <[email protected]> |
6273 | ||
6274 | * dwarf2read.c (add_partial_structure): Use demangled name if | |
6275 | namespace equals "". | |
6276 | ||
086ed43d JB |
6277 | 2004-01-27 Jim Blandy <[email protected]> |
6278 | ||
6279 | Clean up misapplied patch: | |
6280 | * dwarf2read.c (determine_prefix): Change one of the two forward | |
6281 | declarations for 'determine_prefix_aux' to a declaration for this. | |
6282 | (read_func_scope): Use cu->language, not cu_language. Pass 'cu' | |
6283 | argument to 'die_specification'. | |
6284 | ||
2a35147e JB |
6285 | * dwarf2read.c (read_func_scope): Re-indent comment. |
6286 | ||
a355c7de | 6287 | 2004-01-27 Paul N. Hilfinger <[email protected]> |
932d5416 | 6288 | |
a355c7de AC |
6289 | * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and |
6290 | b->exp to NULL after freeing so that error during re-parsing or | |
6291 | evaluation of expressions associated with breakpoint don't | |
6292 | eventually lead to re-freeing of storage. | |
6293 | Committed by Andrew Cagney. | |
6294 | ||
63ff5125 AC |
6295 | 2004-01-27 Andrew Cagney <[email protected]> |
6296 | ||
6297 | * source.c (ambiguous_line_spec): Delete undefined declaration. | |
6298 | * m32r-rom.c (m32r_set_board_address): Delete unused function. | |
6299 | (m32r_set_server_address, m32r_set_download_path): Ditto. | |
6300 | * remote-fileio.c (remote_fileio_to_fio_int): Ditto. | |
6301 | ||
e142c38c DJ |
6302 | 2004-01-27 Daniel Jacobowitz <[email protected]> |
6303 | ||
6304 | * dwarf2read.c: Update calls to changed and renamed functions, and | |
6305 | references to moved variables. | |
6306 | ||
6307 | (struct dwarf2_cu): Add first_fn, last_fn, cached_fn, | |
6308 | language, language_defn, list_in_scope, and ftypes members. | |
6309 | (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language) | |
6310 | (cu_language_defn, list_in_scope, ftypes, cu_header_offset) | |
6311 | (baseaddr): Remove globals. | |
6312 | ||
6313 | (dwarf_attr): Renamed to dwarf2_attr. Add CU argument. | |
6314 | (set_cu_language, die_is_declaration, die_specification) | |
6315 | (determine_prefix, determin_prefix_aux, class_name, namespace_name) | |
6316 | (dwarf2_linkage_name, dwarf2_name, dwarf2_extension) | |
6317 | (dwarf2_get_ref_die_offset, dwarf2_fundamental_type) | |
6318 | (initialize_cu_func_list, add_to_cu_func_list): Add CU argument. | |
6319 | ||
6320 | (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize | |
6321 | cu.list_in_scope. Don't initialize cu_header_offset. | |
6322 | (add_partial_symbol): Add local baseaddr. | |
6323 | (psymtab_to_symtab_1): Add local baseaddr. Use | |
6324 | objfile->section_offsets for consistency. Don't initialize | |
6325 | cu_header_offset; do initialize cu.header.offset and | |
6326 | cu.list_in_scope. | |
6327 | (read_file_scope, read_func_scope, read_lexical_block_scope) | |
6328 | (dwarf_decode_lines, new_symbol): Add local baseaddr. | |
6329 | ||
c6e06ede MC |
6330 | 2004-01-27 Michael Chastain <[email protected]> |
6331 | ||
fb328ecc | 6332 | * PROBLEMS: Add gdb/1516. |
c6e06ede | 6333 | |
48184fd4 AC |
6334 | 2003-12-29 Robert Millan <[email protected]> |
6335 | ||
6336 | Patch committed by Andrw Cagney. | |
6337 | * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu. | |
6338 | * configure.tgt: Match knetbsd*-gnu. | |
6339 | ||
c1321b30 AC |
6340 | 2004-01-26 Andrew Cagney <[email protected]> |
6341 | ||
f3699be3 AC |
6342 | * breakpoint.c (catch_command_1): Delete #ifdef code. |
6343 | (catch_fork_command_1): Delete #ifdef wrapper. | |
6344 | (catch_exec_command_1): Ditto. | |
6345 | (catch_load_command_1): Ditto. | |
6346 | (catch_unload_command_1): Ditto. | |
6347 | ||
c1321b30 AC |
6348 | * breakpoint.c (watchpoint_check): Delete #if0ed variable. |
6349 | (catch_breakpoint): Delete #if0ed function. | |
6350 | (disable_catch_breakpoint): Ditto. | |
6351 | (delete_catch_breakpoint, enable_catch_breakpoint): Ditto. | |
6352 | (disable_catch, enable_catch, delete_catch): Ditto. | |
6353 | ||
b4501125 AC |
6354 | 2004-01-26 Andrew Cagney <[email protected]> |
6355 | ||
6356 | * remote.c (echo_check, quit_flag): Delete variables. | |
6357 | (cisco_kernel_mode): Delete variable. | |
6358 | (minitelnet_return, tty_input, escape_count): Delete variables. | |
6359 | (remote_cisco_mode): Delete variable. | |
6360 | (remote_cisco_open, remote_cisco_close): Delete function. | |
6361 | (remote_cisco_mourn, remote_cisco_wait): Delete function. | |
6362 | (init_remote_cisco_ops): Delete function. | |
6363 | (_initialize_remote): Do not install "remote cisco" code. | |
6364 | (read_frame): Delete cisco specific code. | |
6365 | (remote_info_process): Delete function. | |
6366 | (remote_wait): Delete cisco specific code. | |
6367 | (remote_cisco_section_offsets): Delete function. | |
6368 | (remote_cisco_objfile_relocate): Delete function. | |
6369 | (remote_async_wait): Delete cisco specific code. | |
6370 | (minitelnet, readtty, readsocket): Delete function. | |
6371 | ||
74055713 AC |
6372 | 2004-01-26 Andrew Cagney <[email protected]> |
6373 | ||
6374 | * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add | |
6375 | comments mentioning extract_returned_value_address. | |
6376 | * infcmd.c (print_return_value): Update. Add comments on | |
6377 | extract_returned_value_address. | |
6378 | * stack.c (return_command): Add comments on | |
6379 | extract_returned_value_address. | |
6380 | * values.c: Update comment. | |
6381 | * m32r-tdep.c: Update comment. | |
6382 | * sparc-tdep.c: Update comment. | |
6383 | * ia64-tdep.c (ia64_use_struct_convention): Update comment. | |
6384 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Update. | |
6385 | * sh64-tdep.c (sh64_gdbarch_init): Update. | |
6386 | * sh-tdep.c (sh_gdbarch_init): Update. | |
6387 | * s390-tdep.c (s390_gdbarch_init): Update. | |
6388 | * rs6000-tdep.c (rs6000_gdbarch_init): Update. | |
6389 | * m68klinux-tdep.c (m68k_linux_init_abi): Update. | |
6390 | * m68k-tdep.c (m68k_gdbarch_init): Update. | |
6391 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Update. | |
6392 | * m32r-tdep.c (m32r_gdbarch_init): Update. | |
6393 | * ia64-tdep.c (ia64_gdbarch_init): Update. | |
6394 | * h8300-tdep.c (h8300_gdbarch_init): Update. | |
6395 | * frv-tdep.c (frv_gdbarch_init): Update. | |
6396 | * arm-tdep.c (arm_gdbarch_init): Update. | |
6397 | * alpha-tdep.c (alpha_gdbarch_init): Update. | |
6398 | ||
a67af2b9 AC |
6399 | 2004-01-26 Andrew Cagney <[email protected]> |
6400 | ||
6401 | * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of | |
6402 | SYMBOL_LOCATION_FUNCS | |
6403 | (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to | |
6404 | "struct symbol_ops". | |
6405 | * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change | |
6406 | type to "struct symbol_ops". | |
6407 | * symtab.h (struct symbol_ops): Rename "struct location_funcs". | |
6408 | (struct symbol): Replace ".aux_value.loc.funcs" and | |
6409 | ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr". | |
6410 | (SYMBOL_OBJFILE): Delete macro. | |
6411 | (SYMBOL_LOCATION_FUNCS): Delete macro. | |
6412 | (SYMBOL_LOCATION_BATON): Update. | |
6413 | * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS | |
6414 | intead of SYMBOL_LOCATION_FUNCS. | |
6415 | * ax-gdb.c (gen_var_ref): Ditto. | |
6416 | * printcmd.c (address_info): Ditto. | |
6417 | * findvar.c (read_var_value): Ditto. | |
6418 | (symbol_read_needs_frame): Ditto. | |
6419 | ||
c034e007 AC |
6420 | 2004-01-26 Andrew Cagney <[email protected]> |
6421 | ||
6422 | * dwarf2read.c (read_func_scope): Document frame-base hack. | |
6423 | ||
bb472c1e MK |
6424 | 2004-01-25 Mark Kettenis <[email protected]> |
6425 | ||
6426 | * infcmd.c (print_return_value): Plug memory leak; delete | |
6427 | ui_stream object. Rename argument `structure_return' to | |
6428 | `struct_return'. | |
6429 | ||
c8e737d5 MK |
6430 | 2004-01-25 Mark Kettenis <[email protected]> |
6431 | ||
f941662f MK |
6432 | * infcmd.c (print_return_value): Wrap long lines. |
6433 | (finish_command_continuation, finish_command): Remove unused | |
6434 | variable `funcaddr'. Fix some coding-standards problems. | |
6435 | ||
c558d81a | 6436 | * sparc-tdep.c (sparc_regset_from_core_section): Check whether |
d8d65dd3 | 6437 | SECT_SIZE is large enough, not whether it's exactly the right size. |
c558d81a MK |
6438 | (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and |
6439 | TDEP->fpregset to zero. | |
6440 | ||
bf1e5861 | 6441 | * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the |
c8e737d5 MK |
6442 | floating-point registers for traditional NetBSD core files. |
6443 | (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and | |
6444 | TDEP->sizeof_fpregset here. | |
6445 | ||
4c72d57a MK |
6446 | 2004-01-25 Mark Kettenis <[email protected]> |
6447 | ||
566626fa MK |
6448 | * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype. |
6449 | * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New | |
6450 | function with code split out from | |
6451 | sparc32nbsd_sigcontext_frame_cache. | |
6452 | (sparc32nbsd_sigcontext_frame_cache): Use | |
6453 | sparc32nbsd_sigcontext_saved_regs. | |
6454 | (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for | |
6455 | OpenBSD. | |
6456 | * sparcobsd-tdep.c: New file. | |
6457 | * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c. | |
6458 | (sparcobsd-tdep.o): New dependency. | |
6459 | * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd. | |
6460 | * config/sparc/obsd.mt: New file. | |
6461 | ||
4c72d57a MK |
6462 | * sparc-tdep.c (sparc32_gdbarch_init): Don't require |
6463 | TDEP->fpregset to be initialized to enable core file register | |
6464 | sets. | |
6465 | ||
7e5e9f88 MK |
6466 | 2004-01-24 Mark Kettenis <[email protected]> |
6467 | ||
f0f207fd | 6468 | * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg): |
1e067c66 MK |
6469 | Add opaque declarations. |
6470 | (sparc64nbsd_sigcontext_saved_regs): New prototype. | |
6471 | * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New | |
6472 | function with code split out from | |
6473 | sparc64nbsd_sigcontext_frame_cache. | |
6474 | (sparc64nbsd_sigcontext_frame_cache): Use | |
6475 | sparc64nbsd_sigcontext_saved_regs. | |
6476 | (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for | |
6477 | OpenBSD. | |
6478 | * sparc64obsd-tdep.c: New file. | |
6479 | * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c. | |
6480 | (sparc64obsd-tdep.o): New dependency. | |
6481 | * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and | |
6482 | gdb_osabi to GDB_OSABI_OPENBSD_ELF. | |
6483 | * config/sparc/obsd64.mt: New file. | |
6484 | ||
690668cc MK |
6485 | * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't |
6486 | read the instruction at PC. | |
6487 | ||
7e5e9f88 MK |
6488 | * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the |
6489 | value of GDB_OSABI_DEFAULT. | |
6490 | (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE | |
6491 | instead of GDB_OSABI_NETBSD_AOUT. | |
6492 | ||
68b6dce9 NR |
6493 | 2004-01-24 Nick Roberts <[email protected]> |
6494 | ||
6495 | * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update | |
6496 | copyright. | |
6497 | ||
080ce8c0 AC |
6498 | 2004-01-23 Andrew Cagney <[email protected]> |
6499 | ||
6500 | * printcmd.c (display_command): Replace tui_set_display call with | |
6501 | tui_set_layout_for_display_command. | |
6502 | * tui/tui.h (enum tui_win_type): Define. | |
6503 | (tui_set_layout): Delete declaration. | |
6504 | (tui_set_layout_for_display_command): Rename set_tui_layout. | |
6505 | * tui/tui-data.h (enum tui_layout_type): Define. | |
6506 | * tui/tui-layout.h: Update copyright. Include "tui-data.h" and | |
6507 | "tui.h". | |
6508 | (tui_add_win_to_layout): Rename tuiAddWinToLayout. | |
6509 | (tui_default_win_height): Rename tuiDefaultWinHeight. | |
6510 | (tui_default_win_viewport_height): Rename | |
6511 | tuiDefaultWinViewportHeight. | |
6512 | (tui_set_layout): RenametuiSetLayout. | |
6513 | * tui/tui-layout.c: Update references. | |
6514 | * tui/tui.c: Update references. | |
6515 | * tui/tui-disasm.c: Update references. | |
6516 | ||
b368761e DC |
6517 | 2004-01-23 David Carlton <[email protected]> |
6518 | ||
6519 | Partial workaround for PR c++/1511: | |
6520 | * cp-namespace.c: Include frame.h. | |
6521 | (cp_lookup_transparent_type): New | |
6522 | (cp_lookup_transparent_type_loop): New. | |
6523 | * cp-support.h: Declare cp_lookup_transparent_type. | |
6524 | * symtab.c (basic_lookup_transparent_type): Renamed from | |
6525 | lookup_transparent_type. | |
6526 | (lookup_transparent_type): Replace old body by a call to | |
6527 | current_language->la_lookup_transparent_type. | |
6528 | * symtab.h: Update copyright. Declare | |
6529 | basic_lookup_transparent_type. | |
6530 | * language.h: Update copyright. | |
6531 | (struct language_defn): Add la_lookup_transparent_type. | |
6532 | * language.c: Update copyright. | |
6533 | (unknown_language_defn): Add basic_lookup_transparent_type. | |
6534 | (auto_language_defn): Add basic_lookup_transparent_type. | |
6535 | (local_language_defn): Add basic_lookup_transparent_type. | |
6536 | * ada-lang.c: Update copyright. | |
6537 | (ada_language_defn): Add basic_lookup_transparent_type. | |
6538 | * c-lang.c: Update copyright. | |
6539 | (c_language_defn): Add basic_lookup_transparent_type. | |
6540 | (cplus_language_defn): Add basic_lookup_transparent_type. | |
6541 | (asm_language_defn): Add basic_lookup_transparent_type. | |
6542 | (minimal_language_defn): Add basic_lookup_transparent_type. | |
6543 | * f-lang.c: Update copyright. | |
6544 | (f_language_defn): Add basic_lookup_transparent_type. | |
6545 | * jv-lang.c: Update copyright. | |
6546 | (java_language_defn): Add basic_lookup_transparent_type. | |
6547 | * m2-lang.c: Update copyright. | |
6548 | (m2_language_defn): Add basic_lookup_transparent_type. | |
6549 | * objc-lang.c: Update copyright. | |
6550 | (objc_language_defn): Add basic_lookup_transparent_type. | |
6551 | * p-lang.c: Update copyright. | |
6552 | (p_language_defn): Add basic_lookup_transparent_type. | |
6553 | * scm-lang.c: Update copyright. | |
6554 | (scm_language_defn): Add basic_lookup_transparent_type. | |
6555 | * Makefile.in (cp-namespace.o): Depend on frame.h. | |
6556 | ||
fdde2d81 DC |
6557 | 2004-01-23 David Carlton <[email protected]> |
6558 | ||
6559 | Patch for PR c++/1520: | |
6560 | * dwarf2read.c (read_func_scope): Set processing_current_prefix | |
6561 | properly if we have a specification die. | |
6562 | (determine_prefix_aux): Rename from determine_prefix. | |
6563 | (determine_prefix): Like the old determine_prefix, but never | |
6564 | returns NULL. | |
6565 | ||
5b828b6b TR |
6566 | 2004-01-23 Theodore A. Roth <[email protected]> |
6567 | ||
6568 | * avr-tdep.c: Update copyright. | |
6569 | (avr_iaddr_p): Delete unused function. | |
6570 | (avr_saddr_p): Delete unused function. | |
6571 | ||
a1b8c067 DC |
6572 | 2004-01-23 David Carlton <[email protected]> |
6573 | ||
6574 | * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab. | |
6575 | Fix for PR symtab/1534. | |
6576 | ||
f2cab569 MK |
6577 | 2004-01-23 Mark Kettenis <[email protected]> |
6578 | ||
6579 | * NEWS (New native configurations): Mention OpenBSD/sparc and | |
6580 | OpenBSD/sparc64. | |
6581 | * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*. | |
6582 | * configure.host: Likewise. | |
6583 | * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI | |
6584 | handler for OpenBSD. | |
6585 | * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise. | |
6586 | ||
642d8300 MK |
6587 | 2004-01-22 Mark Kettenis <[email protected]> |
6588 | ||
89aac506 MK |
6589 | * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function. |
6590 | (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer. | |
6591 | ||
36662fde MK |
6592 | * ser-pipe.c (pipe_open): Use proper null pointer in execl call. |
6593 | * cli/cli-cmds.c (shell_escape): Likewise. | |
6594 | ||
642d8300 MK |
6595 | * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize |
6596 | OpenBSD .note.openbsd.ident sections. | |
6597 | ||
fae299cd DC |
6598 | 2004-01-22 David Carlton <[email protected]> |
6599 | ||
6600 | * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via | |
6601 | get_scope_pc_bounds. | |
6602 | (read_file_scope): Ditto. | |
6603 | (get_scope_pc_bounds): New function, produced by extracting code | |
6604 | from the above two functions, consolidating it, and adding support | |
6605 | for DW_TAG_namespace. | |
6606 | ||
a49d618c MK |
6607 | 2004-01-22 Mark Kettenis <[email protected]> |
6608 | ||
6609 | * osabi.c (MAX_NOTESZ): New define. | |
6610 | (check_note): New function. | |
6611 | (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using | |
6612 | check_note. | |
6613 | ||
fe61caab RM |
6614 | 2004-01-21 Roland McGrath <[email protected]> |
6615 | ||
6616 | * MAINTAINERS (write after approval): Add myself. | |
6617 | ||
ec145965 EZ |
6618 | 2004-01-21 Eli Zaretskii <[email protected]> |
6619 | ||
6620 | * utils.c (init_page_info): Move declarations of `rows' and | |
6621 | `cols' before the __GO32__-specific code. Move the closing brace | |
6622 | outside the #ifdef __GO32__..#endif block. | |
6623 | [__GO32__]: Use `rows' and `cols' to avoid compiler warnings. | |
6624 | ||
877522db PB |
6625 | 2004-01-21 Paul Brook <[email protected]> |
6626 | ||
6627 | * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling | |
6628 | BPSTAT_WHAT_CHECK_SHLIBS. | |
6629 | ||
dbf5be1c PB |
6630 | 2004-01-21 Paul Brook <[email protected]> |
6631 | ||
6632 | * MAINTAINERS: Add myself to write-after-approval. | |
6633 | ||
81f08b92 AC |
6634 | 2004-01-20 Andrew Cagney <[email protected]> |
6635 | ||
5a1efed7 AC |
6636 | * ax-gdb.c (print_axs_value): Delete unused function. |
6637 | * jv-lang.c (java_lookup_type): Delete unused function. | |
6638 | * cli/cli-dump.c (dump_filetype): Delete unused function. | |
6639 | * remote-mips.c (remote_mips_insert_hw_breakpoint) | |
6640 | (remote_mips_remove_hw_breakpoint): Delete unused functions. | |
6641 | (mips_getstring): Delete unused function. | |
6642 | (pmon_insert_breakpoint): Delete #if0ed function. | |
6643 | (PMON_MAX_BP): Delete #if0ed MACRO. | |
6644 | (mips_pmon_bp_info): Delete #if0ed variable. | |
6645 | (pmon_remove_breakpoint): Delete #if0ed function. | |
6646 | * monitor.c (monitor_write_even_block): Delete unused function. | |
6647 | (monitor_write_memory_block): Delete #if0ed code. | |
6648 | * dink32-rom.c (dink32_load): Delete unused function. | |
6649 | (_initialize_dink32_rom): Delete #if0ed code. | |
6650 | * d10v-tdep.c (d10v_daddr_p): Delete unused function. | |
6651 | ||
b0a30fce AC |
6652 | * tui/tui-command.c: Update references. |
6653 | * tui/tui-io.c: Update references. | |
6654 | * tui/tui-command.h: Update copyright. | |
6655 | (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar. | |
6656 | ||
81f08b92 AC |
6657 | * source.c (ambiguous_line_spec): Delete never-defined function. |
6658 | * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto. | |
6659 | * gdbtypes.c (add_name, add_mangled_type): Ditto. | |
6660 | * cli/cli-cmds.c (validate_comname): Ditto. | |
6661 | ||
65f05602 AC |
6662 | * tui/tui-disasm.h: Update copyright. Include "tui.h" and |
6663 | "tui-data.h". | |
6664 | (tui_set_disassem_content): Rename tuiSetDisassemContent. | |
6665 | (tui_show_disassem): Rename tuiShowDisassem. | |
6666 | (tui_show_disassem_and_update_source): Rename | |
6667 | tuiVerticalDisassemScroll. | |
6668 | (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll. | |
6669 | (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress. | |
6670 | * tui/tui.h: Update copyright. | |
6671 | (enum tui_status): Define. | |
6672 | * tui/tui-data.h (enum tui_scroll_direction): Define. | |
6673 | * tui/tui-disasm.c: Update copyright. Update references. | |
6674 | * tui/tui-winsource.c: Update copyright. Update references. | |
6675 | * tui/tui-win.c: Update references. | |
6676 | * tui/tui-layout.c: Update references. | |
6677 | ||
6bb0384f AC |
6678 | 2004-01-20 Andrew Cagney <[email protected]> |
6679 | ||
6680 | * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of | |
6681 | sym2 to start of block. | |
6682 | ||
9175c9a3 MC |
6683 | 2004-01-19 Michael Chastain <[email protected]> |
6684 | ||
6685 | * MAINTAINERS: Delete mmalloc. | |
6686 | * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h. | |
6687 | * NEWS: Mention removal of --with-malloc. | |
6688 | * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE. | |
6689 | * config.in: Regenerate. | |
6690 | * configure: Regenerate. | |
6bb0384f AC |
6691 | * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc, |
6692 | USE_MMALLOC, MMCHECK_FORCE. | |
9175c9a3 MC |
6693 | * gdbinit.in: Remove mmalloc. |
6694 | * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch. | |
6695 | * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS. | |
6696 | * config/i386/go32.mh: Likewise. | |
6697 | * config/i386/interix.mh: Likewise. | |
6698 | * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT. | |
6699 | ||
4fcef00a JJ |
6700 | 2004-01-19 Jeff Johnston <[email protected]> |
6701 | ||
6702 | * linespec.c (decode_variable, symtab_from_filename): Call | |
6703 | error_silent with error message instead of throwing an exception | |
6704 | directly. | |
6705 | * defs.h (error_silent, error_output_message): Add prototypes. | |
6706 | (catch_exceptions_with_msg): Ditto. | |
6707 | * utils.c (error_silent, error_output_message): New functions. | |
6708 | * top.c (catch_exceptions_with_msg): New function. | |
6709 | ||
8e94b928 NR |
6710 | 2004-01-20 Nick Roberts <[email protected]> |
6711 | ||
6712 | * mi/mi-cmds.h (enum print_values): Add definition. | |
6713 | ||
6714 | * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name, | |
6715 | type and value for simple data types and just the name and type | |
6716 | for complex ones, if required. | |
6717 | ||
6718 | * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the | |
6719 | children, if required. | |
6720 | ||
a02d6af8 KB |
6721 | 2004-01-19 Kevin Buettner <[email protected]> |
6722 | ||
6723 | * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete | |
6724 | unused declarations. | |
6725 | ||
78a4a9b9 AC |
6726 | 2004-01-19 Andrew Cagney <[email protected]> |
6727 | ||
6728 | * top.h (mapped_symbol_files): Delete declaration. | |
6729 | * main.c (captured_main): Delete option "m" and "mapped". | |
6730 | * objfiles.c (mapped_symbol_files): Delete variable. | |
6731 | * symfile.c (symbol_file_command): Delete mmap code. | |
6732 | (symbol_file_add_with_addrs_or_offsets): Ditto. | |
6733 | (add_symbol_file_command, reread_separate_symbols): Ditto. | |
6734 | * objfiles.h (OBJF_MAPPED): Delete. | |
6735 | * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete. | |
6736 | (free_objfile) [USE_MMALLOC]: Ditto. | |
6737 | (open_existing_mapped_file): Delete function. | |
6738 | (open_mapped_file): Delete function. | |
6739 | (map_to_file): Delete function. | |
6740 | ||
2dbd5e30 KB |
6741 | 2004-01-19 Kevin Buettner <[email protected]> |
6742 | ||
6743 | * infrun.c (step_into_function): Account for possible breakpoint | |
6744 | adjustment when computing ``stop_func_start''. | |
6745 | ||
437b434f KB |
6746 | 2004-01-19 Kevin Buettner <[email protected]> |
6747 | ||
6748 | * target.c (default_region_size_ok_for_hw_watchpoint): Compare | |
6749 | the region size against the size of a pointer, not the size of | |
6750 | a register as given by DEPRECATED_REGISTER_SIZE. | |
6751 | ||
55fb0713 AC |
6752 | 2004-01-19 Andrew Cagney <[email protected]> |
6753 | ||
6754 | * tui/tui-regs.h: Include "tui-data.h". | |
6755 | (tuiFirstRegElementNoInLine): Delete declaration. | |
6756 | (tui_display_registers_from): Rename tuiDisplayRegistersFrom. | |
6757 | (tui_last_regs_line_no): Rename tuiLastRegsLineNo. | |
6758 | (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo. | |
6759 | (tui_calculate_regs_column_count): Rename | |
6760 | tuiCalculateRegsColumnCount. | |
6761 | (tui_check_register_values): Rename tuiCheckRegisterValues. | |
6762 | (tui_show_registers): Rename tuiShowRegisters. | |
6763 | (tui_display_registers_from_line): Rename | |
6764 | tuiDisplayRegistersFromLine. | |
6765 | (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine. | |
6766 | (tui_toggle_float_regs): Rename tuiToggleFloatRegs. | |
6767 | (tui_first_reg_element_no_inline): Rename | |
6768 | tuiFirstRegElementNoInLine. | |
6769 | * tui/tui-data.h: Update copyright. | |
6770 | (enum tui_register_display_type): Rename _TuiRegisterDisplayType. | |
6771 | * tui/tui-windata.c: Update copyright, update references. | |
6772 | * tui/tui-regs.c: Update copyright, update references. | |
6773 | * tui/tui-win.c: Update copyright, update references. | |
6774 | * tui/tui-layout.c: Update copyright, update references. | |
fe61caab | 6775 | |
cebe9500 AC |
6776 | 2004-01-18 Andrew Cagney <[email protected]> |
6777 | ||
bcdf1568 AC |
6778 | * tui/tui-io.c: Update copyright. |
6779 | (key_is_end_sequence, key_is_backspace): New functions. | |
6780 | (key_is_command_char, key_is_start_sequence): New function. | |
6781 | (tui_getc): Update references. | |
6782 | * tui/tui-io.h: Update copyright. | |
6783 | (m_tuiStartNewLine): Delete macro. | |
6784 | (m_isBackspace, m_isDeleteChar): Delete macros. | |
6785 | (m_isDeleteLine, m_isDeleteToEol): Delete macros. | |
6786 | (m_isNextPage, m_isPrevPage): Delete macros. | |
6787 | (m_isLeftArrow, m_isRightArrow): Delete macros. | |
6788 | (m_isXdbStyleCommandChar): Delete macro. | |
6789 | (key_is_start_sequence): Declare, replace m_isStartSequence. | |
6790 | (key_is_end_sequence): Declare, replace m_isEndSequence. | |
6791 | (key_is_backspace): Declare ,replace m_isBackspace. | |
6792 | (key_is_command_char): Declare, replace m_isCommandChar. | |
6793 | * tui/tui-command.c: Update copyright. | |
6794 | (tuiDispatchCtrlChar): Update references. | |
6795 | ||
130d87e6 AC |
6796 | * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and |
6797 | tuiSourceWin.h. | |
6798 | ||
d7b2e967 AC |
6799 | * tui/tui-command.c: Rename tui/tuiCommand.c. |
6800 | * tui/tui-command.h: Rename tui/tuiCommand.h. | |
6801 | * tui/tui-data.c: Rename tui/tuiData.c. | |
6802 | * tui/tui-data.h: Rename tui/tuiData.h. | |
6803 | * tui/tui-disasm.c: Rename tui/tuiDisassem.c. | |
6804 | * tui/tui-disasm.h: Rename tui/tuiDisassem.h. | |
6805 | * tui/tui-io.c: Rename tui/tuiIO.c. | |
6806 | * tui/tui-io.h: Rename tui/tuiIO.h. | |
6807 | * tui/tui-layout.c: Rename tui/tuiLayout.c. | |
6808 | * tui/tui-layout.h: Rename tui/tuiLayout.h. | |
6809 | * tui/tui-regs.c: Rename tui/tuiRegs.c. | |
6810 | * tui/tui-regs.h: Rename tui/tuiRegs.h. | |
6811 | * tui/tui-source.c: Rename tui/tuiSource.c. | |
6812 | * tui/tui-source.h: Rename tui/tuiSource.h. | |
6813 | * tui/tui-stack.c: Rename tui/tuiStack.c. | |
6814 | * tui/tui-stack.h: Rename tui/tuiStack.h. | |
6815 | * tui/tui-win.c: Rename tui/tuiWin.c. | |
6816 | * tui/tui-win.h: Rename tui/tuiWin.h. | |
6817 | * tui/tui-windata.c: Rename tui/tuiDataWin.c. | |
6818 | * tui/tui-windata.h: Rename tui/tuiDataWin.h. | |
6819 | * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c. | |
6820 | * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h. | |
6821 | * tui/tui-winsource.c: Rename tui/tuiSourceWin.c. | |
6822 | * tui/tui-winsource.h: Rename tui/tuiSourceWin.h. | |
6823 | * tui/tui-file.c: Update includes. | |
6824 | * tui/tui-hooks.c: Update includes. | |
6825 | * tui/tui-interp.c: Update includes. | |
6826 | * tui/tui.c: Update includes. | |
6827 | * Makefile.in: Update all tui/ dependencies. | |
6828 | (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names. | |
6829 | ||
b2100910 AC |
6830 | * Makefile.in: Update copyright. Update dependencies. |
6831 | ||
cebe9500 AC |
6832 | * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile |
6833 | problem. | |
6834 | ||
c6f0559b AC |
6835 | 2004-01-18 Andrew Cagney <[email protected]> |
6836 | ||
43e9390b AC |
6837 | * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register |
6838 | instead of register_gdbarch_init. | |
6839 | ||
c6f0559b AC |
6840 | * remote-sds.c (tohex): Delete unused function. Update copyright. |
6841 | * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto. | |
6842 | * v850-tdep.c (v850_register_virtual_size): Ditto. | |
6843 | * target.c (normal_target_post_startup_inferior): Ditto. | |
6844 | * source.c (ambiguous_line_spec): Ditto. | |
6845 | * remote.c (adapt_remote_get_threadinfo): Ditto. | |
6846 | * mi/mi-out.c (out_field_fmt): Ditto. | |
6847 | * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto. | |
6848 | (output_control_change_notification): Ditto. | |
6849 | * m68k-tdep.c (m68k_register_byte): Ditto. | |
6850 | (m68k_remote_breakpoint_from_pc): Ditto. | |
6851 | * ui-out.c (init_ui_out_state): Delete unused declaration. | |
6852 | * stabsread.c (search_value): Ditto. | |
6853 | * mi/mi-cmd-env.c (env_cli_command): Ditto. | |
6854 | * maint.c (print_section_table): Ditto. | |
6855 | * infrun.c (set_follow_fork_mode_command): Ditto. | |
6856 | ||
a8504492 MK |
6857 | 2004-01-18 Mark Kettenis <[email protected]> |
6858 | ||
6859 | * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before | |
6860 | DW_CFA_def_cfa_exporession. Add support for | |
6861 | DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and | |
6862 | DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391. | |
6863 | ||
0bd8997e AC |
6864 | 2004-01-18 Andrew Cagney <[email protected]> |
6865 | ||
6866 | * ocd.c: Update copyright. | |
6867 | (bdm_read_register_command): Delete unused function. | |
6868 | (_initialize_remote_ocd): Delete commented out reference. | |
6869 | (get_quoted_char, reset_packet): Delete #if0ed function. | |
6870 | (output_packet, put_quoted_char): Delete #if0ed function. | |
6871 | (stu_put_packet, stu_get_packet): Delete #if0ed function. | |
6872 | (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper. | |
6873 | (BDM_BREAKPOINT): Delete #if0ed macro. | |
6874 | (remote_timeout): Delete #if0ed variable. | |
6875 | ||
31bb40e4 MK |
6876 | 2004-01-18 Mark Kettenis <[email protected]> |
6877 | ||
6878 | * Makefile.in (ALLDEPFILES): Remove core-sol2.c. | |
6879 | (core-sol2.o): Remove dependency. | |
6880 | * core-sol2.c: Remove file. | |
6881 | ||
887432a5 AC |
6882 | 2004-01-17 Andrew Cagney <[email protected]> |
6883 | ||
6884 | * mdebugread.c (compare_blocks): Make addr_diff a LONGEST. | |
6885 | * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK | |
6886 | enums. | |
6887 | ||
29182b13 DJ |
6888 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
6889 | ||
6890 | * remote.c: Update copyright years. | |
6891 | ||
2963ee1d DJ |
6892 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
6893 | ||
6894 | * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf. | |
6895 | ||
79d45cd4 AC |
6896 | 2004-01-17 Andrew Cagney <[email protected]> |
6897 | ||
ee300cd4 AC |
6898 | * mdebugread.c: Update copyright. |
6899 | (parse_symbol): Replace DEPRECATED_STREQ with strcmp. | |
6900 | (parse_type, parse_procedure): Ditto. | |
6901 | (parse_partial_symbols, psymtab_to_symtab_1): Ditto. | |
6902 | ||
fcacc9c2 AC |
6903 | * cris-tdep.c (cris_store_struct_return): Put back accidently |
6904 | deleted function. | |
6905 | ||
79d45cd4 AC |
6906 | * gdbarch.sh: Update copyright year. |
6907 | * gdbarch.h, gdbarch.c: Re-generate. | |
6908 | ||
b263358a DJ |
6909 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
6910 | ||
6911 | Suggested by George Anzinger. | |
6912 | * dwarf2expr.c (execute_stack_op): Fetch the second item from the | |
6913 | correct stack offset. Include unknown opcode numbers in the error | |
6914 | message. | |
6915 | ||
931aecf5 AC |
6916 | 2004-01-17 Andrew Cagney <[email protected]> |
6917 | ||
6918 | * x86-64-tdep.c (x86_64_init_abi): No need to clear | |
6919 | extract_struct_value_address, i386 does not set it. | |
6920 | * sparc64-tdep.c (sparc64_init_abi): Do not set | |
6921 | extract_struct_value_address, never called. | |
6922 | (sparc64_extract_struct_value_address): Delete function. | |
6923 | * m68hc11-tdep.c: Update copyright. | |
6924 | (m68hc11_gdbarch_init): Delete redundant assignment of | |
6925 | extract_struct_value_address. | |
6926 | * i386-tdep.c: Update copyright. | |
6927 | (i386_gdbarch_init): Do not set extract_struct_value_address, | |
6928 | never called. | |
6929 | (i386_extract_struct_value_address): Delete function. | |
6930 | * sparc-tdep.c (sparc32_gdbarch_init): Do not set | |
6931 | extract_struct_value_address, never called. | |
6932 | (sparc32_extract_struct_value_address): #if 0 function. Add | |
6933 | comments explaining its future. | |
6934 | ||
756fe439 DJ |
6935 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
6936 | ||
6937 | * arm-tdep.c (arm_write_pc): New function. | |
6938 | (arm_gdbarch_init): Call set_gdbarch_write_pc. | |
6939 | ||
e74f0f02 DJ |
6940 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
6941 | ||
6942 | * breakpoint.c (must_shift_inst_regs): Delete. | |
6943 | (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK | |
6944 | and SHIFT_INST_REGS. | |
6945 | * infcmd.c (step_1, step_1_continuation): Delete references to | |
6946 | SHIFT_INST_REGS. | |
6947 | * infrun.c (keep_going): Likewise. | |
6948 | * target.h (DECR_PC_AFTER_HW_BREAK): Don't define. | |
6949 | * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise. | |
6950 | ||
b6cb9035 AC |
6951 | 2004-01-17 Andrew Cagney <[email protected]> |
6952 | ||
444a1e2e AC |
6953 | * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete. |
6954 | * gdbarch.h, gdbarch.c: Re-generate. | |
6955 | * infcmd.c (print_return_value): Delete reference to | |
6956 | DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS. | |
6957 | ||
def7e6ed AC |
6958 | * cris-tdep.c (cris_gdbarch_init): Do not set |
6959 | deprecated_extract_struct_value_address. | |
6960 | ||
07be497a AC |
6961 | * xstormy16-tdep.c: Update copyright. |
6962 | (xstormy16_extract_struct_value_address): Update to current | |
6963 | extract struct value address interface. | |
6964 | (xstormy16_gdbarch_init): Set extract_struct_value_address. | |
6965 | * sh64-tdep.c (sh64_extract_struct_value_address): Update to | |
6966 | current extract struct value address interface. | |
6967 | (sh64_gdbarch_init): Set extract_struct_value_address. | |
6968 | ||
6b4d5c91 AC |
6969 | * cris-tdep.c: Update copyright. |
6970 | (cris_extract_struct_value_address): Delete function. | |
6971 | (struct_return_address): Delete variable. | |
6972 | (cris_store_struct_return): Do not set struct_return_address. | |
6973 | ||
464e0365 AC |
6974 | * mcore-tdep.c: Update copyright. |
6975 | (mcore_extract_struct_value_address): Delete function. Update | |
6976 | comments. | |
6977 | (mcore_gdbarch_init): Update. | |
6978 | * mn10300-tdep.c: Update copyright. | |
6979 | (mn10300_extract_struct_value_address): Delete function. | |
6980 | (mn10300_gdbarch_init): Update. | |
6981 | * v850-tdep.c: Update copyright. | |
6982 | (v850_extract_struct_value_address): Delete. | |
6983 | (v850_gdbarch_init): Update. | |
6984 | * ns32k-tdep.c: Update copyright. | |
6985 | (ns32k_extract_struct_value_address): Delete. | |
6986 | (ns32k_gdbarch_init): Update. | |
6987 | * hppa-tdep.c (hppa_extract_struct_value_address): Delete. | |
6988 | (hppa_gdbarch_init): Update. | |
6989 | * vax-tdep.c: Update copyright. | |
6990 | (vax_extract_struct_value_address): Delete. | |
6991 | (vax_gdbarch_init): Update. | |
6992 | ||
afb18d0f AC |
6993 | * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete. |
6994 | * gdbarch.h, gdbarch.c: Re-generate. | |
6995 | * procfs.c (procfs_fetch_registers): Delete reference to | |
6996 | DEPRECATED_NPC_REGNUM. | |
6997 | (procfs_store_registers): Ditto. | |
6998 | * regcache.c (generic_target_write_pc): Simplify. | |
6999 | * lynx-nat.c: Delete #ifdef SPARC code. Not used. | |
7000 | ||
a698f53e AC |
7001 | * core-sol2.c (fetch_core_registers): Replace |
7002 | DEPRECATED_NPC_REGNUM with equivalent tdep value. | |
7003 | ||
adc11376 AC |
7004 | * hppa-tdep.c: Update copyright year. |
7005 | (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of | |
7006 | NPC_REGNUM. | |
7007 | (hppa_gdbarch_init): Do not set deprecated_npc_regnum. | |
7008 | ||
b6cb9035 AC |
7009 | * mips-tdep.c (mips_write_pc): New function. |
7010 | (mips_gdbarch_init): Set "write_pc" to "mips_write_pc". | |
7011 | (mips_read_pc): Use mips_regnum instead of PC_REGNUM. | |
7012 | (mips_find_saved_regs, mips_software_single_step: Ditto. | |
7013 | (mips_frame_saved_pc, mips_frame_saved_pc): Ditto. | |
7014 | mips_init_extra_frame_info, mips_pop_frame): Ditto. | |
7015 | ||
6d82d43b AC |
7016 | 2004-01-17 Andrew Cagney <[email protected]> |
7017 | ||
7018 | * mips-tdep.c: Re-indent. Group functions by ABI. | |
7019 | ||
71bd6bd4 AC |
7020 | 2004-01-17 Andrew Cagney <[email protected]> |
7021 | ||
7022 | * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default. | |
7023 | * gdbarch.c: Re-generate. | |
7024 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set | |
7025 | DECR_PC_AFTER_BREAK to zero. | |
7026 | * vax-tdep.c (vax_gdbarch_init): Ditto. | |
7027 | * v850-tdep.c (v850_gdbarch_init): Ditto. | |
7028 | * sparc-tdep.c (sparc32_gdbarch_init): Ditto. | |
7029 | * sh64-tdep.c (sh64_gdbarch_init): Ditto. | |
7030 | * sh-tdep.c (sh_gdbarch_init): Ditto. | |
7031 | * rs6000-tdep.c (rs6000_gdbarch_init): Ditto. | |
7032 | * ns32k-tdep.c (ns32k_gdbarch_init): Ditto. | |
7033 | * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. | |
7034 | * mips-tdep.c (mips_gdbarch_init): Ditto. | |
7035 | * mcore-tdep.c (mcore_gdbarch_init): Ditto. | |
7036 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto. | |
7037 | * m32r-tdep.c (m32r_gdbarch_init): Ditto. | |
7038 | * ia64-tdep.c (ia64_gdbarch_init): Ditto. | |
7039 | * i386-interix-tdep.c (i386_interix_init_abi): Ditto. | |
7040 | * hppa-tdep.c (hppa_gdbarch_init): Ditto. | |
7041 | * h8300-tdep.c (h8300_gdbarch_init): Ditto. | |
7042 | * frv-tdep.c (frv_gdbarch_init): Ditto. | |
7043 | * cris-tdep.c (cris_gdbarch_init): Ditto. | |
7044 | * avr-tdep.c (avr_gdbarch_init): Ditto. | |
7045 | * arm-tdep.c (arm_gdbarch_init): Ditto. | |
7046 | * i386-nto-tdep.c (i386nto_init_abi): Add comment. | |
7047 | ||
a02abb62 JB |
7048 | 2004-01-17 J. Brobecker <[email protected]> |
7049 | ||
7050 | * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint): | |
7051 | Delete, no longer used. | |
7052 | (read_subrange_type): New function, mostly extracted from | |
7053 | read_array_type(). | |
7054 | (read_array_type): Replace extracted code by call to | |
7055 | read_subrange_type(). | |
7056 | (dwarf2_get_attr_constant_value): New function. | |
7057 | (scan_partial_symbols): Add handling for DW_TAG_subrange_type. | |
7058 | (add_partial_symbol): Likewise. | |
7059 | (process_die): Likewise. | |
7060 | (new_symbol): Likewise. | |
7061 | (read_type_die): Likewise. | |
7062 | ||
cf5b2f1b AC |
7063 | 2004-01-16 Andrew Cagney <[email protected]> |
7064 | ||
7065 | * symfile.c: Update copyright year. | |
7066 | (compare_symbols): Delete unused function. | |
7067 | * stabsread.c: Update copyright year. | |
7068 | (lrs_general_complaint): Delete unused function. | |
7069 | (ref_search_value): Ditto. | |
7070 | (get_substring): Delete declaration. | |
7071 | * sh64-tdep.c: Update copyright year. | |
7072 | (sh64_get_gdb_regnum): Delete unused function. | |
7073 | * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint): | |
7074 | Delete unused function. | |
7075 | ||
d33b9831 MK |
7076 | 2004-01-17 Mark Kettenis <[email protected]> |
7077 | ||
7078 | * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF. | |
7079 | * osabi.c (gdb_osabi_names): Add "OpenBSD ELF". | |
7080 | ||
7aea86e6 AC |
7081 | 2004-01-16 Andrew Cagney <[email protected]> |
7082 | ||
7083 | Changes from Peter Schauer. | |
7084 | * rs6000-tdep.c: Update copyright year. | |
7085 | (rs6000_push_dummy_call): Update the stack pointer before | |
7086 | accessing the corresponding stack region. | |
7087 | * rs6000-nat.c: Update copyright year. | |
7088 | (set_host_arch): Set "info.abfd" to "exec_bfd". | |
7089 | ||
26b0da32 MK |
7090 | 2004-01-15 Mark Kettenis <[email protected]> |
7091 | ||
7092 | * blockframe.c: Update copyright year. | |
7093 | (inside_entry_func): Don't treat a zero PC specially. | |
7094 | ||
86fbe6cc EZ |
7095 | 2004-01-14 Elena Zannoni <[email protected]> |
7096 | ||
7097 | * gcore.c (gcore_copy_callback): Use paddr_d to print size | |
7098 | variable. | |
7099 | (gcore_create_callback): Ditto. Skip any memory segment that has | |
7100 | no permissions set. | |
7101 | ||
63d06c5c DC |
7102 | 2004-01-14 David Carlton <[email protected]> |
7103 | ||
7104 | Change symbols for C++ nested types to contain the fully qualified | |
7105 | name, if possible. (At least in the DWARF-2 case.) Partial fix | |
7106 | for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832, | |
7107 | c++/895. | |
7108 | * c-exp.y (qualified_type): Handle types nested within classes. | |
7109 | * cp-namespace.c: Update comments. | |
7110 | (cp_set_block_scope): Delete #if 0. | |
7111 | (cp_lookup_nested_type): Handle types nested within classes. | |
7112 | * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure | |
7113 | when appropriate. | |
7114 | (add_partial_symbol): Add the name of the enclosing namespace to | |
7115 | types. | |
7116 | (pdi_needs_namespace): New. | |
7117 | (add_partial_namespace): Tweak comment. | |
7118 | (add_partial_structure): New. | |
7119 | (psymtab_to_symtab_1): Initialize processing_current_prefix | |
7120 | here... | |
7121 | (process_die): instead of here. | |
7122 | (read_structure_scope): Try to figure out the name of the class or | |
7123 | namespace that the structure might be defined within. | |
7124 | (read_enumeration): Generate fully-qualified names, if possible. | |
7125 | (read_namespace): Don't set name to NULL. | |
7126 | (die_specification): New. | |
7127 | (new_symbol): Generate fully-qualified names for types. | |
7128 | (read_type_die): Determine appropriate prefix. | |
7129 | (determine_prefix): New. | |
7130 | (typename_concat): New. | |
7131 | (class_name): New. | |
7132 | * valops.c (value_aggregate_elt): Pass NOSIDE to | |
7133 | value_struct_elt_for_reference. | |
7134 | (value_struct_elt_for_reference): Make static, add NOSIDE | |
7135 | parameter, call value_maybe_namespace_elt as a last resort. | |
7136 | (value_namespace_elt): Break out code into | |
7137 | value_maybe_namespace_elt. | |
7138 | (value_maybe_namespace_elt): New. | |
7139 | ||
87783b8b AC |
7140 | 2004-01-12 Andrew Cagney <[email protected]> |
7141 | ||
7142 | * mips-tdep.c (mips_convert_register_p): Handle both raw and | |
7143 | cooked floating-point registers. | |
7144 | (mips_gdbarch_init): Set convert_register_p, register_to_value, | |
7145 | and value_to_register. | |
7146 | ||
6503b91e AC |
7147 | 2004-01-13 Andrew Cagney <[email protected]> |
7148 | ||
7149 | * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default. | |
7150 | * gdbarch.c: Re-generate. | |
7151 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set | |
7152 | FUNCTION_START_OFFSET. | |
7153 | * v850-tdep.c (v850_gdbarch_init): Ditto. | |
7154 | * sparc-tdep.c (sparc32_gdbarch_init): Ditto. | |
7155 | * sh64-tdep.c (sh64_gdbarch_init): Ditto. | |
7156 | * sh-tdep.c (sh_gdbarch_init): Ditto. | |
7157 | * s390-tdep.c (s390_gdbarch_init): Ditto. | |
7158 | * rs6000-tdep.c (rs6000_gdbarch_init): Ditto. | |
7159 | * ns32k-tdep.c (ns32k_gdbarch_init): Ditto. | |
7160 | * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. | |
7161 | * mips-tdep.c (mips_gdbarch_init): Ditto. | |
7162 | * mcore-tdep.c (mcore_gdbarch_init): Ditto. | |
7163 | * m68k-tdep.c (m68k_gdbarch_init): Ditto. | |
7164 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto. | |
7165 | * m32r-tdep.c (m32r_gdbarch_init): Ditto. | |
7166 | * ia64-tdep.c (ia64_gdbarch_init): Ditto. | |
7167 | * i386-tdep.c (i386_gdbarch_init): Ditto. | |
7168 | * hppa-tdep.c (hppa_gdbarch_init): Ditto. | |
7169 | * h8300-tdep.c (h8300_gdbarch_init): Ditto. | |
7170 | * frv-tdep.c (frv_gdbarch_init): Ditto. | |
7171 | * d10v-tdep.c (d10v_gdbarch_init): Ditto. | |
7172 | * cris-tdep.c (cris_gdbarch_init): Ditto. | |
7173 | * avr-tdep.c (avr_gdbarch_init): Ditto. | |
7174 | * arm-tdep.c (arm_gdbarch_init): Ditto. | |
7175 | * alpha-tdep.c (alpha_gdbarch_init): Ditto. | |
7176 | ||
ea1dd7bc DJ |
7177 | 2004-01-13 Daniel Jacobowitz <[email protected]> |
7178 | ||
7179 | * infrun.c (follow_fork_mode_ask): Remove. | |
7180 | (follow_fork_mode_kind_names): Remove follow_fork_mode_ask. | |
7181 | (follow_fork): Simplify and remove internal error for | |
7182 | follow_fork_mode_ask. | |
7183 | (_initialize_infrun): Update "set follow-fork-mode" help text. | |
7184 | ||
0f0cffd2 AC |
7185 | 2004-01-13 Andrew Cagney <[email protected]> |
7186 | ||
7187 | * configure.in: Update copyright year. | |
7188 | (build_warnings): Add -Wunused-label. | |
7189 | * configure: Re-generate. | |
7190 | ||
de38af99 AC |
7191 | 2004-01-12 Andrew Cagney <[email protected]> |
7192 | ||
954a7fba AC |
7193 | * exec.h (exec_ops): Make "extern". |
7194 | ||
de38af99 AC |
7195 | * mips-tdep.c (mips_pseudo_register_read): Don't return a value, |
7196 | the function is void. | |
7197 | (mips_pseudo_register_write): Ditto. | |
7198 | ||
1a111ce3 AC |
7199 | 2004-01-12 Andrew Cagney <[email protected]> |
7200 | ||
7201 | * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO | |
7202 | call. Never defined. | |
7203 | * sparc-tdep.h (struct frame_info): Add opaque declaration. | |
7204 | * sparc64-tdep.h (struct gdbarch): Add opaque declaration. | |
7205 | (struct sparc_gregset, struct regcache): Ditto. | |
7206 | * sparc-nat.c: Update copyright. Specify "GNU/Linux". | |
7207 | ||
48efe704 AC |
7208 | 2004-01-12 Andrew Cagney <[email protected]> |
7209 | ||
7210 | * mi/ChangeLog: Delete file. Renamed to ... | |
7211 | * mi/ChangeLog-1999-2003: New file. | |
7212 | * tui/ChangeLog: Delete file. Renamed to ... | |
7213 | * tui/ChangeLog-1998-2003: New file. | |
fe61caab | 7214 | |
a54124c5 MK |
7215 | 2004-01-11 Mark Kettenis <[email protected]> |
7216 | ||
2ca62865 MK |
7217 | * sparc64nbsd-tdep.c: Include "regset.h". |
7218 | (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg): | |
7219 | Remove variables. | |
7220 | (fetch_core_registers): Remove function. | |
7221 | (sparc64nbsd_core_fns): Remove variable. | |
7222 | (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New | |
7223 | functions. | |
7224 | (sparc64nbsd_init_abi): Initialize TDEP->gregset, | |
7225 | TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset. | |
7226 | (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns. | |
7227 | ||
ca9d58e9 MK |
7228 | * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from |
7229 | sparc_extract_struct_value_address. | |
7230 | (sparc32_gdbarch_init): Set extract_struct_value_address. | |
7231 | * sparc64-tdep.c (sparc64_extract_struct_value_address): New | |
7232 | function. | |
7233 | (sparc64_init_abi): Set extract_struct_value_address. Don't set | |
7234 | return_value_on_stack. | |
7235 | ||
3cc87ec0 MK |
7236 | * NEWS: Mention that %cs and %ss have been added to the AMD64 |
7237 | configurations | |
7238 | ||
5bf00f29 MK |
7239 | * frame.c: Update copyright year. |
7240 | (get_prev_frame): Improve comment. | |
7241 | ||
4f7ec84e MK |
7242 | * sparc64fbsd-tdep.c: Include "regset.h". |
7243 | (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg): | |
7244 | Remove variables. | |
7245 | (fetch_core_registers): Remove function. | |
7246 | (sparc64fbsd_core_fns): Remove variable. | |
7247 | (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New | |
7248 | functions. | |
7249 | (sparc64fbsd_init_abi): Initialize TDEP->gregset, | |
7250 | TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset. | |
46b58ce9 | 7251 | (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns. |
4f7ec84e | 7252 | |
4e7b0cd3 MK |
7253 | * sparcnbsd-tdep.c: Include "regset.h". |
7254 | (fetch_core_registers): Remove function. | |
7255 | (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles. | |
7256 | (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New | |
7257 | functions. | |
7258 | (sparc32nbsd_init_abi): Initialize TDEP->gregset and | |
7259 | TDEP->fpregset. | |
46b58ce9 | 7260 | (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns. |
4e7b0cd3 | 7261 | |
a54124c5 MK |
7262 | * sparc-tdep.h (struct regset): Provide opaque declaration. |
7263 | (struct gdbarch_tdep): Add gregset, sizeof_gregset, | |
7264 | fpregset and sizeof_fpregset members. | |
7265 | * sparc-tdep.c (struct regset): Provide opaque declaration. | |
7266 | (sparc_regset_from_core_section): New function. | |
7267 | (sparc32_gdbarch_init): Initialize TDEP->gregset, | |
7268 | TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset. | |
7269 | Set regset_from_core_section when appropriate. | |
7270 | ||
29ff87c5 MK |
7271 | 2004-01-10 Mark Kettenis <[email protected]> |
7272 | ||
79b1ab3d MK |
7273 | * x86-64-tdep.c (amd64_non_pod_p): New function. |
7274 | (amd64_classify_aggregate): Return class memory for non-POD | |
7275 | C++ structure types. | |
7276 | ||
6470d250 MK |
7277 | * x86-64-tdep.c (amd64_push_arguments): Add struct_return |
7278 | argument. Use it to reserve a register if necessary. | |
7279 | (amd64_push_dummy_call): Pass STRUCT_RETURN in call to | |
7280 | amd64_push_arguments. | |
7281 | ||
562c50c2 MK |
7282 | * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields. |
7283 | ||
af233647 MK |
7284 | * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust |
7285 | register numbers in comments. | |
7286 | * x86-64-tdep.h: Update copyright year. | |
7287 | (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): | |
7288 | Adjust for addition of %cs and %ss. | |
7289 | * amd64fbsd-nat.c: Update copyright year. | |
7290 | (reg_offset): Add register offsets for %cs and %ss. | |
7291 | * amd64fbsd-tdep.c: Update copyright year. | |
7292 | (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss. | |
7293 | (amd64fbsd_sc_reg_offset): Likewise. | |
7294 | * x86-64-linux-nat.c: Update copyright year. | |
7295 | (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs | |
7296 | and %ss. | |
7297 | * amd64nbsd-nat.c: Update copyright year. | |
7298 | (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss. | |
7299 | * amd64nbsd-tdep.c: Update copyright year. | |
7300 | (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss. | |
7301 | * x86-64-linux-tdep.c: Update copyright year. | |
7302 | (user_to_gdb_regmap): Add mapping for %cs and %ss. | |
7303 | (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss. | |
7304 | * regformats/reg-x86-64.dat: Add %cs and %ss. | |
7305 | ||
29ff87c5 MK |
7306 | * blockframe.c (inside_entry_func): Reformat. Introduce new local |
7307 | variables to prevent long lines. Update comments to reflect | |
7308 | reality. | |
7309 | ||
38d518c9 EZ |
7310 | 2004-01-09 David Carlton <[email protected]> |
7311 | ||
7312 | Checked in by Elena Zannoni <[email protected]>. | |
7313 | * dwarf2read.c (read_namespace): Pull out name-generating code | |
7314 | into namespace_name. Rename previous_namespace to previous_prefix | |
7315 | and processing_current_namespace to processing_current_prefix.. | |
7316 | (namespace_name): New function. | |
7317 | (add_partial_symbol): Substitute uses of pdi->name with | |
7318 | actual_name. | |
7319 | * cp-support.h: Rename processing_current_namespace to | |
7320 | processing_current_prefix. | |
7321 | Update copyright year. | |
7322 | * cp-namespace.c: Rename processing_current_namespace to | |
7323 | processing_current_prefix. | |
7324 | Update copyright year. | |
fe61caab | 7325 | |
1e4728e7 AC |
7326 | 2004-01-09 Andrew Cagney <[email protected]> |
7327 | ||
7328 | * jv-valprint.c, ser-unix.c: Add missing copyright years. | |
7329 | ||
c77c642a MK |
7330 | 2004-01-09 Mark Kettenis <[email protected]> |
7331 | ||
7332 | * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of | |
7333 | complaining. | |
7334 | (process_one_symbol): Deal with N_PATCH stabs. | |
7335 | ||
b44e9041 EZ |
7336 | 2004-01-09 Elena Zannoni <[email protected]> |
7337 | ||
7338 | * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and | |
7339 | ifdeffed code. | |
7340 | Update copyright year. | |
38d518c9 | 7341 | |
eccfb640 MC |
7342 | 2004-01-08 Michael Chastain <[email protected]> |
7343 | ||
7344 | * config/pa/tm-hppa.h: Update extern declarations for | |
7345 | hppa32_hpux_frame_saved_pc_in_sigtramp, | |
7346 | hppa32_hpux_frame_base_before_sigtramp, and | |
7347 | hppa32_hpux_frame_find_saved_regs_in_sigtramp. | |
7348 | ||
848c5feb MC |
7349 | 2004-01-08 Michael Chastain <[email protected]> |
7350 | ||
7351 | * config/pa/tm-hppah.h: Update copyright years. | |
7352 | ||
3cc5d663 AC |
7353 | 2004-01-08 Andrew Cagney <[email protected]> |
7354 | ||
7355 | * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function. | |
7356 | (mips_o32_reg_struct_has_addr): Delete function. | |
7357 | (mips_gdbarch_init): Update. | |
7358 | (mips_extract_struct_value_address): Delete function. | |
7359 | ||
bfec0b41 JJ |
7360 | 2004-01-08 David Mosberger <[email protected]> |
7361 | ||
7362 | * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect | |
7363 | reality. | |
7364 | ||
16e109ca AC |
7365 | 2004-01-07 Andrew Cagney <[email protected]> |
7366 | ||
6214a8a1 AC |
7367 | * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous |
7368 | architecture's elf flags (when available). | |
7369 | ||
8d5838b5 AC |
7370 | * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS |
7371 | FPU to the start, check the MIPS FPU when looking for an old | |
7372 | architecture. | |
7373 | (set_mipsfpu_single_command): Update the architecture. | |
7374 | (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto. | |
7375 | ||
480d3dd2 AC |
7376 | * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro. |
7377 | (mips_mask_address_p): Add "tdep" parameter. | |
7378 | (show_mask_address, mips_addr_bits_remove): Update. | |
7379 | (mips_dump_tdep): Update. | |
7380 | (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro. | |
7381 | (MIPS_STACK_ARGSIZE): Delete macro. | |
7382 | (mips_stack_argsize, mips_eabi_push_dummy_call): Update. | |
7383 | (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update. | |
7384 | (mips_o64_push_dummy_call, mips_o32_return_value): Update. | |
7385 | (mips_dump_tdep): Update. | |
7386 | (MIPS_SAVED_REGSIZE): Delete macro. | |
7387 | (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro. | |
7388 | (mips_saved_regsize, mips_eabi_use_struct_convention): Update. | |
7389 | (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update. | |
7390 | (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update. | |
7391 | (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update. | |
7392 | (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update. | |
7393 | (mips_pop_frame, return_value_location): Update. | |
7394 | (mips_n32n64_return_value, mips_dump_tdep): Update. | |
7395 | ||
ec03c1ac AC |
7396 | * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the |
7397 | MIPS ABI. | |
7398 | ||
16e109ca AC |
7399 | * mips-tdep.c: Update copyright. |
7400 | (mips_gdbarch_init): Merge two code blocks handling the register | |
7401 | name and number layout. | |
7402 | ||
15255275 MS |
7403 | 2004-01-02 Pawel Ostrowski <[email protected]> |
7404 | ||
7405 | * tracepoint.c (validate_actionline): Fix segv at EOF | |
7406 | ||
9f9057da MC |
7407 | 2004-01-07 Michael Chastain <[email protected]> |
7408 | ||
7409 | * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME | |
7410 | properly for static fields. | |
7411 | ||
0127c0d3 | 7412 | 2004-01-06 Jeff Johnston <[email protected]> |
91562f53 | 7413 | Jason Molenda <[email protected]> |
0127c0d3 JJ |
7414 | |
7415 | * disasm.c: Update copyright to include 2004. | |
7416 | (do_mixed_source_and_assembly): For uiout asm list | |
7417 | and tuple cleanups, initialize to null_cleanup instead of | |
fe61caab | 7418 | NULL and do so prior to loop. Only reset when we close off |
0127c0d3 | 7419 | the tuple/list. Move check for whether to close off the |
fe61caab | 7420 | asm tuple/list to after dump_insns call where it will be run |
0127c0d3 JJ |
7421 | on each loop iteration. |
7422 | ||
5269965e AC |
7423 | 2004-01-05 Andrew Cagney <[email protected]> |
7424 | ||
54f1137d AC |
7425 | * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED" |
7426 | should be a switch case and not a label. | |
7427 | * mips-tdep.c (mips32_next_pc): Delete unused labels | |
7428 | "greater_equal_branch" and "less_zero_branch". | |
7429 | * jv-valprint.c (java_print_value_fields): Delete unused label | |
7430 | "flush_it". | |
7431 | ||
5269965e AC |
7432 | * target.c (unpush_target): Only close a target that is in the |
7433 | target stack. | |
7434 | ||
dbc22fa1 MK |
7435 | 2004-01-05 Mark Kettenis <[email protected]> |
7436 | ||
9515395e MK |
7437 | * sparc-tdep.c (sparc_extract_struct_value_address): Get the |
7438 | address from [sp + 64] instead of %o2. | |
7439 | ||
dbc22fa1 MK |
7440 | * frame.c (get_prev_frame): Don't try to unwind the PC. This |
7441 | fixes PR backtrace/1476. | |
7442 | ||
5439edaa AC |
7443 | 2004-01-05 Andrew Cagney <[email protected]> |
7444 | ||
7445 | * libunwind-frame.h (struct frame_id): Add opaque declaration, | |
7446 | move to start of file. | |
7447 | * i386-tdep.h (struct regcache): Add opaque declaration. | |
7448 | * config/ia64/nm-linux.h (struct target_ops): Add opaque | |
7449 | declaration. | |
7450 | * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__. | |
7451 | (ia64_gdbarch_init): Use "GNU/Linux" in comment. | |
7452 | * win32-nat.c (fake_create_process): Use ISO C style definition. | |
7453 | * stabsread.c (define_symbol): Delete #ifndef | |
7454 | DEPRECATED_USE_REGISTER_NOT_ARG wrapper around | |
7455 | stabs_argument_has_addr call, macro never defined. | |
7456 | ||
19061abe MC |
7457 | 2004-01-04 Michael Chastain <[email protected]> |
7458 | ||
7459 | * op50-rom.c: Delete. | |
7460 | * w89k-rom.c: Delete. | |
7461 | * Makefile.in: Remove references. | |
7462 | ||
e53bef9f MK |
7463 | 2004-01-04 Mark Kettenis <[email protected]> |
7464 | ||
7465 | * x86-64-tdep.c: Update copyright year. | |
7466 | (struct amd64_register_info): Rename from x86_64_register_info. | |
7467 | (amd64_register_info): Rename from x86_64_register_info. | |
7468 | (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS. | |
7469 | (amd64_register_name): Rename from x86_64_register_name. | |
7470 | (amd64_register_type): Rename from x86_64_register_type. | |
7471 | (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap. | |
7472 | (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len. | |
7473 | (amd64_dwarf_reg_to_regnum): Rename from | |
7474 | x86_64_dwarf_reg_to_regnum. | |
7475 | (amd64_convert_register_p): Rename from x86_64_convert_register_p. | |
7476 | (amd64_push_dummy_call): Rename from x86_64_push_dummy_call. | |
7477 | (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS. | |
7478 | (struct amd64_frame_cache): Renamed from x86_64_frame_cache. | |
7479 | (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache. | |
7480 | (amd64_analyze_prologue): Rename from x86_64_analyze_prologue. | |
7481 | (amd64_skip_prologue): Rename from x86_64_skip_prologue. | |
7482 | (amd64_frame_cache): Rename from x86_64_frame_cache. | |
7483 | (amd64_frame_this_id): Rename from x86_64_frame_this_id. | |
7484 | (amd64_frame_prev_register): Rename from | |
7485 | x86_64_frame_prev_register. | |
7486 | (amd64_frame_unwind): Rename from x86_64_frame_unwind. | |
7487 | (amd64_frame_sniffer): Rename from x86_64_frame_sniffer. | |
7488 | (amd64_sigtramp_frame_cache): Rename from | |
7489 | x86_64_sigtramp_frame_cache. | |
7490 | (amd64_sigtramp_frame_prev_register): Rename from | |
7491 | x86_64_sigtramp_frame_prev_register. | |
7492 | (amd64_sigtramp_frame_unwind): Rename from | |
7493 | x86_64_sigtramp_frame_unwind. | |
7494 | (amd64_sigtramp_frame_sniffer): Rename from | |
7495 | x86_64_sigtramp_frame_sniffer. | |
7496 | (amd64_frame_base_address): Rename from x86_64_frame_base_address. | |
7497 | (amd64_frame_base): Rename from x86_64_frame_base. | |
7498 | (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id. | |
7499 | (amd64_frame_align): Rename from x86_64_frame_align. | |
7500 | (amd64_supply_fpregset): Rename from x86_64_supply_fpregset. | |
7501 | (amd64_regset_from_core_section): Rename from | |
7502 | x86_64_regset_from_core_section. | |
7503 | (x86_64_init_abi): Update comments. | |
7504 | ||
fca6aa58 NR |
7505 | 2004-01-04 Nick Roberts <[email protected]> |
7506 | ||
7507 | * MAINTAINERS (write after approval): Add myself. | |
7508 | ||
8ada74e3 MK |
7509 | 2004-01-04 Mark Kettenis <[email protected]> |
7510 | ||
7511 | * sparc64-tdep.c (sparc64_store_arguments): Fix handling of | |
7512 | `float' arguments. | |
7513 | ||
5154b0cd MK |
7514 | 2004-01-04 Mark Kettenis <[email protected]> |
7515 | ||
7516 | * sparc64-tdep.c (sparc64_store_floating_fields): Update comment | |
7517 | such that it mentions a specific version of GCC that exhibits this | |
7518 | bug. | |
7519 | ||
fb316966 MK |
7520 | 2004-01-03 Mark Kettenis <[email protected]> |
7521 | ||
200cc553 MK |
7522 | * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a |
7523 | structure that has a single `float' member, store it in %f1 in | |
7524 | addition to %f0. | |
7525 | ||
e226a4a0 MK |
7526 | * sparc-sol2-nat.c: Add missing '\'. |
7527 | ||
b9d4c5ed MK |
7528 | * sparc-tdep.c (sparc32_return_value): New function. |
7529 | (sparc32_use_struct_convention, sparc32_return_value_on_stack): | |
7530 | Remove functions. | |
7531 | (sparc32_gdbarch_init): Set return_value, don't set | |
7532 | extract_return_value, store_return_value, use_struct_convention | |
7533 | and return_value_on_stack. | |
7534 | ||
fb316966 MK |
7535 | * sparc-sol2-nat.c: Add missing ')'. |
7536 | ||
1af510a8 JB |
7537 | 2004-01-03 J. Brobecker <[email protected]> |
7538 | ||
7539 | * infrun.c (handle_step_into_function): New function. | |
7540 | (handle_inferior_event): Extract out some code into the new | |
7541 | function above. | |
7542 | ||
5cf4d23a JB |
7543 | 2004-01-03 J. Brobecker <[email protected]> |
7544 | ||
7545 | * infrun.c (handle_inferior_event): Move the declaration of | |
7546 | real_stop_pc inside the if blocks where it is used. | |
7547 | ||
60af1db2 MK |
7548 | 2004-01-03 Mark Kettenis <[email protected]> |
7549 | ||
7550 | * sparc64-tdep.c (sparc64_16_byte_align_p) | |
7551 | (sparc64_store_floating_fields, sparc64_store_floating_fields): | |
7552 | Use check_typedef to get subtypes of structures and unions. | |
7553 | (sparc64_store_return_value): Fix calculation of the appropriate | |
7554 | offset into VALBUF when storing a structure or union. | |
7555 | (sparc64_return_value): New function. | |
7556 | (sparc64_use_struct_convention): Remove function. | |
7557 | (sparc64_init_abi): Set return_value, don't set | |
7558 | extract_return_value, store_return_value and | |
7559 | use_struct_convention. | |
7560 | ||
1a901d3f EZ |
7561 | 2004-01-03 Eli Zaretskii <[email protected]> |
7562 | ||
7563 | * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS, | |
7564 | bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c, | |
7565 | gdb/config/alpha/xm-alphaosf.h, | |
7566 | gdb/config/powerpc/tm-ppcle-eabi.h, | |
7567 | gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001, | |
7568 | gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003, | |
7569 | gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in, | |
7570 | gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c, | |
7571 | gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c, | |
7572 | gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c, | |
7573 | gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c, | |
7574 | gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c, | |
7575 | gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c, | |
7576 | gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c, | |
7577 | gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp, | |
7578 | nclude/ChangeLog-9103, include/coff/ChangeLog-9103, | |
7579 | include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103, | |
7580 | opcodes/ChangeLog-0001, opcodes/ChangeLog-0203, | |
7581 | opcodes/openrisc-dis.c, opcodes/openrisc-desc.h, | |
7582 | sim/frv/profile-fr550.c, sim/frv/profile-fr550.h, | |
7583 | sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c, | |
7584 | sim/testsuite/sim/sh64/compact/ldsl-mach.cgs, | |
7585 | sim/testsuite/sim/sh64/compact/ldsl-macl.cgs, | |
7586 | sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and | |
7587 | sim/testsuite/sim/sh64/compact/stsl-macl.cgs. | |
7588 | Remove lines for .cvsignore files. | |
7589 | ||
ef52e463 JB |
7590 | 2004-01-03 J. Brobecker <[email protected]> |
7591 | ||
7592 | * infrun.c: Back out the previous change. | |
7593 | ||
cb1bf9dc MK |
7594 | 2004-01-03 Mark Kettenis <[email protected]> |
7595 | ||
f0424ef6 MK |
7596 | * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and |
7597 | sparc-*-sunos4* to the list of REMOVED configurations. | |
7598 | ||
cb1bf9dc MK |
7599 | * configure.tgt: Add back sparc-*-vxworks*. |
7600 | * remote-vxsparc.c: Remove all includes except for "defs.h", | |
7601 | "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h". | |
7602 | Include "sparc-tdep.h". | |
7603 | (SPARC_R_G1): New define. | |
7604 | (vxsparc_gregset): New variable. | |
7605 | (ext_format_sparc): Remove extern declaration. | |
7606 | (vx_read_register): Rewrite to use sparc32_supply_gregset and | |
7607 | sparc32_supply_fpregset. | |
7608 | (vx_write_register): Rewrite to use sparc32_collect_gregset, | |
7609 | sparc_collect_rwindow and sparc32_collect_fpregset. | |
7610 | * config/sparc/tm-vxworks.h: New file, based on recently removed | |
7611 | tm-vxsparc.h. | |
7612 | * config/sparc/vxworks.mt: New file, based on recently removed | |
7613 | vxworks.mt. | |
fe61caab | 7614 | |
5e938f9f JB |
7615 | 2004-01-03 J. Brobecker <[email protected]> |
7616 | ||
7617 | * infrun.c (handle_step_into_function): New function. | |
7618 | (handle_inferior_event): Extract out some code into the new | |
7619 | function above. | |
7620 | ||
386c036b MK |
7621 | 2004-01-02 Mark Kettenis <[email protected]> |
7622 | ||
7623 | * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and | |
7624 | sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c, | |
7625 | sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c, | |
7626 | sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c, | |
7627 | sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c, | |
7628 | sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c. | |
7629 | (sparc_nat_h): New variable. | |
7630 | (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables. | |
7631 | (tm-sun4os4.h): Remove dependency. | |
7632 | (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies. | |
7633 | (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o, | |
7634 | sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o, | |
7635 | sparc-tdep.o): Update dependencies. | |
7636 | (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o, | |
7637 | sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o, | |
7638 | sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New | |
7639 | dependencies. | |
7640 | * configure.host: Remove existing sparc-*-lynxos*, | |
7641 | sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*, | |
7642 | ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*, | |
7643 | sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*, | |
7644 | sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2* | |
7645 | triplets. | |
7646 | * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*, | |
7647 | sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*, | |
7648 | sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*, | |
7649 | sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add | |
7650 | new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*, | |
7651 | sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*, | |
7652 | sparc64-*-solaris2* and sparc64-*-* triplets. | |
7653 | * sparc64-tdep.c: Update copyright year. Include "inferior.h", | |
7654 | "symtab.h" and "objfiles.h". | |
7655 | (BIAS): Remove define. | |
7656 | (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22) | |
7657 | (X_DISP19): Remove macros. | |
7658 | (sparc_fetch_instruction): Remove function. | |
7659 | (struct gdbarch_tdep): Remove definition. | |
7660 | (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE. | |
7661 | (sparc_breakpoint_from_pc): Remove function. | |
7662 | (struct sparc64_frame_cache): Remove definition. | |
7663 | (sparc64_alloc_frame_cache, sparc64_analyze_prologue, | |
7664 | sparc64_unwind_pc): Remove functions. | |
7665 | (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of | |
7666 | `struct sparc64_frame_cache. Call sparc_analyze_prologue instead | |
7667 | of sparc64_analyze_prologue. Mark constant as ULL instead of UL. | |
7668 | (sparc64_frame_cache): Change return type to `struct | |
7669 | sparc_frame_cache *'. Simply call sparc_frame_cache. | |
7670 | (sparc64_frame_this_id, sparc64_frame_prev_register, | |
7671 | sparc64_frame_base_address): Use `struct sparc_frame_cache' | |
7672 | instead of `struct sparc64_frame_cache. | |
7673 | (sparc_unwind_dummy_id, sparc_extract_struct_value_address, | |
7674 | sparc_analyze_control_transfer, sparc_software_single_step, | |
7675 | sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow, | |
7676 | _initialize_sparc64_tdep): Remove functions. | |
7677 | (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros. | |
7678 | (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New | |
7679 | macros. | |
7680 | (sparc64_supply_gregset, sparc64_collect_gregset, | |
7681 | sparc64_supply_fpregset, sparc64_collect_fpregset): New functions. | |
7682 | (sparc64_init_abi): New function. | |
7683 | * sparc64-tdep.h: Update copyright year. Fix typo in multiple | |
7684 | inclusion guard. Include "sparc-tdep.h". | |
7685 | (BIAS): Define. | |
7686 | (r_tstate_offset, r_fprs_offset): New defines. | |
7687 | (enum sparc_regnum): Remove defenition. | |
7688 | (enum sparc64_regnum): Reformat. | |
7689 | (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes. | |
7690 | (sparc64_init_abi, sparc64_supply_gregset, | |
7691 | sparc64_collect_gregset, sparc64_supply_fpregset, | |
7692 | sparc64_collect_fpregset): New prototypes. | |
7693 | (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset): | |
7694 | Add extern declarations. | |
7695 | (sparc64_sol2_init_abi): New prototype. | |
7696 | (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg) | |
7697 | (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove | |
7698 | prototypes. | |
7699 | * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include | |
7700 | "sparnbsd-nat.h". | |
7701 | (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove | |
7702 | functions. | |
7703 | (_initialize_sparc64fbsd_nat): Remove initialization of | |
7704 | sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg, | |
7705 | sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p, | |
fe61caab | 7706 | sparcbsd_fpreg_supplies_p. Initialize sparc_gregset. |
386c036b MK |
7707 | * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h", |
7708 | "frame-unwind.h", "trad-frame.h" and "gdb_assert.h". | |
7709 | (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset) | |
7710 | (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset) | |
7711 | (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset) | |
7712 | (sparc64fbsd_r_y_offset): Remove variables. | |
7713 | (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg): | |
7714 | Make static and const. | |
7715 | (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg) | |
7716 | (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove | |
7717 | functions. | |
7718 | (sparc64fbsd_gregset): New variable. | |
7719 | (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg | |
7720 | and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset | |
7721 | and sparc64_supply_fpregset. | |
7722 | (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache) | |
7723 | (sparc64fbsd_sigtramp_frame_this_id) | |
7724 | (sparc64fbsd_sigtramp_frame_prev_register): New functions. | |
7725 | (sparc64fbsd_sigtramp_frame_unwind): New variable. | |
7726 | (sparc64fbsd_sigtramp_frame_sniffer): New function. | |
7727 | (sparc64fbsd_init_abi): Set pc_in_sigtramp, append | |
7728 | sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi. | |
7729 | * sparcnbsd-tdep.c: Update copyright year. Include | |
7730 | "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h", | |
7731 | "trad-frame.h" and "gdb_assert.h", don't include "target.h", | |
7732 | "value.h" and "sparcnbsd-tdep.h". | |
7733 | (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC) | |
7734 | (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT) | |
7735 | (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC) | |
7736 | (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove | |
7737 | defines. | |
7738 | (sparcnbsd_gregset): New variable. | |
7739 | (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64) | |
7740 | (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64) | |
7741 | (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64) | |
7742 | (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions. | |
7743 | (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New | |
7744 | variables. | |
7745 | (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache) | |
7746 | (sparc32nbsd_sigcontext_frame_this_id) | |
7747 | (sparc32nbsd_sigcontext_frame_prev_register): New functions. | |
7748 | (sparc32nbsd_sigcontext_frame_unwind): New variable. | |
7749 | (sparc32nbsd_sigtramp_frame_sniffer): New function. | |
7750 | (sparcnbsd_get_longjmp_target_32, | |
7751 | sparcnbsd_get_longjmp_target_64): Remove functions. | |
7752 | (sparcnbsd_aout_in_solib_call_trampoline): Rewrite. | |
7753 | (sparcnbsd_init_abi_common, sparcnbsd_init_aout, | |
7754 | sparcnbsd_init_elf): Remove. | |
7755 | (sparcnbsd_init_abi, sparcnbsd_aout_init_abi) | |
7756 | (sparcnbsd_elf_init_abi): New functions. | |
7757 | (_initialize_sparcnbsd_tdep): New prototype. | |
7758 | (_initialize_sparnbsd_tdep): Update. | |
7759 | * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and | |
7760 | corelow.o. Add sparc64-nat.o and sparc-nat.o. | |
7761 | * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o. | |
7762 | * config/sparc/linux.mh: Update comment. | |
7763 | (XM_FILE, HOST_IPC): Remove variables. | |
7764 | (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove | |
7765 | sparc-linux-nat.o. | |
7766 | * config/sparc/linux.mt: Update comment. | |
7767 | (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o. | |
7768 | * config/sparc/nbsd.mt: Reformat. | |
7769 | * config/sparc/nbsd64.mh: Update comment. | |
7770 | (NATDEPFILES): Add sparc-nat.o. | |
7771 | * config/sparc/nbsd64.mt: Update comment. | |
7772 | (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o. | |
7773 | (TM_FILE): Set to tm-nbsd.h. | |
7774 | * config/sparc/nbsdelf.mh: Update comment. | |
7775 | (NATDEPFILES): Add sparc-nat.o. | |
7776 | (XM_FILE): Delete. | |
7777 | * config/sparc/nbsdaout.mh: Update comment. | |
7778 | (NATDEPFILES): Add sparc-nat.o | |
7779 | (XM_FILE): Delete. | |
7780 | * config/sparc/nm-linux.h: Update copyright year. Don't include | |
7781 | "config/nm-svr4.h" and "solib.h". Add protection against multiple | |
7782 | inclusion. | |
7783 | (KERNEL_U_SIZE): Remove define. | |
7784 | (kernel_u_size): Remove prototype. | |
7785 | (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define. | |
7786 | * config/sparc/nm-nbsd.h: Update copyright. Don't include | |
7787 | "regcache.h". | |
7788 | (CHILD_PREPARE_TO_STORE): Remove define. | |
7789 | * config/sparc/nm-nbsdaout.h: Tweak some comments. | |
7790 | * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c, | |
7791 | sparcnbsd-nat.c: Rewrite files. | |
7792 | * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files. | |
7793 | * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h, | |
7794 | sparcnbsd-tdep.h: Remove files. | |
7795 | * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h, | |
7796 | config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt, | |
7797 | config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt, | |
7798 | config/sparc/sparc-em.mt, config/sparc/sparclynx.mh, | |
7799 | config/sparc/sparclynx.mt, config/sparc/sun4os4.mh, | |
7800 | config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh, | |
7801 | config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h, | |
7802 | config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h, | |
7803 | config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h, | |
7804 | config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h, | |
7805 | config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt, | |
7806 | config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files. | |
7807 | * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c, | |
7808 | sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c, | |
7809 | sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files. | |
7810 | * config/sparc/linux64.mh, config/sparc/linux64.mt, | |
7811 | config/sparc/nm-sol2.h, config/sparc/sol2-64.mt, | |
7812 | config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt, | |
7813 | config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files. | |
7814 | ||
ee84457a AC |
7815 | 2004-01-02 Andrew Cagney <[email protected]> |
7816 | ||
7817 | From 2003-12-18 Kazuhiro Inaoka: | |
7818 | * configure.host: Add m32r-linux target. | |
7819 | ||
0bc2134e MC |
7820 | 2004-01-02 Michael Chastain <[email protected]> |
7821 | ||
7822 | * top.c (print_gdb_version): Update year to 2004. | |
7823 | ||
89a72f9c MM |
7824 | 2004-01-02 Mark Mitchell <[email protected]> |
7825 | ||
7826 | * MAINTAINERS: Add myself to the write-after-approval category. | |
7827 | ||
86b013ed DJ |
7828 | 2004-01-02 Daniel Jacobowitz <[email protected]> |
7829 | ||
7830 | From Bernardo Innocenti <[email protected]>: | |
7831 | * configure.tgt: Add uClinux target. | |
7832 | ||
e42c9534 AC |
7833 | 2004-01-02 Andrew Cagney <[email protected]> |
7834 | ||
7835 | * utils.c (do_my_cleanups): Make static, add forward declaration. | |
7836 | * defs.h (do_my_cleanups): Delete declaration. | |
7837 | ||
162467d3 EZ |
7838 | 2004-01-02 Eli Zaretskii <[email protected]> |
7839 | ||
7840 | * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and | |
7841 | bfd/ChangeLog-0203. | |
7842 | ||
78434e59 MK |
7843 | 2004-01-02 Mark Kettenis <[email protected]> |
7844 | ||
7845 | * configure.in: Check for <machine/reg.h>. Check for `struct reg' | |
7846 | in <machine/reg.h>. | |
7847 | * configure, config.in: Regenerate. | |
7848 | ||
48efe704 AC |
7849 | For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and |
7850 | tui/ChangeLog-1998-2003. | |
c906108c SS |
7851 | \f |
7852 | Local Variables: | |
7853 | mode: change-log | |
7854 | left-margin: 8 | |
7855 | fill-column: 74 | |
7856 | version-control: never | |
7857 | End: |