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