* m32c-asm.c: Regenerate.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
56aac7e8 12006-03-09 Michael Snyder <msnyder@redhat.com>
a9877905 2
56aac7e8
MS
3 * linux-nat.c (kill_inferior): Just call target_mourn_inferior
4 instead of getting tricky for the multi-fork case.
5 * linux-fork.c (linux_fork_killall): Call PT_KILL and waitpid
6 for each fork, and then use init_fork_list to delete them.
a9877905 7
831004b7
AO
82006-03-08 Alexandre Oliva <aoliva@redhat.com>
9
10 * solib-svr4.c (svr4_current_sos): Move up initialization of
11 l_addr, such that it clearly covers all cases.
12
f1b4b38e
AS
132006-03-08 Andreas Schwab <schwab@suse.de>
14
15 * ia64-tdep.c (ia64_libunwind_frame_this_id): Adapt use of
16 libunwind_frame_prev_register to use a gdb_byte buffer and
17 extract_unsigned_integer.
18 (ia64_libunwind_sigtramp_frame_prev_register): Likewise.
19
20 * libunwind-frame.c (libunwind_frame_prev_register): Change type
21 of last argument to `gdb_byte *'
22 * libunwind-frame.h: Adjust declaration.
23
f53f0d0b
PB
242006-03-08 Paul Brook <paul@codesourcery.com>
25
26 * arm-tdep.c (arm_push_dummy_call): Remove stack alignment.
27 (arm_frame_align): New function.
28 (arm_gdbarch_init): Use it.
29
b67fd56f
AC
302006-03-03 Khem Raj <khem@mvista.com>
31
32 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte.
33 Committed by Andrew Cagney.
34
a64ae7e0
CV
352006-03-02 Corinna Vinschen <vinschen@redhat.com>
36
37 * mn10300-tdep.c (mn10300_push_dummy_call): Write breakpoint
38 address to MDR register.
39
9733fc94
DJ
402006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
41
42 * gdbtypes.c (lookup_struct_elt_type): Correct noerr for recursive
43 calls.
44
4897bfb9
RC
452006-03-01 Randolph Chung <tausq@debian.org>
46
47 * somread.c (som_symfile_read): Update comment and remove unneeded
48 use of a deprecated variable.
49
6fcecea0
RC
502006-03-01 Randolph Chung <tausq@debian.org>
51
52 * hppa-tdep.h (unwind_table_entry): Update field names to match HP
53 runtime specification.
54 * hppa-tdep.c (internalize_unwinds, hppa_frame_cache): Likewise.
55 (unwind_command): Likewise.
56
46acf081
RC
572006-03-01 Randolph Chung <tausq@debian.org>
58
59 * hppa-tdep.c (hppa_frame_cache): Handle Region_Description and
60 Pseudo_SP_Set in unwind record.
61
477e69e8
RC
622006-03-01 Randolph Chung <tausq@debian.org>
63
64 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Use
65 TDEP->is_elf to determine if we are working with a SOM binary.
66 (null_symtab_and_line): Remove unused variable.
67 * config/pa/hppa64.mt: Use tm-hppa.h.
68 * config/pa/tm-hppa64.h: Remove file.
69
848359ac
WZ
702006-03-01 Wu Zhou <woodzltc@cn.ibm.com>
71
72 * f-typeprint.c (f_type_print_base): Delete the redundant space.
73
f9ec92b6
KB
742006-02-28 Kevin Buettner <kevinb@redhat.com>
75
76 * Makefile.in (mn10300-linux-tdep.o): Update dependencies.
77 * mn10300-linux-tdep.c (frame.h, trad-frame.h, tramp-frame.h):
78 Include.
79 (am33_linux_sigframe_cache_init): New function.
80 (am33_linux_sigframe, am33_linux_rt_sigframe): New signal frame
81 descriptions.
82 (AM33_SIGCONTEXT_D0, AM33_SIGCONTEXT_D1, AM33_SIGCONTEXT_D2)
83 (AM33_SIGCONTEXT_D3, AM33_SIGCONTEXT_A0, AM33_SIGCONTEXT_A1)
84 (AM33_SIGCONTEXT_A2, AM33_SIGCONTEXT_A3, AM33_SIGCONTEXT_E0)
85 (AM33_SIGCONTEXT_E1, AM33_SIGCONTEXT_E2, AM33_SIGCONTEXT_E3)
86 (AM33_SIGCONTEXT_E4, AM33_SIGCONTEXT_E5, AM33_SIGCONTEXT_E6)
87 (AM33_SIGCONTEXT_E7, AM33_SIGCONTEXT_LAR, AM33_SIGCONTEXT_LIR)
88 (AM33_SIGCONTEXT_MDR, AM33_SIGCONTEXT_MCVF, AM33_SIGCONTEXT_MCRL)
89 (AM33_SIGCONTEXT_MCRH, AM33_SIGCONTEXT_MDRQ, AM33_SIGCONTEXT_SP)
90 (AM33_SIGCONTEXT_EPSW, AM33_SIGCONTEXT_PC, AM33_SIGCONTEXT_FPUCONTEXT):
91 New constants.
92 (am33_linux_init_osabi): Register signal frame unwinders.
93
e92e42f5
KB
942006-02-28 Kevin Buettner <kevinb@redhat.com>
95
96 * mn10300-tdep.c (mn10300_analyze_prologue): Implement backtrack
97 out of pattern match by saving relevant state. Fix stack size
98 adjustment bug.
99
cc10cae3
AO
1002006-02-28 Alexandre Oliva <aoliva@redhat.com>
101
102 * solib-svr4.h (struct link_map_offsets): Add l_ld_offset and
103 l_ld_size fields.
104 * solib-svr4.c (struct lm_info): Add l_addr field.
105 (LM_ADDR_FROM_LINK_MAP): Renamed from LM_ADDR.
106 (HAS_LM_DYNAMIC_FROM_LINK_MAP): New.
107 (LM_DYNAMIC_FROM_LINK_MAP): New.
108 (LM_ADDR_CHECK): New. Use it instead of LM_ADDR.
109 (svr4_current_sos): Initialize l_addr. Adjust.
110 (svr4_relocate_section_addresses): Adjust.
111 (svr4_ilp32_fetch_link_map_offsets): Define new members.
112 (svr4_lp64_fetch_link_map_offsets): Likewise.
113 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Likewise.
114 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Likewise.
115 (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
116 * Makefile.in (solib-svr4.o): Depend on $(elf_bfd_h).
117
691342f9
DM
1182006-02-26 David S. Miller <davem@sunset.davemloft.net>
119
120 * config/sparc/linux.mt (TDEPFILES): Add sol2-tdep.o.
121 * config/sparc/linux64.mt (TDEPFILES): Likewise.
122
2c387241
AM
1232006-02-27 Alan Modra <amodra@bigpond.net.au>
124
125 * ppc-linux-nat.c (ppc_linux_insert_watchpoint): Correct return type.
126 (ppc_linux_remove_watchpoint): Likewise, and args.
127
3597fb82
MK
1282006-02-26 Mark Kettenis <kettenis@gnu.org>
129
130 * i386obsd-tdep.c (i386obsd_trapframe_sniffer): Also recognize
131 "soft" interrupts.
132
637d6690
CW
1332006-02-24 Charles Wilson <cygwin@cwilson.fastmail.fm>
134
135 * gdb/defs.h: unconditionally include <fcntl.h>, and
136 ensure that O_BINARY is defined.
137 * gdb/solib.c(solib_open): ensure solib files are opened in
138 binary mode.
139 * gdb/corelow.c: Remove O_BINARY macro definition.
140 * gdb/exec.c: Remove O_BINARY macro definition
141 * gdb/remote-rdp.c: Remove O_BINARY macro definition
142 * gdb/source.c: Remove O_BINARY macro definition
143 * gdb/symfile.c: Remove O_BINARY macro definition
144
9846e541
RC
1452006-02-24 Randolph Chung <tausq@debian.org>
146
147 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Initialize
148 argreg.
149 * solib-som.c (som_solib_remove_inferior_hook): Remove unused
150 function.
151
2a5e440c
WZ
1522006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
153
154 * f-exp.y: Symbol '%' is not used as the modulus operator in
155 Fortran. Delete this from Fortran expression.
156 It is now used by Fortran 90 and later to access the member
157 of derived type. Add this into Fortran expression.
158 * f-valprint.c (f_val_print): Add code to handle TYPE_CODE_STRUCT.
159 Print each elements in the derived type.
160 * f-typeprint.c (print_equivalent_f77_float_type): Add a parameter
161 level into the function definition to do indented printing. And
162 call fprintfi_filtered instead to do indented printing.
163 (f_type_print_base): Replace fprintf_filtered with the indented
164 version (fprintfi_filtered).
165 (f_type_print_base): Call indented print_equivalent_f77_float_type.
166 (f_type_print_base): Add code to handle TYPE_CODE_STRUCT. Print
167 the definition of the derived type.
168
92128691
DJ
1692006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
170
171 * gdb_curses.h: Provide a fallback prototype for tgetnum.
172
a6205f53
DJ
1732006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
174
175 * doublest.h: Conditionalize DOUBLEST on PRINTF_HAS_LONG_DOUBLE
176 also.
177 (DOUBLEST_FORMAT): Rename to DOUBLEST_PRINT_FORMAT.
178 (DOUBLEST_SCAN_FORMAT): New.
179 * ada-lex.l (PRINTF_HAS_LONG_DOUBLE): Remove redefinitions.
180 (processReal): Use DOUBLEST_SCAN_FORMAT.
181 * c-exp.y (parse_number): Likewise.
182 * jv-exp.y (parse_number): Likewise.
183 * objc-exp.y (parse_number): Likewise.
184 * p-exp.y (parse_number): Likewise.
185
0f0b8dcd
DJ
1862006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
187
188 * event-top.c (async_do_nothing, async_disconnect)
189 (async_stop_sig, async_float_handler): Remove duplicated
190 prototypes.
191 (handle_sighup): Guard prototype with SIGHUP.
192 (async_do_nothing): Guard function and prototype with
193 SIGQUIT || SIGHUP.
194 (async_disconnect): Guard prototype with SIGHUP.
195 (async_stop_sig): Guard prototype with STOP_SIGNAL.
196
4e91d01c
DJ
1972006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
198
199 * maint.c (maintenance_dump_me): Remove unnecessary prototype.
200
1e0600be
DJ
2012006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
202
203 * win32-termcap.c (tputs): Return 0.
204
094a342e
MK
2052006-02-21 Mark Kettenis <kettenis@gnu.org>
206
207 * configure.ac: Introduce ---enable-werror, which adds -Werror to
208 the compiler command line. Enabled by default. Disable with
209 --disable-werror.
210 * configure regenerate.
211
74763737
DJ
2122006-02-21 Daniel Jacobowitz <dan@codesourcery.com>
213
214 * elfread.c (elf_symtab_read): Skip symbols which BFD considers
215 special.
216
13d35ae5
AS
2172006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
218
219 * defs.h (directory_switch): Add prototype.
220 * main.c (captured_main): Use directory_switch() instead of
221 directory_command() to add directories from the -d switch.
222 * source.c (directory_switch): New function.
223 (add_path): Use buildargv() to parse spaces in filenames properly.
224 Strip multiple trailing '/' rather than just one.
225
5b96932b
AS
2262006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
227
228 * symfile.c (add_symbol_file_command): Use buildargv(), instead of
229 hand decoding the command line, to allow use of quotes and spaces.
230 (_initialize_symfile): Reorganize the help message for add-symbol-file
231 such that 'help files' shows a better message.
232
a6b0a3f3
AS
2332006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
234
235 * sh-tdep.c (sh_generic_show_regs): Reformat both code and output.
236 (sh3_show_regs, sh2e_show_regs, sh2a_show_regs): Likewise.
237 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs): Likewise.
238 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs): Likewise.
239
17fbb0bd
DJ
2402006-02-20 Daniel Jacobowitz <dan@codesourcery.com>
241
242 * linux-nat.c (lin_thread_get_thread_signals): Default to __SIGRTMIN
243 and __SIGRTMIN + 1.
244
444abaca
DJ
2452006-02-20 Daniel Jacobowitz <dan@codesourcery.com>
246
247 * remote.c: Add an enumeration for configurable remote
248 packets.
249 (remote_protocol_packets, set_remote_protocol_packet_cmd)
250 (show_remote_protocol_packet_cmd): New.
251 (remote_protocol_vcont)
252 (set_remote_protocol_vcont_packet_cmd)
253 (show_remote_protocol_vcont_packet_cmd)
254 (remote_protocol_qSymbol)
255 (set_remote_protocol_qSymbol_packet_cmd)
256 (show_remote_protocol_qSymbol_packet_cmd)
257 (remote_protocol_P, set_remote_protocol_P_packet_cmd)
258 (show_remote_protocol_P_packet_cmd)
259 (remote_protocol_Z)
260 (set_remote_protocol_Z_software_bp_packet_cmd)
261 (show_remote_protocol_Z_software_bp_packet_cmd)
262 (set_remote_protocol_Z_hardware_bp_packet_cmd)
263 (show_remote_protocol_Z_hardware_bp_packet_cmd)
264 (set_remote_protocol_Z_write_wp_packet_cmd)
265 (show_remote_protocol_Z_write_wp_packet_cmd)
266 (set_remote_protocol_Z_read_wp_packet_cmd)
267 (show_remote_protocol_Z_read_wp_packet_cmd)
268 (set_remote_protocol_Z_access_wp_packet_cmd)
269 (show_remote_protocol_Z_access_wp_packet_cmd)
270 (remote_protocol_binary_download)
271 (set_remote_protocol_binary_download_cmd)
272 (show_remote_protocol_binary_download_cmd)
273 (remote_protocol_qPart_auxv)
274 (set_remote_protocol_qPart_auxv_packet_cmd)
275 (show_remote_protocol_qPart_auxv_packet_cmd)
276 (remote_protocol_qGetTLSAddr)
277 (set_remote_protocol_qGetTLSAddr_packet_cmd)
278 (show_remote_protocol_qGetTLSAddr_packet_cmd)
279 (remote_protocol_p)
280 (set_remote_protocol_p_packet_cmd)
281 (show_remote_protocol_p_packet_cmd): Delete.
282
283 (init_all_packet_configs): Simplify.
284 (set_remote_protocol_Z_packet_cmd)
285 (show_remote_protocol_Z_packet_cmd)
286 (remote_check_symbols, remote_vcont_probe, remote_vcont_resume)
287 (remote_fetch_registers, remote_prepare_to_store)
288 (remote_store_registers, check_binary_download)
289 (remote_write_bytes, remote_insert_breakpoint)
290 (remote_remove_breakpoint, remote_insert_watchpoint)
291 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
292 (remote_remove_hw_breakpoint, remote_xfer_partial)
293 (remote_get_thread_local_address): Update for packet array.
294 (_initialize_remote): Likewise; also update for common
295 set/show commands.
296
3bd72c6f
DJ
2972006-02-20 Daniel Jacobowitz <dan@codesourcery.com>
298
299 * symfile.c (place_section): Correct retry logic.
300
a244bdca
CF
3012006-02-19 Christopher Faylor <cgf@timesys.com>
302
303 * win32_nat.c (cygwin_load_start): New variable.
304 (cygwin_load_end): Ditto.
305 (have_saved_context): Ditto.
306 (saved_context): Ditto.
307 (max_dll_name_len): Delete obsolete variable.
308 (do_win32_fetch_inferior_registers): Use context saved from cygwin1.dll
309 if we are in a cygwin signal rather than a windows signal.
310 (solib_symbols_add): Detect and store beginning and end of cygwin DLL
311 if dll being loaded is the cygwin DLL.
312 (register_loaded_dll): Remove calculation of max_dll_name_len.
313 (win32_clear_solib): Ditto.
314 (handle_load_dll): Delete obsolete variable. Remove unneeded call to
315 solib_add.
316 (handle_output_debug_string): Detect and store signal information sent
317 by Cygwin here.
318 (handle_exception): Silently pass on errors in the cygwin DLL. Return
319 -1 on first pass exception.
320 (win32_continue): Remove spurious clearing of continue_status.
321 (get_win32_debug_event): Deal differently first chance exception.
322
806e23c0
RC
3232006-02-19 Randolph Chung <tausq@debian.org>
324
325 * hppa-tdep.c (hppa_in_solib_call_trampoline): Only use if no
326 unwind entry.
327
d843c49c
FF
3282006-02-16 Fred Fish <fnf@specifix.com>
329
330 * eval.c (evaluate_subexp_standard): For OP_TYPE, return
331 a non lval value zero, of the appropriate type, when avoiding
332 side effects.
333 * typeprint.c (ptype_eval): Remove function and declaration.
334 (ptype_command): Simplify to just a call to whatis_exp.
335
1c5bada0
PB
3362006-02-15 Paul Brook <paul@codesourcery.com>
337
338 * arm-tdep.c (arm_skip_prologue, thumb_get_next_pc, arm_get_next_pc):
339 Load insn opcodes as unsigned values.
340
96c1eda2
AO
3412006-02-14 Alexandre Oliva <aoliva@redhat.com>
342
343 * doublest.h (DOUBLEST): Use long double only if we can scan
344 it in. Undefine HAVE_LONG_DOUBLE otherwise.
345 (DOUBLEST_FORMAT): New.
346 * c-exp.y (parse_number): Use it.
347 * jv-exp.y (parse_number): Likewise.
348 * objc-exp.y (parse_number): Likewise.
349 * p-exp.y (parse_number): Likewise.
350 * varobj.c (free_variable): Silence type-punning warnings.
351 * tui/tui-data.h (struct tui_list): Change type of list member.
352 * tui/tui-data.c: Remove no-longer-needed type casts.
353 (source_windows): Silence type-punning warnings.
354 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Likewise.
355
92dd43fa
MK
3562006-02-13 Mark Kettenis <kettenis@gnu.org>
357
358 Fix PR breakpoints/2080.
359 * i386-tdep.c (struct i386_frame_cache): Add stack_align member.
360 (i386_analyze_stack_align): New function.
361 (i386_analyze_prologue): Use i386_analyze_stack_align.
362 (i386_frame_cache): Deal with stack realignment.
363
7314787a
NR
3642006-02-14 Nick Roberts <nickrob@snap.net.nz>
365
366 * mi/gdb-mi.el: Use more functions from gdb-ui.el.
367 (gdb-break-list-regexp): Match "what" field if present.
368 (gdb-stack-list-frames-regexp): Match "from" if present field.
369 (gdb-stack-list-frames-handler): Present output like "info
370 breakpoints" so regexps can be shared with gdb-ui
371
0ea3f30e
DJ
3722006-02-10 Daniel Jacobowitz <dan@codesourcery.com>
373
374 * NEWS: Mention native Windows support.
375 * Makefile.in (gdb_select_h, ser_tcp_h): New.
376 (ALLDEPFILES): Add ser-mingw.c.
377 (event-loop.o, inflow.o, mingw-hdep.o, posix-hdep.o, ser-base.o)
378 (ser-tcp.o, ser-unix.o): Update.
379 (ser-mingw.o): New rule.
380 * configure: Regenerated.
381 * configure.ac: Add ser-mingw.o for mingw32.
382 * ser-mingw.c: New file.
383 * event-loop.c: Include "gdb_select.h".
384 (gdb_select): Remove, moved to mingw-hdep.c and posix-hdep.c.
385 * ser-base.c: Include "gdb_select.h".
386 (ser_base_wait_for): Use gdb_select.
387 * serial.c (serial_for_fd): New function.
388 (serial_fdopen): Try "terminal" before "hardwire". Initialize
389 the allocated struct serial.
390 (serial_wait_handle): New function.
391 * serial.h (serial_for_fd, serial_wait_handle): New prototypes.
392 (struct serial_ops) [USE_WIN32API]: Add wait_handle.
393 * gdb_select.h: New file.
394 * ser-tcp.c: Include "ser-tcp.h". Remove unused "ser-unix.h" include.
395 (net_close, net_read_prim, net_write_prim): Make global.
396 (net_open): Likewise. Pass an exception set to select. Whitespace fix.
397 Document why we can not use gdb_select.
398 (_initialize_ser_tcp) [USE_WIN32API]: Do not register TCP support here.
399 * ser-tcp.h: New file.
400 * inflow.c (gdb_has_a_terminal): Don't initialize stdin_serial here.
401 (handle_sigio): Use gdb_select.
402 (initialize_stdin_serial): New function.
403 * terminal.h (initialize_stdin_serial): New prototype.
404 * top.c (gdb_init): Call initialize_stdin_serial.
405 * mingw-hdep.c (gdb_select): New function, moved from gdb_select in
406 event-loop.c. Add exception condition support. Use serial_for_fd
407 and serial_wait_handle. Fix timeout handling.
408 * posix-hdep.c: Include "gdb_select.h".
409 (gdb_select): New function.
410 * remote-st.c (connect_command): Use gdb_select.
411 * ser-unix.c: Include "gdb_select.h".
412 (hardwire_send_break, wait_for): Use gdb_select.
413
121ce6e5
DJ
4142006-02-10 Daniel Jacobowitz <dan@codesourcery.com>
415
416 * Makefile.in (mingw-hdep.o, posix-hdep.o): New dependencies.
417 (ALLDEPFILES): Add mingw-hdep.c and posix-hdep.c.
418 * configure.ac: Add gdb_host_obs to CONFIG_OBS. Set gdb_host_obs
419 to posix-hdep.o by default.
420 * configure: Regenerated.
421 * configure.host: Document gdb_host_obs. Add an entry for
422 i[34567]86-*-mingw32*.
423 * mingw-hdep.c, posix-hdep.c: New files.
424 * utils.c (safe_strerror): Remove, moved to posix-hdep.o.
425
1f82754b
JB
4262006-02-10 Joel Brobecker <brobecker@adacore.com>
427
428 * defs.h (gdb_osabi): New enum value GDB_OSABI_AIX.
429 * osabi.c (gdb_osabi_name): Add name of new value GDB_OSABI_AIX.
430 * rs6000-tdep.h: New file.
431 * rs6000-tdep.c: Include "rs6000-tdep.h".
432 (rs6000_gdbarch_init): Remove enabling of software single step.
433 Will be done in the AIX-specific initialization routine.
434 * rs6000-aix-tdep.c: New file.
435 * config/powerpc/aix.mt (TDEPFILES): Add rs6000-aix-tdep.o.
436 * Makefile.in (rs6000_tdep_h): New variable.
437 (rs6000-tdep.o): Update dependencies.
438 (rs6000-aix-tdep.o): New rule.
439
577b7047
JB
4402006-02-10 Joel Brobecker <brobecker@adacore.com>
441
442 * aix-thread.c (_initialize_aix_thread): Use add_setshow_boolean_cmd
443 instead of add_setshow_zinteger_cmd to defined the aix-thread
444 boolean setting.
445
ff800d76
NR
4462006-02-10 Nick Roberts <nickrob@snap.net.nz>
447
448 * mi/gdb-mi.el: Update to reflect changes in Emacs 22.0.50.
449
5afb4e99
DJ
4502006-02-09 Daniel Jacobowitz <dan@codesourcery.com>
451
452 * dwarf2read.c (struct dwarf2_per_cu_data): Reduce length to
453 30 bits. Add load_all_dies flag.
454 (load_partial_dies): Load all DIEs if per_cu->load_all_dies is set.
455 Load DW_TAG_member by default. Remove internal_error call.
456 (find_partial_die): Reload the compilation unit if we can not find
457 a DIE in the cache. Call internal_error here if we still can not
458 find the DIE.
459
a832795c
NR
4602006-02-10 Nick Roberts <nickrob@snap.net.nz>
461
462 * breakpoint.c (print_one_breakpoint): Add break to case
463 bp_catch_vfork in switch statement.
464
c9dd6fef
WZ
4652006-02-08 Wu Zhou <woodzltc@cn.ibm.com>
466
467 * config/i386/nm-i386sol2.h: Update copyright year.
468 * config/mips/nm-irix5.h: Ditto.
469 * config/sparc/nm-sol2.h: Ditto.
470 * s390-nat.c: Ditto.
471 * ppc-linux-nat.c: Ditto.
472
2a3cdf79
WZ
4732006-02-08 Wu Zhou <woodzltc@cn.ibm.com>
474
475 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Delete.
476 * config/i386/nm-i386sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
477 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
478 * config/mips/nm-irix5.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
479 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
480 * config/sparc/nm-sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
481 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
482 * inf-ttrace.c (inf_ttrace_region_ok_for_hw_watchpoint): New.
483 (inf_ttrace_region_size_ok_for_hw_watchpoint): Delete.
484 (inf_ttrace_target): Delete to_region_size_ok_for_hw_watchpoint and
485 add to_region_ok_for_hw_watchpoint.
486 * s390-nat.c (s390_region_size_ok_for_hw_watchpoint): Delete.
487 (s390_region_ok_for_hw_watchpoint): New.
488 (_initialize_s390_nat): Delete to_region_size_ok_for_hw_watchpoint
489 and add to_region_ok_for_hw_watchpoint.
490 * target.c (default_region_size_ok_for_hw_watchpoint,
491 debug_to_region_size_ok_for_hw_watchpoint): Delete prototype.
492 (update_current_target): Delete to_region_size_ok_for_hw_watchpoint
493 inheritance and default_region_size_ok_for_hw_watchpoint.
494 (default_region_ok_for_hw_watchpoint): If len is less than or equal
495 the length of void pointer, return ok.
496 (default_region_size_ok_for_hw_watchpoint): Delete.
497 (debug_to_region_size_ok_for_hw_watchpoint): Delete.
498 (setup_target_debug): Delete to_region_size_ok_for_hw_watchpoint.
499 * target.h (struct target_ops): Delete
500 to_region_size_ok_for_hw_watchpoint.
501 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
502
e0d24f8d
WZ
5032006-02-08 Ben Elliston <bje@au1.ibm.com>
504 Wu Zhou <woodzltc@cn.ibm.com>
505
506 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG, PTRACE_SET_DEBUGREG,
507 PTRACE_GETSIGINFO): Define.
508 (last_stopped_data_address): New.
509 (ppc_linux_check_watch_resources): New function.
510 (ppc_linux_region_ok_for_hw_watchpoint): New function.
511 (ppc_linux_insert_watchpoint): New function.
512 (ppc_linux_remove_watchpoint): New function.
513 (ppc_linux_stopped_data_address): New function.
514 (ppc_linux_stopped_by_watchpoint): New function.
515 (_initialize_ppc_linux_nat): Set the above hardware watchpoint
516 related target vectors.
517 * rs6000-tdep.c (rs6000_gdbarch_init): Set PPC architectures
518 to have nonsteppable watchpoint.
519 * target.c (default_region_ok_for_hw_watchpoint,
520 debug_to_region_ok_for_hw_watchpoint): New prototypes.
521 (update_current_target): Inherit to_region_ok_for_hw_watchpoint
522 and set default to_region_ok_for_hw_watchpoint.
523 (default_region_ok_for_hw_watchpoint): New function.
524 (debug_to_region_ok_for_hw_watchpoint): New function.
525 (setup_target_debug): Set to_region_ok_for_hw_watchpoint of
526 debug_target.
527 * target.h (struct target_ops): Add a new target vector
528 to_region_ok_for_hw_watchpoint.
529 (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Define this if it is not
530 defined anyplace else.
927890d0 531
e0d24f8d 5322005-02-07 Joel Brobecker <brobecker@adacore.com>
927890d0
JB
533 * symfile.c (add_symbol_file_command): Abort if the user forgot
534 to provide the address when the file has been loaded.
535
f4d408c6
DJ
5362006-02-07 Daniel Jacobowitz <dan@codesourcery.com>
537
538 * MAINTAINERS: Update file based on maintainers survey. Add
539 a note to Past Maintainers. Move unresponsive or inactive
540 maintainers to Authorized Committers or Past Maintainers as
541 appropriate. Correct Jim Kingdon's email address. Remove
542 vacant areas of responsibility.
543
38fcd64c
DJ
5442006-02-06 Vladimir Prus <ghost@cs.msu.su>
545
546 * breakpoint.c (print_one_breakpoint): For MI-like UI, output
547 fullname field.
548
7b871fab
DJ
5492006-02-03 Daniel Jacobowitz <dan@codesourcery.com>
550
551 * exceptions.h (enum errors): Rename NO_ERROR to GDB_NO_ERROR.
552 * exceptions.c (exception_none, exceptions_state_mc_init)
553 (throw_vfatal): Use GDB_NO_ERROR.
554
e4cd0d6a
MK
5552006-02-02 Mark Kettenis <kettenis@gnu.org>
556
557 * solib-svr4.h (struct link_map_offsets): Remove r_debug_size and
558 r_map_size members. Add r_version_offset, r_version_size and
559 r_ldsomap_offset members.
560 * solib-svr4.c (solib_svr4_r_map): Renamed from
561 fetch_link_map_member. Simplify using read_memory_typed_address.
562 (solib_svr4_r_ldsomap): New function.
563 (open_symbol_file_object): Use solib_svr_r_map.
564 (svr4_current_sos): Use solib_svr4_r_map and look for the dynamic
565 linker by using solib_svr4_r_ldsomap.
566 (svr4_ilp32_fetch_link_map_offsets)
567 (svr4_lp64_fetch_link_map_offsets): Adjust for changes to `struct
568 link_map_offsets'.
569 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Adjust for
570 changes to `struct link_map_offsets'.
571 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets)
572 (mipsnbsd_lp64_fetch_link_map_offsets): Adjust for changes to
573 `struct link_map_offsets'.
574
e26af52f
DJ
5752006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
576
577 * linux-nat.c (struct saved_ptids, threads_to_delete)
578 (record_dead_thread, prune_lwps, find_thread_from_lwp)
579 (exit_lwp): New.
580 (linux_nat_resume): Call prune_lwps.
581 (wait_lwp, linux_nat_wait): Call exit_lwp.
582
46e9880c
DJ
5832006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
584
585 * printcmd.c (printf_command): Make format string checking
586 stricter. Add separate cases for long_arg, ptr_arg, and
587 long_double_arg.
588 * utils.c (xstrvprintf): Improve the error message issued
589 for a bad format string.
590 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT, INTERNAL_CFLAGS_BASE):
591 New variables.
592 (gnu-v3-abi.o, monitor.o, procfs.o, linux-thread-db.o): Remove
593 $(NO_WERROR_CFLAGS).
594 (printcmd.o): Likewise. Use $(GDB_WARN_CFLAGS_NO_FORMAT) and
595 enable -Werror.
596
37a105a1
DJ
5972006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
598
599 * Makefile.in (remote.o): Update.
600 * remote.c (show_packet_config_cmd): Shorten messages.
601 (remote_set_cmdlist, remote_show_cmdlist): Make file-static.
602 (show_remote_cmd): Iterate.
603 (_initialize_remote): Remove remote_set_cmdlist,
604 remote_show_cmdlist.
605
ae5a43e0
DJ
6062006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
607
608 * Makefile.in (gdbtypes_h, gdbtypes.o, utils.o): Update.
609 * defs.h (hashtab_obstack_allocate, dummy_obstack_deallocate): Add
610 prototypes.
611 * dwarf2read.c (read_subroutine_type): Use TYPE_ZALLOC.
612 (hashtab_obstack_allocate, dummy_obstack_deallocate): Moved to...
613 * utils.c (hashtab_obstack_allocate, dummy_obstack_deallocate):
614 ...here.
615 * gdbtypes.c: Include "hashtab.h".
616 (build_gdbtypes): Remove extra prototype.
617 (struct type_pair, type_pair_hash, type_pair_eq)
618 (create_copied_types_hash, copy_type_recursive): New.
619 * gdbtypes.h: Include "hashtab.h".
620 (TYPE_ZALLOC): New.
621 (create_copied_types_hash, copy_type_recursive): New prototypes.
622 * objfiles.c (free_objfile): Call preserve_values.
623 * symfile.c (reread_symbols): Likewise.
624 (clear_symtab_users): Remove calls to clear_value_history and
625 clear_internalvars.
626 * value.c (clear_value_history, clear_internalvars): Removed.
627 (preserve_one_value, preserve_values): New functions.
628 * value.h (clear_value_history, clear_internalvars): Removed.
629 (preserve_values): New prototype.
630
631 * tracepoint.c (_initialize_tracepoint): Do not initialize convenience
632 variables here.
633
b929c77f
MK
6342006-01-29 Mark Kettenis <kettenis@gnu.org>
635
636 * amd64-tdep.c (amd64_classify): Handle TYPE_CODE_BOOL.
637 Fixes PR tdep/2075.
638
1581f359
JB
6392006-01-27 Joel Brobecker <brobecker@adacore.com>
640
641 * MAINTAINERS: Use a consistent email address for brobecker.
642
37706b70
JB
6432006-01-27 Joel Brobecker <brobecker@adacore.com>
644
645 * infcmd.c (post_create_inferior): Fix copy/paste error introduced
646 in the previous change.
647
9353355f
DJ
6482006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
649
650 PR gdb/1914
651 * fork-child.c (fork_inferior): Don't call
652 solib_create_inferior_hook.
653 * infcmd.c (post_create_inferior): Call solib_add,
654 solib_create_inferior_hook, and re_enable_breakpoints_in_shlibs.
655 (attach_command): Don't call solib_add or
656 re_enable_breakpoints_in_shlibs. Call post_create_inferior
657 instead.
658 * remote.c (remote_open_1): Don't call solib_create_inferior_hook
659 or observer_notify_inferior_created. Call post_create_inferior
660 instead.
661 * corelow.c: Don't include "observer.h".
662 (solib_add_stub): Deleted.
663 (core_open): Don't call observer_notify_inferior_created or
664 solib_add_stub. Call post_create_inferior instead.
665 * inf-ptrace.c: Don't include "observer.h".
666 (inf_ptrace_attach): Don't call observer_notify_inferior_created.
667 * inf-ttrace.c: Don't include "observer.h".
668 (inf_ttrace_attach): Don't call observer_notify_inferior_created.
669 * inferior.h (solib_create_inferior_hook): Remove redundant
670 prototype.
671 * inftarg.c: Don't include "observer.h".
672 (child_attach): Don't call observer_notify_inferior_created.
673 * Makefile.in: Update dependencies.
674
281b533b
DJ
6752006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
676
677 * infcmd.c: Include "observer.h".
678 (post_create_inferior): New function.
679 (run_command_1): Call it. Also call proceed.
680 * inferior.h (post_create_inferior): New prototype.
681 * Makefile.in (infcmd.o): Update.
682
683 * gnu-nat.c (gnu_create_inferior): Don't call proceed.
684 * go32-nat.c (go32_create_inferior): Likewise.
685 * nto-procfs.c (procfs_create_inferior): Likewise.
686 * procfs.c (procfs_create_inferior): Likewise.
687 * remote-sim.c (gdbsim_create_inferior): Likewise.
688 * remote.c (extended_remote_create_inferior)
689 (extended_remote_async_create_inferior): Likewise.
690 * win32-nat.c (win32_create_inferior): Likewise.
691 * wince.c (child_create_inferior): Likewise.
692
693 * monitor.c (monitor_create_inferior): Don't call proceed.
694 Set the PC manually.
695 * ocd.c (ocd_create_inferior): Likewise.
696 * remote-e7000.c (e7000_create_inferior): Likewise.
697 * remote-m32r-sdi.c (m32r_create_inferior): Likewise.
698 * remote-mips.c (mips_create_inferior): Likewise.
699 * remote-rdp.c (remote_rdp_create_inferior): Likewise.
700 * remote-sds.c (sds_create_inferior): Likewise.
701 * remote-st.c (st2000_create_inferior): Likewise.
702
703 * inf-ptrace.c (inf_ptrace_create_inferior): Don't call
704 proceed or observer_notify_inferior_created.
705 * inf-ttrace.c (inf_ttrace_create_inferior): Likewise.
706 * inftarg.c (child_create_inferior): Likewise.
707
e23fc6de
DJ
7082006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
709
710 * linux-thread-db.c (thread_db_mourn_inferior): Remove breakpoints
711 after mourning the inferior.
712
13d6656b
JB
7132006-01-24 Jim Blandy <jimb@redhat.com>
714
715 * valarith.c (binop_user_defined_p): Handle refs to typedefs.
716
59f92a09
FF
7172006-01-24 Fred Fish <fnf@specifix.com>
718
719 * parse.c (source.h): Include.
720 (parse_exp_in_context): Use static source context if no
721 other context found.
722
dda63807
AS
7232006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
724
725 * sh-tdep.c: Include reggroups.h.
726 (sh_register_reggroup_p): New function.
727 (sh_gdbarch_init): Add call to set_gdbarch_register_reggroup_p.
728 * Makefile.in (sh-tdep.o): Add dependency on reggroups.h.
729
4b505b12
AS
7302006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
731
732 * cli/cli-cmds.c: Include fcntl.h.
733 (source_command): Use the GDB search path to find script files.
734
721d14ba
DJ
7352006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
736
737 PR tdep/2029
738 Suggested by Till Straumann <strauman@slac.stanford.edu>:
739 * rs6000-tdep.c (skip_prologue): Update check for later mtlr
740 instructions. Handle PIC bcl.
741
3d64d617
DJ
7422006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
743
744 * config/djgpp/README: Typo fix.
745 * config/djgpp/fnchange.lst: Update.
746
0a8f48b9
MK
7472006-01-22 Mark Kettenis <kettenis@gnu.org>
748
c893be75
MK
749 * sparc-tdep.h (struct gdbarch_tdep): Add step_trap member.
750 (sparc_address_from_register): New prototype.
751 (sparcnbsd_step_trap): New prototype.
752 * sparc-tdep.c (sparc_address_from_register): Make globally
753 visible.
754 (sparc_analyze_control_transfer): Change prototype to accept
755 `struct gdbarch *' as first argument. Allow for optional hnadling
756 for trap instructions.
757 (sparc_step_trap): New function.
758 (sparc_software_single_step): Adjust call to
759 sparc_analyze_control_trabsfer.
760 (sparc32_gdbarch_init): Initialize TDEP->step_trap.
761 * sparcnbsd-tdep.c (sparcnbsd_step_trap): New function.
762 (sparc32nbsd_init_abi): Set TDEP->step_trap.
763 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Set TDEP->step_trap.
764 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Set TDEP->step_trap.
765
0a8f48b9
MK
766 * sparc-tdep.c (sparc32_return_value): Convert to use
767 RETURN_VALUE_ABI_PRESERVES_ADDRESS instead of
768 RETURN_VALUE_STRUCT_CONVENTION.
769 (sparc32_extract_struct_value_address): Remove.
770
1f3a99d5
DJ
7712006-01-21 Daniel Jacobowitz <dan@codesourcery.com>
772
773 * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address)
774 (avr_extract_return_value, avr_frame_prev_register): Use gdb_byte.
775
84eb3c4f
DJ
7762006-01-21 Daniel Jacobowitz <dan@codesourcery.com>
777
778 * solib.c (info_sharedlibrary_command): Avoid internal_error.
779
878d9193
MK
7802006-01-21 Mark Kettenis <kettenis@gnu.org>
781
782 * i386-tdep.c (i386_mxcsr_type): New variable.
783 (i386_init_types): Initialize i386_mxcsr_type.
784 (i386_register_type): Return i386_mxcsr_type for %mxcsr.
785 * i386-tdep.c (i386_mxcsr_type): New extern.
786 * amd64-tdep.c (amd64_register_info): Return i386_mxcsr_type for
787 %mxcsr.
788
acab6ab2
MM
7892006-01-20 Mark Mitchell <mark@codesourcery.com>
790
791 * Makefile.in (remote-rdi.o): Remove.
792 (rdi-share/libangsd.a): Likewise.
793 * README: Don't mention remote-rdi.c.
794 * NEWS: Mention removal of rdi-share.
795 * configure.ac: Don't configure rdi-share subdirectory.
796 * remote-rdi.c: Remove.
797 * config/arm/embed.mt (TDEPFILES): Remove remote-rdi.o.
798 (TDEPLIBS): Remove rdi-share/libangsd.a.
799 * rdi-share/Makefile.am: Remove.
800 * rdi-share/Makefile.in: Likewise.
801 * rdi-share/README.CYGNUS: Likewise.
802 * rdi-share/aclocal.m4: Likewise.
803 * rdi-share/adp.h: Likewise.
804 * rdi-share/adperr.h: Likewise.
805 * rdi-share/angel.h: Likewise.
806 * rdi-share/angel_bytesex.c: Likewise.
807 * rdi-share/angel_bytesex.h: Likewise.
808 * rdi-share/angel_endian.h: Likewise.
809 * rdi-share/ardi.c: Likewise.
810 * rdi-share/ardi.h: Likewise.
811 * rdi-share/armdbg.h: Likewise.
812 * rdi-share/buffers.h: Likewise.
813 * rdi-share/chandefs.h: Likewise.
814 * rdi-share/channels.h: Likewise.
815 * rdi-share/chanpriv.h: Likewise.
816 * rdi-share/configure: Likewise.
817 * rdi-share/configure.in: Likewise.
818 * rdi-share/crc.c: Likewise.
819 * rdi-share/crc.h: Likewise.
820 * rdi-share/dbg_conf.h: Likewise.
821 * rdi-share/dbg_cp.h: Likewise.
822 * rdi-share/dbg_hif.h: Likewise.
823 * rdi-share/dbg_rdi.h: Likewise.
824 * rdi-share/devclnt.h: Likewise.
825 * rdi-share/devices.h: Likewise.
826 * rdi-share/devsw.c: Likewise.
827 * rdi-share/devsw.h: Likewise.
828 * rdi-share/drivers.c: Likewise.
829 * rdi-share/drivers.h: Likewise.
830 * rdi-share/etherdrv.c: Likewise.
831 * rdi-share/ethernet.h: Likewise.
832 * rdi-share/host.h: Likewise.
833 * rdi-share/hostchan.c: Likewise.
834 * rdi-share/hostchan.h: Likewise.
835 * rdi-share/hsys.c: Likewise.
836 * rdi-share/hsys.h: Likewise.
837 * rdi-share/logging.c: Likewise.
838 * rdi-share/logging.h: Likewise.
839 * rdi-share/msgbuild.c: Likewise.
840 * rdi-share/msgbuild.h: Likewise.
841 * rdi-share/params.c: Likewise.
842 * rdi-share/params.h: Likewise.
843 * rdi-share/rx.c: Likewise.
844 * rdi-share/rxtx.h: Likewise.
845 * rdi-share/serdrv.c: Likewise.
846 * rdi-share/serpardr.c: Likewise.
847 * rdi-share/sys.h: Likewise.
848 * rdi-share/tx.c: Likewise.
849 * rdi-share/unixcomm.c: Likewise.
850 * rdi-share/unixcomm.h: Likewise.
851
4577207e
MK
8522006-01-21 Mark Kettenis <kettenis@gnu.org>
853
854 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register):
855 Change type of last argument to `gdb_byte *'.
856
34f55018
MK
8572006-01-20 Mark Kettenis <kettenis@gnu.org>
858
859 * hppa-tdep.h (hppa_in_solib_call_trampoline)
860 (hppa_skip_trampoline_code): New prototypes.
861 * hppa-tdep.c (struct insn_pattern): New.
862 (hppa_long_branch_stub, hppa_long_branch_pic_stub)
863 (hppa_import_stub, hppa_import_pic_stub, hppa_plt_stub): Moved
864 here from hppa-linux-tdep.c
865 (HPPA_MAX_INSN_PATTERN_LEN): New define.
866 (hppa_match_insns, hppa_match_insns_relaxed, hppa_in_dyncall)
867 (hppa_in_solib_call_trampoline, hppa_skip_trampoline_code): New
868 functions based on functions removed from hppa-linux-tdep.c.
869 * hppa-linux-tdep.c (hppa_long_branch_stub)
870 (hppa_long_branch_pic_stub, hppa_import_stub)
871 (hppa_import_pic_stub, hppa_plt_stub): Moved to hppa-tdep.c.
872 (insns_match_pattern_relaxed, hppa_linux_in_dyncall)
873 (hppa_linux_in_solib_call_trampoline)
874 (hppa_linux_skip_trampoline_code): Removed.
875 (hppa_linux_init_abi): Set TDEP->in_solib_call_tranpoline to
876 hppa_in_solib_call_trampoline and skip_trampoline_code to
877 hppa_skip_trampoline_code.
878 * hppabsd-tdep.c (hppabsd_init_abi): Set
879 TDEP->in_solib_call_trampoline and skip_trampoline_code.
880
7be93b9e
JB
8812006-01-20 Jim Blandy <jimb@redhat.com>
882
f408839d
JB
883 * MAINTAINERS: Change my E-mail address.
884
7be93b9e
JB
885 * configure.ac: Add -Wno-pointer-sign to list of build warnings.
886 * configure: Regenerated.
887
b2a74f99
DJ
8882006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
889
890 * MAINTAINERS: Overhaul.
891
4f2aea11
MK
8922006-01-18 Mark Kettenis <kettenis@gnu.org>
893
5ae96ec1
MK
894 Based on a previous patch form Michal Ludvig:
895 * amd64-tdep.c (amd64_sse_type): Remove.
896 (amd64_register_info): Use i386_eflags_type and i386_sse_type
897 where appropriate.
898 (AMD64_NUM_REGS): Use ARRAY_SIZE.
899 (amd64_register_type): Remove code to build amd_sse_type.
900 * i386-tdep.c (i386_eflag_type): New variable.
901 (i386_mmx_type, i386_sse_type): Make global.
902 (i386_init_types): New function.
903 (i386_build_mmx_type, i386_build_sse_type): Remove functions.
904 (i386_register_type): Return i386_eflag_type, i386_sse_type and
905 i386_mmx_type when appropriate.
906 (_initialize_i386_tdep): Call i386_init_types.
907 * i386-tdep.h (i386_eflags_type, i386_mmx_type, i386_sse_type):
908 Declare extern.
909
4f2aea11
MK
910 Based on a previous patch form Michal Ludvig:
911 * gdbtypes.c (append_flags_type_flag, init_flags_type): New
912 functions.
913 (is_integral_type, rank_one_type, recursive_dump_type): Add
914 support for TYPE_CODE_FLAGS.
915 * gdbtypes.h (enum type_code): Add TYPE_CODE_FLAGS.
916 (append_flags_type_field, init_flags_type): New prototypes.
917 * ada-valprint.c (ada_val_print_1): Add support for
918 TYPE_CODE_FLAGS.
919 * c-valprint.c (c_val_print): Likewise.
920 * f-valprint.c (f_val_print): Likewise.
921 * p-valprint.c (pascal_val_print): Likewise.
922 * valprint.c (val_print_type_code_flags): New function.
923 * valprint.h (val_print_type_code_flags): New prototype.
924 * value.c (unpack_long, value_from_longest): Add support for
925 TYPE_CODE_FLAGS.
926
4cdb5adf
CF
9272006-01-17 Christopher Faylor <cgf@timesys.com>
928
929 * MAINTAINERS: Very belatedly remove myself from from the list of
930 people caught up in the paper trail.
931
1193688d
JB
9322006-01-17 Jim Blandy <jimb@redhat.com>
933
4e38b386
JB
934 * symtab.h (struct general_symbol_info): Use gdb_byte for
935 value.bytes.
936 * stabsread.c (define_symbol): Use gdb_byte for the buffer holding
937 a floating-point constant's value.
938 * dwarf2read.c (dwarf2_const_value): Remove casts of value buffer
939 to char *.
940 * findvar.c (read_var_value): Eliminate needless temporary.
941
1193688d
JB
942 * dwarf2-frame.c (dwarf2_read_section): Update forward declaration
943 to match prior change to dwarf2_read_section's type.
944
0d1243d9
PG
9452006-01-16 Paul Gilliam <pgilliam@us.ibm.com>
946
947 * ppc-tdep.h (PPC_MAX_EPILOGUE_INSTRUCTIONS): New define.
948 * rs6000-tdep.c (insn_changes_sp_or_jumps)
949 (rs6000_in_function_epilogue_p): New functions.
950 (rs6000_gdbarch_init): Set in_function_epilogue_p.
951
fe1b8b76
JB
9522006-01-17 Jim Blandy <jimb@redhat.com>
953
954 * dwarf2read.c (struct dwarf2_per_objfile, struct comp_unit_head)
955 (struct line_header, struct partial_die_info, struct dwarf_block):
956 Use gdb_byte for members that refer to Dwarf section contents.
957 (dwarf2_read_abbrevs, dwarf2_read_section, dwarf_decode_lines,
958 dwarf_decode_macros, load_comp_unit, load_partial_dies,
959 locate_pdi_sibling, partial_read_comp_unit_head, peek_die_abbrev,
960 read_1_byte, read_1_signed_byte, read_2_bytes, read_4_bytes,
961 read_8_bytes, read_address, read_attribute, read_attribute_value,
962 read_comp_unit, read_comp_unit_head, read_die_and_children,
963 read_die_and_siblings, read_full_die, read_indirect_string,
964 read_initial_length, read_n_bytes, read_offset, read_partial_die,
965 read_signed_leb128, read_string, read_unsigned_leb128,
966 skip_children, skip_leb128, skip_one_die): Same.
967
a0841d7a
DJ
9682006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
969
970 * complaints.c (stop_whining): Make signed.
971 * linux-thread-db.c (thread_db_store_registers): Use gdb_byte.
972
939b2b42
DJ
9732006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
974
975 * dwarf2read.c, remote-fileio.c, remote.h: Update copyright
976 notices.
977
891d2f0b
DJ
9782006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
979
980 * dwarf2read.c (peek_die_abbrev, read_address, read_initial_length)
981 (read_offset): Change BYTES_READ argument to unsigned int.
982 (dwarf2_build_psymtabs_easy, read_comp_unit_head)
983 (create_all_comp_units, dwarf2_get_pc_bounds)
984 (dwarf_decode_line_header, var_decode_location)
985 (dwarf_decode_macros): Change local BYTES_READ variables to
986 unsigned int.
987 (read_indirect_string): Remove obsolete cast.
988
cfd77fa1
DJ
9892006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
990
991 * remote-fileio.c (remote_fileio_return_success): Take a gdb_byte
992 argument.
993 (remote_fileio_func_open, remote_fileio_func_rename)
994 (remote_fileio_func_unlink, remote_fileio_func_stat)
995 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
996 (remote_fileio_func_system): Cast the arguments to
997 remote_read_bytes and remote_write_bytes.
998 (remote_fileio_func_read, remote_fileio_func_write): Use a
999 gdb_byte buffer.
1000 * remote.h (remote_read_bytes, remote_write_bytes): Update
1001 prototypes.
1002 * remote.c (hex2bin, bin2hex): Use gdb_byte for the BIN argument.
1003 (threadref_to_int): Replace bogus char * cast.
1004 (remote_unpack_thread_info_response): Use int for tag.
1005 (remote_threads_extra_info, remote_check_symbols): Cast string
1006 arguments to hex2bin.
1007 (remote_wait): Use a char buffer for packets and a gdb_byte
1008 buffer for registers.
1009 (remote_async_wait): Likewise.
1010 (remote_prepare_to_store, store_register_using_P)
1011 (remote_store_registers): Use gdb_byte buffers.
1012 (remote_write_bytes, remote_read_bytes): Use a gdb_byte pointer
1013 for MYADDR and char buffers for strings.
1014 (remote_xfer_partial): Add casts for string operations on READBUF.
1015 (remote_rcmd): Cast strings passed to bin2hex.
1016
60bf0650
MM
10172006-01-16 Mark Mitchell <mark@codesourcery.com>
1018
1019 * aclocal.m4: Regenerate.
1020
60e81fcc
NS
10212006-01-16 Nathan Sidwell <nathan@codesourcery.com>
1022
1023 * mt-tdep.c (enum mt_gdb_regnums): Add MT_COPRO_PSEUDOREG_ARRAY,
1024 MT_COPRO_PSEUDOREG_DIM_1, MT_COPRO_PSEUDOREG_DIM_2,
1025 MT_COPRO_PSEUDOREG_REGS members. Adjust MT_NUM_PSEUDO_REGS.
1026 (mt_register_name): Lazily synthesize name for coprocessor pseudo
1027 array registers.
1028 (mt_copro_register_type): New. Broken out of ...
1029 (mt_register_type): ... here. Use it. Deal with coprocessor
1030 pseudo array.
1031 (mt_select_coprocessor): New.
1032 (mt_pseudo_register_read, mt_pseudo_register_write): Deal with
1033 coprocessor pseudo array.
1034
f365de73
AS
10352006-01-16 Andrew Stubbs <andrew.stubbs@st.com>
1036
1037 * breakpoint.c (insert_breakpoints): Check that a thread exists
1038 before inserting thread specific breakpoints.
1039
9d519230
MK
10402006-01-15 Mark Kettenis <kettenis@gnu.org>
1041
6062517a
MK
1042 * osabi.c (generic_elf_osabi_sniffer): Fix typo in previous
1043 commit.
1044
9d519230
MK
1045 * alpha-tdep.c (alpha_gdbarch_init): Set cannot_step_breakpoint.
1046 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Remove.
1047 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Remove.
1048 * config/alpha/nm-nbsd.h: Remove file.
1049 * config/alpha/nm-fbsd.h: Remove file
1050 * config/alpha/nbsd.mh (NAT_FILE): Remove.
1051 * config/alpha/fbsd.mh (NAT_FILE): Remove.
1052
0a029df5
DJ
10532006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
1054
1055 * macroexp.c (expand): Initialize argc.
1056 * stabsread.c (read_type): Handle errors from read_args.
1057 (read_args): Return NULL for errors.
1058
1731e543
MK
10592006-01-15 Mark Kettenis <kettenis@gnu.org>
1060
1061 * osabi.c (generic_elf_osabi_sniffer): Use memcmp instead of
1062 strcmp to compare string to a byte buffer.
1063
777ea8f1
DJ
10642006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
1065
1066 * printcmd.c (output_command): Always initialize fmt.size.
1067 (printf_command): Use gdb_byte.
1068 * symfile.c (separate_debug_file_exists): Use gdb_byte.
1069 (load_section_callback, read_target_long_array): Likewise.
1070 (simple_read_overlay_table, simple_read_overlay_region_table)
1071 (simple_overlay_update_1): Correct calls to read_target_long_array.
1072 * valprint.c (partial_memory_read): Change MYADDR to a gdb_byte *.
1073 Also change local pointers.
1074 (val_print_string): Use gdb_byte.
1075
4b17b389
MK
10762006-01-15 Mark Kettenis <kettenis@gnu.org>
1077
1078 * alphafbsd-tdep.c: Include "solib-svr4.h".
1079 (alphafbsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
1080 svr4_lp64_fetch_link_map_offsets.
1081 * Makefile.in (alphafbsd-tdep.o): Update dependencies.
1082 * config/alpha/fbsd.mt (TDEPFILES): Add corelow.o, solib.o and
1083 solib-svr4.o.
1084 * config/alpha/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
1085 and solib-legacy.o.
1086 * config/alpha/nm-fbsd.h: Don't include "solib.h".
1087
bd4109fb
DJ
10882006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
1089
1090 * source.c (_initialize_source): Use add_setshow_integer_cmd.
1091
1dce6535
DJ
10922006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
1093
1094 * linux-fork.c (delete_fork_command, detach_fork_command): Use
1095 PIDGET.
1096
76a9d10f
MK
10972006-01-15 Mark Kettenis <kettenis@gnu.org>
1098
1099 * arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets):
1100 Remove.
1101 (arm_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
1102 svr4_ilp32_fetch_link_map_offsets.
1103 * cris-tdep.c (cris_linux_svr4_fetch_link_map_offsets): Remove
1104 function.
1105 (cris_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
1106 svr4_ilp32_fetch_link_map_offsets.
1107 * mips-linux-tdep.c (mips_linux_svr4_fetch_link_map_offsets)
1108 (mips64_linux_svr4_fetch_link_map_offsets): Remove functions.
1109 (mips_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
1110 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
1111 where appropriate.
1112 * nbsd-tdep.c (nbsd_ilp32_solib_svr4_fetch_link_map_offsets):
1113 Simply call svr4_ilp32_fetch_link_map_offsets.
1114 (nbsd_lp64_solib_svr4_fetch_link_map_offsets): Simply call
1115 svr4_lp64_fetch_link_map_offsets.
1116 * ppc-linux-tdep.c (ppc_linux_svr4_fetch_link_map_offsets): Remove
1117 function.
1118 (ppc_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
1119 svr4_ilp32_fetch_link_map_offsets.
1120 * s390-tdep.c (s390_svr4_fetch_link_map_offsets)
1121 (s390x_svr4_fetch_link_map_offsets): Remove functions.
1122 (s390_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
1123 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
1124 where appropriate.
1125
469db033
MK
11262006-01-15 Mark Kettenis <kettenis@gnu.org>
1127
25224166
MK
1128 * arm-tdep.c (arm_return_value): Change type of readbuf and
1129 writebuf arguments to `gdb_byte *'.
1130
469db033
MK
1131 * s390-tdep.c: Do not include "tm.h" and "../bfd/bfd.h".
1132 * Makefile.in (s390-tdep.o): Update dependencies.
1133
4dd7c9f6
MK
11342006-01-14 Mark Kettenis <kettenis@gnu.org>
1135
081bf9da
MK
1136 * sol2-tdep.h. sol2-tdep.c: New files.
1137 * amd64-sol2-tdep.c: Include "sol2-tdep.h".
1138 (amd64_sol2_init_abi): Set skip_solib_resolver.
1139 * i386-sol2-tdep.c: Include "sol2-tdep.h".
1140 (i386_sol2_init_abi): Set skip_solib_resolver.
1141 * sparc-sol2-tdep.c: Include "sol2-tdep.h".
1142 (sparc32_sol2_init_abi): Set skip_solib_resolver.
1143 * sparc64-sol2-tdep.c: Include "sol2-tdep.h".
1144 (sparc64_sol2_init_abi): Set skip_solib_resolver.
1145 * Makefile.in (sol2_tdep_h): New variable.
1146 (ALLDEPFILES): Add sol2-tdep.c.
1147 (sol2-tdep.o): New target.
1148 (amd64-sol2-tdep.o, i386-sol2-tdep.o, sparc-sol2-tdep.o)
1149 (sparc64-sol2-tdep.o): Update dependencies
1150 * config/i386/i386sol2.mt (TDEPFILES): Add sol2-tdep.o.
1151 * config/i386/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
1152 * config/sparc/sol2.mt (TDEPFILES): Add sol2-tdep.o.
1153 * config/sparc/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
1154
c0f96416
MK
1155 * hppa-linux-tdep.c: Fix copyright indentation.
1156
4dd7c9f6
MK
1157 * hppa-tdep.h (enum hppa_regnum): Add HPPA_FP31R_REGNUM.
1158 * hppabsd-nat.c (hppabsd_fpregset_supplies_p)
1159 (hppabsd_supply_fpregset, hppabsd_collect_fpregset): New
1160 functions.
1161 (hppabsd_fetch_registers, hppabsd_store_registers): Handle
1162 floating-point registers.
1163
6da86618
MM
11642006-01-13 Mark Mitchell <mark@codesourcery.com>
1165
1166 * event-loop.c (gdb_select): Detect file descriptors that have
1167 been closed.
1168
ed944ce7
MK
11692006-01-13 Mark Kettenis <kettenis@gnu.org>
1170
1171 * hppabsd-tdep.c (hppabsd_init_abi): Set long_double_bit to 64,
1172 and long_double_format accordingly.
1173
03ee6b2e
PH
11742006-01-12 Paul N. Hilfinger <hilfinger@adacore.com>
1175
1176 * ada-exp.y (yyerror): Change message to ignore the argument, avoiding
1177 translation problems.
1178 * ada-lang.c (ada_value_struct_elt): Change interface and handling
1179 of errors to avoid translation problem (and less than optimal error
1180 messages).
1181 (ada_value_tag, ada_tag_name_1, ada_tag_name_2, ada_evaluate_subexp):
1182 Use new interface to ada_value_struct_elt.
1183 * ada_lang.h (ada_value_struct_elt): Update declaration to new
1184 interface.
1185
1186 * ChangeLog: remove reference to ada-tasks.c from entry of
1187 2006-01-07.
1188
24b06219
MK
11892006-01-11 Mark Kettenis <kettenis@gnu.org>
1190
1191 * remote.c (get_memory_packet_size, set_thread)
1192 (remote_unpack_thread_info_response, remote_get_threadinfo)
1193 (parse_threadlist_response, remote_get_threadlist)
1194 (remote_current_thread, remote_threads_info)
1195 (remote_threads_extra_info, extended_remote_restart, get_offsets)
1196 (remote_check_symbols, remote_open_1, remote_detach)
1197 (remote_async_wait, remote_fetch_registers)
1198 (remote_store_registers, check_binary_download, putpkt_binary)
1199 (remote_insert_breakpoint, remote_insert_watchpoint)
1200 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
1201 (remote_remove_hw_breakpoint, remote_xfer_partial, remote_rcmd)
1202 (packet_command): Remove redundant parenthesis.
1203
15550d6b
MK
12042006-01-10 Mark Kettenis <kettenis@gnu.org>
1205
dfb65433
MK
1206 * corefile.c (read_memory_integer, read_memory_unsigned_integer)
1207 (read_memory_typed_address, write_memory)
1208 (write_memory_unsigned_integer, write_memory_signed_integer): Use
1209 gdb_byte where appropriate.
1210
508416a1
MK
1211 * mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into
1212 'gdb_byte *'.
1213
f6519ebc
MK
1214 * target.h (target_read_memory_partial, target_write_memory_partial):
1215 Change second argument to 'gdb_byte *'.
1216 * target.c (target_xfer_memory_partial): Change third argument to
1217 'gdb_byte *'.
1218 (target_read_memory_partial, target_write_memory_partial): Change
1219 second argument to 'gdb_byte *'.
1220
15550d6b
MK
1221 * linespec.c (decode_objc): Make i1 and i2 unsigned.
1222 (find_method): Set values.sals to NULL.
1223
d7a30af7
MK
12242006-01-09 Mark Kettenis <kettenis@gnu.org>
1225
1226 * amd64obsd-nat.c (amd64obsd_supply_pcb): Use 'gdb_byte *' instead
1227 of 'char *' in cast.
1228
e1d5a0d2
PH
12292006-01-07 Paul N. Hilfinger <hilfinger@adacore.com>
1230
1231 * ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup.
03ee6b2e 1232 * ada-lang.c: I18n markup.
e1d5a0d2
PH
1233 Editorial: change "can not" => "cannot" throughout.
1234
790124be
MK
12352006-01-07 Mark Kettenis <kettenis@gnu.org>
1236
1237 * Makefile.in: Sort dependencies.
1238
3c481fdc
EZ
12392006-01-07 Eli Zaretskii <eliz@gnu.org>
1240
1241 * top.c (control_level): Remove unused variable.
1242
cb5d864f
FF
12432006-01-06 Fred Fish <fnf@specifix.com>
1244
1245 * objfiles.c (source.h): Include.
1246 (free_objfile): Update comment about clear_symtab_users().
1247 (free_objfile): Check all symtabs of objfile being freed and if
1248 one of them is the current source symtab, call
1249 clear_current_source_symtab_and_line().
1250
ac264b3b
MS
12512006-01-04 Michael Snyder <msnyder@redhat.com>
1252
1253 Checkpoint/Restart for Linux.
1254 * linux-nat.c: Add support for debugging multiple forks.
1255 Add #include for linux-fork.h (interface spec).
1256 (super_mourn_inferior): New function pointer.
1257 (child_mourn_inferior): New function / target method.
1258 (linux_target): Claim to_mourn_inferior method pointer.
1259 (child_follow_fork): Call interface to linux-fork, conditionally
1260 add new fork processes to list of debugged processes.
1261 (kill_inferior): Use interface to linux-fork to kill
1262 multiple processes.
1263
1264 * linux-fork.h: New file.
1265 * linux-fork.c: New file. Support for debugging multiple forks
1266 of the same program. Support for checkpoint and restart commands.
1267
1268 * infrun.c (nullify_last_target_wait_ptid): New function.
1269
1270 * Makefile.in: Add linux-fork.
1271 * config/*/linux.mh: Add linux-fork.
1272 * NEWS: Mention new functionality.
1273
f98ce7c2
PH
12742006-01-02 Paul Hilfinger <hilfingr@nile.gnat.com>
1275
1276 * ada-exp.y (syntax definitions,write_var_or_type,write_name_assoc):
1277 Change uses of "illegal" to "invalid".
1278
52ce6436
PH
12792006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
1280
1281 * ada-exp.y: Considerable reorganization to move functionality
1282 from ada-lex.l to here, where it is logically more appropriate.
1283 The original reason, however, was to prevent premature name
1284 lookups for selector names in record aggregates.
1285 (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns
1286 NAME for all of these.
1287 (VAR): New artificial token to clarify precedence rules.
1288 (OTHERS): New lexeme.
1289 (empty_stoken): New symbol.
1290 (%union): Remove ssym, voidval.
1291 (%type): Remove <voidval> type declarations.
1292 (syntax definitions): Add aggregates.
1293 Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING.
1294 Rename some non-terminals to be closer to reference manual usage.
1295 Tighten up expression syntax to disallow certain non-Ada
1296 constructions such as X and then Y or else Z.
1297 (ada_parse): Remove initialization of left_block_context.
1298 (write_var_from_name): Remove.
1299 (write_var_or_type): New function, containing previous code from
1300 defunct write_var_from_name and name_lookup.
1301 (block_lookup): New function, moved from ada-lex.l
1302 (select_possible_type_sym): New function, factored out of
1303 name_lookup, which used to be in ada-lex.l.
1304 (find_primitive_type): Ditto.
1305 (chop_selector): Ditto.
1306 (write_ambiguous_var): New function, factored out of defunct
1307 write_var_from_name.
1308 (write_selectors): New function.
1309 (write_name_assoc): New function.
1310 (write_exp_op_with_string): New function.
1311
1312 * ada-lex.l (processId): Change interface to return stoken.
1313 (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove.
1314 (block_lookup, name_lookup): Remove. Functionality moved to
1315 ada-exp.y.
1316 (state IN_STRING): Remove.
1317 (rules): Handle string escapes in processString.
1318 Add 'others' token.
1319 Return all NAMEs, BLOCKNAMEs, OBJECT_RENAMINGs, TYPENAMEs in
1320 yylval.sval (as simple strings).
1321 All name look-ups now handled in ada-exp.y.
1322 Introduce "::" (COLONCOLON) token and return as separate token.
1323 (processId): Change return convention. Comment.
1324 Leave leading "'" in place.
1325 (processString): New function.
1326 (find_dot_all): Add note to comment.
1327 Fix problem that allowed match only at the end.
1328
1329 * ada-lang.c: Introduce aggregates.
1330 (find_struct_field): Add new parameter to count fields skipped, and
1331 allow other output parameters to be NULL.
1332 (value_tag_from_contents_and_address, ada_value_struct_elt): Use
1333 new find_struct_field.
1334 (ada_index_struct_field, assign_aggregate, ada_is_array_type)
1335 (num_visible_fields, ada_index_struct_field_1, ada_index_struct_field)
1336 (num_component_specs, assign_component, assign_aggregate):
1337 (aggregate_assign_from_choices,aggregate_assign_positional)
1338 (aggregate_assign_others,add_component_interval):
1339 New functions.
1340 (ada_evaluate_subexp): Declare.
1341 Add aggregate-related operators.
1342 (ada_forward_operator_length): Declare.
1343 (resolve_subexp): Add cases for new aggregate operators and OP_NAME.
1344 Consolidate Ada operators, using ada_forward_operator_length.
1345 (ada_search_struct_field): Search in forward order.
1346 (ADA_OPERATORS): Add new aggregate operators.
1347 (ada_operator_length, ada_op_name, ada_forward_operator_length)
1348 (ada_dump_subexp_body, ada_print_subexp): Handle new aggregate
1349 operators and OP_NAME.
1350 (ada_type_of_array): Use longest_to_int.
1351 (value_assign_to_component): New function.
1352 (ada_forward_operator_length, ada_op_name, ada_dump_subexp_body):
1353 Add OP_NAME case.
1354 (ada_forward_operator_length, ada_dump_subexp_body):
1355 Add OP_STRING case.
1356
1357 * ada-lang.h (enum ada_operator): Add OP_AGGREGATE, OP_OTHERS,
1358 OP_CHOICES, OP_DISCRETE_RANGE, OP_POSITIONAL.
1359
529cad9c
PH
13602006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
1361
1362 * ada-lang.c (process_raise_exception_name): Remove extraneous
1363 definition from unsubmitted code.
1364
1365 (is_lower_alphanum): New function.
1366 (ada_decode): Add support for decoding protected object subprograms
1367 and entries, and of entities declared inside protected object
1368 subprograms.
1369 Also add missing handling for__{DIGITS}+ suffixes.
1370 Allow '$<digits>' as valid overloading suffix.
1371 (is_name_suffix): Add handling for protected type entriy suffixes.
1372 Also add support for protected type subprogram suffixes, but keep
1373 it commented out for now, as there is an ambiguity between these
1374 entities and other internally generated entities.
1375 Allow '$<digits>' as valid overloading suffix.
1376 (is_valid_name_for_wild_match): New function.
1377 (wild_match): Add an exra level of verification of the entity name
1378 before declaring it a match for the given pattern.
1379
1380 (ada_type_of_array, ada_evaluate_subexp): Use more proper
1381 longest_to_int rather than cast.
1382
1383 (ada_evaluate_subexp): Use "invalid" rather than "illegal" in comment.
1384
1385 (ada_coerce_to_simple_array): Call check_size to make sure
1386 that the object size is reasonable.
1387
1388 (ada_value_primitive_packed_val): Use correct location in target
1389 buffer for extracting packed record fields that are themselves records.
1390
1391 (add_defn_to_vec): Do not try to replace a stub type by its full
1392 type. Avoids a potential infinite loop.
1393
1394 (ada_lookup_symbol): Move return incorrectly placed return statement,
1395 causing a loop that should be scanning all object files to only
1396 scan the first one.
1397
1398 (ada_tag_name_2): New function.
1399 (ada_tag_name_1): If no 'tsd' field found in the dispatching table,
1400 use alternative representation.
1401
1402 (ada_find_renaming_symbol): Strip the function name suffix when
1403 computing the XR type name.
1404
1405 (ada_to_fixed_type): Try determining the tag only if we have the
1406 object's address.
1407 (to_fixed_array_type): Add comments.
1408
1409 (ada_check_typedef): Replace expression checking whether the given
1410 type is a stub or not by a "call" to TYPE_STUB. Clearer and more
1411 consistent.
1412
1413 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Allow
1414 '$' in addition to '.' for runtime auxiliary function name suffixes.
1415 See changes to ada_decode above.
1416
1417 (struct task_control_block): Add field called_task. (This change is
1418 to keep synchronized with our local sources; it does not affect the
1419 public version yet.)
1420
1421 * ada-typeprint.c (ada_print_type): Use int_string for printing
1422 modulus of modular type.
1423
1424 (print_range): Trivial editorial comment fix.
1425
1426 * ada-valprint.c (ada_emit_char): Use normal Ada syntax for
1427 double quote in string.
1428
9b799fe6
JB
14292006-01-01 Joel Brobecker <brobecker@adacore.com>
1430
1431 * top.c: Add 2006 to list of copyright years in file header.
1432
0bee0712
JB
14332006-01-01 Joel Brobecker <brobecker@adacore.com>
1434
1435 * top.c (print_gdb_version): Update copyright year to 2006.
1436
13c763f4
JB
14372006-01-01 Roger Sayle <roger@eyesopen.com>
1438 Elena Zannoni <ezannoni@redhat.com>
1439
1440 PR symtab/1651
1441 * xcoffread.c (xcoff_next_symbol_text): Check this_symtab_psymtab
1442 for NULL before assigning this_symtab_psymtab->objfile to objfile.
1443 (scan_xcoff_symtab): Initialize next_symbol_text_func.
1444 (Committed by Jim Blandy)
1445
e50f0da1 1446For older changes see ChangeLog-2005.
c906108c
SS
1447\f
1448Local Variables:
1449mode: change-log
1450left-margin: 8
1451fill-column: 74
1452version-control: never
1453End:
This page took 0.79593 seconds and 4 git commands to generate.