]>
Commit | Line | Data |
---|---|---|
1 | 2006-03-30 Daniel Jacobowitz <[email protected]> | |
2 | ||
3 | * cli/cli-script.c (insert_args): Handle NULL user_args. | |
4 | ||
5 | 2006-03-30 Daniel Jacobowitz <[email protected]> | |
6 | ||
7 | * arm-tdep.c (thumb_scan_prologue): Don't try to analyze | |
8 | the function at zero if we have no symbols. | |
9 | ||
10 | 2006-03-30 Adrien Kunysz <[email protected]> | |
11 | ||
12 | * i386-stub.c (getpacket): Fix array overflow. | |
13 | * m32r-stub.c (getpacket): Likewise. | |
14 | * m68k-stub.c (getpacket): Likewise. | |
15 | * sh-stub.c (getpacket): Likewise. | |
16 | * sparc-stub.c (getpacket): Likewise. | |
17 | ||
18 | 2006-03-30 Daniel Jacobowitz <[email protected]> | |
19 | ||
20 | * frame.h (set_current_sal_from_frame): New prototype. | |
21 | * stack.c (set_current_sal_from_frame): Make global. | |
22 | * infrun.c (normal_stop): Call set_current_sal_from_frame. | |
23 | ||
24 | 2006-03-30 Daniel Jacobowitz <[email protected]> | |
25 | ||
26 | * linux-thread-db.c: Include "linux-nat.h". | |
27 | (check_for_thread_db): New function, split out from | |
28 | thread_db_new_objfile. Remove dead check for active | |
29 | thread_db on inapplicable targets. | |
30 | (thread_db_new_objfile): Call check_for_thread_db. | |
31 | * Makefile.in (linux-thread-db.o): Update. | |
32 | * linux-nat.c (child_post_attach): Call check_for_thread_db. | |
33 | (linux_child_post_startup_inferior): Likewise. | |
34 | (lin_lwp_attach_lwp): Call target_post_attach instead of | |
35 | child_post_attach. | |
36 | * linux-nat.h (check_for_thread_db): New prototype. | |
37 | ||
38 | 2006-03-30 Daniel Jacobowitz <[email protected]> | |
39 | ||
40 | * remote.c (struct remote_state): Add BUF and BUF_SIZE. | |
41 | (init_remote_state): Initialize the new fields. | |
42 | (get_memory_packet_size): Update BUF and BUF_SIZE if necessary. | |
43 | (set_thread, remote_thread_alive, remote_unpack_thread_info_response) | |
44 | (remote_get_threadinfo, parse_threadlist_response) | |
45 | (remote_get_threadlist, remote_current_thread, remote_threads_info) | |
46 | (remote_threads_extra_info, extended_remote_restart, get_offsets) | |
47 | (remote_check_symbols, remote_open_1, remote_detach) | |
48 | (remove_vcont_probe, remote_vcont_resume, remote_resume) | |
49 | (remote_wait, remote_async_wait, fetch_register_using_p) | |
50 | (remote_fetch_registers, store_register_using_P) | |
51 | (remote_store_registers, check_binary_download, remote_write_bytes) | |
52 | (remote_read_bytes, remote_insert_breakpoint) | |
53 | (remote_remove_breakpoint, remote_insert_watchpoint) | |
54 | (remote_remove_watchpoint, remote_insert_hw_breakpoint) | |
55 | (remote_remove_hw_breakpoint, compare_sections_command) | |
56 | (remote_xfer_partial, remote_rcmd, packet_command) | |
57 | (remote_get_thread_local_address): Use the global incoming buffer | |
58 | instead of alloca or xmalloc. Limit outgoing packets to | |
59 | rs->remote_packet_size and incoming packets to rs->buf_size. | |
60 | Update calls to getpkt and remote_send. | |
61 | (remote_send): Take arguments by reference. | |
62 | (putpkt_binary): Eliminate junkbuf. Use skip_frame. | |
63 | (skip_frame): New function. | |
64 | (read_frame): Take arguments by reference. Expand the packet | |
65 | buffer instead of issuing an error. | |
66 | (getpkt, getpkt_sane): Take arguments by reference. | |
67 | * remote.h (getpkt): Update prototype and doc. | |
68 | * tracepoint.c (remote_get_noisy_reply): Take arguments by | |
69 | reference. | |
70 | (target_buf): Change from array to pointer. | |
71 | (target_buf_size): New variable. | |
72 | (remote_set_transparent_ranges): Update call to getpkt. | |
73 | (trace_start_command, trace_stop_command, trace_status_command): | |
74 | Update calls to remote_get_noisy_reply. | |
75 | (finish_tfind_command): Take arguments by reference. | |
76 | (trace_find_command, trace_find_pc_command) | |
77 | (trace_find_tracepoint_command, trace_find_line_command): | |
78 | (trace_find_range_command, trace_find_outside_command): Update | |
79 | calls to finish_tfind_command. | |
80 | (_initialize_tracepoint): Initialize target_buf_size and target_buf. | |
81 | ||
82 | 2005-03-30 Randolph Chung <[email protected]> | |
83 | ||
84 | * hppa-linux-tdep.c: Include regset.h. | |
85 | (GR_REGNUM, TR_REGNUM, greg_map): New. | |
86 | (hppa_linux_supply_regset, hppa_linux_supply_fpregset): New. | |
87 | (hppa_linux_regset, hppa_linux_fpregset): New. | |
88 | (hppa_linux_regset_from_core_section): New. | |
89 | (hppa_linux_init_abi): Set regset_from_core_section. | |
90 | (_initialize_hppa_linux_tdep): Register osabi handler for | |
91 | 64-bit Linux. | |
92 | * Makefile.in (hppa-linux-tdep.o): Update dependencies. | |
93 | * config/pa/linux.mh: Stop using core-regset.o | |
94 | ||
95 | 2006-03-30 Randolph Chung <[email protected]> | |
96 | ||
97 | * hppa-tdep.c (hppa_find_unwind_entry_in_block): New. | |
98 | (hppa_frame_cache): Use new function to find unwind entry. | |
99 | (hppa_frame_this_id): Likewise. | |
100 | (hppa_frame_unwind_sniffer): Likewise. | |
101 | ||
102 | 2006-03-29 Daniel Jacobowitz <[email protected]> | |
103 | ||
104 | * NEWS: Mention the removal of NLM. | |
105 | ||
106 | 2006-03-29 Steve Ellcey <[email protected]> | |
107 | ||
108 | * Makefile.in (nlm): Remove target. | |
109 | * configure.tgt (i[34567]86-*-netware*): Do not set build_nlm. | |
110 | * configure.ac: Remove AC_CONFIG_SUBDIRS of nlm. | |
111 | * configure: Regenerate. | |
112 | * doc/gdb.texinfo: Remove gdbserve.nlm documentation. | |
113 | * nlm: Remove directory. | |
114 | ||
115 | 2006-03-29 Daniel Jacobowitz <[email protected]> | |
116 | ||
117 | * Makefile.in (utils.o): Update. | |
118 | * top.c (in_user_command): New. | |
119 | (command_line_input): Use input_from_terminal_p. | |
120 | (input_from_terminal_p): Don't check caution. Handle | |
121 | stdin == NULL for Insight. | |
122 | * top.h (in_user_command, caution): New declarations. | |
123 | * utils.c: Include "top.h". | |
124 | (query, defaulted_query): Check caution here. Move the call | |
125 | to input_from_terminal_p higher. | |
126 | * cli/cli-script.c (do_restore_user_call_depth): Only decrement | |
127 | the depth. Update in_user_command if necessary. | |
128 | (execute_user_command): Don't clobber old_chain. Set | |
129 | in_user_command. Let do_restore_user_call_depth handle | |
130 | user_call_depth. | |
131 | (read_command_lines): Check whether to prompt before calling | |
132 | Insight hooks. | |
133 | * tui/tui-hooks.c (tui_query_hook): Remove newly unnecessary | |
134 | input_from_terminal_p check. | |
135 | ||
136 | 2006-03-29 Ulrich Weigand <[email protected]> | |
137 | ||
138 | * s390-nat.c (s390_insert_watchpoint): Add missing argument. | |
139 | (s390_remove_watchpoint): Likewise. | |
140 | ||
141 | 2006-03-28 Jim Blandy <[email protected]> | |
142 | ||
143 | * prologue-value.c, prologue-value.h: New files. | |
144 | * Makefile.in (prologue_value_h): New variable. | |
145 | (HFILES_NO_SRCDIR): List prologue-value.h. | |
146 | (SFILES): List prologue-value.c. | |
147 | (COMMON_OBS): List prologue-value.o. | |
148 | (prologue-value.o): New rule. | |
149 | ||
150 | 2006-03-27 Michael Snyder <[email protected]> | |
151 | ||
152 | * xstormy16-tdep.c (xstormy16_return_value, xstormy16_push_dummy_call, | |
153 | xstormy16_pointer_to_address, xstormy16_address_to_pointer, | |
154 | xstormy16_frame_prev_register): Change void* to gdb_byte*. | |
155 | (xstormy16_push_dummy_call): Add block-local char* val, | |
156 | to avoid type conflict with outer scope variable. | |
157 | ||
158 | 2006-03-27 Andrew Stubbs <[email protected]> | |
159 | ||
160 | * sh-tdep.c (sh_gdbarch_init): Add missing architectures. | |
161 | ||
162 | 2006-03-27 Nick Roberts <[email protected]> | |
163 | ||
164 | * varobj.c (c_name_of_child, c_value_of_child): Allow non-zero | |
165 | offsets for languages like Fortran. | |
166 | ||
167 | 2006-03-26 Randolph Chung <[email protected]> | |
168 | ||
169 | * config/pa/hppa64.mt: Use HPUX version of the tm file. | |
170 | ||
171 | 2006-03-25 Nick Roberts <[email protected]> | |
172 | ||
173 | * mi/gdb-mi.el (gdbmi-send): Improve regexp to repeat commands. | |
174 | Try to deal with continuation line. | |
175 | (gdbmi, gdbmi-prompt1, gud-gdbmi-marker-filter): Update to new | |
176 | variable names. | |
177 | (gdb-break-list-regexp, gdb-stack-list-frames-regexp): | |
178 | Future proof against new fields being added to MI output. | |
179 | (gdbmi-prompt2, gdb-break-list-handler,gdb-get-source-file) | |
180 | (gdbmi-frame-handler): Update to new variable name | |
181 | gdb-get-buffer-create. | |
182 | (gdbmi-frame-handler): Use hollow-right-triangle for all selected | |
183 | frames which except the innermost (where execution has stopped). | |
184 | ||
185 | 2006-03-24 Randolph Chung <[email protected]> | |
186 | ||
187 | * solib-som.c (link_map_start): Don't error out if there is | |
188 | not yet a link map. | |
189 | ||
190 | 2006-03-24 Daniel Jacobowitz <[email protected]> | |
191 | ||
192 | * linux-nat.c (linux_ops_saved): New. | |
193 | (super_mourn_inferior, kill_inferior, threaded, linux_nat_ops) | |
194 | (child_mourn_inferior, child_wait, linux_nat_create_inferior) | |
195 | (linux_nat_fetch_registers, linux_nat_store_registers) | |
196 | (linux_nat_child_post_startup_inferior, init_linux_nat_ops): Delete. | |
197 | (init_lwp_list): Don't set threaded. | |
198 | (add_lwp): Don't modify threaded. | |
199 | (delete_lwp): Don't mention non-threaded mode. | |
200 | (linux_nat_switch_fork): New. | |
201 | (linux_nat_attach): Update inferior_ptid. | |
202 | (linux_nat_wait): Handle num_lwps == 0 at entry. Don't check | |
203 | threaded flag. | |
204 | (linux_nat_kill): Handle pending forks and saved forks. | |
205 | (linux_nat_mourn_inferior): Handle saved forks. | |
206 | (linux_nat_pid_to_str): Don't use the LWP form when there is | |
207 | only one thread. | |
208 | (linux_target): Don't set to_wait, to_kill, or to_mourn_inferior. | |
209 | (linux_nat_add_target): New. | |
210 | (_initialize_linux_nat): Don't initialize the linux native target | |
211 | here. | |
212 | * linux-nat.h (linux_nat_add_target, linux_nat_switch_fork): New | |
213 | prototypes. | |
214 | * linux-fork.c: Include "linux-nat.h". | |
215 | (add_fork): Update initial PID. | |
216 | (fork_load_infrun_state): Call linux_nat_switch_fork. | |
217 | * Makefile.in (linux-fork.o): Update. | |
218 | ||
219 | * alpha-linux-nat.c (_initialize_alpha_linux_nat): Use | |
220 | linux_nat_add_target instead of add_target. | |
221 | * amd64-linux-nat.c (_initialize_amd64_linux_nat): Likewise. | |
222 | * arm-linux-nat.c (_initialize_arm_linux_nat): Likewise. | |
223 | * hppa-linux-nat.c (_initialize_hppa_linux_nat): Likewise. | |
224 | * ia64-linux-nat.c (_initialize_ia64_linux_nat): Likewise. | |
225 | * i386-linux-nat.c (_initialize_i386_linux_nat): Likewise. | |
226 | * m32r-linux-nat.c (_initialize_m32r_linux_nat): Likewise. | |
227 | * m68klinux-nat.c (_initialize_m68k_linux_nat): Likewise. | |
228 | * mips-linux-nat.c (_initialize_mips_linux_nat): Likewise. | |
229 | * ppc-linux-nat.c (_initialize_ppc_linux_nat): Likewise. | |
230 | * s390-nat.c (_initialize_s390_nat): Likewise. | |
231 | * sparc-linux-nat.c (_initialize_sparc_linux_nat): Likewise. | |
232 | * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Likewise. | |
233 | ||
234 | 2006-03-24 Daniel Jacobowitz <[email protected]> | |
235 | ||
236 | * linux-fork.c: Include "gdb_assert.h". | |
237 | (fork_load_infrun_state): Set inferior_ptid and stop_pc here. | |
238 | Update the register cache and selected frame also. | |
239 | (linux_fork_mourn_inferior): Use fork_load_infrun_state. Return | |
240 | to single fork mode if necessary. | |
241 | (linux_fork_context): Remove bits handled by fork_load_infrun_state. | |
242 | * Makefile.in (linux_fork_h): New. | |
243 | (linux-fork.o, linux-nat.o): Update. | |
244 | ||
245 | 2006-03-23 Andreas Schwab <[email protected]> | |
246 | ||
247 | * config/s390/s390.mh (NATDEPFILES): Add linux-fork.o. | |
248 | ||
249 | 2006-03-18 Jim Blandy <[email protected]> | |
250 | ||
251 | * symtab.h (enum address_class): Doc fix. | |
252 | ||
253 | 2006-03-16 Michael Snyder <[email protected]> | |
254 | ||
255 | * tracepoint.c (tracepoint_save_command): Fix typo in error msg. | |
256 | * target.c (push_target): Fix typo in comment. | |
257 | * remote.c (remote_watch_data_address): Fix typo in comment. | |
258 | * i386-tdep.c (i386_push_dummy_call): Fix typo in comment. | |
259 | ||
260 | 2006-03-15 Kevin Buettner <[email protected]> | |
261 | ||
262 | * frv-linux-tdep.c (gdbcore.h, regcache.h, regset.h, gdb_string.h): | |
263 | Include. | |
264 | (FRV_ELF_NGREG, FRV_PT_PSR, FRV_PT_ISR, FRV_PT_CCR, FRV_PT_CCCR) | |
265 | (FRV_PT_LR, FRV_PT_LCR, FRV_PT_PC, FRV_PT_GNER0, FRV_PT_GNER1) | |
266 | (FRV_PT_IACC0H, FRV_PT_IACC0L, FRV_PT_GR, FRV_PT_TBR) | |
267 | (FRV_PT_EXEC_FDPIC_LOADMAP, FRV_PT_INTERP_FDPIC_LOADMAP): Define. | |
268 | (frv_elf_greg_t, frv_elf_gregset_t, frv_elf_fpreg_t) | |
269 | (frv_elf_fpregset_t): Define types. | |
270 | (frv_linux_supply_gregset, frv_linux_supply_fpregset) | |
271 | (frv_linux_regset_from_core_section: New functions. | |
272 | (frv_linux_gregset, frv_linux_fpregset): New static globals. | |
273 | (frv_linux_init_abi): Register the `regset_from_core_section' method. | |
274 | * Makefile.in (frv-linux-tdep.o): Update dependencies. | |
275 | * solib-frv.c (frv_current_sos): Relocate main executable after | |
276 | loading core file. | |
277 | (frv_clear_solib): Clean up space associated with | |
278 | `main_executable_lm_info'. | |
279 | * config/frv/frv.mt (TDEPFILES): Add corelow.o to this list. | |
280 | ||
281 | 2006-03-15 Daniel Jacobowitz <[email protected]> | |
282 | ||
283 | * Makefile.in (mips_linux_tdep_h): New. | |
284 | (mpis-linux-nat.o, mips-linux-tdep.o): Update. | |
285 | * mips-linux-nat.c: Include "inferior.h", "mips-linux-tdep.h", and | |
286 | <sys/ptrace.h>. | |
287 | (have_ptrace_regsets, super_fetch_registers, super_store_registers) | |
288 | (mips64_linux_regsets_fetch_registers) | |
289 | (mips64_linux_regsets_store_registers, mips64_linux_fetch_registers) | |
290 | (mips64_linux_store_registers): New. | |
291 | (_initialize_mips_linux_nat): Override to_fetch_registers and | |
292 | to_store_registers. | |
293 | * mips-linux-tdep.h: New file. | |
294 | * mips-linux-tdep.c: Include "mips-linux-tdep.c". | |
295 | (ELF_NGREG, ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t) | |
296 | (elf_fpregset_t, FPR_BASE, PC, CAUSE, BADVADDR, MMHI, MMLO) | |
297 | (FPC_CSR, FPC_EIR, EF_REG0, EF_REG31, EF_LO, EF_HI, EF_CP0_EPC) | |
298 | (EF_CP0_BADVADDR, EF_CP0_STATUS, EF_CP0_CAUSE, EF_SIZE) | |
299 | (MIPS64_ELF_NGREG, MIPS64_ELF_NFPREG, mips64_elf_greg_t) | |
300 | (mips64_elf_gregset_t, mips64_elf_fpreg_t, mips64_elf_fpregset_t) | |
301 | (MIPS64_FPR_BASE, MIPS64_PC, MIPS64_CAUSE, MIPS64_BADVADDR) | |
302 | (MIPS64_MMHI, MIPS64_MMLO, MIPS64_FPC_CSR, MIPS64_FPC_EIR) | |
303 | (MIPS64_EF_REG0, MIPS64_EF_REG31, MIPS64_EF_LO, MIPS64_EF_HI) | |
304 | (MIPS64_EF_CP0_EPC, MIPS64_EF_CP0_BADVADDR, MIPS64_EF_CP0_STATUS) | |
305 | (MIPS64_EF_CP0_CAUSE, MIPS64_EF_SIZE): Delete. | |
306 | (supply_32bit_reg): Use gdb_byte. | |
307 | (supply_64bit_reg): New. | |
308 | (mips_supply_gregset, mips_fill_gregset, mips_supply_fpregset) | |
309 | (mips_fill_fpregset, fetch_core_registers, supply_gregset) | |
310 | (fill_gregset, supply_fpregset): Update for renamed types. | |
311 | (mips64_supply_gregset): Use gdb_byte and supply_64bit_reg. | |
312 | (mips64_fill_gregset): Make global. Handle 32-bit register | |
313 | sizes. | |
314 | (mips64_fill_fpregset): Make global. Use gdb_byte. Handle | |
315 | FP regsets properly. | |
316 | ||
317 | 2006-03-15 Daniel Jacobowitz <[email protected]> | |
318 | ||
319 | * mips-linux-tdep.c (mips_supply_gregset): Renamed from supply_gregset. | |
320 | (mips_fill_gregset): Renamed from fill_gregset. | |
321 | (mips_supply_fpregset): Renamed from supply_fpregset. | |
322 | (mips_fill_fpregset): Renamed from fill_fpregset. | |
323 | (fetch_core_registers): Update calls. | |
324 | (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): New | |
325 | functions. | |
326 | ||
327 | 2006-03-15 Daniel Jacobowitz <[email protected]> | |
328 | ||
329 | * mips-tdep.c (mips_gdbarch_init): Default 64-bit ELF files to N64. | |
330 | ||
331 | 2006-03-15 Daniel Jacobowitz <[email protected]> | |
332 | ||
333 | * mips-tdep.c (is_mips16_addr, mips32_next_pc, add_offset_16): | |
334 | Correct arithmetic for 64-bit CORE_ADDR. | |
335 | ||
336 | 2006-03-15 Daniel Jacobowitz <[email protected]> | |
337 | ||
338 | * mips-linux-tdep.c: Include "floatformat.h". | |
339 | (mips_linux_init_abi): Use 128-bit long double for N32 and N64. | |
340 | * mips-tdep.c (mips_n32n64_return_value): Support 128-bit long | |
341 | double. | |
342 | (print_gp_register_row): Don't print spaces before ignored | |
343 | or floating point registers. | |
344 | * Makefile.in (mips-linux-tdep.o): Update. | |
345 | ||
346 | 2006-03-15 Daniel Jacobowitz <[email protected]> | |
347 | ||
348 | * mips-mdebug-tdep.c (compare_pdr_entries): Use bfd_get_signed_32 | |
349 | for code addresses. | |
350 | (non_heuristic_proc_desc): Likewise. | |
351 | ||
352 | 2006-03-15 Daniel Jacobowitz <[email protected]> | |
353 | ||
354 | * mips-linux-nat.c: Include "gdb_proc_service.h". | |
355 | (PTRACE_GET_THREAD_AREA): Define. | |
356 | (ps_get_thread_area): New. | |
357 | * Makefile.in (mips-linux-nat.o): Update. | |
358 | ||
359 | 2006-03-13 Jim Blandy <[email protected]> | |
360 | ||
361 | * MAINTAINERS: Use my work address. | |
362 | ||
363 | 2006-03-09 Michael Snyder <[email protected]> | |
364 | ||
365 | * linux-nat.c (kill_inferior): Just call target_mourn_inferior | |
366 | instead of getting tricky for the multi-fork case. | |
367 | * linux-fork.c (linux_fork_killall): Call PT_KILL and waitpid | |
368 | for each fork, and then use init_fork_list to delete them. | |
369 | ||
370 | 2006-03-08 Alexandre Oliva <[email protected]> | |
371 | ||
372 | * solib-svr4.c (svr4_current_sos): Move up initialization of | |
373 | l_addr, such that it clearly covers all cases. | |
374 | ||
375 | 2006-03-08 Andreas Schwab <[email protected]> | |
376 | ||
377 | * ia64-tdep.c (ia64_libunwind_frame_this_id): Adapt use of | |
378 | libunwind_frame_prev_register to use a gdb_byte buffer and | |
379 | extract_unsigned_integer. | |
380 | (ia64_libunwind_sigtramp_frame_prev_register): Likewise. | |
381 | ||
382 | * libunwind-frame.c (libunwind_frame_prev_register): Change type | |
383 | of last argument to `gdb_byte *' | |
384 | * libunwind-frame.h: Adjust declaration. | |
385 | ||
386 | 2006-03-08 Paul Brook <[email protected]> | |
387 | ||
388 | * arm-tdep.c (arm_push_dummy_call): Remove stack alignment. | |
389 | (arm_frame_align): New function. | |
390 | (arm_gdbarch_init): Use it. | |
391 | ||
392 | 2006-03-03 Khem Raj <[email protected]> | |
393 | ||
394 | * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte. | |
395 | Committed by Andrew Cagney. | |
396 | ||
397 | 2006-03-02 Corinna Vinschen <[email protected]> | |
398 | ||
399 | * mn10300-tdep.c (mn10300_push_dummy_call): Write breakpoint | |
400 | address to MDR register. | |
401 | ||
402 | 2006-03-01 Daniel Jacobowitz <[email protected]> | |
403 | ||
404 | * gdbtypes.c (lookup_struct_elt_type): Correct noerr for recursive | |
405 | calls. | |
406 | ||
407 | 2006-03-01 Randolph Chung <[email protected]> | |
408 | ||
409 | * somread.c (som_symfile_read): Update comment and remove unneeded | |
410 | use of a deprecated variable. | |
411 | ||
412 | 2006-03-01 Randolph Chung <[email protected]> | |
413 | ||
414 | * hppa-tdep.h (unwind_table_entry): Update field names to match HP | |
415 | runtime specification. | |
416 | * hppa-tdep.c (internalize_unwinds, hppa_frame_cache): Likewise. | |
417 | (unwind_command): Likewise. | |
418 | ||
419 | 2006-03-01 Randolph Chung <[email protected]> | |
420 | ||
421 | * hppa-tdep.c (hppa_frame_cache): Handle Region_Description and | |
422 | Pseudo_SP_Set in unwind record. | |
423 | ||
424 | 2006-03-01 Randolph Chung <[email protected]> | |
425 | ||
426 | * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Use | |
427 | TDEP->is_elf to determine if we are working with a SOM binary. | |
428 | (null_symtab_and_line): Remove unused variable. | |
429 | * config/pa/hppa64.mt: Use tm-hppa.h. | |
430 | * config/pa/tm-hppa64.h: Remove file. | |
431 | ||
432 | 2006-03-01 Wu Zhou <[email protected]> | |
433 | ||
434 | * f-typeprint.c (f_type_print_base): Delete the redundant space. | |
435 | ||
436 | 2006-02-28 Kevin Buettner <[email protected]> | |
437 | ||
438 | * Makefile.in (mn10300-linux-tdep.o): Update dependencies. | |
439 | * mn10300-linux-tdep.c (frame.h, trad-frame.h, tramp-frame.h): | |
440 | Include. | |
441 | (am33_linux_sigframe_cache_init): New function. | |
442 | (am33_linux_sigframe, am33_linux_rt_sigframe): New signal frame | |
443 | descriptions. | |
444 | (AM33_SIGCONTEXT_D0, AM33_SIGCONTEXT_D1, AM33_SIGCONTEXT_D2) | |
445 | (AM33_SIGCONTEXT_D3, AM33_SIGCONTEXT_A0, AM33_SIGCONTEXT_A1) | |
446 | (AM33_SIGCONTEXT_A2, AM33_SIGCONTEXT_A3, AM33_SIGCONTEXT_E0) | |
447 | (AM33_SIGCONTEXT_E1, AM33_SIGCONTEXT_E2, AM33_SIGCONTEXT_E3) | |
448 | (AM33_SIGCONTEXT_E4, AM33_SIGCONTEXT_E5, AM33_SIGCONTEXT_E6) | |
449 | (AM33_SIGCONTEXT_E7, AM33_SIGCONTEXT_LAR, AM33_SIGCONTEXT_LIR) | |
450 | (AM33_SIGCONTEXT_MDR, AM33_SIGCONTEXT_MCVF, AM33_SIGCONTEXT_MCRL) | |
451 | (AM33_SIGCONTEXT_MCRH, AM33_SIGCONTEXT_MDRQ, AM33_SIGCONTEXT_SP) | |
452 | (AM33_SIGCONTEXT_EPSW, AM33_SIGCONTEXT_PC, AM33_SIGCONTEXT_FPUCONTEXT): | |
453 | New constants. | |
454 | (am33_linux_init_osabi): Register signal frame unwinders. | |
455 | ||
456 | 2006-02-28 Kevin Buettner <[email protected]> | |
457 | ||
458 | * mn10300-tdep.c (mn10300_analyze_prologue): Implement backtrack | |
459 | out of pattern match by saving relevant state. Fix stack size | |
460 | adjustment bug. | |
461 | ||
462 | 2006-02-28 Alexandre Oliva <[email protected]> | |
463 | ||
464 | * solib-svr4.h (struct link_map_offsets): Add l_ld_offset and | |
465 | l_ld_size fields. | |
466 | * solib-svr4.c (struct lm_info): Add l_addr field. | |
467 | (LM_ADDR_FROM_LINK_MAP): Renamed from LM_ADDR. | |
468 | (HAS_LM_DYNAMIC_FROM_LINK_MAP): New. | |
469 | (LM_DYNAMIC_FROM_LINK_MAP): New. | |
470 | (LM_ADDR_CHECK): New. Use it instead of LM_ADDR. | |
471 | (svr4_current_sos): Initialize l_addr. Adjust. | |
472 | (svr4_relocate_section_addresses): Adjust. | |
473 | (svr4_ilp32_fetch_link_map_offsets): Define new members. | |
474 | (svr4_lp64_fetch_link_map_offsets): Likewise. | |
475 | * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Likewise. | |
476 | * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Likewise. | |
477 | (mipsnbsd_lp64_fetch_link_map_offsets): Likewise. | |
478 | * Makefile.in (solib-svr4.o): Depend on $(elf_bfd_h). | |
479 | ||
480 | 2006-02-26 David S. Miller <[email protected]> | |
481 | ||
482 | * config/sparc/linux.mt (TDEPFILES): Add sol2-tdep.o. | |
483 | * config/sparc/linux64.mt (TDEPFILES): Likewise. | |
484 | ||
485 | 2006-02-27 Alan Modra <[email protected]> | |
486 | ||
487 | * ppc-linux-nat.c (ppc_linux_insert_watchpoint): Correct return type. | |
488 | (ppc_linux_remove_watchpoint): Likewise, and args. | |
489 | ||
490 | 2006-02-26 Mark Kettenis <[email protected]> | |
491 | ||
492 | * i386obsd-tdep.c (i386obsd_trapframe_sniffer): Also recognize | |
493 | "soft" interrupts. | |
494 | ||
495 | 2006-02-24 Charles Wilson <[email protected]> | |
496 | ||
497 | * gdb/defs.h: unconditionally include <fcntl.h>, and | |
498 | ensure that O_BINARY is defined. | |
499 | * gdb/solib.c(solib_open): ensure solib files are opened in | |
500 | binary mode. | |
501 | * gdb/corelow.c: Remove O_BINARY macro definition. | |
502 | * gdb/exec.c: Remove O_BINARY macro definition | |
503 | * gdb/remote-rdp.c: Remove O_BINARY macro definition | |
504 | * gdb/source.c: Remove O_BINARY macro definition | |
505 | * gdb/symfile.c: Remove O_BINARY macro definition | |
506 | ||
507 | 2006-02-24 Randolph Chung <[email protected]> | |
508 | ||
509 | * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Initialize | |
510 | argreg. | |
511 | * solib-som.c (som_solib_remove_inferior_hook): Remove unused | |
512 | function. | |
513 | ||
514 | 2006-02-24 Wu Zhou <[email protected]> | |
515 | ||
516 | * f-exp.y: Symbol '%' is not used as the modulus operator in | |
517 | Fortran. Delete this from Fortran expression. | |
518 | It is now used by Fortran 90 and later to access the member | |
519 | of derived type. Add this into Fortran expression. | |
520 | * f-valprint.c (f_val_print): Add code to handle TYPE_CODE_STRUCT. | |
521 | Print each elements in the derived type. | |
522 | * f-typeprint.c (print_equivalent_f77_float_type): Add a parameter | |
523 | level into the function definition to do indented printing. And | |
524 | call fprintfi_filtered instead to do indented printing. | |
525 | (f_type_print_base): Replace fprintf_filtered with the indented | |
526 | version (fprintfi_filtered). | |
527 | (f_type_print_base): Call indented print_equivalent_f77_float_type. | |
528 | (f_type_print_base): Add code to handle TYPE_CODE_STRUCT. Print | |
529 | the definition of the derived type. | |
530 | ||
531 | 2006-02-23 Daniel Jacobowitz <[email protected]> | |
532 | ||
533 | * gdb_curses.h: Provide a fallback prototype for tgetnum. | |
534 | ||
535 | 2006-02-23 Daniel Jacobowitz <[email protected]> | |
536 | ||
537 | * doublest.h: Conditionalize DOUBLEST on PRINTF_HAS_LONG_DOUBLE | |
538 | also. | |
539 | (DOUBLEST_FORMAT): Rename to DOUBLEST_PRINT_FORMAT. | |
540 | (DOUBLEST_SCAN_FORMAT): New. | |
541 | * ada-lex.l (PRINTF_HAS_LONG_DOUBLE): Remove redefinitions. | |
542 | (processReal): Use DOUBLEST_SCAN_FORMAT. | |
543 | * c-exp.y (parse_number): Likewise. | |
544 | * jv-exp.y (parse_number): Likewise. | |
545 | * objc-exp.y (parse_number): Likewise. | |
546 | * p-exp.y (parse_number): Likewise. | |
547 | ||
548 | 2006-02-23 Daniel Jacobowitz <[email protected]> | |
549 | ||
550 | * event-top.c (async_do_nothing, async_disconnect) | |
551 | (async_stop_sig, async_float_handler): Remove duplicated | |
552 | prototypes. | |
553 | (handle_sighup): Guard prototype with SIGHUP. | |
554 | (async_do_nothing): Guard function and prototype with | |
555 | SIGQUIT || SIGHUP. | |
556 | (async_disconnect): Guard prototype with SIGHUP. | |
557 | (async_stop_sig): Guard prototype with STOP_SIGNAL. | |
558 | ||
559 | 2006-02-23 Daniel Jacobowitz <[email protected]> | |
560 | ||
561 | * maint.c (maintenance_dump_me): Remove unnecessary prototype. | |
562 | ||
563 | 2006-02-23 Daniel Jacobowitz <[email protected]> | |
564 | ||
565 | * win32-termcap.c (tputs): Return 0. | |
566 | ||
567 | 2006-02-21 Mark Kettenis <[email protected]> | |
568 | ||
569 | * configure.ac: Introduce ---enable-werror, which adds -Werror to | |
570 | the compiler command line. Enabled by default. Disable with | |
571 | --disable-werror. | |
572 | * configure regenerate. | |
573 | ||
574 | 2006-02-21 Daniel Jacobowitz <[email protected]> | |
575 | ||
576 | * elfread.c (elf_symtab_read): Skip symbols which BFD considers | |
577 | special. | |
578 | ||
579 | 2006-02-21 Andrew Stubbs <[email protected]> | |
580 | ||
581 | * defs.h (directory_switch): Add prototype. | |
582 | * main.c (captured_main): Use directory_switch() instead of | |
583 | directory_command() to add directories from the -d switch. | |
584 | * source.c (directory_switch): New function. | |
585 | (add_path): Use buildargv() to parse spaces in filenames properly. | |
586 | Strip multiple trailing '/' rather than just one. | |
587 | ||
588 | 2006-02-21 Andrew Stubbs <[email protected]> | |
589 | ||
590 | * symfile.c (add_symbol_file_command): Use buildargv(), instead of | |
591 | hand decoding the command line, to allow use of quotes and spaces. | |
592 | (_initialize_symfile): Reorganize the help message for add-symbol-file | |
593 | such that 'help files' shows a better message. | |
594 | ||
595 | 2006-02-21 Andrew Stubbs <[email protected]> | |
596 | ||
597 | * sh-tdep.c (sh_generic_show_regs): Reformat both code and output. | |
598 | (sh3_show_regs, sh2e_show_regs, sh2a_show_regs): Likewise. | |
599 | (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs): Likewise. | |
600 | (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs): Likewise. | |
601 | ||
602 | 2006-02-20 Daniel Jacobowitz <[email protected]> | |
603 | ||
604 | * linux-nat.c (lin_thread_get_thread_signals): Default to __SIGRTMIN | |
605 | and __SIGRTMIN + 1. | |
606 | ||
607 | 2006-02-20 Daniel Jacobowitz <[email protected]> | |
608 | ||
609 | * remote.c: Add an enumeration for configurable remote | |
610 | packets. | |
611 | (remote_protocol_packets, set_remote_protocol_packet_cmd) | |
612 | (show_remote_protocol_packet_cmd): New. | |
613 | (remote_protocol_vcont) | |
614 | (set_remote_protocol_vcont_packet_cmd) | |
615 | (show_remote_protocol_vcont_packet_cmd) | |
616 | (remote_protocol_qSymbol) | |
617 | (set_remote_protocol_qSymbol_packet_cmd) | |
618 | (show_remote_protocol_qSymbol_packet_cmd) | |
619 | (remote_protocol_P, set_remote_protocol_P_packet_cmd) | |
620 | (show_remote_protocol_P_packet_cmd) | |
621 | (remote_protocol_Z) | |
622 | (set_remote_protocol_Z_software_bp_packet_cmd) | |
623 | (show_remote_protocol_Z_software_bp_packet_cmd) | |
624 | (set_remote_protocol_Z_hardware_bp_packet_cmd) | |
625 | (show_remote_protocol_Z_hardware_bp_packet_cmd) | |
626 | (set_remote_protocol_Z_write_wp_packet_cmd) | |
627 | (show_remote_protocol_Z_write_wp_packet_cmd) | |
628 | (set_remote_protocol_Z_read_wp_packet_cmd) | |
629 | (show_remote_protocol_Z_read_wp_packet_cmd) | |
630 | (set_remote_protocol_Z_access_wp_packet_cmd) | |
631 | (show_remote_protocol_Z_access_wp_packet_cmd) | |
632 | (remote_protocol_binary_download) | |
633 | (set_remote_protocol_binary_download_cmd) | |
634 | (show_remote_protocol_binary_download_cmd) | |
635 | (remote_protocol_qPart_auxv) | |
636 | (set_remote_protocol_qPart_auxv_packet_cmd) | |
637 | (show_remote_protocol_qPart_auxv_packet_cmd) | |
638 | (remote_protocol_qGetTLSAddr) | |
639 | (set_remote_protocol_qGetTLSAddr_packet_cmd) | |
640 | (show_remote_protocol_qGetTLSAddr_packet_cmd) | |
641 | (remote_protocol_p) | |
642 | (set_remote_protocol_p_packet_cmd) | |
643 | (show_remote_protocol_p_packet_cmd): Delete. | |
644 | ||
645 | (init_all_packet_configs): Simplify. | |
646 | (set_remote_protocol_Z_packet_cmd) | |
647 | (show_remote_protocol_Z_packet_cmd) | |
648 | (remote_check_symbols, remote_vcont_probe, remote_vcont_resume) | |
649 | (remote_fetch_registers, remote_prepare_to_store) | |
650 | (remote_store_registers, check_binary_download) | |
651 | (remote_write_bytes, remote_insert_breakpoint) | |
652 | (remote_remove_breakpoint, remote_insert_watchpoint) | |
653 | (remote_remove_watchpoint, remote_insert_hw_breakpoint) | |
654 | (remote_remove_hw_breakpoint, remote_xfer_partial) | |
655 | (remote_get_thread_local_address): Update for packet array. | |
656 | (_initialize_remote): Likewise; also update for common | |
657 | set/show commands. | |
658 | ||
659 | 2006-02-20 Daniel Jacobowitz <[email protected]> | |
660 | ||
661 | * symfile.c (place_section): Correct retry logic. | |
662 | ||
663 | 2006-02-19 Christopher Faylor <[email protected]> | |
664 | ||
665 | * win32_nat.c (cygwin_load_start): New variable. | |
666 | (cygwin_load_end): Ditto. | |
667 | (have_saved_context): Ditto. | |
668 | (saved_context): Ditto. | |
669 | (max_dll_name_len): Delete obsolete variable. | |
670 | (do_win32_fetch_inferior_registers): Use context saved from cygwin1.dll | |
671 | if we are in a cygwin signal rather than a windows signal. | |
672 | (solib_symbols_add): Detect and store beginning and end of cygwin DLL | |
673 | if dll being loaded is the cygwin DLL. | |
674 | (register_loaded_dll): Remove calculation of max_dll_name_len. | |
675 | (win32_clear_solib): Ditto. | |
676 | (handle_load_dll): Delete obsolete variable. Remove unneeded call to | |
677 | solib_add. | |
678 | (handle_output_debug_string): Detect and store signal information sent | |
679 | by Cygwin here. | |
680 | (handle_exception): Silently pass on errors in the cygwin DLL. Return | |
681 | -1 on first pass exception. | |
682 | (win32_continue): Remove spurious clearing of continue_status. | |
683 | (get_win32_debug_event): Deal differently first chance exception. | |
684 | ||
685 | 2006-02-19 Randolph Chung <[email protected]> | |
686 | ||
687 | * hppa-tdep.c (hppa_in_solib_call_trampoline): Only use if no | |
688 | unwind entry. | |
689 | ||
690 | 2006-02-16 Fred Fish <[email protected]> | |
691 | ||
692 | * eval.c (evaluate_subexp_standard): For OP_TYPE, return | |
693 | a non lval value zero, of the appropriate type, when avoiding | |
694 | side effects. | |
695 | * typeprint.c (ptype_eval): Remove function and declaration. | |
696 | (ptype_command): Simplify to just a call to whatis_exp. | |
697 | ||
698 | 2006-02-15 Paul Brook <[email protected]> | |
699 | ||
700 | * arm-tdep.c (arm_skip_prologue, thumb_get_next_pc, arm_get_next_pc): | |
701 | Load insn opcodes as unsigned values. | |
702 | ||
703 | 2006-02-14 Alexandre Oliva <[email protected]> | |
704 | ||
705 | * doublest.h (DOUBLEST): Use long double only if we can scan | |
706 | it in. Undefine HAVE_LONG_DOUBLE otherwise. | |
707 | (DOUBLEST_FORMAT): New. | |
708 | * c-exp.y (parse_number): Use it. | |
709 | * jv-exp.y (parse_number): Likewise. | |
710 | * objc-exp.y (parse_number): Likewise. | |
711 | * p-exp.y (parse_number): Likewise. | |
712 | * varobj.c (free_variable): Silence type-punning warnings. | |
713 | * tui/tui-data.h (struct tui_list): Change type of list member. | |
714 | * tui/tui-data.c: Remove no-longer-needed type casts. | |
715 | (source_windows): Silence type-punning warnings. | |
716 | * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Likewise. | |
717 | ||
718 | 2006-02-13 Mark Kettenis <[email protected]> | |
719 | ||
720 | Fix PR breakpoints/2080. | |
721 | * i386-tdep.c (struct i386_frame_cache): Add stack_align member. | |
722 | (i386_analyze_stack_align): New function. | |
723 | (i386_analyze_prologue): Use i386_analyze_stack_align. | |
724 | (i386_frame_cache): Deal with stack realignment. | |
725 | ||
726 | 2006-02-14 Nick Roberts <[email protected]> | |
727 | ||
728 | * mi/gdb-mi.el: Use more functions from gdb-ui.el. | |
729 | (gdb-break-list-regexp): Match "what" field if present. | |
730 | (gdb-stack-list-frames-regexp): Match "from" field if present. | |
731 | (gdb-stack-list-frames-handler): Present output like "info | |
732 | breakpoints" so regexps can be shared with gdb-ui | |
733 | ||
734 | 2006-02-10 Daniel Jacobowitz <[email protected]> | |
735 | ||
736 | * NEWS: Mention native Windows support. | |
737 | * Makefile.in (gdb_select_h, ser_tcp_h): New. | |
738 | (ALLDEPFILES): Add ser-mingw.c. | |
739 | (event-loop.o, inflow.o, mingw-hdep.o, posix-hdep.o, ser-base.o) | |
740 | (ser-tcp.o, ser-unix.o): Update. | |
741 | (ser-mingw.o): New rule. | |
742 | * configure: Regenerated. | |
743 | * configure.ac: Add ser-mingw.o for mingw32. | |
744 | * ser-mingw.c: New file. | |
745 | * event-loop.c: Include "gdb_select.h". | |
746 | (gdb_select): Remove, moved to mingw-hdep.c and posix-hdep.c. | |
747 | * ser-base.c: Include "gdb_select.h". | |
748 | (ser_base_wait_for): Use gdb_select. | |
749 | * serial.c (serial_for_fd): New function. | |
750 | (serial_fdopen): Try "terminal" before "hardwire". Initialize | |
751 | the allocated struct serial. | |
752 | (serial_wait_handle): New function. | |
753 | * serial.h (serial_for_fd, serial_wait_handle): New prototypes. | |
754 | (struct serial_ops) [USE_WIN32API]: Add wait_handle. | |
755 | * gdb_select.h: New file. | |
756 | * ser-tcp.c: Include "ser-tcp.h". Remove unused "ser-unix.h" include. | |
757 | (net_close, net_read_prim, net_write_prim): Make global. | |
758 | (net_open): Likewise. Pass an exception set to select. Whitespace fix. | |
759 | Document why we can not use gdb_select. | |
760 | (_initialize_ser_tcp) [USE_WIN32API]: Do not register TCP support here. | |
761 | * ser-tcp.h: New file. | |
762 | * inflow.c (gdb_has_a_terminal): Don't initialize stdin_serial here. | |
763 | (handle_sigio): Use gdb_select. | |
764 | (initialize_stdin_serial): New function. | |
765 | * terminal.h (initialize_stdin_serial): New prototype. | |
766 | * top.c (gdb_init): Call initialize_stdin_serial. | |
767 | * mingw-hdep.c (gdb_select): New function, moved from gdb_select in | |
768 | event-loop.c. Add exception condition support. Use serial_for_fd | |
769 | and serial_wait_handle. Fix timeout handling. | |
770 | * posix-hdep.c: Include "gdb_select.h". | |
771 | (gdb_select): New function. | |
772 | * remote-st.c (connect_command): Use gdb_select. | |
773 | * ser-unix.c: Include "gdb_select.h". | |
774 | (hardwire_send_break, wait_for): Use gdb_select. | |
775 | ||
776 | 2006-02-10 Daniel Jacobowitz <[email protected]> | |
777 | ||
778 | * Makefile.in (mingw-hdep.o, posix-hdep.o): New dependencies. | |
779 | (ALLDEPFILES): Add mingw-hdep.c and posix-hdep.c. | |
780 | * configure.ac: Add gdb_host_obs to CONFIG_OBS. Set gdb_host_obs | |
781 | to posix-hdep.o by default. | |
782 | * configure: Regenerated. | |
783 | * configure.host: Document gdb_host_obs. Add an entry for | |
784 | i[34567]86-*-mingw32*. | |
785 | * mingw-hdep.c, posix-hdep.c: New files. | |
786 | * utils.c (safe_strerror): Remove, moved to posix-hdep.o. | |
787 | ||
788 | 2006-02-10 Joel Brobecker <[email protected]> | |
789 | ||
790 | * defs.h (gdb_osabi): New enum value GDB_OSABI_AIX. | |
791 | * osabi.c (gdb_osabi_name): Add name of new value GDB_OSABI_AIX. | |
792 | * rs6000-tdep.h: New file. | |
793 | * rs6000-tdep.c: Include "rs6000-tdep.h". | |
794 | (rs6000_gdbarch_init): Remove enabling of software single step. | |
795 | Will be done in the AIX-specific initialization routine. | |
796 | * rs6000-aix-tdep.c: New file. | |
797 | * config/powerpc/aix.mt (TDEPFILES): Add rs6000-aix-tdep.o. | |
798 | * Makefile.in (rs6000_tdep_h): New variable. | |
799 | (rs6000-tdep.o): Update dependencies. | |
800 | (rs6000-aix-tdep.o): New rule. | |
801 | ||
802 | 2006-02-10 Joel Brobecker <[email protected]> | |
803 | ||
804 | * aix-thread.c (_initialize_aix_thread): Use add_setshow_boolean_cmd | |
805 | instead of add_setshow_zinteger_cmd to defined the aix-thread | |
806 | boolean setting. | |
807 | ||
808 | 2006-02-10 Nick Roberts <[email protected]> | |
809 | ||
810 | * mi/gdb-mi.el: Update to reflect changes in Emacs 22.0.50. | |
811 | ||
812 | 2006-02-09 Daniel Jacobowitz <[email protected]> | |
813 | ||
814 | * dwarf2read.c (struct dwarf2_per_cu_data): Reduce length to | |
815 | 30 bits. Add load_all_dies flag. | |
816 | (load_partial_dies): Load all DIEs if per_cu->load_all_dies is set. | |
817 | Load DW_TAG_member by default. Remove internal_error call. | |
818 | (find_partial_die): Reload the compilation unit if we can not find | |
819 | a DIE in the cache. Call internal_error here if we still can not | |
820 | find the DIE. | |
821 | ||
822 | 2006-02-10 Nick Roberts <[email protected]> | |
823 | ||
824 | * breakpoint.c (print_one_breakpoint): Add break to case | |
825 | bp_catch_vfork in switch statement. | |
826 | ||
827 | 2006-02-08 Wu Zhou <[email protected]> | |
828 | ||
829 | * config/i386/nm-i386sol2.h: Update copyright year. | |
830 | * config/mips/nm-irix5.h: Ditto. | |
831 | * config/sparc/nm-sol2.h: Ditto. | |
832 | * s390-nat.c: Ditto. | |
833 | * ppc-linux-nat.c: Ditto. | |
834 | ||
835 | 2006-02-08 Wu Zhou <[email protected]> | |
836 | ||
837 | * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Delete. | |
838 | * config/i386/nm-i386sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New. | |
839 | (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete. | |
840 | * config/mips/nm-irix5.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New. | |
841 | (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete. | |
842 | * config/sparc/nm-sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New. | |
843 | (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete. | |
844 | * inf-ttrace.c (inf_ttrace_region_ok_for_hw_watchpoint): New. | |
845 | (inf_ttrace_region_size_ok_for_hw_watchpoint): Delete. | |
846 | (inf_ttrace_target): Delete to_region_size_ok_for_hw_watchpoint and | |
847 | add to_region_ok_for_hw_watchpoint. | |
848 | * s390-nat.c (s390_region_size_ok_for_hw_watchpoint): Delete. | |
849 | (s390_region_ok_for_hw_watchpoint): New. | |
850 | (_initialize_s390_nat): Delete to_region_size_ok_for_hw_watchpoint | |
851 | and add to_region_ok_for_hw_watchpoint. | |
852 | * target.c (default_region_size_ok_for_hw_watchpoint, | |
853 | debug_to_region_size_ok_for_hw_watchpoint): Delete prototype. | |
854 | (update_current_target): Delete to_region_size_ok_for_hw_watchpoint | |
855 | inheritance and default_region_size_ok_for_hw_watchpoint. | |
856 | (default_region_ok_for_hw_watchpoint): If len is less than or equal | |
857 | the length of void pointer, return ok. | |
858 | (default_region_size_ok_for_hw_watchpoint): Delete. | |
859 | (debug_to_region_size_ok_for_hw_watchpoint): Delete. | |
860 | (setup_target_debug): Delete to_region_size_ok_for_hw_watchpoint. | |
861 | * target.h (struct target_ops): Delete | |
862 | to_region_size_ok_for_hw_watchpoint. | |
863 | (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete. | |
864 | ||
865 | 2006-02-08 Ben Elliston <[email protected]> | |
866 | Wu Zhou <[email protected]> | |
867 | ||
868 | * ppc-linux-nat.c (PTRACE_GET_DEBUGREG, PTRACE_SET_DEBUGREG, | |
869 | PTRACE_GETSIGINFO): Define. | |
870 | (last_stopped_data_address): New. | |
871 | (ppc_linux_check_watch_resources): New function. | |
872 | (ppc_linux_region_ok_for_hw_watchpoint): New function. | |
873 | (ppc_linux_insert_watchpoint): New function. | |
874 | (ppc_linux_remove_watchpoint): New function. | |
875 | (ppc_linux_stopped_data_address): New function. | |
876 | (ppc_linux_stopped_by_watchpoint): New function. | |
877 | (_initialize_ppc_linux_nat): Set the above hardware watchpoint | |
878 | related target vectors. | |
879 | * rs6000-tdep.c (rs6000_gdbarch_init): Set PPC architectures | |
880 | to have nonsteppable watchpoint. | |
881 | * target.c (default_region_ok_for_hw_watchpoint, | |
882 | debug_to_region_ok_for_hw_watchpoint): New prototypes. | |
883 | (update_current_target): Inherit to_region_ok_for_hw_watchpoint | |
884 | and set default to_region_ok_for_hw_watchpoint. | |
885 | (default_region_ok_for_hw_watchpoint): New function. | |
886 | (debug_to_region_ok_for_hw_watchpoint): New function. | |
887 | (setup_target_debug): Set to_region_ok_for_hw_watchpoint of | |
888 | debug_target. | |
889 | * target.h (struct target_ops): Add a new target vector | |
890 | to_region_ok_for_hw_watchpoint. | |
891 | (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Define this if it is not | |
892 | defined anyplace else. | |
893 | ||
894 | 2005-02-07 Joel Brobecker <[email protected]> | |
895 | * symfile.c (add_symbol_file_command): Abort if the user forgot | |
896 | to provide the address when the file has been loaded. | |
897 | ||
898 | 2006-02-07 Daniel Jacobowitz <[email protected]> | |
899 | ||
900 | * MAINTAINERS: Update file based on maintainers survey. Add | |
901 | a note to Past Maintainers. Move unresponsive or inactive | |
902 | maintainers to Authorized Committers or Past Maintainers as | |
903 | appropriate. Correct Jim Kingdon's email address. Remove | |
904 | vacant areas of responsibility. | |
905 | ||
906 | 2006-02-06 Vladimir Prus <[email protected]> | |
907 | ||
908 | * breakpoint.c (print_one_breakpoint): For MI-like UI, output | |
909 | fullname field. | |
910 | ||
911 | 2006-02-03 Daniel Jacobowitz <[email protected]> | |
912 | ||
913 | * exceptions.h (enum errors): Rename NO_ERROR to GDB_NO_ERROR. | |
914 | * exceptions.c (exception_none, exceptions_state_mc_init) | |
915 | (throw_vfatal): Use GDB_NO_ERROR. | |
916 | ||
917 | 2006-02-02 Mark Kettenis <[email protected]> | |
918 | ||
919 | * solib-svr4.h (struct link_map_offsets): Remove r_debug_size and | |
920 | r_map_size members. Add r_version_offset, r_version_size and | |
921 | r_ldsomap_offset members. | |
922 | * solib-svr4.c (solib_svr4_r_map): Renamed from | |
923 | fetch_link_map_member. Simplify using read_memory_typed_address. | |
924 | (solib_svr4_r_ldsomap): New function. | |
925 | (open_symbol_file_object): Use solib_svr_r_map. | |
926 | (svr4_current_sos): Use solib_svr4_r_map and look for the dynamic | |
927 | linker by using solib_svr4_r_ldsomap. | |
928 | (svr4_ilp32_fetch_link_map_offsets) | |
929 | (svr4_lp64_fetch_link_map_offsets): Adjust for changes to `struct | |
930 | link_map_offsets'. | |
931 | * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Adjust for | |
932 | changes to `struct link_map_offsets'. | |
933 | * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets) | |
934 | (mipsnbsd_lp64_fetch_link_map_offsets): Adjust for changes to | |
935 | `struct link_map_offsets'. | |
936 | ||
937 | 2006-02-01 Daniel Jacobowitz <[email protected]> | |
938 | ||
939 | * linux-nat.c (struct saved_ptids, threads_to_delete) | |
940 | (record_dead_thread, prune_lwps, find_thread_from_lwp) | |
941 | (exit_lwp): New. | |
942 | (linux_nat_resume): Call prune_lwps. | |
943 | (wait_lwp, linux_nat_wait): Call exit_lwp. | |
944 | ||
945 | 2006-02-01 Daniel Jacobowitz <[email protected]> | |
946 | ||
947 | * printcmd.c (printf_command): Make format string checking | |
948 | stricter. Add separate cases for long_arg, ptr_arg, and | |
949 | long_double_arg. | |
950 | * utils.c (xstrvprintf): Improve the error message issued | |
951 | for a bad format string. | |
952 | * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT, INTERNAL_CFLAGS_BASE): | |
953 | New variables. | |
954 | (gnu-v3-abi.o, monitor.o, procfs.o, linux-thread-db.o): Remove | |
955 | $(NO_WERROR_CFLAGS). | |
956 | (printcmd.o): Likewise. Use $(GDB_WARN_CFLAGS_NO_FORMAT) and | |
957 | enable -Werror. | |
958 | ||
959 | 2006-02-01 Daniel Jacobowitz <[email protected]> | |
960 | ||
961 | * Makefile.in (remote.o): Update. | |
962 | * remote.c (show_packet_config_cmd): Shorten messages. | |
963 | (remote_set_cmdlist, remote_show_cmdlist): Make file-static. | |
964 | (show_remote_cmd): Iterate. | |
965 | (_initialize_remote): Remove remote_set_cmdlist, | |
966 | remote_show_cmdlist. | |
967 | ||
968 | 2006-02-01 Daniel Jacobowitz <[email protected]> | |
969 | ||
970 | * Makefile.in (gdbtypes_h, gdbtypes.o, utils.o): Update. | |
971 | * defs.h (hashtab_obstack_allocate, dummy_obstack_deallocate): Add | |
972 | prototypes. | |
973 | * dwarf2read.c (read_subroutine_type): Use TYPE_ZALLOC. | |
974 | (hashtab_obstack_allocate, dummy_obstack_deallocate): Moved to... | |
975 | * utils.c (hashtab_obstack_allocate, dummy_obstack_deallocate): | |
976 | ...here. | |
977 | * gdbtypes.c: Include "hashtab.h". | |
978 | (build_gdbtypes): Remove extra prototype. | |
979 | (struct type_pair, type_pair_hash, type_pair_eq) | |
980 | (create_copied_types_hash, copy_type_recursive): New. | |
981 | * gdbtypes.h: Include "hashtab.h". | |
982 | (TYPE_ZALLOC): New. | |
983 | (create_copied_types_hash, copy_type_recursive): New prototypes. | |
984 | * objfiles.c (free_objfile): Call preserve_values. | |
985 | * symfile.c (reread_symbols): Likewise. | |
986 | (clear_symtab_users): Remove calls to clear_value_history and | |
987 | clear_internalvars. | |
988 | * value.c (clear_value_history, clear_internalvars): Removed. | |
989 | (preserve_one_value, preserve_values): New functions. | |
990 | * value.h (clear_value_history, clear_internalvars): Removed. | |
991 | (preserve_values): New prototype. | |
992 | ||
993 | * tracepoint.c (_initialize_tracepoint): Do not initialize convenience | |
994 | variables here. | |
995 | ||
996 | 2006-01-29 Mark Kettenis <[email protected]> | |
997 | ||
998 | * amd64-tdep.c (amd64_classify): Handle TYPE_CODE_BOOL. | |
999 | Fixes PR tdep/2075. | |
1000 | ||
1001 | 2006-01-27 Joel Brobecker <[email protected]> | |
1002 | ||
1003 | * MAINTAINERS: Use a consistent email address for brobecker. | |
1004 | ||
1005 | 2006-01-27 Joel Brobecker <[email protected]> | |
1006 | ||
1007 | * infcmd.c (post_create_inferior): Fix copy/paste error introduced | |
1008 | in the previous change. | |
1009 | ||
1010 | 2006-01-24 Daniel Jacobowitz <[email protected]> | |
1011 | ||
1012 | PR gdb/1914 | |
1013 | * fork-child.c (fork_inferior): Don't call | |
1014 | solib_create_inferior_hook. | |
1015 | * infcmd.c (post_create_inferior): Call solib_add, | |
1016 | solib_create_inferior_hook, and re_enable_breakpoints_in_shlibs. | |
1017 | (attach_command): Don't call solib_add or | |
1018 | re_enable_breakpoints_in_shlibs. Call post_create_inferior | |
1019 | instead. | |
1020 | * remote.c (remote_open_1): Don't call solib_create_inferior_hook | |
1021 | or observer_notify_inferior_created. Call post_create_inferior | |
1022 | instead. | |
1023 | * corelow.c: Don't include "observer.h". | |
1024 | (solib_add_stub): Deleted. | |
1025 | (core_open): Don't call observer_notify_inferior_created or | |
1026 | solib_add_stub. Call post_create_inferior instead. | |
1027 | * inf-ptrace.c: Don't include "observer.h". | |
1028 | (inf_ptrace_attach): Don't call observer_notify_inferior_created. | |
1029 | * inf-ttrace.c: Don't include "observer.h". | |
1030 | (inf_ttrace_attach): Don't call observer_notify_inferior_created. | |
1031 | * inferior.h (solib_create_inferior_hook): Remove redundant | |
1032 | prototype. | |
1033 | * inftarg.c: Don't include "observer.h". | |
1034 | (child_attach): Don't call observer_notify_inferior_created. | |
1035 | * Makefile.in: Update dependencies. | |
1036 | ||
1037 | 2006-01-24 Daniel Jacobowitz <[email protected]> | |
1038 | ||
1039 | * infcmd.c: Include "observer.h". | |
1040 | (post_create_inferior): New function. | |
1041 | (run_command_1): Call it. Also call proceed. | |
1042 | * inferior.h (post_create_inferior): New prototype. | |
1043 | * Makefile.in (infcmd.o): Update. | |
1044 | ||
1045 | * gnu-nat.c (gnu_create_inferior): Don't call proceed. | |
1046 | * go32-nat.c (go32_create_inferior): Likewise. | |
1047 | * nto-procfs.c (procfs_create_inferior): Likewise. | |
1048 | * procfs.c (procfs_create_inferior): Likewise. | |
1049 | * remote-sim.c (gdbsim_create_inferior): Likewise. | |
1050 | * remote.c (extended_remote_create_inferior) | |
1051 | (extended_remote_async_create_inferior): Likewise. | |
1052 | * win32-nat.c (win32_create_inferior): Likewise. | |
1053 | * wince.c (child_create_inferior): Likewise. | |
1054 | ||
1055 | * monitor.c (monitor_create_inferior): Don't call proceed. | |
1056 | Set the PC manually. | |
1057 | * ocd.c (ocd_create_inferior): Likewise. | |
1058 | * remote-e7000.c (e7000_create_inferior): Likewise. | |
1059 | * remote-m32r-sdi.c (m32r_create_inferior): Likewise. | |
1060 | * remote-mips.c (mips_create_inferior): Likewise. | |
1061 | * remote-rdp.c (remote_rdp_create_inferior): Likewise. | |
1062 | * remote-sds.c (sds_create_inferior): Likewise. | |
1063 | * remote-st.c (st2000_create_inferior): Likewise. | |
1064 | ||
1065 | * inf-ptrace.c (inf_ptrace_create_inferior): Don't call | |
1066 | proceed or observer_notify_inferior_created. | |
1067 | * inf-ttrace.c (inf_ttrace_create_inferior): Likewise. | |
1068 | * inftarg.c (child_create_inferior): Likewise. | |
1069 | ||
1070 | 2006-01-24 Daniel Jacobowitz <[email protected]> | |
1071 | ||
1072 | * linux-thread-db.c (thread_db_mourn_inferior): Remove breakpoints | |
1073 | after mourning the inferior. | |
1074 | ||
1075 | 2006-01-24 Jim Blandy <[email protected]> | |
1076 | ||
1077 | * valarith.c (binop_user_defined_p): Handle refs to typedefs. | |
1078 | ||
1079 | 2006-01-24 Fred Fish <[email protected]> | |
1080 | ||
1081 | * parse.c (source.h): Include. | |
1082 | (parse_exp_in_context): Use static source context if no | |
1083 | other context found. | |
1084 | ||
1085 | 2006-01-23 Andrew Stubbs <[email protected]> | |
1086 | ||
1087 | * sh-tdep.c: Include reggroups.h. | |
1088 | (sh_register_reggroup_p): New function. | |
1089 | (sh_gdbarch_init): Add call to set_gdbarch_register_reggroup_p. | |
1090 | * Makefile.in (sh-tdep.o): Add dependency on reggroups.h. | |
1091 | ||
1092 | 2006-01-23 Andrew Stubbs <[email protected]> | |
1093 | ||
1094 | * cli/cli-cmds.c: Include fcntl.h. | |
1095 | (source_command): Use the GDB search path to find script files. | |
1096 | ||
1097 | 2006-01-22 Daniel Jacobowitz <[email protected]> | |
1098 | ||
1099 | PR tdep/2029 | |
1100 | Suggested by Till Straumann <[email protected]>: | |
1101 | * rs6000-tdep.c (skip_prologue): Update check for later mtlr | |
1102 | instructions. Handle PIC bcl. | |
1103 | ||
1104 | 2006-01-22 Daniel Jacobowitz <[email protected]> | |
1105 | ||
1106 | * config/djgpp/README: Typo fix. | |
1107 | * config/djgpp/fnchange.lst: Update. | |
1108 | ||
1109 | 2006-01-22 Mark Kettenis <[email protected]> | |
1110 | ||
1111 | * sparc-tdep.h (struct gdbarch_tdep): Add step_trap member. | |
1112 | (sparc_address_from_register): New prototype. | |
1113 | (sparcnbsd_step_trap): New prototype. | |
1114 | * sparc-tdep.c (sparc_address_from_register): Make globally | |
1115 | visible. | |
1116 | (sparc_analyze_control_transfer): Change prototype to accept | |
1117 | `struct gdbarch *' as first argument. Allow for optional hnadling | |
1118 | for trap instructions. | |
1119 | (sparc_step_trap): New function. | |
1120 | (sparc_software_single_step): Adjust call to | |
1121 | sparc_analyze_control_trabsfer. | |
1122 | (sparc32_gdbarch_init): Initialize TDEP->step_trap. | |
1123 | * sparcnbsd-tdep.c (sparcnbsd_step_trap): New function. | |
1124 | (sparc32nbsd_init_abi): Set TDEP->step_trap. | |
1125 | * sparc64obsd-tdep.c (sparc64obsd_init_abi): Set TDEP->step_trap. | |
1126 | * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Set TDEP->step_trap. | |
1127 | ||
1128 | * sparc-tdep.c (sparc32_return_value): Convert to use | |
1129 | RETURN_VALUE_ABI_PRESERVES_ADDRESS instead of | |
1130 | RETURN_VALUE_STRUCT_CONVENTION. | |
1131 | (sparc32_extract_struct_value_address): Remove. | |
1132 | ||
1133 | 2006-01-21 Daniel Jacobowitz <[email protected]> | |
1134 | ||
1135 | * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address) | |
1136 | (avr_extract_return_value, avr_frame_prev_register): Use gdb_byte. | |
1137 | ||
1138 | 2006-01-21 Daniel Jacobowitz <[email protected]> | |
1139 | ||
1140 | * solib.c (info_sharedlibrary_command): Avoid internal_error. | |
1141 | ||
1142 | 2006-01-21 Mark Kettenis <[email protected]> | |
1143 | ||
1144 | * i386-tdep.c (i386_mxcsr_type): New variable. | |
1145 | (i386_init_types): Initialize i386_mxcsr_type. | |
1146 | (i386_register_type): Return i386_mxcsr_type for %mxcsr. | |
1147 | * i386-tdep.c (i386_mxcsr_type): New extern. | |
1148 | * amd64-tdep.c (amd64_register_info): Return i386_mxcsr_type for | |
1149 | %mxcsr. | |
1150 | ||
1151 | 2006-01-20 Mark Mitchell <[email protected]> | |
1152 | ||
1153 | * Makefile.in (remote-rdi.o): Remove. | |
1154 | (rdi-share/libangsd.a): Likewise. | |
1155 | * README: Don't mention remote-rdi.c. | |
1156 | * NEWS: Mention removal of rdi-share. | |
1157 | * configure.ac: Don't configure rdi-share subdirectory. | |
1158 | * remote-rdi.c: Remove. | |
1159 | * config/arm/embed.mt (TDEPFILES): Remove remote-rdi.o. | |
1160 | (TDEPLIBS): Remove rdi-share/libangsd.a. | |
1161 | * rdi-share/Makefile.am: Remove. | |
1162 | * rdi-share/Makefile.in: Likewise. | |
1163 | * rdi-share/README.CYGNUS: Likewise. | |
1164 | * rdi-share/aclocal.m4: Likewise. | |
1165 | * rdi-share/adp.h: Likewise. | |
1166 | * rdi-share/adperr.h: Likewise. | |
1167 | * rdi-share/angel.h: Likewise. | |
1168 | * rdi-share/angel_bytesex.c: Likewise. | |
1169 | * rdi-share/angel_bytesex.h: Likewise. | |
1170 | * rdi-share/angel_endian.h: Likewise. | |
1171 | * rdi-share/ardi.c: Likewise. | |
1172 | * rdi-share/ardi.h: Likewise. | |
1173 | * rdi-share/armdbg.h: Likewise. | |
1174 | * rdi-share/buffers.h: Likewise. | |
1175 | * rdi-share/chandefs.h: Likewise. | |
1176 | * rdi-share/channels.h: Likewise. | |
1177 | * rdi-share/chanpriv.h: Likewise. | |
1178 | * rdi-share/configure: Likewise. | |
1179 | * rdi-share/configure.in: Likewise. | |
1180 | * rdi-share/crc.c: Likewise. | |
1181 | * rdi-share/crc.h: Likewise. | |
1182 | * rdi-share/dbg_conf.h: Likewise. | |
1183 | * rdi-share/dbg_cp.h: Likewise. | |
1184 | * rdi-share/dbg_hif.h: Likewise. | |
1185 | * rdi-share/dbg_rdi.h: Likewise. | |
1186 | * rdi-share/devclnt.h: Likewise. | |
1187 | * rdi-share/devices.h: Likewise. | |
1188 | * rdi-share/devsw.c: Likewise. | |
1189 | * rdi-share/devsw.h: Likewise. | |
1190 | * rdi-share/drivers.c: Likewise. | |
1191 | * rdi-share/drivers.h: Likewise. | |
1192 | * rdi-share/etherdrv.c: Likewise. | |
1193 | * rdi-share/ethernet.h: Likewise. | |
1194 | * rdi-share/host.h: Likewise. | |
1195 | * rdi-share/hostchan.c: Likewise. | |
1196 | * rdi-share/hostchan.h: Likewise. | |
1197 | * rdi-share/hsys.c: Likewise. | |
1198 | * rdi-share/hsys.h: Likewise. | |
1199 | * rdi-share/logging.c: Likewise. | |
1200 | * rdi-share/logging.h: Likewise. | |
1201 | * rdi-share/msgbuild.c: Likewise. | |
1202 | * rdi-share/msgbuild.h: Likewise. | |
1203 | * rdi-share/params.c: Likewise. | |
1204 | * rdi-share/params.h: Likewise. | |
1205 | * rdi-share/rx.c: Likewise. | |
1206 | * rdi-share/rxtx.h: Likewise. | |
1207 | * rdi-share/serdrv.c: Likewise. | |
1208 | * rdi-share/serpardr.c: Likewise. | |
1209 | * rdi-share/sys.h: Likewise. | |
1210 | * rdi-share/tx.c: Likewise. | |
1211 | * rdi-share/unixcomm.c: Likewise. | |
1212 | * rdi-share/unixcomm.h: Likewise. | |
1213 | ||
1214 | 2006-01-21 Mark Kettenis <[email protected]> | |
1215 | ||
1216 | * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): | |
1217 | Change type of last argument to `gdb_byte *'. | |
1218 | ||
1219 | 2006-01-20 Mark Kettenis <[email protected]> | |
1220 | ||
1221 | * hppa-tdep.h (hppa_in_solib_call_trampoline) | |
1222 | (hppa_skip_trampoline_code): New prototypes. | |
1223 | * hppa-tdep.c (struct insn_pattern): New. | |
1224 | (hppa_long_branch_stub, hppa_long_branch_pic_stub) | |
1225 | (hppa_import_stub, hppa_import_pic_stub, hppa_plt_stub): Moved | |
1226 | here from hppa-linux-tdep.c | |
1227 | (HPPA_MAX_INSN_PATTERN_LEN): New define. | |
1228 | (hppa_match_insns, hppa_match_insns_relaxed, hppa_in_dyncall) | |
1229 | (hppa_in_solib_call_trampoline, hppa_skip_trampoline_code): New | |
1230 | functions based on functions removed from hppa-linux-tdep.c. | |
1231 | * hppa-linux-tdep.c (hppa_long_branch_stub) | |
1232 | (hppa_long_branch_pic_stub, hppa_import_stub) | |
1233 | (hppa_import_pic_stub, hppa_plt_stub): Moved to hppa-tdep.c. | |
1234 | (insns_match_pattern_relaxed, hppa_linux_in_dyncall) | |
1235 | (hppa_linux_in_solib_call_trampoline) | |
1236 | (hppa_linux_skip_trampoline_code): Removed. | |
1237 | (hppa_linux_init_abi): Set TDEP->in_solib_call_tranpoline to | |
1238 | hppa_in_solib_call_trampoline and skip_trampoline_code to | |
1239 | hppa_skip_trampoline_code. | |
1240 | * hppabsd-tdep.c (hppabsd_init_abi): Set | |
1241 | TDEP->in_solib_call_trampoline and skip_trampoline_code. | |
1242 | ||
1243 | 2006-01-20 Jim Blandy <[email protected]> | |
1244 | ||
1245 | * MAINTAINERS: Change my E-mail address. | |
1246 | ||
1247 | * configure.ac: Add -Wno-pointer-sign to list of build warnings. | |
1248 | * configure: Regenerated. | |
1249 | ||
1250 | 2006-01-20 Daniel Jacobowitz <[email protected]> | |
1251 | ||
1252 | * MAINTAINERS: Overhaul. | |
1253 | ||
1254 | 2006-01-18 Mark Kettenis <[email protected]> | |
1255 | ||
1256 | Based on a previous patch form Michal Ludvig: | |
1257 | * amd64-tdep.c (amd64_sse_type): Remove. | |
1258 | (amd64_register_info): Use i386_eflags_type and i386_sse_type | |
1259 | where appropriate. | |
1260 | (AMD64_NUM_REGS): Use ARRAY_SIZE. | |
1261 | (amd64_register_type): Remove code to build amd_sse_type. | |
1262 | * i386-tdep.c (i386_eflag_type): New variable. | |
1263 | (i386_mmx_type, i386_sse_type): Make global. | |
1264 | (i386_init_types): New function. | |
1265 | (i386_build_mmx_type, i386_build_sse_type): Remove functions. | |
1266 | (i386_register_type): Return i386_eflag_type, i386_sse_type and | |
1267 | i386_mmx_type when appropriate. | |
1268 | (_initialize_i386_tdep): Call i386_init_types. | |
1269 | * i386-tdep.h (i386_eflags_type, i386_mmx_type, i386_sse_type): | |
1270 | Declare extern. | |
1271 | ||
1272 | Based on a previous patch form Michal Ludvig: | |
1273 | * gdbtypes.c (append_flags_type_flag, init_flags_type): New | |
1274 | functions. | |
1275 | (is_integral_type, rank_one_type, recursive_dump_type): Add | |
1276 | support for TYPE_CODE_FLAGS. | |
1277 | * gdbtypes.h (enum type_code): Add TYPE_CODE_FLAGS. | |
1278 | (append_flags_type_field, init_flags_type): New prototypes. | |
1279 | * ada-valprint.c (ada_val_print_1): Add support for | |
1280 | TYPE_CODE_FLAGS. | |
1281 | * c-valprint.c (c_val_print): Likewise. | |
1282 | * f-valprint.c (f_val_print): Likewise. | |
1283 | * p-valprint.c (pascal_val_print): Likewise. | |
1284 | * valprint.c (val_print_type_code_flags): New function. | |
1285 | * valprint.h (val_print_type_code_flags): New prototype. | |
1286 | * value.c (unpack_long, value_from_longest): Add support for | |
1287 | TYPE_CODE_FLAGS. | |
1288 | ||
1289 | 2006-01-17 Christopher Faylor <[email protected]> | |
1290 | ||
1291 | * MAINTAINERS: Very belatedly remove myself from from the list of | |
1292 | people caught up in the paper trail. | |
1293 | ||
1294 | 2006-01-17 Jim Blandy <[email protected]> | |
1295 | ||
1296 | * symtab.h (struct general_symbol_info): Use gdb_byte for | |
1297 | value.bytes. | |
1298 | * stabsread.c (define_symbol): Use gdb_byte for the buffer holding | |
1299 | a floating-point constant's value. | |
1300 | * dwarf2read.c (dwarf2_const_value): Remove casts of value buffer | |
1301 | to char *. | |
1302 | * findvar.c (read_var_value): Eliminate needless temporary. | |
1303 | ||
1304 | * dwarf2-frame.c (dwarf2_read_section): Update forward declaration | |
1305 | to match prior change to dwarf2_read_section's type. | |
1306 | ||
1307 | 2006-01-16 Paul Gilliam <[email protected]> | |
1308 | ||
1309 | * ppc-tdep.h (PPC_MAX_EPILOGUE_INSTRUCTIONS): New define. | |
1310 | * rs6000-tdep.c (insn_changes_sp_or_jumps) | |
1311 | (rs6000_in_function_epilogue_p): New functions. | |
1312 | (rs6000_gdbarch_init): Set in_function_epilogue_p. | |
1313 | ||
1314 | 2006-01-17 Jim Blandy <[email protected]> | |
1315 | ||
1316 | * dwarf2read.c (struct dwarf2_per_objfile, struct comp_unit_head) | |
1317 | (struct line_header, struct partial_die_info, struct dwarf_block): | |
1318 | Use gdb_byte for members that refer to Dwarf section contents. | |
1319 | (dwarf2_read_abbrevs, dwarf2_read_section, dwarf_decode_lines, | |
1320 | dwarf_decode_macros, load_comp_unit, load_partial_dies, | |
1321 | locate_pdi_sibling, partial_read_comp_unit_head, peek_die_abbrev, | |
1322 | read_1_byte, read_1_signed_byte, read_2_bytes, read_4_bytes, | |
1323 | read_8_bytes, read_address, read_attribute, read_attribute_value, | |
1324 | read_comp_unit, read_comp_unit_head, read_die_and_children, | |
1325 | read_die_and_siblings, read_full_die, read_indirect_string, | |
1326 | read_initial_length, read_n_bytes, read_offset, read_partial_die, | |
1327 | read_signed_leb128, read_string, read_unsigned_leb128, | |
1328 | skip_children, skip_leb128, skip_one_die): Same. | |
1329 | ||
1330 | 2006-01-17 Daniel Jacobowitz <[email protected]> | |
1331 | ||
1332 | * complaints.c (stop_whining): Make signed. | |
1333 | * linux-thread-db.c (thread_db_store_registers): Use gdb_byte. | |
1334 | ||
1335 | 2006-01-17 Daniel Jacobowitz <[email protected]> | |
1336 | ||
1337 | * dwarf2read.c, remote-fileio.c, remote.h: Update copyright | |
1338 | notices. | |
1339 | ||
1340 | 2006-01-17 Daniel Jacobowitz <[email protected]> | |
1341 | ||
1342 | * dwarf2read.c (peek_die_abbrev, read_address, read_initial_length) | |
1343 | (read_offset): Change BYTES_READ argument to unsigned int. | |
1344 | (dwarf2_build_psymtabs_easy, read_comp_unit_head) | |
1345 | (create_all_comp_units, dwarf2_get_pc_bounds) | |
1346 | (dwarf_decode_line_header, var_decode_location) | |
1347 | (dwarf_decode_macros): Change local BYTES_READ variables to | |
1348 | unsigned int. | |
1349 | (read_indirect_string): Remove obsolete cast. | |
1350 | ||
1351 | 2006-01-17 Daniel Jacobowitz <[email protected]> | |
1352 | ||
1353 | * remote-fileio.c (remote_fileio_return_success): Take a gdb_byte | |
1354 | argument. | |
1355 | (remote_fileio_func_open, remote_fileio_func_rename) | |
1356 | (remote_fileio_func_unlink, remote_fileio_func_stat) | |
1357 | (remote_fileio_func_fstat, remote_fileio_func_gettimeofday) | |
1358 | (remote_fileio_func_system): Cast the arguments to | |
1359 | remote_read_bytes and remote_write_bytes. | |
1360 | (remote_fileio_func_read, remote_fileio_func_write): Use a | |
1361 | gdb_byte buffer. | |
1362 | * remote.h (remote_read_bytes, remote_write_bytes): Update | |
1363 | prototypes. | |
1364 | * remote.c (hex2bin, bin2hex): Use gdb_byte for the BIN argument. | |
1365 | (threadref_to_int): Replace bogus char * cast. | |
1366 | (remote_unpack_thread_info_response): Use int for tag. | |
1367 | (remote_threads_extra_info, remote_check_symbols): Cast string | |
1368 | arguments to hex2bin. | |
1369 | (remote_wait): Use a char buffer for packets and a gdb_byte | |
1370 | buffer for registers. | |
1371 | (remote_async_wait): Likewise. | |
1372 | (remote_prepare_to_store, store_register_using_P) | |
1373 | (remote_store_registers): Use gdb_byte buffers. | |
1374 | (remote_write_bytes, remote_read_bytes): Use a gdb_byte pointer | |
1375 | for MYADDR and char buffers for strings. | |
1376 | (remote_xfer_partial): Add casts for string operations on READBUF. | |
1377 | (remote_rcmd): Cast strings passed to bin2hex. | |
1378 | ||
1379 | 2006-01-16 Mark Mitchell <[email protected]> | |
1380 | ||
1381 | * aclocal.m4: Regenerate. | |
1382 | ||
1383 | 2006-01-16 Nathan Sidwell <[email protected]> | |
1384 | ||
1385 | * mt-tdep.c (enum mt_gdb_regnums): Add MT_COPRO_PSEUDOREG_ARRAY, | |
1386 | MT_COPRO_PSEUDOREG_DIM_1, MT_COPRO_PSEUDOREG_DIM_2, | |
1387 | MT_COPRO_PSEUDOREG_REGS members. Adjust MT_NUM_PSEUDO_REGS. | |
1388 | (mt_register_name): Lazily synthesize name for coprocessor pseudo | |
1389 | array registers. | |
1390 | (mt_copro_register_type): New. Broken out of ... | |
1391 | (mt_register_type): ... here. Use it. Deal with coprocessor | |
1392 | pseudo array. | |
1393 | (mt_select_coprocessor): New. | |
1394 | (mt_pseudo_register_read, mt_pseudo_register_write): Deal with | |
1395 | coprocessor pseudo array. | |
1396 | ||
1397 | 2006-01-16 Andrew Stubbs <[email protected]> | |
1398 | ||
1399 | * breakpoint.c (insert_breakpoints): Check that a thread exists | |
1400 | before inserting thread specific breakpoints. | |
1401 | ||
1402 | 2006-01-15 Mark Kettenis <[email protected]> | |
1403 | ||
1404 | * osabi.c (generic_elf_osabi_sniffer): Fix typo in previous | |
1405 | commit. | |
1406 | ||
1407 | * alpha-tdep.c (alpha_gdbarch_init): Set cannot_step_breakpoint. | |
1408 | * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Remove. | |
1409 | * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Remove. | |
1410 | * config/alpha/nm-nbsd.h: Remove file. | |
1411 | * config/alpha/nm-fbsd.h: Remove file | |
1412 | * config/alpha/nbsd.mh (NAT_FILE): Remove. | |
1413 | * config/alpha/fbsd.mh (NAT_FILE): Remove. | |
1414 | ||
1415 | 2006-01-15 Daniel Jacobowitz <[email protected]> | |
1416 | ||
1417 | * macroexp.c (expand): Initialize argc. | |
1418 | * stabsread.c (read_type): Handle errors from read_args. | |
1419 | (read_args): Return NULL for errors. | |
1420 | ||
1421 | 2006-01-15 Mark Kettenis <[email protected]> | |
1422 | ||
1423 | * osabi.c (generic_elf_osabi_sniffer): Use memcmp instead of | |
1424 | strcmp to compare string to a byte buffer. | |
1425 | ||
1426 | 2006-01-15 Daniel Jacobowitz <[email protected]> | |
1427 | ||
1428 | * printcmd.c (output_command): Always initialize fmt.size. | |
1429 | (printf_command): Use gdb_byte. | |
1430 | * symfile.c (separate_debug_file_exists): Use gdb_byte. | |
1431 | (load_section_callback, read_target_long_array): Likewise. | |
1432 | (simple_read_overlay_table, simple_read_overlay_region_table) | |
1433 | (simple_overlay_update_1): Correct calls to read_target_long_array. | |
1434 | * valprint.c (partial_memory_read): Change MYADDR to a gdb_byte *. | |
1435 | Also change local pointers. | |
1436 | (val_print_string): Use gdb_byte. | |
1437 | ||
1438 | 2006-01-15 Mark Kettenis <[email protected]> | |
1439 | ||
1440 | * alphafbsd-tdep.c: Include "solib-svr4.h". | |
1441 | (alphafbsd_init_abi): Set solib_svr4_fetch_link_map_offsets to | |
1442 | svr4_lp64_fetch_link_map_offsets. | |
1443 | * Makefile.in (alphafbsd-tdep.o): Update dependencies. | |
1444 | * config/alpha/fbsd.mt (TDEPFILES): Add corelow.o, solib.o and | |
1445 | solib-svr4.o. | |
1446 | * config/alpha/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o | |
1447 | and solib-legacy.o. | |
1448 | * config/alpha/nm-fbsd.h: Don't include "solib.h". | |
1449 | ||
1450 | 2006-01-15 Daniel Jacobowitz <[email protected]> | |
1451 | ||
1452 | * source.c (_initialize_source): Use add_setshow_integer_cmd. | |
1453 | ||
1454 | 2006-01-15 Daniel Jacobowitz <[email protected]> | |
1455 | ||
1456 | * linux-fork.c (delete_fork_command, detach_fork_command): Use | |
1457 | PIDGET. | |
1458 | ||
1459 | 2006-01-15 Mark Kettenis <[email protected]> | |
1460 | ||
1461 | * arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets): | |
1462 | Remove. | |
1463 | (arm_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to | |
1464 | svr4_ilp32_fetch_link_map_offsets. | |
1465 | * cris-tdep.c (cris_linux_svr4_fetch_link_map_offsets): Remove | |
1466 | function. | |
1467 | (cris_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to | |
1468 | svr4_ilp32_fetch_link_map_offsets. | |
1469 | * mips-linux-tdep.c (mips_linux_svr4_fetch_link_map_offsets) | |
1470 | (mips64_linux_svr4_fetch_link_map_offsets): Remove functions. | |
1471 | (mips_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to | |
1472 | svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets | |
1473 | where appropriate. | |
1474 | * nbsd-tdep.c (nbsd_ilp32_solib_svr4_fetch_link_map_offsets): | |
1475 | Simply call svr4_ilp32_fetch_link_map_offsets. | |
1476 | (nbsd_lp64_solib_svr4_fetch_link_map_offsets): Simply call | |
1477 | svr4_lp64_fetch_link_map_offsets. | |
1478 | * ppc-linux-tdep.c (ppc_linux_svr4_fetch_link_map_offsets): Remove | |
1479 | function. | |
1480 | (ppc_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to | |
1481 | svr4_ilp32_fetch_link_map_offsets. | |
1482 | * s390-tdep.c (s390_svr4_fetch_link_map_offsets) | |
1483 | (s390x_svr4_fetch_link_map_offsets): Remove functions. | |
1484 | (s390_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to | |
1485 | svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets | |
1486 | where appropriate. | |
1487 | ||
1488 | 2006-01-15 Mark Kettenis <[email protected]> | |
1489 | ||
1490 | * arm-tdep.c (arm_return_value): Change type of readbuf and | |
1491 | writebuf arguments to `gdb_byte *'. | |
1492 | ||
1493 | * s390-tdep.c: Do not include "tm.h" and "../bfd/bfd.h". | |
1494 | * Makefile.in (s390-tdep.o): Update dependencies. | |
1495 | ||
1496 | 2006-01-14 Mark Kettenis <[email protected]> | |
1497 | ||
1498 | * sol2-tdep.h. sol2-tdep.c: New files. | |
1499 | * amd64-sol2-tdep.c: Include "sol2-tdep.h". | |
1500 | (amd64_sol2_init_abi): Set skip_solib_resolver. | |
1501 | * i386-sol2-tdep.c: Include "sol2-tdep.h". | |
1502 | (i386_sol2_init_abi): Set skip_solib_resolver. | |
1503 | * sparc-sol2-tdep.c: Include "sol2-tdep.h". | |
1504 | (sparc32_sol2_init_abi): Set skip_solib_resolver. | |
1505 | * sparc64-sol2-tdep.c: Include "sol2-tdep.h". | |
1506 | (sparc64_sol2_init_abi): Set skip_solib_resolver. | |
1507 | * Makefile.in (sol2_tdep_h): New variable. | |
1508 | (ALLDEPFILES): Add sol2-tdep.c. | |
1509 | (sol2-tdep.o): New target. | |
1510 | (amd64-sol2-tdep.o, i386-sol2-tdep.o, sparc-sol2-tdep.o) | |
1511 | (sparc64-sol2-tdep.o): Update dependencies | |
1512 | * config/i386/i386sol2.mt (TDEPFILES): Add sol2-tdep.o. | |
1513 | * config/i386/sol2-64.mt (TDEPFILES): Add sol2-tdep.o. | |
1514 | * config/sparc/sol2.mt (TDEPFILES): Add sol2-tdep.o. | |
1515 | * config/sparc/sol2-64.mt (TDEPFILES): Add sol2-tdep.o. | |
1516 | ||
1517 | * hppa-linux-tdep.c: Fix copyright indentation. | |
1518 | ||
1519 | * hppa-tdep.h (enum hppa_regnum): Add HPPA_FP31R_REGNUM. | |
1520 | * hppabsd-nat.c (hppabsd_fpregset_supplies_p) | |
1521 | (hppabsd_supply_fpregset, hppabsd_collect_fpregset): New | |
1522 | functions. | |
1523 | (hppabsd_fetch_registers, hppabsd_store_registers): Handle | |
1524 | floating-point registers. | |
1525 | ||
1526 | 2006-01-13 Mark Mitchell <[email protected]> | |
1527 | ||
1528 | * event-loop.c (gdb_select): Detect file descriptors that have | |
1529 | been closed. | |
1530 | ||
1531 | 2006-01-13 Mark Kettenis <[email protected]> | |
1532 | ||
1533 | * hppabsd-tdep.c (hppabsd_init_abi): Set long_double_bit to 64, | |
1534 | and long_double_format accordingly. | |
1535 | ||
1536 | 2006-01-12 Paul N. Hilfinger <[email protected]> | |
1537 | ||
1538 | * ada-exp.y (yyerror): Change message to ignore the argument, avoiding | |
1539 | translation problems. | |
1540 | * ada-lang.c (ada_value_struct_elt): Change interface and handling | |
1541 | of errors to avoid translation problem (and less than optimal error | |
1542 | messages). | |
1543 | (ada_value_tag, ada_tag_name_1, ada_tag_name_2, ada_evaluate_subexp): | |
1544 | Use new interface to ada_value_struct_elt. | |
1545 | * ada_lang.h (ada_value_struct_elt): Update declaration to new | |
1546 | interface. | |
1547 | ||
1548 | * ChangeLog: remove reference to ada-tasks.c from entry of | |
1549 | 2006-01-07. | |
1550 | ||
1551 | 2006-01-11 Mark Kettenis <[email protected]> | |
1552 | ||
1553 | * remote.c (get_memory_packet_size, set_thread) | |
1554 | (remote_unpack_thread_info_response, remote_get_threadinfo) | |
1555 | (parse_threadlist_response, remote_get_threadlist) | |
1556 | (remote_current_thread, remote_threads_info) | |
1557 | (remote_threads_extra_info, extended_remote_restart, get_offsets) | |
1558 | (remote_check_symbols, remote_open_1, remote_detach) | |
1559 | (remote_async_wait, remote_fetch_registers) | |
1560 | (remote_store_registers, check_binary_download, putpkt_binary) | |
1561 | (remote_insert_breakpoint, remote_insert_watchpoint) | |
1562 | (remote_remove_watchpoint, remote_insert_hw_breakpoint) | |
1563 | (remote_remove_hw_breakpoint, remote_xfer_partial, remote_rcmd) | |
1564 | (packet_command): Remove redundant parenthesis. | |
1565 | ||
1566 | 2006-01-10 Mark Kettenis <[email protected]> | |
1567 | ||
1568 | * corefile.c (read_memory_integer, read_memory_unsigned_integer) | |
1569 | (read_memory_typed_address, write_memory) | |
1570 | (write_memory_unsigned_integer, write_memory_signed_integer): Use | |
1571 | gdb_byte where appropriate. | |
1572 | ||
1573 | * mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into | |
1574 | 'gdb_byte *'. | |
1575 | ||
1576 | * target.h (target_read_memory_partial, target_write_memory_partial): | |
1577 | Change second argument to 'gdb_byte *'. | |
1578 | * target.c (target_xfer_memory_partial): Change third argument to | |
1579 | 'gdb_byte *'. | |
1580 | (target_read_memory_partial, target_write_memory_partial): Change | |
1581 | second argument to 'gdb_byte *'. | |
1582 | ||
1583 | * linespec.c (decode_objc): Make i1 and i2 unsigned. | |
1584 | (find_method): Set values.sals to NULL. | |
1585 | ||
1586 | 2006-01-09 Mark Kettenis <[email protected]> | |
1587 | ||
1588 | * amd64obsd-nat.c (amd64obsd_supply_pcb): Use 'gdb_byte *' instead | |
1589 | of 'char *' in cast. | |
1590 | ||
1591 | 2006-01-07 Paul N. Hilfinger <[email protected]> | |
1592 | ||
1593 | * ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup. | |
1594 | * ada-lang.c: I18n markup. | |
1595 | Editorial: change "can not" => "cannot" throughout. | |
1596 | ||
1597 | 2006-01-07 Mark Kettenis <[email protected]> | |
1598 | ||
1599 | * Makefile.in: Sort dependencies. | |
1600 | ||
1601 | 2006-01-07 Eli Zaretskii <[email protected]> | |
1602 | ||
1603 | * top.c (control_level): Remove unused variable. | |
1604 | ||
1605 | 2006-01-06 Fred Fish <[email protected]> | |
1606 | ||
1607 | * objfiles.c (source.h): Include. | |
1608 | (free_objfile): Update comment about clear_symtab_users(). | |
1609 | (free_objfile): Check all symtabs of objfile being freed and if | |
1610 | one of them is the current source symtab, call | |
1611 | clear_current_source_symtab_and_line(). | |
1612 | ||
1613 | 2006-01-04 Michael Snyder <[email protected]> | |
1614 | ||
1615 | Checkpoint/Restart for Linux. | |
1616 | * linux-nat.c: Add support for debugging multiple forks. | |
1617 | Add #include for linux-fork.h (interface spec). | |
1618 | (super_mourn_inferior): New function pointer. | |
1619 | (child_mourn_inferior): New function / target method. | |
1620 | (linux_target): Claim to_mourn_inferior method pointer. | |
1621 | (child_follow_fork): Call interface to linux-fork, conditionally | |
1622 | add new fork processes to list of debugged processes. | |
1623 | (kill_inferior): Use interface to linux-fork to kill | |
1624 | multiple processes. | |
1625 | ||
1626 | * linux-fork.h: New file. | |
1627 | * linux-fork.c: New file. Support for debugging multiple forks | |
1628 | of the same program. Support for checkpoint and restart commands. | |
1629 | ||
1630 | * infrun.c (nullify_last_target_wait_ptid): New function. | |
1631 | ||
1632 | * Makefile.in: Add linux-fork. | |
1633 | * config/*/linux.mh: Add linux-fork. | |
1634 | * NEWS: Mention new functionality. | |
1635 | ||
1636 | 2006-01-02 Paul Hilfinger <[email protected]> | |
1637 | ||
1638 | * ada-exp.y (syntax definitions,write_var_or_type,write_name_assoc): | |
1639 | Change uses of "illegal" to "invalid". | |
1640 | ||
1641 | 2006-01-02 Paul N. Hilfinger <[email protected]> | |
1642 | ||
1643 | * ada-exp.y: Considerable reorganization to move functionality | |
1644 | from ada-lex.l to here, where it is logically more appropriate. | |
1645 | The original reason, however, was to prevent premature name | |
1646 | lookups for selector names in record aggregates. | |
1647 | (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns | |
1648 | NAME for all of these. | |
1649 | (VAR): New artificial token to clarify precedence rules. | |
1650 | (OTHERS): New lexeme. | |
1651 | (empty_stoken): New symbol. | |
1652 | (%union): Remove ssym, voidval. | |
1653 | (%type): Remove <voidval> type declarations. | |
1654 | (syntax definitions): Add aggregates. | |
1655 | Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING. | |
1656 | Rename some non-terminals to be closer to reference manual usage. | |
1657 | Tighten up expression syntax to disallow certain non-Ada | |
1658 | constructions such as X and then Y or else Z. | |
1659 | (ada_parse): Remove initialization of left_block_context. | |
1660 | (write_var_from_name): Remove. | |
1661 | (write_var_or_type): New function, containing previous code from | |
1662 | defunct write_var_from_name and name_lookup. | |
1663 | (block_lookup): New function, moved from ada-lex.l | |
1664 | (select_possible_type_sym): New function, factored out of | |
1665 | name_lookup, which used to be in ada-lex.l. | |
1666 | (find_primitive_type): Ditto. | |
1667 | (chop_selector): Ditto. | |
1668 | (write_ambiguous_var): New function, factored out of defunct | |
1669 | write_var_from_name. | |
1670 | (write_selectors): New function. | |
1671 | (write_name_assoc): New function. | |
1672 | (write_exp_op_with_string): New function. | |
1673 | ||
1674 | * ada-lex.l (processId): Change interface to return stoken. | |
1675 | (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove. | |
1676 | (block_lookup, name_lookup): Remove. Functionality moved to | |
1677 | ada-exp.y. | |
1678 | (state IN_STRING): Remove. | |
1679 | (rules): Handle string escapes in processString. | |
1680 | Add 'others' token. | |
1681 | Return all NAMEs, BLOCKNAMEs, OBJECT_RENAMINGs, TYPENAMEs in | |
1682 | yylval.sval (as simple strings). | |
1683 | All name look-ups now handled in ada-exp.y. | |
1684 | Introduce "::" (COLONCOLON) token and return as separate token. | |
1685 | (processId): Change return convention. Comment. | |
1686 | Leave leading "'" in place. | |
1687 | (processString): New function. | |
1688 | (find_dot_all): Add note to comment. | |
1689 | Fix problem that allowed match only at the end. | |
1690 | ||
1691 | * ada-lang.c: Introduce aggregates. | |
1692 | (find_struct_field): Add new parameter to count fields skipped, and | |
1693 | allow other output parameters to be NULL. | |
1694 | (value_tag_from_contents_and_address, ada_value_struct_elt): Use | |
1695 | new find_struct_field. | |
1696 | (ada_index_struct_field, assign_aggregate, ada_is_array_type) | |
1697 | (num_visible_fields, ada_index_struct_field_1, ada_index_struct_field) | |
1698 | (num_component_specs, assign_component, assign_aggregate): | |
1699 | (aggregate_assign_from_choices,aggregate_assign_positional) | |
1700 | (aggregate_assign_others,add_component_interval): | |
1701 | New functions. | |
1702 | (ada_evaluate_subexp): Declare. | |
1703 | Add aggregate-related operators. | |
1704 | (ada_forward_operator_length): Declare. | |
1705 | (resolve_subexp): Add cases for new aggregate operators and OP_NAME. | |
1706 | Consolidate Ada operators, using ada_forward_operator_length. | |
1707 | (ada_search_struct_field): Search in forward order. | |
1708 | (ADA_OPERATORS): Add new aggregate operators. | |
1709 | (ada_operator_length, ada_op_name, ada_forward_operator_length) | |
1710 | (ada_dump_subexp_body, ada_print_subexp): Handle new aggregate | |
1711 | operators and OP_NAME. | |
1712 | (ada_type_of_array): Use longest_to_int. | |
1713 | (value_assign_to_component): New function. | |
1714 | (ada_forward_operator_length, ada_op_name, ada_dump_subexp_body): | |
1715 | Add OP_NAME case. | |
1716 | (ada_forward_operator_length, ada_dump_subexp_body): | |
1717 | Add OP_STRING case. | |
1718 | ||
1719 | * ada-lang.h (enum ada_operator): Add OP_AGGREGATE, OP_OTHERS, | |
1720 | OP_CHOICES, OP_DISCRETE_RANGE, OP_POSITIONAL. | |
1721 | ||
1722 | 2006-01-02 Paul N. Hilfinger <[email protected]> | |
1723 | ||
1724 | * ada-lang.c (process_raise_exception_name): Remove extraneous | |
1725 | definition from unsubmitted code. | |
1726 | ||
1727 | (is_lower_alphanum): New function. | |
1728 | (ada_decode): Add support for decoding protected object subprograms | |
1729 | and entries, and of entities declared inside protected object | |
1730 | subprograms. | |
1731 | Also add missing handling for__{DIGITS}+ suffixes. | |
1732 | Allow '$<digits>' as valid overloading suffix. | |
1733 | (is_name_suffix): Add handling for protected type entriy suffixes. | |
1734 | Also add support for protected type subprogram suffixes, but keep | |
1735 | it commented out for now, as there is an ambiguity between these | |
1736 | entities and other internally generated entities. | |
1737 | Allow '$<digits>' as valid overloading suffix. | |
1738 | (is_valid_name_for_wild_match): New function. | |
1739 | (wild_match): Add an exra level of verification of the entity name | |
1740 | before declaring it a match for the given pattern. | |
1741 | ||
1742 | (ada_type_of_array, ada_evaluate_subexp): Use more proper | |
1743 | longest_to_int rather than cast. | |
1744 | ||
1745 | (ada_evaluate_subexp): Use "invalid" rather than "illegal" in comment. | |
1746 | ||
1747 | (ada_coerce_to_simple_array): Call check_size to make sure | |
1748 | that the object size is reasonable. | |
1749 | ||
1750 | (ada_value_primitive_packed_val): Use correct location in target | |
1751 | buffer for extracting packed record fields that are themselves records. | |
1752 | ||
1753 | (add_defn_to_vec): Do not try to replace a stub type by its full | |
1754 | type. Avoids a potential infinite loop. | |
1755 | ||
1756 | (ada_lookup_symbol): Move return incorrectly placed return statement, | |
1757 | causing a loop that should be scanning all object files to only | |
1758 | scan the first one. | |
1759 | ||
1760 | (ada_tag_name_2): New function. | |
1761 | (ada_tag_name_1): If no 'tsd' field found in the dispatching table, | |
1762 | use alternative representation. | |
1763 | ||
1764 | (ada_find_renaming_symbol): Strip the function name suffix when | |
1765 | computing the XR type name. | |
1766 | ||
1767 | (ada_to_fixed_type): Try determining the tag only if we have the | |
1768 | object's address. | |
1769 | (to_fixed_array_type): Add comments. | |
1770 | ||
1771 | (ada_check_typedef): Replace expression checking whether the given | |
1772 | type is a stub or not by a "call" to TYPE_STUB. Clearer and more | |
1773 | consistent. | |
1774 | ||
1775 | * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Allow | |
1776 | '$' in addition to '.' for runtime auxiliary function name suffixes. | |
1777 | See changes to ada_decode above. | |
1778 | ||
1779 | (struct task_control_block): Add field called_task. (This change is | |
1780 | to keep synchronized with our local sources; it does not affect the | |
1781 | public version yet.) | |
1782 | ||
1783 | * ada-typeprint.c (ada_print_type): Use int_string for printing | |
1784 | modulus of modular type. | |
1785 | ||
1786 | (print_range): Trivial editorial comment fix. | |
1787 | ||
1788 | * ada-valprint.c (ada_emit_char): Use normal Ada syntax for | |
1789 | double quote in string. | |
1790 | ||
1791 | 2006-01-01 Joel Brobecker <[email protected]> | |
1792 | ||
1793 | * top.c: Add 2006 to list of copyright years in file header. | |
1794 | ||
1795 | 2006-01-01 Joel Brobecker <[email protected]> | |
1796 | ||
1797 | * top.c (print_gdb_version): Update copyright year to 2006. | |
1798 | ||
1799 | 2006-01-01 Roger Sayle <[email protected]> | |
1800 | Elena Zannoni <[email protected]> | |
1801 | ||
1802 | PR symtab/1651 | |
1803 | * xcoffread.c (xcoff_next_symbol_text): Check this_symtab_psymtab | |
1804 | for NULL before assigning this_symtab_psymtab->objfile to objfile. | |
1805 | (scan_xcoff_symtab): Initialize next_symbol_text_func. | |
1806 | (Committed by Jim Blandy) | |
1807 | ||
1808 | For older changes see ChangeLog-2005. | |
1809 | \f | |
1810 | Local Variables: | |
1811 | mode: change-log | |
1812 | left-margin: 8 | |
1813 | fill-column: 74 | |
1814 | version-control: never | |
1815 | End: |