2008-04-23 Andrew Stubbs <andrew.stubbs@st.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2008-04-23 Andrew Stubbs <andrew.stubbs@st.com>
2
3 * printcmd.c: Define USE_PRINTF_I64 and PRINTF_HAS_LONG_LONG on MinGW.
4 (printf_command): Convert %lld to %I64d when USE_PRINTF_I64 set.
5
6 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
7
8 * acinclude.m4: Add override.m4.
9 * configure: Regenerate.
10
11 2008-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12
13 * ada-lang.c (get_selections): Variable PROMPT made non-const and
14 initialized with a trailing space now. Use PROMPT_ARG of
15 COMMAND_LINE_INPUT instead of printing it ourselves.
16
17 2008-04-22 Joel Brobecker <brobecker@adacore.com>
18
19 * NEWS: Document support for 64-bit core file.
20
21 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
22
23 * NEWS: Add information on calling convention and new SH CLI options.
24
25 * sh-tdep.c (sh_cc_gcc): New static string.
26 (sh_cc_renesas): Ditto.
27 (sh_cc_enum): New static string array.
28 (sh_active_calling_convention): New static string pointer denoting
29 active user chosen ABI.
30 (sh_is_renesas_calling_convention): New function to return function
31 specific ABI, or user choice if necessary.
32 (sh_use_struct_convention): Rename first argument and turn around its
33 meaning. Check for renesas ABI and return accordingly.
34 (sh_use_struct_convention_nofpu): New function.
35 (sh_next_flt_argreg): Get function type as third parameter. Check
36 for renesas ABI and choose floating registers accordingly.
37 (sh_push_dummy_call_fpu): Check for ABI and choose argument slot and
38 struct return slot accordingly.
39 (sh_push_dummy_call_nofpu): Ditto.
40 (sh_return_value_nofpu): Call sh_use_struct_convention_nofpu from here.
41 Evaluate ABI and give to sh_use_struct_convention_nofpu.
42 (sh_return_value_fpu): Evaluate ABI and give to
43 sh_use_struct_convention.
44 (show_sh_command): New function.
45 (set_sh_command): Ditto.
46 (_initialize_sh_tdep): Initialize `set/show sh calling-convention
47 CLI command.
48
49 * gdbarch.sh (return_value): Add func_type argument.
50 * gdbarch.c: Regenerate.
51 * gdbarch.h: Ditto.
52 * eval.c (evaluate_subexp_standard): Rename local variable value_type to
53 val_type so as not to collide with value_type function. Call
54 using_struct_return with additional function type argument.
55 * infcall.c (call_function_by_hand): Call using_struct_return and
56 gdbarch_return_value with additional function type argument.
57 * infcmd.c (print_return_value): Take addition func_type argument.
58 Call gdbarch_return_value with additional function type argument.
59 (finish_command_continuation): Call print_return_value with additional
60 function type argument.
61 (finish_command): Ditto.
62 * sparc-tdep.c (sparc32_push_dummy_code): Call using_struct_return with
63 additional function type argument.
64 * stack.c (return_command): Call using_struct_return and
65 gdbarch_return_value with additional function type argument.
66 * value.c (using_struct_return): Take additional function type argument.
67 * value.h (using_struct_return): Accommodate declaration.
68 * alpha-tdep.c (alpha_return_value): Add func_type argument.
69 * amd64-tdep.c (amd64_return_value): Ditto.
70 * arm-tdep.c (arm_return_value): Ditto.
71 * avr-tdep.c (avr_return_value): Ditto.
72 * cris-tdep.c (cris_return_value): Ditto.
73 * frv-tdep.c (frv_return_value): Ditto.
74 * h8300-tdep.c (h8300_return_value): Ditto.
75 (h8300h_return_value): Ditto.
76 * hppa-tdep.c (hppa32_return_value): Ditto.
77 (hppa64_return_value): Ditto.
78 * i386-tdep.c (i386_return_value): Ditto.
79 * ia64-tdep.c (ia64_return_value): Ditto.
80 * iq2000-tdep.c (iq2000_return_value): Ditto.
81 * m32c-tdep.c (m32c_return_value): Ditto.
82 * m32r-tdep.c (m32r_return_value): Ditto.
83 * m68hc11-tdep.c (m68hc11_return_value): Ditto.
84 * m68k-tdep.c (m68k_return_value): Ditto.
85 (m68k_svr4_return_value): Ditto.
86 * m88k-tdep.c (m88k_return_value): Ditto.
87 * mep-tdep.c (mep_return_value): Ditto.
88 * mips-tdep.c (mips_eabi_return_value): Ditto.
89 (mips_n32n64_return_value): Ditto.
90 (mips_o32_return_value): Ditto.
91 (mips_o64_return_value): Ditto.
92 * mn10300-tdep.c (mn10300_return_value): Ditto.
93 * mt-tdep.c (mt_return_value): Ditto.
94 * ppc-linux-tdep.c (ppc_linux_return_value): Ditto.
95 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Ditto.
96 (ppc_sysv_abi_broken_return_value): Ditto.
97 (ppc64_sysv_abi_return_value): Ditto.
98 * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
99 (ppc_sysv_abi_broken_return_value): Ditto.
100 (ppc64_sysv_abi_return_value): Ditto.
101 * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
102 * rs6000-tdep.c (rs6000_return_value): Ditto.
103 * s390-tdep.c (s390_return_value): Ditto.
104 * score-tdep.c (score_return_value): Ditto.
105 * sh-tdep.c (sh_return_value_nofpu): Ditto.
106 (sh_return_value_fpu): Ditto.
107 * sh64-tdep.c (sh64_return_value): Ditto.
108 * sparc-tdep.c (sparc32_return_value): Ditto.
109 * sparc64-tdep.c (sparc64_return_value): Ditto.
110 * spu-tdep.c (spu_return_value): Ditto.
111 * v850-tdep.c (v850_return_value): Ditto.
112 * vax-tdep.c (vax_return_value): Ditto.
113 * xstormy16-tdep.c (xstormy16_return_value): Ditto.
114 * xtensa-tdep.c (xtensa_return_value): Ditto.
115
116 * gdbtypes.h (struct type): Add calling_convention member.
117 * dwarf2read.c (read_subroutine_type): Add calling convention read
118 from DW_AT_calling_convention attribute to function type.
119
120 2008-04-22 Markus Deuling <deuling@de.ibm.com>
121
122 * eval.c (evaluate_subexp_standard): Use value_subscripted_rvalue for
123 multi_f77_subscript to support values from registers.
124 * valarith.c (value_subscripted_rvalue): Remove prototype and static.
125 * value.h (value_subscripted_rvalue): Add prototype.
126
127 * f-typeprint.c (f_type_print_base): Add support for TYPE_CODE_UNION.
128 Fix output.
129 * f-valprint.c (f_val_print): Likewise.
130
131 2008-04-21 Craig Silverstein <csilvers@google.com>
132
133 * dwarf2read.c (zlib_decompress_section): Define abfd in the
134 !HAVE_ZLIB_H case.
135
136 2008-04-21 Pedro Alves <pedro@codesourcery.com>
137
138 * symfile.c (syms_from_objfile): Don't warn if lowest loadable
139 section is not a code section.
140
141 2008-04-19 Craig Silverstein <csilvers@google.com>
142
143 * NEWS: Add information on compressed debug sections.
144
145 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
146
147 * mi/mi-cmd-var.c (varobj_update_one): Print new
148 value for variable objects that changed type.
149
150 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
151
152 * varobj.c (varobj_invalidate): Don't touch floating
153 varobjs.
154
155 2008-04-19 Mark Kettenis <kettenis@gnu.org>
156
157 * symtab.c: (multiple_symbols_modes, multiple_symbols_ask)
158 (multiple_symbols_cancel): Remove extra const.
159 * symtab.h: Likewise.
160
161 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
162
163 * interps.c (top_level_interpreter): Rename static variable...
164 (top_level_interpreter_ptr): ...to this.
165 (top_level_interpreter): New function.
166
167 * interps.h: New extern for top_level_interpreter.
168
169 * linespec.c: Include interps.h and mi/mi-cmds.h.
170 (decode_line_2): When using MI, always set all breakpoints in menu.
171
172 * Makefile.in (linespec.o, mi-interp.o): Add dependencies.
173
174 2008-04-18 Craig Silverstein <csilvers@google.com>
175
176 * configure.ac (AC_SEARCH_LIBS): Add check for zlib.
177 * config.in, configure: Regenerate.
178 * dwarf2read.c: Include zlib.h if present.
179 Modified *_SECTION macros.
180 (section_is_p): New.
181 (dwarf2_locate_sections): Use section_is_p instead of strcmp
182 (dwarf2_resize_section): New.
183 to determine whether a given section has a given name.
184 (zlib_decompress_section): New.
185 (dwarf2_read_section): Read the compressed section if present
186 in the binary.
187 * MAINTAINERS: Added myself to section Write After Approval.
188
189 2008-04-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
190
191 * defs.h (exec_set_section_offsets): Remove prototype.
192 * exec.c (exec_set_section_offsets): Remove function.
193
194 2008-04-18 Joel Brobecker <brobecker@adacore.com>
195
196 * stabsread.c (cleanup_undefined_types_1): Add instance flags check
197 in the search for the matching symbol.
198
199 2008-04-17 Marc Khouzam <marc.khouzam@ericsson.com>
200
201 * breakpoint.c (update_watchpoint): Always reparse
202 condition.
203
204 2008-04-17 Joel Brobecker <brobecker@adacore.com>
205
206 * breakpoint.c (print_one_breakpoint_location): Make sure to print
207 the breakpoint address only once.
208
209 2008-04-17 Dennis Roberts <dennis.roberts@sunquestinfo.com>
210
211 * rs6000-tdep.c (rs6000_gdbarch_init): Use the BFD architecture,
212 rather than a hard-coded architecture, for xcoff executables.
213
214 2008-04-17 Doug Evans <dje@google.com>
215
216 * buildsym.c (watch_main_source_file_lossage): New fn.
217 (end_symtab): Call it.
218
219 * source.c (find_and_open_source): Add some comments clarifying
220 handling of FULLNAME argument. Make static. Remove pointless
221 xstrdup/xfree.
222
223 2008-04-17 Pedro Alves <pedro@codesourcery.com>
224
225 * inf-loop.c (inferior_event_handler): Also run the intermediate
226 continuations in the INF_EXEC_COMPLETE case.
227
228 2008-04-16 Tom Tromey <tromey@redhat.com>
229
230 * cli/cli-decode.h (CMD_ASYNC_OK): New define.
231 (set_cmd_async_ok, get_cmd_async_ok): Declare.
232 * cli/cli-decode.c (set_cmd_async_ok): New function.
233 (get_cmd_async_ok): New function.
234 * cli/cli-cmds.c (init_cli_cmds): Mark "pwd", "help", "info", and
235 "show" as async-ok.
236 * top.c (execute_command): Use get_cmd_async_ok.
237 * infcmd.c: Include cli/cli-decode.h.
238 (_initialize_infcmd): Mark "interrupt" as async-ok.
239 * Makefile.in (infcmd.o): Depend on cli_decode_h.
240
241 2008-04-16 Daniel Jacobowitz <dan@codesourcery.com>
242
243 PR gdb/2445
244 * exec.c: Correct "arch-utils.h" include.
245
246 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
247
248 PR gdb/2424
249 * infrun.c (normal_stop) Move breakpoint_auto_delete further down
250 to allow printing to 'see' real reason of stop. This fixes PR 2424.
251 * breakpoint.c (bpdisp_texst): New function. The function takes over
252 the role of bpstats static array in print_one_breakpoint_location.
253 (print_it_typical): Print "Temporary breakpoint" instead
254 of just "Breakpoint" when breakpoint is, well, temporary. For mi-like
255 protocols, print disp field.
256 (print_one_breakpoint_location): Removed bpdisps static definition.
257 Call new bpstat_text function to get value for 'disp' field.
258 (mention): Print "Temporary breakpoint" instead of just "Breakpoint".
259
260 2008-04-15 Daniel Jacobowitz <dan@codesourcery.com>
261
262 * gnulib/Makefile.am, gnulib/m4/gnulib-cache.m4,
263 gnulib/aux/link-warning.h, gnulib/extra/link-warning.h: Adjust
264 by rerunning gnulib-tool with --aux-dir=gnulib/extra.
265 * gnulib/Makefile.in: Regenerate.
266
267 2008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
268
269 * Makefile.in (GNULIB_H): New. Trigger all-lib.
270 (defs_h): Use $(GNULIB_H).
271 (all-lib): Depend on gnulib/Makefile.
272 (gnulib/Makefile): Regenerate gnulib/Makefile and gnulib/.deps.
273 * config.in, gnulib/Makefile.in: Regenerated.
274
275 2008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
276
277 * Makefile.in (LIBGNU, INCGNU): Define.
278 (INTERNAL_CFLAGS_BASE): Add INCGNU.
279 (INTERNAL_LIBS, CLIBS, CDEPS): Add LIBGNU.
280 (CLEANDIRS): New.
281 ($(LIBGNU), all-lib): New rules.
282 (clean, distclean, do-maintainer-clean): Use CLEANDIRS.
283 * configure.ac: Use gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE.
284 Simplify AC_CONFIG_AUX_DIR. Generate gnulib/Makefile.
285 * gnulib: New directory, from gnulib-tool.
286 * configure, aclocal.m4: Regenerated.
287
288 2008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
289
290 * linux-thread-db.c (have_threads_callback): Check thread->private.
291
292 2008-04-13 Nick Roberts <nickrob@snap.net.nz>
293 Vladimir Prus <vladimir@codesourcery.com>
294
295 Fix @-varobjs.
296 * varobj.c (value_of_root): Update the expression for
297 floating varobjs.
298 * mi/mi-cmd-var.c (varobj_update_one): If type has changed,
299 report that.
300
301 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
302
303 * mi/mi-cmd-var.c: Include "mi-getopt.h".
304 (mi_parse_format): New. Factored out from mi_cmd_var_set_format.
305 (mi_cmd_var_set_format): Use new mi_parse_format.
306 (mi_cmd_var_evaluate_expression): Support for -f option to specify
307 format.
308 * Makefile.in (mi-cmd-var.o): Update dependencies.
309
310 * varobj.h (varobj_get_formatted_value): Declare.
311 * varobj.c (my_value_of_variable): Added format parameter.
312 (cplus_value_of_variable): Likewise.
313 (java_value_of_variable): Likewise.
314 (c_value_of_variable): Likewise. Evaluate expression based
315 on format parameter.
316 (struct language_specific): Add format parameter to function member
317 *value_of_variable.
318 (varobj_get_formatted_value): New.
319 (varobj_get_value): Added format parameter to method call.
320
321 2008-04-08 Joel Brobecker <brobecker@adacore.com>
322
323 * stabsread.c (cleanup_undefined_types_noname): Manually set the
324 instance flags of the undefined type before calling replace_type.
325
326 2008-04-08 Vladimir Prus <vladimir@codesourcery.com>
327
328 * target.h (enum strata): Remove the download_stratum.
329
330 2008-04-07 Doug Evans <dje@google.com>
331
332 * buildsym.h (last_source_file): Add dwarf info to comment.
333 (last_source_start_addr): Ditto.
334
335 2008-04-07 Pedro Alves <pedro@codesourcery.com>
336
337 * alphanbsd-tdep.c: Include "target.h".
338 * mn10300-tdep.c: Include "target.h".
339 * Makefile.in (alphanbsd-tdep.o, mn10300-tdep.o): Update.
340
341 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
342
343 Fix breakpoint condition that use member variables.
344 * valops.c (check_field): Remove.
345 (check_field_in): Rename to check_field.
346 (value_of_this): Use la_name_of_this.
347 * value.h (check_field): Adjust prototype.
348
349 * language.h (la_value_of_this): Rename to la_name_of_this.
350 * language.c (unknown_language_defn): Specify "this" for
351 name_of_this.
352 (auto_language_defn): Likewise.
353 (local_language_defn): Likewise.
354 * ada-lang.c (ada_language_defn): Adjust comment.
355 * c-lang.c (c_language_defn): Adjust comment.
356 (cplus_language_defn): Specify "this" for name_of_this.
357 (asm_language_defn): Adjust comment.
358 (minimal_language_defn): Adjust comment.
359 * f-lang.c (f_language_defn): Specify NULL for name_of_this.
360 * jv-lang.c (java_language_defn): Specify "this" for name_of_this.
361 * m2-lang.c (m2_language_defn): Specify "this" for name_of_this.
362 * objc-lang.c (objc_language_defn): Specify "self" for
363 name_of_this.
364 * p-lang.c (pascal_language_defn): Specify "this" for
365 name_of_this.
366 * scm-lang.c (scm_language_defn): Specify NULL for name_of_this.
367
368 * symtab.c (lookup_symbol_aux): Lookup "this" in the
369 proper scope, and check for field in type of "this", without
370 trying to create a value.
371
372 2008-04-04 Pedro Alves <pedro@codesourcery.com>
373
374 * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_ERROR.
375 (mi_error_message): Delete declaration.
376 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call error instead of
377 returning MI_CMD_ERROR.
378 * mi/mi-main.c (mi_error_message): Delete.
379 (mi_cmd_exec_interrupt):
380 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
381 (mi_cmd_thread_info): Call error instead of returning
382 MI_CMD_ERROR.
383 (mi_cmd_data_list_register_values): Call error instead of
384 returning MI_CMD_ERROR. Adapt to new get_register interface.
385 (get_register): Change return typo to void. Call error instead of
386 returning MI_CMD_ERROR.
387 (mi_cmd_data_write_register_values): Call error instead of
388 returning MI_CMD_ERROR.
389 (mi_cmd_list_features): Return MI_CMD_DONE.
390 (captured_mi_execute_command): Remove MI_CMD_ERROR handling.
391 (mi_execute_command): Always print exceptions with -error.
392
393 2008-04-04 Joel Brobecker <brobecker@adacore.com>
394
395 * NEWS: Mention new commands set/show multiple-symbols.
396
397 2008-04-03 Joel Brobecker <brobecker@adacore.com>
398
399 * symtab.c (multiple_symbols_ask, multiple_symbols_all)
400 (multiple_symbols_cancel): New constants.
401 (multiple_symbols_modes, multiple_symbols_mode): New static globals.
402 (multiple_symbols_select_mode): New function.
403 (_initialize_symtab): Add new set/show multiple-symbols commands.
404 * symtab.h (multiple_symbols_ask, multiple_symbols_all)
405 (multiple_symbols_cancel, multiple_symbols_select_mode): Declare.
406 * ada-lang.c (user_select_syms): Add handling of new multiple-symbols
407 setting.
408 * linespec.c (decode_line_2): Likewise.
409
410 2008-04-03 Doug Evans <dje@sebabeach.org>
411
412 * symtab.h (enum free_code): Delete free_contents, unused.
413 * symmisc.c (free_symtab_block): Delete.
414 (free_symtab, case free_code): Delete.
415
416 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
417
418 * valops.c (value_cast_structs): New function. Cast related
419 STRUCT types up/down and return cast value. The body of this
420 function comes mostly from value_cast_pointers.
421 (value_cast_pointers): Code for actual cast STRUCT-STRUCT moved
422 to value_cast_structs. Now value_cast_pointers needs only create
423 appropriate reference after using value_cast_structs for actual
424 casting.
425 (value_cast): Handle references.
426
427 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
428
429 * MAINTAINERS: Added myself to section Write After Approval.
430
431 2008-03-30 Daniel Jacobowitz <dan@codesourcery.com>
432
433 * ia64-tdep.c (examine_prologue): Correct array access.
434
435 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
436
437 * cp-support.c (first_component_command): Return if no arguments.
438
439 2008-03-28 Carlos O'Donell <carlos@codesourcery.com>
440
441 * ser-mingw.c (ser_windows_open): Open requested name.
442
443 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
444
445 * MAINTAINERS: Added myself.
446
447 2008-03-28 Pedro Alves <pedro@codesourcery.com>
448
449 * target.c (find_default_run_target): Allow a NULL `do_mesg'
450 parameter. If it is NULL, don't call error.
451 (find_default_can_async_p, find_default_is_async_p): Pass NULL as
452 `do_mesg' parameter to find_default_run_target. If no target was
453 found, return 0.
454
455 2008-03-28 Daniel Jacobowitz <dan@codesourcery.com>
456
457 * mips-linux-tdep.c: Update N32/N64 signal frame comments.
458 (N64_SIGCONTEXT_LO, N64_SIGCONTEXT_PC, N64_SIGCONTEXT_FPCSR): Update.
459 (N64_SIGCONTEXT_FIR, N64_SIGCONTEXT_CAUSE, N64_SIGCONTEXT_BADVADDR):
460 Delete.
461 (mips_linux_n32n64_sigframe_init): Do not record cause or badvaddr.
462
463 2008-03-27 Joel Brobecker <brobecker@adacore.com>
464
465 GDB 6.8 released.
466
467 2008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
468
469 * features/Makefile (%.dat): Set xmltarget to the base filename
470 of the XML source, without subdirectory.
471 * regformats/rs6000/powerpc-32.dat: Regenerate.
472 * regformats/rs6000/powerpc-64.dat: Regenerate.
473 * regformats/rs6000/powerpc-e500.dat: Regenerate.
474
475 2008-03-27 Markus Deuling <deuling@de.ibm.com>
476
477 * xcoffread.c (scan_xcoff_symtab): Replace current_gdbarch by
478 objfile arch.
479
480 2008-03-27 Nick Roberts <nickrob@snap.net.nz>
481
482 * mi/mi-main.c (enum captured_mi_execute_command_actions):
483 Spell suppress in EXECUTE_COMMAND_SUPPRESS_PROMPT correctly.
484
485 2008-03-26 Ulrich Weigand <uweigand@de.ibm.com>
486
487 * objfiles.h (struct objfile): New GDBARCH member.
488 (get_objfile_arch): Add prototype.
489 * objfiles.c: Include "arch-utils.h".
490 (allocate_objfile): Look up gdbarch associated with bfd.
491 (get_objfile_arch): New function.
492 * Makefile (objfiles.o): Update dependencies.
493
494 * dwarf2-frame.c (decode_frame_entry_1): Replace current_gdbarch
495 by objfile arch.
496 * dwarf2loc.c (dwarf_expr_read_reg): Replace current_gdbarch
497 by frame arch.
498 (locexpr_describe_location): Replace current_gdbarch by
499 objfile arch.
500 * dwarf2read.c (die_type): Replace current_gdbarch by objfile arch.
501 (dwarf2_add_field): Likewise.
502 (read_tag_pointer_type): Likewise.
503 (read_base_type): Likewise.
504 (new_symbol): Likewise.
505
506 * coffread.c (decode_type): Add OBJFILE argument. Update callers.
507 (decode_base_type, decode_function_type): Likewise.
508 (coff_read_struct_type, coff_read_enum_type): Likewise.
509 (coff_symtab_read): Replace current_gdbarch by objfile arch.
510 (decode_base_type): Likewise.
511 (coff_read_enum_type): Likewise.
512 (coff_read_struct_type): Replace current_objfile by OBJFILE argument.
513 (coff_read_enum_type): Likewise.
514
515 * dbxread.c (read_dbx_symtab): Replace current_gdbarch by objfile arch.
516 (end_psymtab): Likewise.
517 (process_one_symbol): Likewise.
518
519 * mdebugread.c (parse_symbol): Replace current_gdbarch by objfile arch.
520 (parse_procedure): Likewise.
521 (parse_partial_symbols): Likewise.
522
523 * somread.c (som_symtab_read): Replace current_gdbarch by objfile arch.
524
525 * stabsread.c (define_symbol): Replace current_gdbarch by objfile arch.
526 Replace static pcc_promotion_type and pcc_unsigned_promotion_type by
527 built-in types.
528 (read_range_type): Replace current_gdbarch by objfile arch. Replace
529 static range_index_type by built-in type.
530 (read_one_struct_field): Replace current_gdbarch by objfile arch.
531 (read_enum_type): Likewise.
532
533 * xcoffread.c (read_xcoff_symtab): Replace current_gdbarch by
534 objfile arch.
535
536 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
537
538 * varobj.h (varobj_floating_p): Declare.
539 * varobj.c (varobj_floating_p): New.
540 * mi/mi-cmd-var.c (mi_cmd_var_update): When passed
541 '@' as the name, update all floating varobjs.
542
543 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
544
545 * varobj.c (struct varobj_root): Rename use_selected_frame to
546 floating, and clarify the meaning.
547 (varobj_create, varobj_update, new_root_variable): Adjust.
548 (value_of_root): Don't use type_changed as in variable,
549 adjust comment.
550 (c_value_of_root): Adjust.
551
552 2008-03-25 Pedro Alves <pedro@codesourcery.com>
553
554 * linux-nat.c (linux_nat_attach): Add the pid we attached to, to
555 gdb's thread list.
556 (linux_nat_wait): Add main lwp to gdb's thread list.
557 * linux-thread-db.c (find_new_threads_callback): Also attach to
558 already listed threads which thread_db didn't know about yet.
559
560 2008-03-25 Pedro Alves <pedro@codesourcery.com>
561
562 * linux-nat.c (drain_queued_events): Fix comment typo.
563 (linux_nat_attach): In async mode, don't rely on storing a pending
564 status. Instead place the wait status on the pipe.
565 (linux_nat_resume): Remove unreacheable shortcut code in async
566 mode.
567 (stop_wait_callback): In async mode, don't store pending status.
568 Instead, cancel breakpoints or resend the signal appropriatelly.
569 (cancel_breakpoint): New, refactored from
570 cancel_breakpoints_callback.
571 (cancel_breakpoints_callback): Call cancel_breakpoint.
572 (pipe_to_local_event_queue): Remove special token processing.
573 (linux_nat_wait): Issue an internal error if a pending status is
574 found in async mode.
575
576 2008-03-24 Daniel Jacobowitz <dan@codesourcery.com>
577
578 * inflow.c (gdb_has_a_terminal): Guard access to our_process_group.
579
580 2008-03-24 Nick Roberts <nickrob@snap.net.nz>
581 Vladimir Prus <vladimir@codesourcery.com>
582
583 * varobj.c (struct varobj_root): New component thread_id.
584 (varobj_get_thread_id, check_scope): New functions.
585 (c_value_of_root): Use check_scope. Switch to the
586 proper thread if necessary.
587
588 * varobj.h (varobj_get_thread_id): New extern.
589
590 * mi/mi-cmd-var.c (print_varobj): Add thread-id field.
591
592 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
593
594 PR gdb/544
595 * top.c: Revert 2008-03-21 changes.
596
597 2008-03-23 Vladimir Prus <vladimir@codesourcery.com>
598
599 * thread.c (make_cleanup_restore_current_thread): Make it
600 globally visible.
601 * gdbthread.h (make_cleanup_restore_current_thread): Declare.
602 * varobj.c (varobj_update): Don't save/restore frame.
603 (c_value_of_root): Save/restore thread and frame here,
604 using make_cleanup_restore_current_thread.
605 * Makefile.in: Update dependecies.
606
607 2008-03-23 Vladimir Prus <vladimir@codesourcery.com>
608
609 * varobj.c (struct varobj_root): Clarify
610 comment on the frame field.
611 (varobj_create): Don't set frame if we have no
612 block.
613
614 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
615
616 PR gdb/544
617 Suggested by Jan Kratochvil:
618 * top.c (gdb_rl_operate_and_get_next_completion): Call
619 rl_redisplay_function.
620 (gdb_rl_redisplay): New.
621 (init_main): Set rl_redisplay_function.
622
623 2008-03-21 Thomas Mittelstaedt <T.Mittelstaedt@cadenas.de> (tiny change)
624
625 * aix-thread.c (pdc_read_regs): Fix compiler warning.
626 (pdc_write_regs, aix_thread_resume, fetch_regs_kernel_thread)
627 (store_regs_kernel_thread): Likewise.
628
629 2008-03-21 Pedro Alves <pedro@codesourcery.com>
630
631 Linux native async support.
632
633 * target.h (struct target_ops): Delete to_async_mask_value and add
634 to_async_mask.
635 (target_is_async_p, target_async): Formatting.
636 (target_async_mask_value): Delete.
637 (target_async_mask): Delete function declaration, and add new
638 target macro with the same name.
639
640 * target.c (update_current_target): Replace to_async_mask_value by
641 to_async_mask. Default to_async_mask to return_one.
642 (target_async_mask): Delete.
643 (find_default_can_async_p, find_default_is_async_p): New.
644 (init_dummy_target): register find_default_can_async_p and
645 find_default_is_async_p on the dummy target.
646
647 * linux-nat.c: Include inf-loop.h, event-loop.h and event-top.h.
648 (debug_linux_nat_async): New global.
649 (show_debug_linux_nat_async): New function.
650 (linux_nat_async_enabled, linux_nat_async_mask_value)
651 (linux_nat_event_pipe, linux_nat_num_queued_events)
652 (linux_nat_async_events_enabled): New globals.
653 (struct waitpid_result): New struct.
654 (waitpid_queue): New global.
655 (queued_waitpid, push_waitpid, drain_queued_events): New.
656 (my_waitpid): Call queued_waitpid.
657 (linux_child_follow_fork): Disable async events during the call.
658 (blocked_mask): Delete.
659 (sync_sigchld_action, async_sigchld_action): New globals.
660 (lin_lwp_attach_lwp): In sync mode, don't reblock SIGCHLD. In
661 async mode, block events during the call.
662 (linux_nat_create_inferior): New.
663 (linux_nat_attach): In sync mode, restore the mask states. In
664 async mode, wake the event loop immediatelly.
665 (detach_callback): Drain all queued events of the lwp we're
666 detaching from.
667 (linux_nat_detach): Block async mode, and drain events of the main
668 process.
669 (linux_nat_resume): If in async mode, mask async events during the
670 call. If short circuiting, force event loop to wake up. If
671 resuming, set target_executing, and register target events in the
672 event loop.
673 (pipe_to_local_event_queue, local_event_queue_to_pipe): New.
674 (linux_nat_wait): In async mode, block events during the call.
675 Only enable/disable passing SIGINT to the inferior in sync mode.
676 Get events from local waitpid queue. If no interesting events was
677 found, return to events loop. Reregister target events in the
678 event loop on exit. In sync mode, no need to reblock SIGCHLD.
679 (linux_nat_kill): Disable events on entry.
680 (linux_nat_mourn_inferior): In sync mode, don't restore the masks
681 here. Detach async mode from the event loop if there are no more
682 forks available, otherwise leave it on.
683 (sigchld_handler): Assure this is called only in sync mode.
684 (linux_async_permitted, linux_async_permitted_1): New globals.
685 (set_maintenance_linux_async_permitted)
686 (show_maintenance_linux_async_permitted): New functions.
687 (linux_nat_is_async_p, linux_nat_can_async_p)
688 (linux_nat_async_mask): New.
689 (linux_nat_event_pipe_pop, linux_nat_event_pipe_push): New.
690 (get_pending_events, async_sigchld_handler): New.
691 (linux_nat_async_events): New.
692 (async_terminal_is_ours): New global.
693 (linux_nat_terminal_inferior, linux_nat_terminal_ours): New.
694 (async_client_callback, async_client_context): New.
695 (linux_nat_async_file_handler, linux_nat_async)
696 (linux_nat_disable_async, linux_nat_enable_async): New.
697 (linux_nat_add_target): Register linux_nat_create_inferior,
698 linux_nat_can_async_p, linux_nat_is_async_p, linux_nat_async,
699 linux_nat_async_mask, linux_nat_terminal_inferior and
700 linux_nat_terminal_ours.
701 (_initialize_linux_nat): Remove local action variable, and update
702 code that used it to use sync_sigchld_action. Add new
703 "lin-lwp-async" debug set/show command. Put the "lin-lwp" debug
704 set/show command in the maintenance class. Add new "linux-async"
705 maintenance set/show command. Block SIGCHLD by default. Setup
706 async_sichld_action, and sync_sigchld_action. Install the default
707 async mode.
708 (lin_thread_get_thread_signals): Use a local sigset_t for blocking
709 the cancel signals.
710
711 * linux-thread-db.c (re_check_for_thread_db): New.
712 (clear_lwpid_callback): Handle TARGET_WAITKIND_IGNORE.
713 (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
714 (thread_db_async_mask): New.
715 (init_thread_db_ops): Register thread_db_can_async_p,
716 thread_db_is_async_p, thread_db_async and thread_db_async_mask.
717
718 * remote.c (remote_async_mask_value): New.
719 (remote_return_zero): New.
720 (init_remote_ops): Register remote_return_zero as callbacks of
721 to_can_async_p and to_is_async_p.
722 (remote_can_async_p, remote_is_async_p, remote_async): Update to
723 use remote_async_mask_value.
724 (remote_async_mask): New.
725 (init_remote_async_ops): Remove to_async_mask_value setting and
726 register remote_async_mask as to_async_mask callback in
727 remote_async_ops.
728
729 * Makefile.in (linux-nat.o): Update.
730
731 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
732
733 * gdbthread.h (add_thread_with_info): New.
734 * linux-thread-db.c: Add some documentation.
735 (GET_LWP, GET_PID, GET_THREAD, is_lwp, is_thread, BUILD_LWP): Delete.
736 (struct private_thread_info): Remove th_valid and ti_valid.
737 Replace ti with tid.
738 (thread_get_info_callback): Do not add TID to the new ptid. Do
739 not cache th or ti.
740 (thread_db_map_id2thr, lwp_from_thread): Delete functions.
741 (thread_from_lwp): Assert that the LWP is set. Do not add TID to the
742 new PTID.
743 (attach_thread): Handle an already-existing thread. Use
744 add_thread_with_info. Cache the th and tid.
745 (detach_thread): Verify that private was set. Remove verbose
746 argument and printing. Update caller.
747 (thread_db_detach): Do not adjust inferior_ptid.
748 (clear_lwpid_callback, thread_db_resume, thread_db_kill): Delete.
749 (check_event, find_new_threads_callback): Do not add TID to the new PTID.
750 (thread_db_wait): Do not use lwp_from_thread.
751 (thread_db_pid_to_str): Use the cached TID.
752 (thread_db_extra_thread_info): Check that private is set.
753 (same_ptid_callback): Delete.
754 (thread_db_get_thread_local_address): Do not use it or check
755 is_thread. Check that private is set. Assume that the thread
756 handle is already cached.
757 (init_thread_db_ops): Remove to_resume and to_kill.
758 * thread.c (add_thread_with_info): New.
759 (add_thread): Use it.
760 * linux-nat.c (find_thread_from_lwp): Delete.
761 (exit_lwp): Do not use it. Check print_thread_events. Print before
762 deleting the thread.
763 (GET_PID, GET_LWP, BUILD_LWP, is_lwp): Move to...
764 * linux-nat.h (GET_PID, GET_LWP, BUILD_LWP, is_lwp): ...here.
765 * inf-ttrace.c (inf_ttrace_wait): Use print_thread_events and
766 printf_unfiltered for thread exits.
767 * procfs.c (procfs_wait): Likewise.
768
769 2008-03-21 Chris Demetriou <cgd@google.com>
770
771 * symtab.c (rbreak_command): Quote symbol name before passing
772 it to break_command.
773
774 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
775
776 * eval.c (evaluate_subexp_for_address): Clarify error message.
777 Use value_must_coerce_to_target.
778 * infcall.c (value_arg_coerce): Call value_coerce_to_target.
779 * valops.c (value_assign): Call value_coerce_to_target when
780 assigning to anything but internalvars. Leave GDB-side arrays
781 as arrays when assigning to internalvars.
782 (value_must_coerce_to_target, value_coerce_to_target): New.
783 (value_coerce_array, value_addr): Call value_coerce_to_target.
784 (value_array): Create the array in GDB's memory instead of
785 the inferior's.
786 * value.h (value_must_coerce_to_target, value_coerce_to_target):
787 Declare.
788
789 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
790
791 * top.c (quit_confirm): Warn that we will kill the program.
792
793 2008-03-19 Pedro Alves <pedro@codesourcery.com>
794
795 * inflow.c (terminal_ours_1): Guard access to
796 inferior_process_group with #ifdef PROCESS_GROUP_TYPE.
797
798 2008-03-18 Ulrich Weigand <uweigand@de.ibm.com>
799 Jim Blandy <jimb@codesourcery.com>
800 Daniel Jacobowitz <drow@false.org>
801
802 * dwarf2expr.h (struct dwarf_expr_context): Add ADDR_SIZE member.
803 (dwarf2_read_address): Update prototype.
804
805 * dwarf2expr.c (unsigned_address_type): Add ADDR_SIZE parameter.
806 (signed_address_type): Likewise.
807 (dwarf2_read_address): Replace BYTES_READ parameter with ADDR_SIZE.
808 (execute_stack_op): Update calls to unsigned_address_type,
809 signed_address_type and dwarf2_read_address. Fix implementation
810 of DW_OP_deref_size.
811
812 * dwarf2loc.h (dwarf2_per_cu_objfile): Add prototype.
813 (dwarf2_per_cu_addr_size): Likewise.
814 (struct dwarf2_locexpr_baton): Replace OBJFILE with PER_CU.
815 (struct dwarf2_loclist_baton): Likewise.
816
817 * dwarf2loc.c (find_location_expression): Update calls to
818 dwarf2_read_address. Use dwarf2_per_cu_objfile and
819 dwarf2_per_cu_addr_size to retrieve PER_CU parameters.
820 (locexpr_describe_location): Likewise.
821 (dwarf2_evaluate_loc_desc): Replace OBJFILE with PER_CU parameter.
822 Set ctx->addr_size to dwarf2_per_cu_addr_size (per_cu).
823 (dwarf2_loc_desc_needs_frame): Add PER_CU parameter. Set ctx->addr_size
824 to dwarf2_per_cu_addr_size (per_cu).
825 (locexpr_read_variable): Update dwarf2_evaluate_loc_desc call.
826 (loclist_read_variable): Likewise.
827 (locexpr_read_needs_frame): Update dwarf2_loc_desc_needs_frame call.
828
829 * dwarf2read.c (dwarf2_symbol_mark_computed): Set baton->per_cu
830 instead of baton->objfile.
831 (dwarf2_per_cu_obfile): New function.
832 (dwarf2_per_cu_addr_size): Likewise.
833
834 * dwarf2-frame.c (struct comp_unit): Move higher.
835 (struct dwarf2_cie): Add UNIT and ADDR_SIZE members.
836 (execute_stack_op): Add ADDR_SIZE parameter; set ctx->addr_size.
837 (execute_cfa_program): Add FDE parameter. Replace EH_FRAME_P
838 parameter by using fde->eh_frame_p. Use read_encoded_value
839 to implement DW_CFA_set_loc.
840 (struct dwarf2_frame_cache): Add ADDR_SIZE member.
841 (dwarf2_frame_cache): Set cache->addr_size. Update calls to
842 execute_stack_op and execute_cfa_program.
843 (dwarf2_frame_prev_register): Update calls to execute_stack_op.
844 (size_of_encoded_value): Remove.
845 (read_encoded_value): Add PTR_LEN and FUNC_BASE parameters.
846 Remove call to size_of_encoded_value. Implement DW_EH_PE_funcrel.
847 (add_cie): Set cie->unit backlink.
848 (decode_frame_entry_1): Set cie->addr_size. Update calls to
849 read_encoded_value.
850 (dwarf2_build_frame_info): Allocate UNIT on objfile obstack.
851
852 2008-03-17 Markus Deuling <deuling@de.ibm.com>
853
854 * i386-tdep.c (i386_print_insn): Remove unnecessary call to
855 gdbarch_bfd_arch_info.
856
857 2008-03-17 Joel Brobecker <brobecker@adacore.com>
858
859 * aix-thread.c (pdc_read_regs): Minor reformatting.
860
861 2008-03-17 Vladimir Prus <vladimir@codesourcery.com>
862
863 * thread.c (print_thread_info): Don't insist
864 on having current thread if there are no
865 threads at all.
866
867 2008-03-17 Pedro Alves <pedro@codesourcery.com>
868
869 * infcmd.c (attach_command_post_wait)
870 (attach_command_continuation): New.
871 (attach_command): Support background async execution, and async
872 execution in synchronous mode.
873
874 2008-03-17 Daniel Jacobowitz <dan@codesourcery.com>
875
876 * stack.c (print_stack_frame, print_frame): Use RETURN_MASK_ERROR.
877 * symmisc.c (dump_symtab_1): Likewise.
878 * wrapper.c (gdb_value_struct_elt): Likewise.
879
880 2008-03-17 Pedro Alves <pedro@codesourcery.com>
881
882 * linux-nat.c (linux_nat_filter_event): Fix comment typo.
883
884 2008-03-17 Pedro Alves <pedro@codesourcery.com>
885
886 * linux-nat.c (linux_nat_filter_event): New, refactored from
887 linux_nat_wait.
888 (linux_nat_wait): Call linux_nat_filter_event.
889
890 2008-03-17 Ulrich Weigand <uweigand@de.ibm.com>
891
892 * top.c (execute_command): Fix uninitialized variable error.
893
894 2008-03-16 Nick Hudson <nick.hudson@dsl.pipex.com>
895
896 * Makefile.in (amd64nbsd-nat.o): New dependency.
897 * amd64nbsd-nat.c: Include "nbsd-nat.h".
898 (_initialize_amd64nbsd_nat): Update target vector to use
899 nbsd_pid_to_exec_file.
900 * config/i386/nbsd64.mh (NATDEPFILES): Add nbsd-nat.o.
901
902 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
903
904 Remove ignoring leading exec events code.
905 * fork-child.c (startup_inferior): Do not set
906 inferior_ignoring_leading_exec_events.
907 * inf-child.c (inf_child_reported_exec_events_per_exec_call): Remove.
908 (inf_child_target): Do not set to_reported_exec_events_per_exec_call.
909 * infrun.c (inferior_ignoring_leading_exec_events): Remove.
910 (handle_inferior_event): Remove code for ignoring leading exec
911 events.
912 * target.c (update_current_target): Do not inherit, or default,
913 to_reported_exec_events_per_exec_call.
914 (debug_to_reported_exec_events_per_exec_call): Remove.
915 (setup_target_debug): Do not set to_reported_exec_events_per_exec_call.
916 * target.h (target_reported_exec_events_per_exec_call): Remove.
917 (struct target): Remove the to_reported_exec_events_per_exec_call
918 field.
919
920 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
921
922 Implement -thread-info.
923 * gdbthread.h (print_thread_info): Declare.
924
925 * thread.c (print_thread_info): New, extracted
926 from info_threads_command and adjusted to
927 work for CLI and MI.
928 (info_threads_command): Use print_thread_info.
929 * Makefile.in: Update dependencies.
930
931 * mi/mi-cmds.c (mi_cmds): Specify a handler
932 for -thread-info.
933 * mi/mi-cmds.h (mi_cmd_thread_info): Declare.
934 * mi/mi-main.c (mi_cmd_thread_info): New.
935 (mi_cmd_list_features): Include 'thread-info'.
936
937 2008-03-14 Kevin Buettner <kevinb@redhat.com>
938
939 * mips-tdep.c (mips32_scan_prologue): Use the ABI register size
940 to decide whether to match instruction patterns using "sw" and "sd".
941
942 2008-03-14 Pedro Alves <pedro@codesourcery.com>
943
944 * infcmd.c (jump_command): Postpone disabling stdin until after
945 the possible query.
946
947 2008-03-14 Pedro Alves <pedro@codesourcery.com>
948
949 * inflow.c (gdb_getpgrp): New.
950 (gdb_has_a_terminal): Use get_getpgrp.
951 (terminal_ours_1): If attach_flag is set, don't refetch
952 inferior_process_group.
953
954 2008-03-14 Pedro Alves <pedro@codesourcery.com>
955
956 * features/library-list.dtd: Allow "section" elements as children
957 of "library". Add "section" element and describe its attributes.
958
959 * solib-target.c (struct lm_info): Add section_bases member.
960 (library_list_start_segment): Error out if seen a section element.
961 (library_list_start_section): New.
962 (library_list_end_library): New.
963 (solib_target_free_library_list): Free section_bases.
964 (section_attributes): New.
965 (library_children): Make "segment" optional. Add "section" child.
966 (library_list_children): Register library_list_end_library.
967 (solib_target_relocate_section_addresses): Handle section bases.
968
969 * NEWS: Mention new qXfer:libraries:read section offsets support.
970
971 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
972
973 * defs.h (do_exec_error_cleanups, discard_exec_error_cleanups)
974 (make_exec_error_cleanup): Remove declarations.
975 * utils.c (exec_error_cleanup_chain): Remove.
976 (do_exec_error_cleanups, discard_exec_error_cleanups)
977 (make_exec_error_cleanup): Remove.
978 * event-loop.c (start_event_loop): Adjust call to
979 async_enable_stdin.
980 * event-top.c (async_enable_stdin): Remove the paramater dummy.
981 (async_disable_stdin): Don't register async_enable_stdin via
982 cleanup.
983 * inf-loop.c (inferior_event_handler): Don't
984 call do_exec_error_cleanups. Call async_enable_stdin instead.
985 * event-loop.c (start_event_loop): Adjust call to
986 async_enable_stdin.
987 * tui/tui-interp.c (tui_command_loop): Adjust call to
988 async_enable_stdin.
989
990 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
991
992 Async mode fixes.
993 * Makefile.in (infcmd.o, inf-loop.o): Update dependencies.
994 * breakpoint.c (bpstat_do_actions): In async mode,
995 don't jump to top expecting stop_bpstat to be already
996 updated.
997 * event-loop.c (start_event_loop): Call async_enable_stdin
998 on exception.
999 * event-top.c (async_enable_stdin): Do nothing if sync_execution
1000 is not set.
1001 (command_handler): Do not setup continuation here.
1002 (command_line_handler_continuation): Move to...
1003 * top.c (command_line_handler_continuation): ... here.
1004 (execute_command): In async mode, register continuation.
1005 Don't check frame's language in running in async mode.
1006 * exceptions.c (throw_exception): Don't do exec_error_cleanups.
1007 * inf-loop.c (complete_execution): Inline into...
1008 (inferior_event_handler): ... here. Clear target_executing before
1009 doing any cleanups. Don't try to show prompt if the target was
1010 resumed.
1011 * infcmd.c (signal_command): Add support for async mode.
1012 (finish_command): Only add continuation if the target was
1013 successfully resumed.
1014 * remote.c (init_async_opts): Register to_get_thread_local_address
1015 handler.
1016 * mi/mi-interp.c (mi_cmd_interpreter_exec): Don't mess
1017 with sync_execution.
1018 * tui/tui-interp.c (tui_command_loop): Call async_enable_stdin
1019 on exception.
1020
1021 2008-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1022
1023 * corefile.c (reopen_exec_file): Use exec_bfd_mtime.
1024 * exec.c (exec_bfd_mtime): Define.
1025 (exec_close): Clear it.
1026 (exec_file_attach): Set it.
1027 * gdbcore.h (exec_bfd_mtime): Declare.
1028 * source.c (find_source_lines): Do not use bfd_get_mtime.
1029
1030 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
1031
1032 * top.c (simplified_command_loop): Remove.
1033
1034 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
1035
1036 Remove unused remote.c hooks.
1037 * remote.c (deprecated_target_resume_hook)
1038 (deprecated_target_wait_loop_hook): Remove.
1039 (remote_resume): Do not call deprecated_target_resume_hook.
1040 (remote_wait): Do not call deprecated_target_wait_loop_hook.
1041 (remote_async_wait): Likewise.
1042
1043 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
1044
1045 Implement MI notification for new threads.
1046 * doc/observer.texi (new_thread): Document.
1047 * observer.sh: Forward declare struct thread_info.
1048 * thread.c (add_thread): Notify observer.
1049
1050 * interps.h (interp_init_ftype): New parameter
1051 top_level.
1052 (interp_set): Likewise.
1053 (top_level_interpreter_data): Declare.
1054 * interps.c (interp_set): New parameter top_level.
1055 Pass it to interpreter's init function. Remember
1056 top level interpreter.
1057 (interpreter_exec_cmd): Adjust.
1058 (top_level_interpreter_data): New.
1059 * main.c (captured_main): Pass 1 for top_level
1060 parameter of interp_set.
1061 * cli/cli-interp.c (cli_interpreter_init): New
1062 parameter top_level.
1063 * tui/tui-interp.c (tui_init): New parameter top_level.
1064
1065 * mi/mi-interp.c (mi_new_thread): New.
1066 (mi_interpreter_init): If top level, register
1067 observer for new threads.
1068
1069 * Makefile.in (mi-interp.o, thread.o): Update dependencies.
1070
1071 2008-03-14 Pedro Alves <pedro@codesourcery.com>
1072
1073 * top.c (execute_command): Disable break and stop
1074 commands in async mode.
1075
1076 2008-03-14 Pedro Alves <pedro@codesourcery.com>
1077
1078 revert:
1079 2008-03-14 Pedro Alves <pedro@codesourcery.com>
1080 * inf-loop.c (inferior_event_handler): Don't include remote.h.
1081 Call target_stop in the INF_QUIT_REQ case.
1082 * Makefile.in (inf-loop.o): Update.
1083
1084 2008-03-14 Pedro Alves <pedro@codesourcery.com>
1085
1086 * inf-loop.c (inferior_event_handler): Don't include remote.h.
1087 Call target_stop in the INF_QUIT_REQ case.
1088 * Makefile.in (inf-loop.o): Update.
1089
1090 2008-03-14 Pedro Alves <pedro@codesourcery.com>
1091
1092 * top.c (execute_command): Enable break, info and interrupt
1093 commands in async mode.
1094
1095 2008-03-13 Vladimir Prus <vladimir@codesourcery.com>
1096 Daniel Jacobowitz <dan@codesourcery.com>
1097
1098 * breakpoint.h (breakpoint_restore_shadows): New
1099 declaration.
1100 * breakpoint.c (breakpoint_restore_shadows): New.
1101 (read_memory_nobpt): Delete.
1102 * gdbcore.h (read_memory_nobpt): Delete declaration.
1103 * target.c (memory_xfer_partial): Call
1104 breakpoint_restore_shadows.
1105 (restore_show_memory_breakpoints)
1106 (make_show_memory_beakpoints_cleanup): New.
1107 (show_memory_breakpoints): New.
1108 * target.h (make_show_memory_beakpoints_cleanup): Declare.
1109 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint):
1110 Make sure we see memory breakpoints when checking if
1111 breakpoint is still there.
1112 * alpha-tdep.c, alphanbsd-tdep.c, frame.c, frv-tdep.c,
1113 hppa-linux-tdep.c, hppa-tdep.c, i386-linux-nat.c, i386-tdep.c,
1114 m68klinux-tdep.c, mips-tdep.c, mn10300-tdep.c, s390-tdep.c,
1115 sparc-tdep.c: Use target_read_memory instead of read_memory_nobpt.
1116
1117 2008-03-12 Pedro Alves <pedro@codesourcery.com>
1118
1119 * thread.c (add_thread): Use printf_unfiltered to print.
1120
1121 2008-03-12 Joel Brobecker <brobecker@gnat.com>
1122
1123 * sol-thread.c: Replace use of TM_I386SOL2_H by an expression
1124 that is true only on x86-solaris and x86_64-solaris.
1125 * procfs.c: Likewise. Move procfs_find_LDT_entry up together
1126 with proc_get_LDT_entry.
1127
1128 2008-03-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
1129
1130 * configure.ac (AC_CHECK_FUNCS): Add check for setsid.
1131 * config.in, configure: Regenerate.
1132 * fork-child.c (fork_inferior): Call create_tty_session.
1133 * inflow.c (new_tty): Set controlling terminal with TIOCSCTTY.
1134 (create_tty_session): New function.
1135 * terminal.h: Declare create_tty_session.
1136
1137 2008-03-12 Alan Modra <amodra@bigpond.net.au>
1138
1139 PR 5900
1140 * elfread.c (elf_symtab_read): Make shndx an unsigned int.
1141 * mipsread.c: Include elf/internal.h.
1142 (read_alphacoff_dynamic_symtab): Map external reserved sym_shndx
1143 to internal range.
1144
1145 2008-03-11 Markus Deuling <deuling@de.ibm.com>
1146
1147 * win32-nat.c (do_win32_fetch_inferior_registers): Use get_regcache_arch
1148 to get at the current architecture and at the target specific vector.
1149 Add target specific vector to I387_FISEG_REGNUM and I387_FOP_REGNUM and
1150 remove define of I387_ST0_REGNUM.
1151
1152 * amd64-tdep.c (I387_ST0_REGNUM): Remove define.
1153
1154 (amd64_supply_fxsave, amd64_collect_fxsave): Use get_regcache_arch to
1155 get at the current architecture
1156 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Add target specific vector as
1157 parameter.
1158
1159 * i386-tdep.c: Remove various define's and undef's of I387_ST0_REGNUM,
1160 I387_NUM_XMM_REGS and I387_MM0_REGNUM.
1161
1162 (I387_NUM_XMM_REGS, I387_XMM0_REGNUM, I387_MXCSR_REGNUM,
1163 I387_ST0_REGNUM, I387_FCTRL_REGNUM, I387_MM0_REGNUM,
1164 (I387_FSTAT_REGNUM): Add target specific vector as parameter.
1165
1166 (i386_register_name, i386_dbx_reg_to_regnum): Use gdbarch_tdep to get
1167 at the target specific vector.
1168
1169 (i386_get_longjmp_target): Use get_frame_arch to get at the current
1170 architecture. Use gdbarch_tdep to get at the target specific vector.
1171
1172 (i386_fp_regnum_p, i386_fpc_regnum_p): Add gdbarch as parameter and
1173 update caller. Use gdbarch_tdep to get at the target specific vector.
1174
1175 (i386_register_to_value: Use get_frame_arch to get at the current
1176 architecture.
1177
1178 * i386-tdep.h (i386_fp_regnum_p, i386_fpc_regnum_p): Add gdbarch as
1179 parameter.
1180
1181 * i387-tdep.c (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM, I387_FTAG_REGNUM,
1182 I387_FISEG_REGNUM, I387_FIOFF_REGNUM, I387_FOSEG_REGNUM
1183 I387_FOOFF_REGNUM, I387_FOP_REGNUM, I387_ST0_REGNUM, FSAVE_ADDR,
1184 FXSAVE_ADDR, I387_XMM0_REGNUM): Add target specific vector as parameter.
1185
1186 (I387_ST0_REGNUM, I387_NUM_XMM_REGS): Remove various define's and
1187 undef's.
1188
1189 (i387_convert_register_p, i387_register_to_value,
1190 i387_value_to_register): Update call for i386_fp_regnum_p.
1191
1192 * i387-tdep.h: Remove comment.
1193 (I387_ST0_REGNUM, I387_NUM_XMM_REGS, I387_MM0_REGNUM): Add define.
1194 (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM, I387_FTAG_REGNUM,
1195 I387_FISEG_REGNUM, I387_FIOFF_REGNUM, I387_FOSEG_REGNUM,
1196 I387_FOOFF_REGNUM, I387_FOP_REGNUM, I387_XMM0_REGNUM,
1197 I387_MXCSR_REGNUM): Add target specific vector as parameter.
1198
1199 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
1200
1201 * Makefile.in (fork-child.o): Update.
1202 * NEWS: Document "set exec-wrapper" and the gdbserver --wrapper
1203 argument. Gather all gdbserver features together.
1204 * fork-child.c (exec_wrapper): New variable.
1205 (fork_inferior): Use it.
1206 (startup_inferior): Skip an extra trap if using "set exec-wrapper".
1207 (unset_exec_wrapper_command, _initialize_fork_child): New.
1208
1209 2008-03-10 Hidetaka Takano <hidetaka.takano@glb.toshiba.co.jp>
1210
1211 * source.c (directory_command): Modify the determination of
1212 condition of terminal "from_tty".
1213
1214 2008-03-10 Matt Rice <ratmice@gmail.com>
1215
1216 * dwarf2read.c (set_cu_language): Add DW_LANG_ObjC.
1217
1218 2008-03-10 Hidetaka Takano <hidetaka.takano@glb.toshiba.co.jp>
1219
1220 * spu-tdep.c (info_spu_event_command): Insert a '\0' to the end
1221 of the data passing to strtoulst function.
1222 (info_spu_signal_command): Likewise.
1223
1224 2008-03-08 Vladimir Prus <vladimir@codesourcery.com>
1225
1226 * mi/mi-interp.c (mi_command_loop): Remove
1227 commented-out code.
1228
1229 2008-03-07 Joel Brobecker <brobecker@adacore.com>
1230
1231 * remote.c (extended_remote_attach_1): Make local variable pid an int
1232 instead of a pid_t.
1233
1234 2008-03-07 Joel Brobecker <brobecker@adacore.com>
1235
1236 * solib-svr4.c (svr4_same_1): New function, originally extracted
1237 from svr4_same and expanded to handle the sparc64 case.
1238 (svr4_same): Move up and reimplement using svr4_same_1.
1239 (enable_break): Use svr4_same_1 to do shared library name comparisons.
1240
1241 2008-03-07 Ramana Radhakrishnan <ramana.r@gmail.com>
1242
1243 * MAINTAINERS: Move self to Paper trail.
1244
1245 2008-03-05 Daniel Jacobowitz <dan@codesourcery.com>
1246
1247 * Makefile.in (mingw-hdep.o, posix-hdep.o, remote-fileio.o): Update.
1248 * event-loop.c (call_async_signal_handler): New.
1249 * event-loop.h (call_async_signal_handler)
1250 (gdb_call_async_signal_handler): Declare.
1251 (mark_async_signal_handler): Add comments.
1252 * event-top.c (handle_sigint): Use gdb_call_async_signal_handler.
1253 * mingw-hdep.c (sigint_event, sigint_handler): New.
1254 (gdb_select): Use them. Wait for the readline signal handler
1255 to finish.
1256 (gdb_call_async_signal_handler, _initialize_mingw_hdep): New functions.
1257 * posix-hdep.c (gdb_call_async_signal_handler): New function.
1258 * remote-fileio.c (sigint_fileio_token, async_remote_fileio_interrupt):
1259 New.
1260 (remote_fileio_ctrl_c_signal_handler): Use
1261 gdb_call_async_signal_handler.
1262 (initialize_remote_fileio): Initialize sigint_fileio_token.
1263 * remote.c (initialize_sigint_signal_handler, handle_remote_sigint): Do
1264 not initialize tokens here.
1265 (handle_remote_sigint_twice): Likewise. Reinstall
1266 handle_remote_sigint.
1267 (async_remote_interrupt_twice): Just call interrupt_query.
1268 (cleanup_sigint_signal_handler): Do not delete tokens.
1269 (remote_interrupt, remote_interrupt_twice): Use
1270 gdb_call_async_signal_handler.
1271 (interrupt_query): Reinstall the default signal handler.
1272 (_initialize_remote): Initialize tokens here.
1273
1274 2008-03-04 Joel Brobecker <brobecker@adacore.com>
1275
1276 * features/rs6000/power-core.xml, features/rs6000/power64-core.xml,
1277 features/rs6000/powerpc-601.xml, features/rs6000/rs6000.xml:
1278 Change the type of the lr register to code_ptr.
1279 * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
1280 features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
1281 features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
1282 features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
1283 features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
1284 features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
1285 features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c: Regenerate.
1286
1287 2008-03-03 James E. Wilson <wilson@tuliptree.org>
1288
1289 * MAINTAINERS: Update my email address.
1290
1291 2008-03-03 Keith Seitz <keiths@redhat.com>
1292
1293 From Dave Murphy <davem@devkitpro.org>:
1294 * configure.ac: Set tcl configdir to win under mingw.
1295 * configure: Regenerate.
1296
1297 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
1298
1299 * breakpoint.c (fetch_watchpoint_value): New function.
1300 (update_watchpoint): Set and clear val_valid. Use
1301 fetch_watchpoint_value. Handle unreadable values on the
1302 value chain. Correct check for user-requested array watchpoints.
1303 (breakpoint_init_inferior): Clear val_valid.
1304 (watchpoint_value_print): New function.
1305 (print_it_typical): Use it. Do not free or clear old_val. Print
1306 watchpoints even if old_val == NULL.
1307 (watchpoint_check): Use fetch_watchpoint_value. Check for values
1308 becoming readable or unreadable.
1309 (watch_command_1): Use fetch_watchpoint_value. Set val_valid.
1310 (do_enable_watchpoint): Likewise.
1311 * breakpoint.h (struct breakpoint): Update comment for val. Add
1312 val_valid.
1313 * NEWS: Mention watchpoints on inaccessible memory.
1314
1315 2007-02-29 Daniel Jacobowitz <dan@codesourcery.com>
1316
1317 * Makefile.in (i386-nat.o): Update.
1318 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Call
1319 i386_use_watchpoints.
1320 * i386-linux-nat.c (_initialize_i386_linux_nat): Call
1321 i386_use_watchpoints.
1322 * i386-nat.c (i386_stopped_data_address): Take two arguments.
1323 (i386_stopped_by_watchpoint): Update call.
1324 (i386_can_use_hw_breakpoint, i386_use_watchpoints): New.
1325 * config/i386/nm-i386.h: Conditionalize definitions on
1326 ! I386_WATCHPOINTS_IN_TARGET_VECTOR.
1327 (i386_use_watchpoints): Declare.
1328 (i386_stopped_data_address): Update.
1329 * config/i386/nm-linux.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
1330 * config/i386/nm-linux64.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
1331
1332 2008-02-29 Joel Brobecker <brobecker@adacore.com>
1333
1334 GDB 6.8 branch created (branch timestamp: 2008-02-26 10:00 UTC)
1335 * version.in: Bump version to 6.8.50.20080229-cvs.
1336
1337 2008-02-28 Markus Deuling <deuling@de.ibm.com>
1338
1339 * f-typeprint.c (f_print_type): Handle NULL pointer in VARSTRING
1340 properly.
1341
1342 2008-02-28 Tom Tromey <tromey@redhat.com>
1343
1344 * infcmd.c (notice_args_read): Print result of get_inferior_args.
1345
1346 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
1347
1348 * infcmd.c (kill_if_already_running): Make static. Use
1349 target_require_runnable.
1350 * target.c (target_require_runnable): New.
1351 * target.h (target_require_runnable): Declare.
1352
1353 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
1354
1355 * frame.c (reinit_frame_cache): Only annotate if frames were
1356 previously valid.
1357
1358 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
1359
1360 * regformats/reg-ppc.dat: Rename "ps" to "msr".
1361 * regformats/reg-ppc64.dat: Likewise.
1362
1363 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
1364
1365 * features/Makefile (%.dat): Emit xmltarget statement.
1366
1367 * regformats/regdat.sh: Support xmltarget and xmlarch statments.
1368 Generate code to set gdbserver_xmltarget in init_registers_${name}.
1369
1370 * regformats/arm-with-iwmmxt.dat: Regenerate.
1371 * regformats/mips64-linux.dat: Regenerate.
1372 * regformats/mips-linux.dat: Regenerate.
1373 * regformats/rs6000/powerpc-32.dat: Regenerate.
1374 * regformats/rs6000/powerpc-64.dat: Regenerate.
1375 * regformats/rs6000/powerpc-e500.dat: Regenerate.
1376
1377 * regformats/reg-arm.dat: Add xmlarch statement.
1378 * regformats/reg-i386.dat: Likewise.
1379 * regformats/reg-i386-linux.dat: Likewise.
1380 * regformats/reg-x86-64-linux.dat: Likewise.
1381 * regformats/reg-spu.dat: Likewise.
1382
1383 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
1384
1385 * remote.c (remote_wait, remote_async_wait): Stop if we receive
1386 an error.
1387
1388 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
1389
1390 * utils.c (debug_timestamp): New.
1391 (vfprintf_unfiltered): Print timestamps if requested.
1392 (show_debug_timestamp): New.
1393 (initialize_utils): Register "set debug timestamp".
1394 * NEWS: Mention "set debug timestamp". Add GDB 6.8 section.
1395
1396 2008-02-27 Joel Brobecker <brobecker@adacore.com>
1397
1398 * breakpoint.c (skip_prologue_sal): New function.
1399 (resolve_sal_pc): Adjust SAL past prologue if the SAL was
1400 computed from a line number.
1401
1402 2008-02-27 Joel Brobecker <brobecker@adacore.com>
1403
1404 * features/rs6000/power-core.xml, features/rs6000/power64-core.xml
1405 features/rs6000/powerpc-601.xml, features/rs6000/rs6000.xml:
1406 Set PC register type to "code_ptr".
1407 * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
1408 features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
1409 features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
1410 features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
1411 features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
1412 features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
1413 features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c:
1414 Regenerate.
1415
1416 2008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
1417
1418 * regformats/regdat.sh: Rename init_registers function in
1419 generated file to init_registers_${name}.
1420
1421 * regformats/reg-crisv32.dat: Set "name" to crisv32.
1422 * regformats/reg-ppc64.dat: Set "name" to ppc64.
1423 * regformats/reg-s390x.dat: Set "name" to s390x.
1424
1425 2008-02-26 Greg Law <glaw@undo-software.com>
1426
1427 * regcache.c (registers_changed): Call reinit_frame_cache.
1428
1429 2008-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1430
1431 * configure.tgt (sh-*-linux*): Match sh*. Add glibc-tdep.o.
1432 * sh-linux-tdep.c (sh_linux_init_abi): Use glibc_skip_solib_resolver
1433 and svr4_fetch_objfile_link_map.
1434 * Makefile.in (sh-linux-tdep.o): Update.
1435
1436 2008-02-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1437
1438 * amd64-tdep.c (amd64_classify): Add support for decimal float
1439 types.
1440 * i386-tdep.c (i386_return_value): Make 128-bit decimal float
1441 use the struct return convention.
1442
1443 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
1444
1445 * breakpoint.c (print_one_breakpoint_location): Revert Enb field
1446 to old format. Discard breakpoint address if shared library is
1447 unloaded.
1448 (breakpoint_1): Adjust formatting of table header accordingly.
1449
1450 2008-02-25 Vladimir Prus <vladimir@codesourcery.com>
1451
1452 * remote.c (remote_get_threadlist): If the response
1453 is empty, don't try to parse it.
1454
1455 2008-02-23 Vladimir Prus <vladimir@codesourcery.com>
1456
1457 Unbreak 'target async'.
1458 * serial.c (serial_async): Set the
1459 handler function before enabling async
1460 mode.
1461
1462 2008-02-22 Daniel Jacobowitz <dan@codesourcery.com>
1463
1464 * solib-svr4.c (enable_break): Convert r_brk to a code address.
1465
1466 2008-02-21 Pedro Alves <pedro@codesourcery.com>
1467
1468 * remote.c (extended_remote_attach_1): Set attach_flag.
1469 (extended_remote_create_inferior_1): Clear attach_flag.
1470
1471 2008-02-20 Daniel Jacobowitz <dan@codesourcery.com>
1472
1473 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Set
1474 r_brk_offset.
1475 (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
1476 * solib-svr4.c (solib_svr4_r_brk): New.
1477 (open_symbol_file_object, svr4_current_sos): Always check the
1478 debug base.
1479 (svr4_fetch_objfile_link_map): Do not set debug_base.
1480 (enable_break): Use r_brk if it is set.
1481 (svr4_ilp32_fetch_link_map_offsets): Set r_brk_offset.
1482 (svr4_lp64_fetch_link_map_offsets): Likewise.
1483 * solib-svr4.h (struct link_map_offsets): Add r_brk_offset.
1484
1485 2008-02-20 Markus Deuling <deuling@de.ibm.com>
1486 Mark Kettenis <kettenis@gnu.org>
1487
1488 * alpha-tdep.c (alpha_heuristic_unwind_cache): Replace saved_regs by
1489 trad_frame_saved_reg.
1490 (trad-frame.h): New include.
1491
1492 (alpha_heuristic_frame_unwind_cache): Use trad_frame_alloc_saved_regs
1493 instead of frame_obstack_zalloc.
1494 (alpha_heuristic_frame_prev_register): Use trad_frame_get_prev_register.
1495
1496 * Makefile.in (alpha-tdep.o): Add dependency to trad_frame_h.
1497
1498 2008-02-20 Markus Deuling <deuling@de.ibm.com>
1499
1500 * rs6000-tdep.c (gdb_print_insn_powerpc): Get the current endianess
1501 from disassemble_info instead of gdbarch_byte_order.
1502
1503 * mips-tdep.c (gdb_print_insn_mips): Likewise.
1504 * arm-tdep.c (gdb_print_insn_arm): Likewise.
1505
1506 2008-02-20 Markus Deuling <deuling@de.ibm.com>
1507
1508 * gdbarch.sh (memory_insert_breakpoint, memory_remove_breakpoint): Add
1509 gdbarch as parameter.
1510
1511 * gdbarch.{c,h}: Regenerate.
1512
1513 * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Add gdbarch as
1514 parameter.
1515 * mem-break.c (default_memory_insert_breakpoint)
1516 (default_memory_remove_breakpoint): Likewise.
1517 * target.h (default_memory_remove_breakpoint)
1518 (default_memory_insert_breakpoint): Likewise.
1519
1520 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Add gdbarch as
1521 parameter. Replace current_gdbarch by gdbarch.
1522 * m32r-tdep.c (m32r_memory_insert_breakpoint)
1523 (m32r_memory_remove_breakpoint): Likewise.
1524
1525 2008-02-19 Daniel Jacobowitz <dan@codesourcery.com>
1526
1527 * MAINTAINERS: Add Vladimir Prus as MI maintainer.
1528
1529 2008-02-19 Joel Brobecker <brobecker@adacore.com>
1530
1531 * NEWS: Add entry describing Add support improvements.
1532
1533 2008-02-18 Markus Deuling <deuling@de.ibm.com>
1534
1535 * m68klinux-nat.c (getfpregs_supplies): Replace gdbarch_fp0_regnum by
1536 M68K_FP0_REGNUM.
1537
1538 2008-02-18 Markus Deuling <deuling@de.ibm.com>
1539
1540 * sentinel-frame.c (sentinel_frame_prev_register): Do not call
1541 register_offset_hack anymore.
1542
1543 * regcache.{c,h} (register_offset_hack): Remove.
1544
1545 2008-02-18 Markus Deuling <deuling@de.ibm.com>
1546
1547 * hppa-tdep.h (find_global_pointer): Add gdbarch as parameter.
1548
1549 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer): Likewise. Replace
1550 current_gdbarch by gdbarch.
1551 (hppa64_hpux_find_global_pointer): Likewise.
1552 * hppa-tdep.c (hppa_find_global_pointer): Likewise.
1553 (hppa32_push_dummy_call, hppa64_push_dummy_call): Update call for
1554 find_global_pointer.
1555
1556 * hppabsd-tdep.c (hppabsd_find_global_pointer): Add gdbarch as
1557 parameter.
1558 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
1559
1560 * hppa-linux-nat.c (hppa_linux_register_addr): Use ARRAY_SIZE instead
1561 of gdbarch_num_regs.
1562
1563 * hppa-hpux-tdep.c (hppa_hpux_sr_for_addr): Add gdbarch as parameter and
1564 replace current_gdbarch by gdbarch.
1565 (hppa_hpux_push_dummy_code): Update call for hppa_hpux_sr_for_addr.
1566
1567 2008-02-18 Markus Deuling <deuling@de.ibm.com>
1568
1569 * rs6000-nat.c (exec_one_dummy_insn, regmap): Add gdbarch as parameter
1570 and replace current_gdbarch by gdbarch.
1571
1572 (store_register): Update call for exec_one_dummy_insn.
1573 (fetch_register, store_register): Update call of regmap.
1574
1575 * ppcnbsd-nat.c (getregs_supplies, getfpregs_supplies): Add gdbarch as
1576 parameter and replace current_gdbarch by gdbarch.
1577
1578 (ppcnbsd_store_inferior_registers): Use get_regcache_arch to get at
1579 the current architecture. Update call for getregs_supplies and
1580 getfpregs_supplies.
1581 (ppcnbsd_fetch_inferior_registers): Likewise.
1582
1583 * ppcobsd-nat.c (getfpregs_supplies): Add gdbarch as parameter and
1584 replace current_gdbarch by gdbarch.
1585 (ppcobsd_fetch_registers, ppcobsd_store_registers): Use
1586 get_regcache_arch to get at the current architecture. Update call for
1587 getfpregs_supplies.
1588
1589 2008-02-18 Markus Deuling <deuling@de.ibm.com>
1590
1591 * arch-utils.c (gdbarch_from_bfd): Remove unnecessary {old,new}_gdbarch
1592 variables.
1593
1594 2008-02-15 Markus Deuling <deuling@de.ibm.com>
1595
1596 * mips-linux-tdep.c (mips_linux_init_abi): Remove internal error.
1597
1598 2008-02-14 Vladimir Prus <vladimir@codesourcery.com>
1599
1600 * NEWS: Mention pending breakpints in MI.
1601
1602 2008-02-14 Markus Deuling <deuling@de.ibm.com>
1603
1604 * Makefile.in (ALL_TARGET_OBS): Remove dependency to xtensa-linux-nat.o.
1605
1606 2008-02-13 Markus Deuling <deuling@de.ibm.com>
1607
1608 Add script to build and test GDB using enable-targets=all.
1609
1610 * gdb_buildall.sh: New file.
1611
1612 2008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
1613
1614 * NEWS (New native configurations): Xtensa GNU/Linux.
1615 (New targets): Xtensa GNU/Linux.
1616 * Makefile.in (ALL_TARGET_OBS): Add xtensa-linux-nat.o and
1617 xtensa-linux-tdep.o
1618 (ALLDEPFILES): Add xtensa-linux-tdep.c and xtensa-linux-nat.c
1619 (xtensa-linux-nat.o, xtensa-linux-tdep.o): New dependencies.
1620 * configure.tgt (xtensa*-*-linux*): New entry.
1621 * xtensa-config.c (xtensa_tdep): New variable.
1622 (xtensa_config_byte_order, xtensa_config_tdep): Removed.
1623 (rmap): Change format based on new macro XTREG.
1624 (XTENSA_CONFIG_INSTANTIATE): Use new macro defined in xtensa-tdep.h.
1625 * xtensa-linux-nat.c: New.
1626 * xtensa-linux-tdep.c: New.
1627 * xtensa-xtregs.c: New.
1628 * xtensa-tdep.h (xtensa_elf_gregset_t): Update.
1629 (XTENSA_ELF_NGREG, XTREG, XTREG_END, XTENSA_GDBARCH_TDEP_INSTANTIATE)
1630 (XCHAL_NUM_CONTEXTS, XCHAL_HAVE_EXCEPTIONS): New macros.
1631 (xtensa_register_t): New field coprocessor.
1632 (XTENSA_REGISTER_FLAGS_PRIVILEGED): Name spelling corrected.
1633 * xtensa-tdep.c (xtensa_config_tdep, xtensa_config_byte_order): Removed.
1634 (xtensa_pseudo_register_read, xtensa_pseudo_register_write):
1635 Update to handle privileged registers.
1636 (xtensa_supply_gregset) Remove exccause and excvaddr registers.
1637 (xtensa_push_dummy_call): Set windowstart register correctly.
1638 (call0_analyze_prologue): Initialize xtensa_default_isa.
1639 (xtensa_derive_tdep): New.
1640 (xtensa_gdbarch_init): Get rid of xtensa_config_byte_order and
1641 xtensa_config_tdep, use XCHAL_HAVE_BE and xtensa_tdep instead.
1642 Call xtensa_derive_tdep().
1643 * config/xtensa/linux.mh: New.
1644 * regformats/reg-xtensa.dat: New.
1645
1646 2008-02-09 Aleksandar Ristovski <aristovski@qnx.com> (tiny change)
1647
1648 * corelow.c (core_open): Use IS_ABSOLUTE_PATH.
1649 (filenames.h): New include.
1650 * Makefile.in (corelow.o): Add dependency for filenames.h.
1651
1652 2008-02-08 Doug Evans <dje@google.com>
1653
1654 * source.c (find_and_open_source): Always rewrite absolute filenames.
1655
1656 2008-02-07 Doug Evans <dje@google.com>
1657
1658 * breakpoint.c: #include "hashtab.h".
1659 (ambiguous_names_p): New fn.
1660 (update_breakpoint_locations): When restoring bp enable status, don't
1661 compare function names if any functions have same name.
1662 * Makefile.in (breakpoint.o): Add hashtab.h dependency.
1663
1664 2008-02-07 Joel Brobecker <brobecker@adacore.com>
1665
1666 * ada-lang.c (symbol_completion_add): Make SV parameter a VEC**
1667 instead of just a VEC*. Update use of SV.
1668 (ada_make_symbol_completion_list): Update symbol_completion_add calls.
1669
1670 2007-02-07 Joel Brobecker <brobecker@adacore.com>
1671
1672 * NEWS: Put all new commands since gdb-6.7 together.
1673
1674 2007-02-07 Joel Brobecker <brobecker@adacore.com>
1675
1676 * ada-lang.c: #include "vec.h".
1677 (struct string_vector, new_string_vector, string_vector_append):
1678 Delete.
1679 (char_ptr): New typedef.
1680 (DEF_VEC_P (char_ptr)): New VEC type.
1681 (symbol_completion_add): Update profile to take the new VEC type
1682 instead of the old string_vector structure. Update code accordingly.
1683 (ada_make_symbol_completion_list): Use the new VEC type instead of
1684 the old string_vector structure, and update the code accordingly.
1685 * Makefile.in (ada-lang.o): Add dependency on vec.h.
1686
1687 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
1688
1689 * p-exp.y: Set current_type in missing places.
1690 (leftdiv_is_integer): New static variable.
1691 Typecast right operand of BINOP_DIV to long_double if both operands
1692 are integers.
1693
1694 2008-02-06 Maciej W. Rozycki <macro@mips.com>
1695
1696 * remote-mips.c (set_breakpoint): Rename to...
1697 (mips_set_breakpoint): ... this.
1698 (clear_breakpoint): Rename to...
1699 (mips_clear_breakpoint): ... this.
1700 (common_breakpoint): Rename to...
1701 (mips_common_breakpoint): ... this.
1702 (check_lsi_error): Rename to...
1703 (mips_check_lsi_error): ... this.
1704
1705 2007-02-05 Joel Brobecker <brobecker@adacore.com>
1706
1707 * language.h (struct language_defn): Add new field
1708 la_make_symbol_completion_list.
1709 * symtab.c (default_make_symbol_completion_list): Renames
1710 make_symbol_completion_list.
1711 (make_symbol_completion_list): New function.
1712 * symtab.h (default_make_symbol_completion_list): Add declaration.
1713 * langauge.c (unknown_language): Set la_make_symbol_completion_list.
1714 (auto_language, local_language): Likewise.
1715 * objc-lang.c (objc_language_defn): Likewise.
1716 * scm-lang.c (scm_language_defn): Likewise.
1717 * m2-lang.c (m2_language_defn): Likewise.
1718 * f-lang.c (f_language_defn): Likewise.
1719 * jv-lang.c (java_language_defn): Likewise.
1720 * p-lang.c (pascal_language_defn): Likewise.
1721 * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn)
1722 (minimal_language_defn): Likewise.
1723 * ada-lang.c (struct string_vector): New structure.
1724 (new_string_vector, string_vector_append, ada_unqualified_name)
1725 (add_angle_brackets, symbol_completion_match, symbol_completion_add)
1726 (ada_make_symbol_completion_list): New functions.
1727 (ada_language_defn): Set la_make_symbol_completion_list.
1728 * ada-lang.h (ada_make_symbol_completion_list): Remove declaration,
1729 this function is static.
1730
1731 2008-02-05 Kevin Buettner <kevinb@redhat.com>
1732
1733 * mn10300-tdep.c (mn10300_push_dummy_call): Adjust stack pointer
1734 to account for call site optimizations.
1735
1736 2008-02-05 Andrzej Zaborowski <balrogg@gmail.com>
1737
1738 * tracepoint.c (read_actions): Handle end-of-text indicator
1739 in action list properly. (Committed by Jim Blandy)
1740
1741 2008-02-05 Jim Blandy <jimb@red-bean.com>
1742
1743 * ax-gdb.c (gen_expr): Yield ordinary error if asked to trace a
1744 pseudoregister, not an internal error.
1745 Reported by: Andrzej Zaborowski
1746
1747 2008-02-04 Vladimir Prus <vladimir@codesourcery.com>
1748
1749 * varobj.c (c_value_of_variable): Use xstrdup.
1750
1751 2008-02-04 Vladimir Prus <vladimir@codesourcery.com>
1752
1753 Update stored rendition of varobj value when format changes.
1754 * varobj.c (varobj_set_display_format): Recomputed
1755 print_value.
1756 (c_value_of_variable): Return print_value.
1757
1758 2008-02-03 Doug Evans <dje@google.com>
1759
1760 * eval.c (evaluate_subexp_standard): Fix type of result of mixed
1761 integer/float division operations when EVAL_AVOID_SIDE_EFFECTS.
1762 * valops.c (value_one): New function.
1763 * value.h (value_one): Declare.
1764
1765 Fix argument promotion for binary arithmetic ops for C.
1766 * valarith.c (unop_result_type): New fn.
1767 (binop_result_type): New fn.
1768 (value_binop): Move result type computation to binop_result_type.
1769 (value_pos, value_neg, value_complement): Move result type
1770 computation to unop_result_type.
1771
1772 PR 2384
1773 * gdbtypes.c (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
1774 Return basetype, fieldno if found. All callers updated.
1775 Don't cache TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE if from different
1776 objfile.
1777 * gdbtypes.h (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
1778 * symfile.h (fill_in_vptr_fieldno): Delete.
1779
1780 2008-02-02 Doug Evans <dje@google.com>
1781
1782 * valarith.c (value_binop): Handle unsigned BINOP_REM division by zero.
1783
1784 * typeprint.c (*): Whitespace cleanup.
1785
1786 2008-02-02 Mark Kettenis <kettenis@gnu.org>
1787 Luis Machado <luisgpm@br.ibm.com>
1788 Thiago Jung Bauermann <bauerman@br.ibm.com>
1789
1790 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Pass floats that
1791 don't fit into registerson the stack the way GCC does.
1792
1793 2008-02-01 Joel Brobecker <brobecker@adacore.com>
1794
1795 * symtab.c (symbol_set_names): Do not add an entry in the demangling
1796 hash table for Ada symbols. Just store the linkage name as is,
1797 and leave the demangled_name as NULL.
1798
1799 2007-02-01 Joel Brobecker <brobecker@adacore.com>
1800
1801 * dwarf2read.c (add_partial_symbol): Always store all Ada subprograms
1802 in the global scope.
1803 (new_symbol): Likewise.
1804
1805 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
1806
1807 * breakpoint.c (break_command_1): Return void.
1808 (break_command_really): Return void. Rethrow
1809 exceptions instead of returning.
1810 (gdb_breakpoint): Remove the error_message parameter.
1811 Return void. Rename to set_breakpoint.
1812 * gdb.h (gdb_breakpoint): Rename and move to...
1813 * breakpoint.h (set_breakpoint): ...here.
1814 * mi/mi-cmb-break.c (mi_cmd_break_insert): Restore
1815 event hooks even if exception is thrown. Adjust to
1816 gdb_breakpoint interface changes.
1817
1818
1819 2008-02-01 Thiago Jung Bauermann <bauerman@br.ibm.com>
1820
1821 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Write 32-bit
1822 float in both first and second word in the doubleword, to support
1823 old and new ABIs.
1824
1825 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
1826
1827 Properly rethrow exception. This fixes errors
1828 about non-existent functions for -break-insert.
1829 * breakpoint.c (break_command_really): Use throw_exception
1830 for rethrowing. If rethrowing, don't print the exception.
1831
1832 2008-01-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1833
1834 * NEWS: Mention Decimal Floating Point support.
1835
1836 2008-01-31 Joel Brobecker <brobecker@adacore.com>
1837
1838 * std-regs.c (value_of_builtin_frame_pc_reg): Change the returned
1839 value type to builtin_type_void_func_ptr.
1840
1841 2008-01-31 Andreas Krebbel <krebbel1@de.ibm.com>
1842
1843 * s390-tdep.c (is_float_singleton, is_float_like,
1844 alignment_of, s390_return_value): Make checks for
1845 TYPE_CODE_FLT to match TYPE_CODE_DECFLOAT as well.
1846
1847 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
1848 Thiago Jung Bauermann <bauerman@br.ibm.com>
1849
1850 * infcmd.c (default_print_registers_info): Also print hex
1851 raw contents for TYPE_CODE_DECFLOAT registers.
1852 * ppc-tdep.h (gdbarch_tdep): Add ppc_dl0_regnum member.
1853 * rs6000-tdep.c (IS_DFP_PSEUDOREG): New macro.
1854 (rs6000_register_name): Add support for DFP pseudo-registers.
1855 (rs6000_pseudo_register_type): Likewise.
1856 rs6000_pseudo_register_reggroup_p): Likewise.
1857 (ppc_pseudo_register_read): New function.
1858 (ppc_pseudo_register_write): Likewise.
1859 (rs6000_pseudo_register_read): Likewise.
1860 (rs6000_pseudo_register_write): Likewise.
1861 (e500_pseudo_register_read): Move checks to
1862 rs6000_pseudo_register_read.
1863 (e500_pseudo_register_write): Move checks to
1864 rs6000_pseudo_register_write.
1865 (rs6000_gdbarch_init): Initialize tdep->ppc_dl0_regnum. Install
1866 rs6000_pseudo_register_read and rs6000_pseudo_register_write
1867 in gdbarch if SPE or DFP is available. Adjust gdbarch's
1868 num_pseudo_regs to account for DFP pseudo regs.
1869
1870 2008-01-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1871
1872 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_ev31_regnum member.
1873 * rs6000-tdep.c (IS_SPE_PSEUDOREG): New macro.
1874 (spe_register_p, rs6000_register_name, rs6000_pseudo_register_type,
1875 rs6000_pseudo_register_reggroup_p, e500_move_ev_register,
1876 e500_pseudo_register_read, e500_pseudo_register_write): Use
1877 IS_SPE_PSEUDOREG macro.
1878 (rs6000_frame_cache): Remove use of tdep->ppc_ev31_regnum.
1879 (rs6000_gdbarch_init): Remove unnecessary num_sprs local variable.
1880 Remove initialization of tdep->ppc_ev31_regnum.
1881
1882 2008-01-08 Paul Hilfinger <hilfinger@adacore.com>
1883
1884 * printcmd.c (print_formatted): Handle references as for unformatted
1885 prints.
1886
1887 2008-01-30 Joel Brobecker <brobecker@adacore.com>
1888
1889 * eval.c (evaluate_subexp_standard): Add handling of user
1890 registers when in EVAL_AVOID_SIDE_EFFECTS mode.
1891
1892 2008-01-30 Pierre Muller <muller@ics.u-strasbg.fr>
1893
1894 * eval.c (evaluate_subexp_standard): Support
1895 BINOP_INTDIV opcode.
1896
1897 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
1898
1899 * valarith.c (value_binop): Add floating-point BINOP_MIN and
1900 BINOP_MAX cases.
1901 For BINOP_EXP, use length and signedness of left operand only for
1902 result, as for shifts.
1903 For integral operands to BINOP_EXP, use new integer_pow and
1904 uinteger_pow functions so as to get full range of results.
1905 (integer_pow): New function.
1906 (uinteger_pow): New function.
1907
1908 2008-01-30 Vladimir Prus <vladimir@codesourcery.com>
1909
1910 Use vector for varobj_list_children interface.
1911 * gdb/varobj.c (varobj_list_children): Return vector
1912 of varobjs.
1913 * gdb/varobj.h (varobj_list_children): Adjust
1914 prototype.
1915 (varobj_p): Declare. Declare vector thereof.
1916 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Adjust
1917 for varobj_list_children change.
1918 * Makefile.in (varobj_h): Update dependencies.
1919
1920 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1921
1922 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Add support for
1923 TYPE_CODE_DECFLOAT arguments.
1924 (ppc64_sysv_abi_push_dummy_call) Likewise.
1925 (get_decimal_float_return_value): New function.
1926 (do_ppc_sysv_return_value): Add support for TYPE_CODE_DECFLOAT return
1927 values by calling get_decimal_float_return_value.
1928 (ppc64_sysv_abi_return_value): Likewise.
1929
1930 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
1931
1932 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Add field
1933 for preprocessor macro information. Formatting changes.
1934
1935 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1936
1937 * remote.c (struct remote_state): Add cached_wait_status.
1938 (remote_exec_file): New variable.
1939 (PACKET_vAttach, PACKET_vRun): New constants.
1940 (extended_remote_restart): Do not query for status.
1941 (struct start_remote_args): New.
1942 (remote_start_remote): Take it as a second argument. Check
1943 whether the target is running. Issue an error for non-running
1944 non-extended targets. Cache the wait status. Set inferior_ptid
1945 here.
1946 (remote_open_1): Prompt to disconnect non-running targets. Make
1947 sure the target is marked running. Do not set inferior_ptid here.
1948 Update call to remote_start_remote. Do not call remote_check_symbols
1949 if the target is not running.
1950 (remote_detach_1): Rename from remote_detach. Take an EXTENDED
1951 argument. Handle a non-running target.
1952 (remote_detach): Use it.
1953 (extended_remote_detach): New.
1954 (remote_disconnect): Fix typo. Use remoute_mourn_1.
1955 (extended_remote_attach_1, extended_remote_attach)
1956 (extended_async_remote_attach): New.
1957 (remote_vcont_resume): Remove unused variable.
1958 (remote_wait, remote_async_wait): Use any cached wait status.
1959 (putpkt_binary, getpkt): Clear any cached wait status.
1960 (extended_remoute_mourn_1): New.
1961 (extended_remote_mourn): Use it.
1962 (extended_async_remote_mourn, extended_remote_run): New.
1963 (extended_remote_create_inferior_1): New.
1964 (extended_remote_create_inferior): Use it.
1965 (extended_remote_async_create_inferior): Likewise.
1966 (remote_xfer_partial): Skip for non-executing targets.
1967 (init_extended_remote_ops): Set to_detach and to_attach.
1968 (init_extended_async_remote_ops): Likewise. Use
1969 extended_async_remote_mourn.
1970 (_initialize_remote): Register vAttach, vRun, and
1971 set remote exec-file.
1972 * NEWS: Mention vAttach, vRun, and gdbserver extended-remote support.
1973
1974 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1975
1976 * Makefile.in (symfile.o): Update.
1977 * NEWS: Mention exec tracing support.
1978 * inf-ttrace.c (inf_ttrace_wait): Return TARGET_WAITKIND_EXECD for
1979 exec events.
1980 * infcmd.c (kill_if_already_running, detach_command)
1981 (disconnect_command): Replace SOLIB_RESTART with no_shared_libraries.
1982 * infrun.c (MAY_FOLLOW_EXEC, may_follow_exec): Delete.
1983 (follow_exec): Do not check may_follow_exec. Do not mourn and push
1984 targets. Apply the sysroot path to the loaded executable. Use
1985 no_shared_libraries.
1986 * linux-nat.c (linux_child_follow_fork): Print fork following
1987 messages if verbose.
1988 (kill_wait_callback): Kill again before waiting a second time.
1989 * symfile.c (symbol_file_clear): Replace SOLIB_RESTART with
1990 no_shared_libraries.
1991
1992 2008-01-29 Joel Brobecker <brobecker@adacore.com>
1993
1994 * amd64-tdep.c (amd64_classify): Add handling of TYPE_CODE_CHAR.
1995
1996 2008-01-29 Joel Brobecker <brobecker@adacore.com>
1997
1998 * nto-tdep.h: Remove #include "defs.h".
1999 * nto-tdep.c: Add #include "defs.h".
2000 * Makefile.in (nto_tdep_h): Update dependencies.
2001 (nto-tdep.o): Likewise.
2002
2003 2008-01-29 Joel Brobecker <brobecker@adacore.com>
2004
2005 * infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameter
2006 and use it.
2007 (proceed, start_remote): Update call to wait_for_inferior.
2008 * inferior.h (wait_for_inferior): Update declaration.
2009 * fork-child.c, infcmd.c, solib-irix.c, solib-osf.c, solib-sunos.c,
2010 solib-svr4.c, win32-nat.c: Update calls to wait_for_inferior.
2011 * inf-ttrace.c (inf_ttrace_wait): Report TTEVT_EXEC events as
2012 TARGET_WAITKIND_EXECD instead of TARGET_WAITKIND_STOPPED.
2013
2014 2008-01-29 Aleksandar Ristovski <aristovski@qnx.com>
2015
2016 * varobj (adjust_value_for_child_access): Added checking for
2017 returned value from gdb_value_ind.
2018 (c_describe_child): Likewise.
2019 (cplus_describe_child): Fixed a typo.
2020
2021 2008-01-29 Jim Blandy <jimb@red-bean.com>
2022
2023 * MAINTAINERS: Update my info.
2024
2025 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
2026
2027 Use multiple locations for hardware watchpoints.
2028 This eliminates the need to traverse value chain, doing
2029 various checks, in three different places.
2030
2031 * breakpoint.h (struct bp_location): New fields
2032 lengths and watchpoint_type.
2033 (struct breakpoint): Remove the val_chain field.
2034 * breakpoint.c (is_hardware_watchpoint): New.
2035 (free_valchain): Remove.
2036 (update_watchpoint): New.
2037 (insert_bp_location): For hardware watchpoint, just
2038 directly insert it.
2039 (insert_breakpoints): Call update_watchpoint_locations
2040 on all watchpoints. If we have failed to insert
2041 any location of a hardware watchpoint, remove all inserted
2042 locations.
2043 (remove_breakpoint): For hardware watchpoints, directly
2044 remove location.
2045 (watchpoints_triggered): Iterate over locations.
2046 (bpstat_stop_status): Use only first location of
2047 a resource watchpoint.
2048 (delete_breakpoint): Don't call free_valchain.
2049 (print_one_breakpoint): Don't print all
2050 locations for watchpoints.
2051 (breakpoint_re_set_one): Use update_watchpoint for
2052 watchpoints.
2053
2054 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
2055
2056 Don't reset watchpoint block on solib load.
2057
2058 * breakpoint.c (insert_bp_location): For watchpoints,
2059 recompute condition.
2060 (breakpoint_re_set_one): Instead of recomputing value
2061 and condition for watchpoints, just reset value and
2062 let insert_breakpoints/insert_bp_location recompute it.
2063 Don't do anything about disabled watchpoint.
2064
2065 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
2066
2067 * valarith.c (value_binop): Handle unsigned integer
2068 division by zero.
2069
2070 2008-01-28 Kevin Buettner <kevinb@redhat.com>
2071
2072 * mn10300-tdep.c (mn10300_analyze_prologue): Check for an
2073 instruction pattern that appears frequently in position
2074 independent code. Fix bug in code which looks for "fmov" and
2075 backtracks if no "fmov" is found.
2076
2077 2008-01-28 Doug Evans <dje@google.com>
2078
2079 * dbxread.c (read_dbx_symtab): Fix indentation.
2080 Reformat comments to 80 columns.
2081 Move local var def closer to only use.
2082
2083 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2084
2085 * fork-child.c (SHELL_FILE): Remove #ifndef.
2086 (fork_inferior): Remove SHELL_COMMAND_CONCAT.
2087
2088 2008-01-25 Pierre Muller <muller@ics.u-strasbg.fr>
2089
2090 * i386-tdep.c (i386_skip_noop): New function.
2091 (i386_analyze_prologue): Call i386_skip_noop function.
2092
2093 2008-01-24 Michael Snyder <msnyder@specifix.com>
2094
2095 * procfs.c (procfs_xfer_partial): Comment, cut/paste error.
2096 * win32-nat.c (win32_xfer_partial): Ditto.
2097 * target.c (default_xfer_partial): Minor whitespace adjustment.
2098
2099 2008-01-24 Pedro Alves <pedro@codesourcery.com>
2100
2101 * arm-tdep.c (arm_addr_bits_remove): In non 26-bit mode, don't
2102 strip bit 1 even if pc doesn't point to thumb code.
2103
2104 2008-01-23 Daniel Jacobowitz <dan@codesourcery.com>
2105
2106 * remote.c (remote_wait): Handle SIGINT between packets.
2107 (remote_async_wait): Likewise.
2108
2109 2008-01-23 Vladimir Prus <vladimir@codesourcery.com>
2110 Chris Demetriou <cgd@google.com>
2111
2112 * thread.c (add_thread_silent): Renamed
2113 from add_thread.
2114 (print_thread_events): New variable definition.
2115 (show_print_thread_events): New function.
2116 (_initialize_thread): Add "set print thread-events" and
2117 "show print thread-events" commands.
2118 (add_thread): Announce new thread.
2119 * gdbthread.h (add_thread_silent): Declare.
2120 (print_thread_events): New variable declaration.
2121 * inf-ttrace.c (inf_ttrace_wait): Don't
2122 inform about new thread, as add_thread is always
2123 called too, and will take care of that.
2124 * infrun.c (handle_inferior_event): Likewise.
2125 * procfs.c (procfs_wait): Likewise.
2126 * remote.c (remote_currthread): Likewise.
2127 * sol-thread.c (sol_thread_wait): Likewise.
2128 * win32-nat.c (get_win32_debug_event): Likewise.
2129 * linux-thread-db.c (attach_thread): Likewise.
2130 Remove the verbose parameter.
2131 (check_event): Make detach_thread be verbose
2132 only if print_thread_events is set.
2133 * linux-nat.c (lin_lwp_attach_lwp): Don't inform
2134 about new thread. This is called only from
2135 linux-thread-db.c:attach_thread, which will take care.
2136 Remove the verbose parameter.
2137 * linux-nat.h (lin_lwp_attach_lwp): Adjust prototype.
2138
2139 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
2140
2141 * mi/mi-cmd-var.c (mi_cmd_var_set_format): Add value field to output.
2142
2143 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
2144
2145 * breakpoint.c (break_command_really): New parameter
2146 ignore_count.
2147 (break_command_1): Pass 0 as
2148 ignore_count to break_command_really.
2149 (gdb_breakpoint): Pass ignore_count to
2150 break_command_really.
2151
2152 2008-01-21 Kevin Buettner <kevinb@redhat.com>
2153
2154 * mn10300-linux-tdep.c (am33_linux_sigframe_cache_init): Find
2155 sigcontext struct via pointer.
2156 (struct sigframe comment): Update to show new field `psc'.
2157
2158 2008-01-21 Vladimir Prus <vladimir@codesourcery.com>
2159
2160 * infrun.c (handle_inferior_event): If
2161 we failed to remove breakpoints, error,
2162 don't try to increment PC by hand.
2163
2164 2008-01-18 Nick Hudson <nick.hudson@dsl.pipex.com>
2165
2166 Add NetBSD/hppa target and host support.
2167
2168 * hppabsd-tdep.c (hppabsd_supply_gregset): Move to ...
2169 (hppabsd_gregset): Move to ...
2170 (hppabsd_regset_from_core_section): Rename
2171 hppaobsd_regset_from_core_section and move to ...
2172 (hppabsd_find_global_pointer): Update comment.
2173 (hppabsd_init_abi): Make global. Do not register
2174 hppabsd_regset_from_core_section.
2175 (hppabsd_core_osabi_sniffer): Rename hppaobsd_core_osabi_sniffer and
2176 move to ...
2177 (_initialize_hppabsd_tdep): Move to ...
2178 * hppaobsd-tdep.c: ... here. New file.
2179 * hppnbsd-tdep.c: New file.
2180 * hppnbsd-nat.c: New file.
2181 * Makefile.in (ALL_TARGET_OBS): Add hppanbsd-tdep.o and hppaobsd-tdep.o.
2182 (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
2183 (hppabsd-nat.o, hppabsd-tdep.o): New dependencies.
2184 (hppabsd-tdep.o, hppaobsd-tdep.o): Update dependencies.
2185 * configure.host (hppa*-*-netbsd*): New entry.
2186 * configure.tgt (hppa*-*-netbsd*): New entry.
2187 (hppa*-*-openbsd*): Update.
2188 * NEWS (New native configuration): Mention NetBSD/hppa.
2189 (New targets): Mention NetBSD/hppa.
2190
2191 2008-01-18 Markus Deuling <deuling@de.ibm.com>
2192
2193 * gdbarch.sh (function_list): Add new property bits_big_endian to
2194 gdbarch structure.
2195 * gdbarch.{c,h}: Regenerate.
2196
2197 * value.c (struct value): Replace BITS_BIG_ENDIAN by
2198 gdbarch_bits_big_endian (comment).
2199 (unpack_field_as_long, modify_field): Likewise.
2200 * value.h: Likewise (comment).
2201 * valops.c (value_slice): Likewise.
2202 * valarith.c (value_subscript, value_bit_index): Likewise.
2203 * gdbtypes.h (field): Likewise (comment).
2204 * eval.c (evaluate_subexp_standard): Likewise.
2205 * dwarf2read.c (dwarf2_add_field): Likewise.
2206 * ada-lang.c (decode_packed_array, ada_value_primitive_packed_val)
2207 (move_bits, ada_value_assign, value_assign_to_component): Likewise.
2208
2209 * defs.h (BITS_BIG_ENDIAN): Remove.
2210
2211 2008-01-18 Markus Deuling <deuling@de.ibm.com>
2212
2213 * jv-exp.y (yylex): Replace DEPRECATED_STREQN with the appropriate
2214 function calls.
2215 * m2-exp.y (yylex): Likewise.
2216 * objc-exp.y (yylex): Likewise.
2217
2218 * defs.h (DEPRECATED_STREQN): Remove.
2219
2220 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
2221
2222 * MAINTAINERS: Update my email address.
2223
2224 2008-01-17 Jim Blandy <jimb@codesourcery.com>
2225
2226 * README: Mention gdbserver/README.
2227
2228 2008-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
2229
2230 * valarith.c (value_binop): Handle BINOP_INTDIV
2231 for unsigned and signed integers.
2232
2233 2008-01-17 Ulrich Weigand <uweigand@de.ibm.com>
2234
2235 * s390-tdep.c (s390_gdbarch_init): Set default long double
2236 type to 128-bit IEEE quad.
2237
2238 2008-01-17 Joel Brobecker <brobecker@adacore.com>
2239
2240 * hpux-thread.c (hpux_thread_resume): Delete commented-out code.
2241
2242 2008-01-16 Mark Kettenis <kettenis@gnu.org>
2243
2244 * auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
2245
2246 * dfp.c, dfp.h: Rename decimal_to_double to decimal_to_doublest.
2247 * value.c: All callers changed.
2248
2249 2008-01-16 Markus Deuling <deuling@de.ibm.com>
2250
2251 * rs6000-nat.c (add_vmap, vmap_ldinfo, vmap_exec): Replace
2252 DEPRECATED_STREQ by its expression.
2253 * coffread.c (coff_locate_sections, coff_symtab_read): Likewise.
2254 * xcoffread.c (read_xcoff_symtab, read_symbol_lineno, find_linenos)
2255 (scan_xcoff_symtab): Likewise.
2256 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code): Likewise.
2257 * f-lang.c (find_common_for_function): Likewise.
2258 * objc-exp.y (parse_number): Likewise.
2259
2260 * defs.h (DEPRECATED_STREQ): Remove.
2261
2262 2008-01-16 Markus Deuling <deuling@de.ibm.com>
2263
2264 * mn10300-tdep.h (AM33_MODE): Add gdbarch as parameter.
2265 * mn10300-tdep.c (set_reg_offsets, mn10300_analyze_prologue): Use
2266 get_frame_arch to get at the current_architecture. Update AM33_MODE
2267 call.
2268 (mn10300_analyze_prologue): Add gdbarch as parameter. Update caller.
2269 (mn10300_frame_unwind_cache): Use get_frame_arch to get at the current
2270 architecture.
2271 (set_reg_offsets, mn10300_analyze_prologue): Fix indentation.
2272
2273 2008-01-16 Markus Deuling <deuling@de.ibm.com>
2274
2275 * amd64-nat.h (amd64_native_gregset_supplies_p): Add gdbarch as
2276 parameter.
2277 * amd64-nat.c (amd64_native_gregset_supplies_p): Likewise.
2278
2279 (amd64_native_gregset_reg_offset): Add gdbarch as parameter. Replace
2280 current_gdbarch by gdbarch. Update caller.
2281
2282 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers)
2283 (amd64_linux_store_inferior_registers): Use get_regcache_arch to get at
2284 the current architecture. Update calls of
2285 amd64_native_gregset_supplies_p.
2286 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers)
2287 (amd64bsd_store_inferior_registers): Likewise.
2288
2289 2008-01-16 Markus Deuling <deuling@de.ibm.com>
2290
2291 * ppc-linux-nat.c (ppc_register_u_addr): Add gdbarch as parameter.
2292 Replace current_gdbarch by gdbarch. Update caller.
2293
2294 2008-01-16 Markus Deuling <deuling@de.ibm.com>
2295
2296 * dbxread.c (repeated_header_complaint, dbx_symfile_init)
2297 (read_dbx_dynamic_symtab, function_outside_compilation_unit_complaint)
2298 (read_dbx_symtab, end_psymtab, dbx_psymtab_to_symtab_1)
2299 (dbx_psymtab_to_symtab, read_ofile_symtab, process_one_symbol)
2300 (stabsect_build_psymtabs): Fix indentation.
2301
2302 2008-01-15 Michael Snyder <msnyder@specifix.com>
2303
2304 * corelow.c (core_xfer_partial): Comment, cut/paste error.
2305
2306 2008-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
2307
2308 * win32-nat.c (win32_create_inferior): Restore code calling
2309 CloseHandle on ProcessInformation structure.
2310
2311 2008-01-13 Nick Hudson <nick.hudson@dsl.pipex.com>
2312
2313 * configure.ac: Check for void * as 3 argument of ptrace.
2314 * configure: regenerate.
2315
2316 2008-01-11 Markus Deuling <deuling@de.ibm.com>
2317
2318 * alpha-tdep.c (alpha_heuristic_proc_start)
2319 (alpha_sigtramp_register_address): Add gdbarch as parameter. Replace
2320 current_gdbarch by gdbarch.
2321
2322 (alpha_heuristic_frame_unwind_cache): Use get_frame_arch to get at the
2323 current architecture by frame_info. Update alpha_heuristic_proc_start
2324 call.
2325
2326 (alpha_sigtramp_frame_this_id, alpha_sigtramp_frame_prev_register): Use
2327 get_frame_arch to get at the current architecture by frame_info. Update
2328 alpha_sigtramp_register_address call.
2329
2330 * arm-tdep.c (thumb_scan_prologue): Add gdbarch as parameter and replace
2331 current_gdbarch by gdbarch. Update caller.
2332 (convert_to_extended, convert_from_extended): Add endianess parameter
2333 for comparison. Update caller.
2334 (arm_extract_return_value, arm_store_return_value): Use
2335 get_regcache_arch to get at the current architecture.
2336
2337 * cris-tdep.c (cris_register_size): Add gdbarch as parameter. Replace
2338 current_gdbarch by gdbarch. Update caller.
2339 (cris_gdb_func, move_to_preg_op, none_reg_mode_move_from_preg_op): Add
2340 gdbarch as parameter. Update caller. Replace current_gdbarch by gdbarch.
2341
2342 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM, E_PSEUDO_EXR_REGNUM, BINWORD): Add
2343 gdbarch as parameter. Update caller.
2344 (h8300_init_frame_cache): Add gdbarch as parameter. Replace
2345 current_gdbarch by gdbarch. Update caller.
2346
2347 * hppa-tdep.c (skip_prologue_hard_way): Add gdbarch as parameter and
2348 update caller. Replace current_gdbarch by gdbarch.
2349
2350 * m32c-tdep.c (m32c_skip_trampoline_code): Use get_frame_arch to get at
2351 the current architecture. Replace current_gdbarch by gdbarch.
2352 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
2353 (STACK_CORRECTION, USE_PAGE_REGISTER): Replace M6811_TDEP by its
2354 expression. Add gdbarch as parameter and replace current_gdbarch with
2355 it. Update caller.
2356 (M6811_TDEP): Remove.
2357 (m68hc11_frame_prev_register): Use get_frame_arch to get at the current
2358 architecture.
2359 (m68hc11_scan_prologue): Add gdbarch as parameter. Replace
2360 current_gdbarch by gdbarch. Update caller.
2361
2362 * m68k-tdep.c (m68k_analyze_prologue): Add gdbarch as parameter and
2363 update caller.
2364 (m68k_analyze_register_saves): Likewise. Also replace current_gdbarch
2365 by gdbarch.
2366
2367 * rs6000-tdep.c (skip_prologue): Add gdbarch as parameter and update
2368 caller. Relace current_gdbarch by gdbarch.
2369 (altivec_register_p, spe_register_p): Likewise.
2370 * ppc-tdep.h (altivec_register_p, spe_register_p): Add gdbarch as
2371 parameter.
2372 * ppc-linux-nat.c (fetch_register, store_register): Update caller of
2373 altivec_register_p and spe_register_p.
2374
2375 * score-tdep.c (score_fetch_inst): Add gdbarch as parameter. Update
2376 caller. Replace current_gdbarch by gdbarch.
2377 (score_analyze_prologue): use get_frame_arch to get at the current
2378 architecture.
2379
2380 * sparc-tdep.h (sparc_analyze_prologue): Add gdbarch as parameter.
2381 * sparc-tdep.c (sparc_analyze_prologue): Likewise. Replace
2382 current_gdbarch by gdbarch. Update caller.
2383 (sparc_frame_cache): Use get_frame_arch to get at the current
2384 architecture.
2385 * sparce64-tdep.c (sparc64_skip_prologue): Update call of
2386 sparc_analyze_prologue.
2387
2388 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Add gdbarch as
2389 parameter.
2390
2391 2008-01-11 Markus Deuling <deuling@de.ibm.com>
2392
2393 * exec.c: #include "arch-utils.h"
2394 (print_section_info): Use gdbarch_from_bfd to get at the
2395 current architecture. Replace current_gdbarch. Fix indention. Replace
2396 deprecated_print_address_numeric by paddress.
2397 * Makefile.in (exec.o) Add dependency to arch-utils.h.
2398
2399 * valprint.c (val_print_string): Replace
2400 deprecated_print_address_numeric.
2401 * tracepoint.c (trace_mention, scope_info): Likewise.
2402 * symmisc.c (dump_msymbols, dump_psymtab, dump_symtab_1, print_symbol)
2403 (print_symbol, print_partial_symbols, maintenance_info_psymtabs)
2404 (maintenance_check_symtabs): Likewise.
2405 * symfile.c (list_overlays_command): Likewise.
2406 * stack.c (frame_info, print_block_frame_labels): Likewise.
2407 * printcmd.c (print_address, print_address_demangle)
2408 (address_info): Likewise.
2409 * corefile.c (memory_error): Likewise.
2410 * infcmd.c (jump_command): Likewise.
2411 * breakpoint.c (insert_bp_location, describe_other_breakpoints)
2412 (mention, delete_breakpoint): Likewise.
2413 * c-valprint.c (print_function_pointer_address, c_val_print): Likewise.
2414 * dwarf2read.c (dump_die): Likewise.
2415 * ada-valprint.c (ada_val_print_1): Likewise.
2416 * f-valprint.c (f_val_print): Likewise.
2417 * linux-fork.c (info_forks_command): Likewise.
2418 * m32r-com.c (m32r_load_section, m32r_load)
2419 (m32r_upload_command): Likewise.
2420
2421 * ui-out.c (ui_out_field_core_addr): Remove unnecessary comment.
2422
2423 2008-01-11 Markus Deuling <deuling@de.ibm.com>
2424
2425 * gdbarch.sh (skip_prologue): Add gdbarch
2426 as parameter.
2427 * gdbarch.{c,h}: Regenerate.
2428
2429 * alpha-tdep.c (alpha_skip_prologue): Add gdbarch as parameter.
2430 * amd64-tdep.c (amd64_skip_prologue): Likewise.
2431 * avr-tdep.c (avr_skip_prologue): Likewise.
2432 * cris-tdep.c (cris_skip_prologue): Likewise.
2433 * frv-tdep.c (frv_skip_prologue): Likewise.
2434 * h8300-tdep.c (h8300_skip_prologue): Likewise.
2435 * hppa-tdep.c (hppa_skip_prologue): Likewise.
2436 * i386-tdep.c (i386_skip_prologue): Likewise.
2437 * ia64-tdep.c (ia64_skip_prologue): Likewise.
2438 * iq2000-tdep.c (iq2000_skip_prologue): Likewise.
2439 * m32r-tdep.c (m32r_skip_prologue): Likewise.
2440 * m68hc11-tdep.c (m68hc11_skip_prologue): Likewise.
2441 * m68k-tdep.c (m68k_skip_prologue): Likewise.
2442 * m88k-tdep.c (m88k_skip_prologue): Likewise.
2443 * mep-tdep.c (mep_skip_prologue): Likewise.
2444 * mips-tdep.c (mips_skip_prologue): Likewise.
2445 * mn10300-tdep.c (mn10300_skip_prologue): Likewise.
2446 * mt-tdep.c (mt_skip_prologue): Likewise.
2447 * rs6000-tdep.c (rs6000_skip_prologue): Likewise.
2448 * score-tdep.c (score_skip_prologue): Likewise.
2449 * sh64-tdep.c (sh64_skip_prologue): Likewise.
2450 * sh-tdep.c (sh_skip_prologue): Likewise.
2451 * sparc64-tdep.c (sparc64_skip_prologue): Likewise.
2452 * sparc-tdep.c (sparc32_skip_prologue): Likewise.
2453 * spu-tdep.c (spu_skip_prologue): Likewise.
2454 * v850-tdep.c (v850_skip_prologue): Likewise.
2455 * vax-tdep.c (vax_skip_prologue): Likewise.
2456 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
2457 * xtensa-tdep.c (xtensa_skip_prologue): Likewise.
2458
2459 * arm-tdep.c (arm_skip_prologue): Add gdbarch as parameter. Replace
2460 current_gdbarch by gdbarch.
2461 * m32c-tdep.c (m32c_skip_prologue): Likewise.
2462 * s390-tdep.c (s390_skip_prologue): Likewise.
2463
2464 2008-01-10 Doug Evans <dje@google.com>
2465
2466 * defs.h (struct continuation_arg): Fix typo in comment.
2467 * target.c (target_translate_tls_address): Fix comment spelling error.
2468
2469 2008-01-09 Thiago Jung Bauermann <bauerman@br.ibm.com>
2470
2471 * doublest.h (DOUBLEST_PRINT_FORMAT): Remove % from string.
2472 (DOUBLEST_SCAN_FORMAT): Likewise.
2473 * dfp.c (decimal_from_floating): Use DOUBLEST_PRINT_FORMAT.
2474 * ada-lex.l (processReal): Prepend "%" to use of DOUBLEST_SCAN_FORMAT.
2475 * c-exp.y (parse_number): Likewise.
2476 * jv-exp.y (parse_number): Likewise.
2477 * objc-exp.y (parse_number): Likewise.
2478 * p-exp.y (parse_number): Likewise.
2479
2480 2008-01-09 Joel Brobecker <brobecker@adacore.com>
2481
2482 * gdbtypes.c (create_array_type): Add handling of null Ada arrays.
2483 (check_typedef): Likewise.
2484
2485 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
2486
2487 * printcmd.c (printf_command): Add seen_big_h, seen_big_d and
2488 seen_double_big_d, treat the new H, D, and DD modifiers as length
2489 modifiers.
2490
2491 2008-01-08 Joel Brobecker <brobecker@adacore.com>
2492
2493 * dwarf2read.c (read_enumeration_type): Add comment.
2494
2495 2008-01-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
2496
2497 * config.in: Regenerate.
2498
2499 2008-01-08 Joel Brobecker <brobecker@adacore.com>
2500
2501 * ada-lang.c (ada_convert_actual): Renames convert_actual.
2502 Make non-static.
2503 (ada_convert_actuals): Delete.
2504 * ada-lang.h (ada_convert_actual): Add declaration.
2505 (ada_convert_actuals): Remove declaration.
2506 * infcall.c: #include "ada-lang.h".
2507 (value_arg_coerce): Add new parameter sp. Update function
2508 documetnation. Add handling of Ada function call parameters.
2509 * Makefile.in (infcall.o): Update dependencies.
2510
2511 2008-01-08 Paul Hilfinger <hilfinger@adacore.com>
2512
2513 * ada-lang.c (ensure_lval): Fix value lval kind.
2514 (convert_actual): Add handling for arguments passed by reference.
2515
2516 2008-01-08 Doug Evans <dje@google.com>
2517
2518 * dbxread.c (read_dbx_symtab): Fix indentation.
2519
2520 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2521
2522 * Makefile.in (dfp.o): Depend on expression.h, gdbtypes.h and value.h.
2523 (valarith.o): Depend on dfp.h.
2524 (valops.o): Likewise.
2525 * dfp.c: Include expression.h, gdbtypes.h, value.h and dfp.h.
2526 (set_decnumber_context): New function.
2527 (decimal_check_errors): Likewise.
2528 (decimal_from_number): Likewise.
2529 (decimal_to_number): Likewise.
2530 (decimal_from_string): Use set_decnumber_context and
2531 decimal_check_errors.
2532 (decimal_from_integral): New function.
2533 (decimal_from_floating): Likewise.
2534 (decimal_to_double): Likewise.
2535 (promote_decimal): Likewise.
2536 (decimal_binop): Likewise.
2537 (decimal_is_zero): Likewise.
2538 (decimal_compare): Likewise.
2539 (decimal_convert): Likewise.
2540 * dfp.h (decimal_from_integral): New prototype.
2541 (decimal_from_floating): Likewise.
2542 (decimal_to_double): Likewise.
2543 (decimal_binop): Likewise.
2544 (decimal_is_zero): Likewise.
2545 (decimal_compare): Likewise.
2546 (decimal_convert): Likewise.
2547 * eval.c (evaluate_subexp_standard): Remove expect_type argument from
2548 call to value_from_decfloat.
2549 * valarith.c: Include dfp.h.
2550 (value_args_as_decimal): New function.
2551 (value_binop): Add if block to handle TYPE_CODE_DECFLOAT values.
2552 (value_logical_not): Likewise.
2553 (value_equal): Likewise.
2554 (value_less): Likewise.
2555 (value_pos): Likewise.
2556 (value_neg): Formatting fix.
2557 * valops.c: Include dfp.h.
2558 (value_cast): Add if block to handle TYPE_CODE_DECFLOAT values.
2559 * value.c (unpack_long): Add case to handle TYPE_CODE_DECFLOAT.
2560 (unpack_double): Add if block to handle TYPE_CODE_DECFLOAT.
2561 (value_from_decfloat): Remove expect_type argument.
2562 * value.h (value_from_decfloat): Update prototype.
2563
2564 2008-01-07 Vladimir Prus <vladimir@codesourcery.com>
2565
2566 Ignore change in name of dynamic linker during
2567 execution on Solaris. This also unbreaks pending breakpoints.
2568
2569 * solist.h (struct target_so_ops): New field same.
2570 * solib-svr4.c (svr4_same): New.
2571 (_initialize_svr4_solib): Register svr4_same.
2572 * solib.c (update_solib_list): Use ops->same, if available.
2573
2574 2008-01-06 Christopher Faylor <me+cygwin@cgf.cx>
2575
2576 * win32-nat.c (win32_make_so): Use cygwin-style path to avoid warnings
2577 when using MS-DOS paths.
2578
2579 2008-01-05 Pedro Alves <pedro@codesourcery.com>
2580
2581 * NEWS: Mention --pid and --core command line behaviour changes.
2582
2583 2008-01-05 Pedro Alves <pedro@codesourcery.com>
2584
2585 * main.c (captured_main): Remove 'count' varible and the
2586 ALIGN_STACK_ON_ENTRY block that used it. Error out if --core and
2587 --pid options were issued simultaneously. If an explicit pid
2588 option was passed, don't fallback to core file. Detect extra
2589 arguments better in the presence of explicit pid or core
2590 arguments.
2591
2592 2008-01-05 Joel Brobecker <brobecker@adacore.com>
2593
2594 * ada-lang.c (ada_which_variant_applies): Correctly compute
2595 the value of the discriminant when the variant record is packed.
2596
2597 2008-01-04 Joel Brobecker <brobecker@adacore.com>
2598
2599 * ada-lang.c (is_name_suffix): Handle middle-name numeric suffixes
2600 that are used to differentiate homonyms.
2601
2602 2008-01-04 Jerome Guitton <guitton@adacore.com>
2603
2604 * ada-lang.c (decode_packed_array_type): Avoid a seg fault
2605 when the type is an anonymous pointer type.
2606 (ada_check_typedef): Avoid a seg fault when the type is null.
2607 * ada-typeprint.c (print_array_type): Add support for pointer
2608 to packed arrays.
2609
2610 2008-01-04 Paul N. Hilfinger <hilfinger@adacore.com>
2611
2612 * ada-exp.y: Allow '{type} ADDRESS' notation on left of assignment.
2613
2614 2008-01-04 Joel Brobecker <brobecker@adacore.com>
2615
2616 * ada-lang.c (ada_evaluate_subexp): Evaluate tagged types in
2617 EVAL_NORMAL mode when noside is EVAL_AVOID_SIDE_EFFECTS.
2618
2619 2008-01-04 Joel Brobecker <brobecker@adacore.com>
2620
2621 * ada-exp.y (chop_separator): New function.
2622 (write_selectors): Rewrite to re-use chop_separator.
2623 (ada_nget_field_index, get_symbol_field_type): New functions.
2624 (write_var_or_type): Add support for "ptype TYPENAME.FIELD"
2625 expressions.
2626
2627 2008-01-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
2628
2629 * symtab.c (find_pc_sect_line): Use SYMBOL_VALUE_ADDRESS instead
2630 of SYMBOL_VALUE when working with function symbols.
2631
2632 2008-01-03 Joel Brobecker <brobecker@adacore.com>
2633
2634 * ada-lang.c (resolve_subexp): Add handling of OP_REGISTER
2635 expressions. These expressions do not need to be rewriten.
2636
2637 2008-01-03 Joel Brobecker <brobecker@adacore.com>
2638
2639 * dwarf2read.c (read_enumeration_type): Flag type as stub if
2640 the given die is a declaration.
2641
2642 2008-01-03 Joel Brobecker <brobecker@adacore.com>
2643
2644 * ada-lang.c (ada_array_bound_from_type): Make non-static.
2645 Handle properly the case when the index type is an enumerated type.
2646 Do not return the subtype of the bounds type, just return the
2647 bounds type directly - this is not needed and is more consistent
2648 with what we do for arrays when no XA parallel type exists.
2649
2650 2008-01-03 Joel Brobecker <brobecker@adacore.com>
2651
2652 * ada-lang.c (static_unwrap_type): Add forward declaration.
2653 (template_to_static_fixed_type): Fields of dynamic types sometimes
2654 also need to be unwrapped. Take this into account.
2655 (ada_to_fixed_type_1): Renamed from ada_to_fixed_type.
2656 (ada_to_fixed_type): New wrapper around ada_to_fixed_type_1.
2657 * ada-typeprint.c (ada_print_type): Get the typename from
2658 the original type, not the base type.
2659
2660 2008-01-03 Jerome Guitton <guitton@adacore.com>
2661
2662 * ada-lang.c (ada_value_struct_elt, to_fixed_array_type)
2663 (to_fixed_array_type, ada_to_fixed_value_create, unwrap_value):
2664 Update calls to ada_to_fixed_type.
2665 (ada_template_to_fixed_record_type_1): Ditto, but without looking
2666 for the tag.
2667 (ada_to_fixed_type): Add check_tag parameter; do not look for
2668 tag if null. When looking for a tag, use a fixed record type.
2669 * ada-lang.h (ada_to_fixed_type): Add check_tag parameter.
2670 * ada-valprint.c (printable_val_type, ada_value_print): Update
2671 calls to ada_to_fixed_type.
2672
2673 2008-01-03 Luis Machado <luisgpm@br.ibm.com>
2674
2675 * doublest.c (convert_floatformat_to_doublest): Call
2676 floatformat_to_doublest instead of floatformat_to_double and use
2677 DOUBLEST variables.
2678 (convert_doublest_to_floatformat): Call floatformat_from_doublest
2679 instead of floatformat_from_double and use DOUBLEST variables.
2680
2681 2008-01-03 Nick Hudson <nick.hudson@dsl.pipex.com>
2682
2683 * MAINTAINERS (Write After Approval): Add self.
2684
2685 2008-01-03 Joel Brobecker <brobecker@adacore.com>
2686
2687 * symfile.c (set_initial_language): Make non-static.
2688 * symfile.h (set_initial_language): Add declaration.
2689 * language.c: #include "symfile.h".
2690 (set_language): Call set_initial_language if the frame language
2691 could not be determined.
2692
2693 2008-01-03 Paul N. Hilfinger <hilfinger@adacore.com>
2694
2695 * eval.c (evaluate_subexp_for_address): Provide frame address to
2696 locate_var_value only if it will be needed.
2697
2698 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2699
2700 * linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB.
2701
2702 2008-01-02 Joel Brobecker <brobecker@adacore.com>
2703
2704 * ada-lang.c (ada_evaluate_subexp): Modify the value returned
2705 when noside is EVAL_AVOID_SIDE_EFFECTS to be an lval_memory.
2706 This is needed to make sure that any other treatment applied
2707 to the resulting value does not fail for spurious reason,
2708 such as trying to take the address of this value.
2709
2710 2008-01-02 Joel Brobecker <brobecker@adacore.com>
2711
2712 * ada-lang.c (ada_value_equal): Dereference reference types when
2713 comparing arrays.
2714
2715 2008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
2716
2717 Updated copyright notices for most files.
2718
2719 2008-01-01 Christopher Faylor <me+gdb@cgf.cx>
2720
2721 * win32-nat.c (psapi_module_handle): Remove static.
2722 (get_module_name): Rename from psapi_get_dll_name. Revamp slightly to
2723 return first module found if base_address is zero. Don't initialize
2724 psapi function pointers here. Convert to cygwin paths when
2725 appropriate.
2726 (win32_pid_to_exec_file): Use Cygwin's /proc interface to determine
2727 executable name. Use get_module_name when that fails or when
2728 !__CYGWIN__.
2729 (_initialize_psapi): New function. Initialize psapi stuff before it is
2730 needed or issue a warning if it is not found. Move psapi_module_handle
2731 here.
2732
2733 2008-01-01 Joel Brobecker <brobecker@adacore.com>
2734
2735 * ada-lang.c (ada_remove_trailing_digits): New function.
2736 (ada_remove_po_subprogram_suffix): New function.
2737 (ada_decode): Improve. Move the description of the algorithm
2738 directly inside the code, instead of in the function global
2739 description.
2740
2741 2008-01-01 Joel Brobecker <brobecker@adacore.com>
2742
2743 * ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref
2744 and always print the dereferenced value.
2745
2746 2008-01-01 Joel Brobecker <brobecker@adacore.com>
2747
2748 * ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handling
2749 of the case where the first argument is a reference.
2750 (ada_evaluate_subexp, case BINOP_ADD): Likewise.
2751
2752 2008-01-01 Joel Brobecker <brobecker@adacore.com>
2753
2754 Implement support for Ada interface types.
2755
2756 * ada-lang.c (ada_is_dispatch_table_ptr_type): New function.
2757 (ada_is_ignored_field): Ignore fields that are a dispatch table
2758 of a tagged type.
2759
2760 2008-01-01 Joel Brobecker <brobecker@adacore.com>
2761
2762 * top.c (print_gdb_version): Update copyright year.
2763
2764 2008-01-01 Joel Brobecker <brobecker@adacore.com>
2765
2766 * ChangeLog-2007: New ChangeLog rotation.
2767 * ChangeLog: Reset for 2008.
2768 * config/djgpp/fnchange.lst: Add entries for ChangeLog-2006 and
2769 ChangeLog-2007.
2770
2771 For older changes see ChangeLog-2007.
2772 \f
2773 Local Variables:
2774 mode: change-log
2775 left-margin: 8
2776 fill-column: 74
2777 version-control: never
2778 coding: utf-8
2779 End: