* MAINTAINERS: Remove myself as m68k maintainer.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
b4f62b57
DE
12008-06-09 Doug Evans <dje@google.com>
2
3 * remote.c (remote_wait): Include beginning of malformed packet
4 in error output.
5
37cd5d19
TT
62008-06-09 Tom Tromey <tromey@redhat.com>
7
8 * completer.c (complete_line): Don't special-case
9 expression_completer.
10 (expression_completer): Only pass last word to
11 location_completer.
12 * c-exp.y (yylex): Check 'token', not 'operator'.
13
3526781e
DJ
142008-06-09 Daniel Jacobowitz <dan@codesourcery.com>
15
16 * configure.ac (build_warnings): Add -Wno-format for mingw.
17 * configure: Regenerated.
18
d001be7a
DJ
192008-06-07 Daniel Jacobowitz <dan@codesourcery.com>
20
21 * NEWS: Make indentation consistent. Move exec tracing entry out
22 of remote packet list.
23
65d12d83
TT
242008-06-06 Tom Tromey <tromey@redhat.com>
25
26 * value.h (evaluate_subexpression_type, extract_field_op):
27 Declare.
28 * printcmd.c (_initialize_printcmd): Use expression_completer for
29 'p', 'inspect', 'call'.
30 * parser-defs.h (parse_field_expression): Declare.
31 * parse.c: Include exceptions.h.
32 (in_parse_field, expout_last_struct): New globals.
33 (mark_struct_expression): New function.
34 (prefixify_expression): Return int.
35 (prefixify_subexp): Return int. Use expout_last_struct.
36 (parse_exp_1): Update.
37 (parse_exp_in_context): Add 'out_subexp' argument. Handle
38 in_parse_field.
39 (parse_field_expression): New function.
40 * expression.h (parse_field_expression): Declare.
41 (in_parse_field): Likewise.
42 * eval.c (evaluate_subexpression_type): New function.
43 (extract_field_op): Likewise.
44 * completer.h (expression_completer): Declare.
45 * completer.c (expression_completer): New function.
46 (count_struct_fields, add_struct_fields): New functions.
47 * c-exp.y (yyparse): Redefine.
48 (COMPLETE): New token.
49 (exp): New productions.
50 (saw_name_at_eof, last_was_structop): New globals.
51 (yylex): Return COMPLETE when needed. Recognize in_parse_field.
52 (c_parse): New function.
53 * breakpoint.c (_initialize_breakpoint): Use expression_completer
54 for watch, awatch, and rwatch.
55 * Makefile.in (parse.o): Depend on exceptions_h.
56
fed27633
PP
572008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
58
59 PR gdb/1147
60 * gdb/valopts.c (find_overload_match): Handle references
61 to pointers.
62
aced2898
PH
632008-06-06 Paul N. Hilfinger <hilfinger@adacore.com>
64
65 * ada-lang.c (ada_value_assign): Correct big-endian case to take into
66 account the bitsize of the 'from' operand.
67
a2b87ed1
PA
682008-06-06 Pedro Alves <pedro@codesourcery.com>
69
70 * annotate.h (annotate_thread_changed): Declare.
71
3d6d0b9d
NR
722008-06-06 Nick Roberts <nickrob@snap.net.nz>
73
74 * annotate.c (annotate_thread_changed): New function.
75 * thread.c (thread_command) : Use it.
76 * infrun.c (normal_stop): Use it.
77
c16158bc
JM
782008-06-05 Vladimir Prus <vladimir@codesourcery.com>
79 Nathan Sidwell <nathan@codesourcery.com>
80 Joseph Myers <joseph@codesourcery.com>
81
82 * acinclude.m4: Include ../config/acx.m4.
83 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
84 * configure, config.in: Regenerate.
85 * main.c (print_gdb_help): Use REPORT_BUGS_TO for bug-reporting
86 address.
87 * top.c (print_gdb_version): Use PKGVERSION and REPORT_BUGS_TO.
88
75c99385
PA
892008-06-05 Pedro Alves <pedro@codesourcery.com>
90
91 Replace 'target async' by 'maintenance set remote-async' and
92 'target remote' combination.
93
94 * remote.c (remote_async_wait): Merge into remote_wait, and
95 remove.
96 (remote_async_permitted, remote_async_permitted_set): New
97 variables.
98 (set_maintenance_remote_async_permitted)
99 (show_maintenance_remote_async_permitted): New functions.
100 (remote_async_ops, extended_async_remote_ops): Delete.
101 (remote_async_open, extended_remote_async_open): Delete.
102 (remote_open_1): Drop async_p parameter. Update callers. Replace
103 async_p with remote_async_permitted checks.
104 (extended_async_remote_attach): Delete.
105 (remote_resume, remote_async_resume): Merge and leave remote_resume.
106 (remote_async_terminal_inferior): Rename to...
107 (remote_terminal_inferior): ... this, and add
108 remote_async_termitted check.
109 (remote_async_terminal_ours): Rename to...
110 (remote_terminal_ours): ... this, and add remote_async_termitted
111 check.
112 (remote_wait, remote_async_wait): Merge and leave remote_wait
113 only.
114 (remote_kill, remote_async_kill): Merge and leave remote_kill
115 only.
116 (remote_async_mourn, extended_async_remote_mourn): Delete.
117 (extended_remote_create_inferior_1): Drop async_p parameter.
118 Update callers. Always use extended_remote_ops.
119 (extended_remote_async_create_inferior): Delete.
120 (remote_return_zero): Delete.
121 (init_remote_ops): Register remote_can_async_p, remote_async,
122 remote_async_mask, remote_terminal_inferior and
123 remote_terminal_ours.
124 (remote_can_async_p, remote_is_async_p): Check for
125 remote_async_permitted.
126 (init_remote_async_ops, init_extended_async_remote_ops): Remove.
127 (set_remote_cmd): Don't add async and extended-async targets.
128 (_initialize_remote): Add set/show remote-async maintenance
129 commands.
130
cf30943b
PA
1312008-06-05 Pedro Alves <pedro@codesourcery.com>
132
133 * remote.c (kill_kludge): Delete.
134 (remote_wait, remote_async_wait): Don't set it.
135 (remote_kill, remote_async_kill): Don't do anything with it.
136
49fd4a42
PA
1372008-06-05 Pedro Alves <pedro@codesourcery.com>
138
139 * linux-thread-db.c (thread_db_wait): Don't trim event ptid.
140
2e618c13
AR
1412008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
142
143 * bcache.c (bcache_data): Call deprecated_bcache_added function.
144 (deprecated_bcache_added): New function name. Body of function
145 bcache_data is used here with the addition of 'added' argument.
146 * bcache.h (deprecated_bcache_added): New function.
147 * symfile.c (add_psymbol_to_bcache): New helper function, takes part of
148 work from add_psymbol_to_list - initialises partial symbol and stashes
149 it in objfile's cache.
150 (append_psymbol_to_list): New helper function, takes other part of
151 work from add_psymbol_to_list - adds partial symbol to the given list.
152 (add_psymbol_to_list): Call helper functions instead of doing work
153 here. If adding to global list, do not duplicate partial symbols in the
154 partial symtab.
155
c0b37c48
AR
1562008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
157
158 * breakpoint.c (print_exception_catchpoint): Put 'exception' back to
159 'exception caught|thrown' message.
160
1e3a102a
JK
1612008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
162
163 * Makefile.in: Update dependencies.
164 * dwarf2expr.c: New include "gdb_assert.h".
165 (new_dwarf_expr_context): Initialize MAX_RECURSION_DEPTH.
166 (dwarf_expr_eval): Sanity check the RECURSION_DEPTH count.
167 (execute_stack_op): Error out on too large RECURSION_DEPTH.
168 Increase/decrease RECURSION_DEPTH around the function.
169
8d385431
DJ
1702008-06-05 Daniel Jacobowitz <dan@codesourcery.com>
171
172 * remote.c (get_offsets): Handle a single segment.
173 * symfile.c (symfile_map_offsets_to_segments): Allow more bases
174 than segments.
175
93a57060
DJ
1762008-06-03 Daniel Jacobowitz <dan@codesourcery.com>
177
178 * solib-svr4.c (struct lm_info): Add lm_addr.
179 (main_lm_addr): New.
180 (svr4_default_sos): Set lm_addr.
181 (svr4_current_sos): Set lm_addr and main_lm_addr.
182 (svr4_fetch_objfile_link_map): Rewrite.
183 (svr4_clear_solib): Clear main_lm_addr.
184
609ba780
JM
1852008-06-03 Michael Snyder <msnyder@redhat.com>
186 Joseph Myers <joseph@codesourcery.com>
187
188 * mips-tdep.c (mips_eabi_return_value): Replace stub that always
189 returned RETURN_VALUE_STRUCT_CONVENTION with a real function.
190
c95f5026
JB
1912008-06-02 Roman Zippel <zippel@linux-m68k.org>
192
193 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Fix incorrect test.
194
e4d8bc08
JB
1952008-06-02 Roman Zippel <zippel@linux-m68k.org>
196
197 * m68k-tdep.c (m68k_analyze_prologue): Fix length of lea insn.
198
40adab56
JB
1992008-06-01 Joel Brobecker <brobecker@adacore.com>
200
201 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Do not
202 treat pointers in data space as function descriptors if the
203 target address is also in the data space.
204
bfd66dd9
JB
2052008-05-30 Joel Brobecker <brobecker@adacore.com>
206
207 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Set
208 the trad-frame register value for the SP register.
209
7ea566be
MK
2102008-05-29 Mark Kettenis <kettenis@gnu.org>
211
212 * sparcnbsd-tdep.c, sparcobsd-tdep.c: Update for unwinder changes.
213
fcac911a
JB
2142008-05-28 Joel Brobecker <brobecker@adacore.com>
215
216 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Improve the heuristic
217 that identifies function descriptors outside of the .opd section.
218
ade92717
AR
2192008-05-28 Aleksandar Ristovski <aristovski@qnx.com>
220
221 * breakpoint.c (print_exception_catchpoint): In CLI add 'Temporary' for
222 temporary catchpoints. In MI add missing fields 'reason', 'disp',
223 'bkptno'.
224 (print_mention_exception_catchpoint): Add 'Temporary' for temporary
225 catchpoints.
226 (handle_gnu_v3_exceptions): Use tempflag.
227
f7f9ae2c
VP
2282008-05-28 Vladimir Prus <vladimir@codesourcery.com>
229
230 Refactor varobj_update interface.
231 * varobj.c (varobj_update): Report changes as vector. Also
232 return not just a list of varobj, but a list of special structures
233 that tell what exactly has changed.
234 * varobj.h (enum varobj_update_error): Rename to
235 varobj_scope_status.
236 (struct varobj_update_result_t): New.
237 (varobj_update): Adjust prototype.
238 * mi/mi-cmd-var.c: Adjust for changes.
239
ea56f9c2
VP
2402008-05-28 Vladimir Prus <vladimir@codesourcery.com>
241
242 * varobj.c (varobj_update): Fix comment typo.
243 Fix indentation.
244
c7efd0b9
JB
2452008-05-26 Joel Brobecker <brobecker@adacore.com>
246
247 Set the symtab field of symbols read from ECOFF debugging entries.
248 * mdebugread.c (add_symbol): Add new parameter symtab.
249 (parse_symbol): Update calls to add_symbol throughout.
250
2a2d4dc3
AS
2512008-05-27 Andreas Schwab <schwab@suse.de>
252
253 * symtab.h (enum address_class): Remove LOC_REGPARM and
254 LOC_COMPUTED_ARG.
255 (struct symbol): Add is_argument.
256 (SYMBOL_IS_ARGUMENT): Define.
257
258 * ada-lang.c (ada_add_block_symbols): Use SYMBOL_IS_ARGUMENT.
259 * buildsym.c (finish_block): Likewise.
260 * stack.c (print_frame_args, print_block_frame_locals)
261 (print_frame_arg_vars): Likewise.
262 * symtab.c (lookup_block_symbol): Likewise.
263 * tracepoint.c (add_local_symbols): Likewise.
264 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
265
266 * coffread.c (process_coff_symbol): Set SYMBOL_IS_ARGUMENT.
267 * dwarf2read.c (new_symbol): Likewise.
268 * mdebugread.c (parse_symbol): Likewise.
269 * stabsread.c (define_symbol): Likewise.
270
271 * ada-exp.y (select_possible_type_sym): Don't handle LOC_REGPARM
272 and LOC_COMPUTED_ARG.
273 * ada-lang.c (resolve_subexp, symtab_for_sym): Likewise.
274 * ax-gdb.c (gen_var_ref): Likewise.
275 * eval.c (evaluate_subexp_for_address): Likewise.
276 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
277 * m2-exp.y (yylex): Likewise.
278 * printcmd.c (address_info): Likewise.
279 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
280 * tracepoint.c (collect_symbol, scope_info): Likewise.
281
17ea7499
CES
2822008-05-24 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
283
284 * gdbarch.sh: Added new gdbarch struct
285 core_regset_sections.
286 * gdbarch.c: Refreshed.
287 * gdbarch.h: Refreshed.
288 * regset.h (core_regset_section): Declared.
289 * linux-nat.c (linux_nat_do_thread_registers): Added
290 support for the new gdbarch struct core_regset_sections.
291 * utils.c (host_address_to_string): New function.
292 * defs.h (host_address_to_string): New prototype.
293 * i386-linux-tdep.c (i386_regset_rections): New register
294 sections list for i386.
295 (i386_linux_init_abi): Initialized new gdbarch struct
296 core_regset_sections.
297 * Makefile.in: Updated to reflect dependency changes.
298 * ppc-linux-tdep.c (ppc_regset_sections): Register
299 sections list for ppc.
300 (ppc_linux_init_abi): Initialized new gdbarch struct
301 core_regset_sections
302
c4fc331b
AS
3032008-05-24 Andreas Schwab <schwab@suse.de>
304
305 * linespec.c (decode_objc): Save current language around call to
306 get_selected_block.
307
e936309c
JB
3082008-05-23 Joel Brobecker <brobecker@adacore.com>
309
310 * valprint.h (get_array_bounds): Renames get_array_low_bound.
311 * valprint.c (get_array_bounds): Renames get_array_low_bound.
312 Return the proper bound value if the array index type is an
313 enumerated type. Compute the high bound if requested.
314 (val_print_array_elements): Handle the case when the array
315 element has a null size.
316 * ada-valprint.c (print_optional_low_bound): Add handling
317 for empty arrays or arrays of zero-size elements.
318 (ada_val_print_array): New function, extracted out from
319 ada_val_print_1 case TYPE_CODE_ARRAY, and enhanced to
320 handle empty arrays and arrays of zero-size elements.
321 (ada_val_print_1)[case TYPE_CODE_ARRAY]: Replace extracted-out
322 code by call to ada_val_print_array.
323 (ada_value_print): Remove handling of null array. The handling
324 was incomplete and is now better handled by ada_val_print_array.
325
50ee7535
MD
3262008-05-23 Markus Deuling <deuling@de.ibm.com>
327
328 * annotate.c (annotate_source, annotate_frame_begin): Replace
329 deprecated_print_address_numeric with paddress.
330 * cli/cli-cmds.c (list_command, edit_command): Likewise.
331 * tui/tui-stack.c (tui_make_status_line): Likewise.
332
333 * defs.h (deprecated_print_address_numeric): Remove.
334 * printcmd.c (deprecated_print_address_numeric): Remove.
335 * maint.c (maint_print_section_info): Fix comment.
336
d44e8473
MD
3372008-05-23 Markus Deuling <deuling@de.ibm.com>
338
339 * valprint.c (print_hex_chars, print_octal_chars, print_decimal_chars,
340 print_binary_chars, print_char_chars): Add byte_order parameter and
341 replace gdbarch_byte_order.
342 (print_decimal_chars): Replace START_P, NOT_END_P and NEXT_P by their
343 expressions and remove them. Remove unused TWO_TO_FOURTH.
344 (val_print_type_code_int): Introduce gdbarch_byte_order to get at the
345 endianness. Update call to print_hex_chars.
346 * valprint.h (print_hex_chars, print_octal_chars, print_decimal_chars,
347 print_binary_chars, print_char_chars): Add byte_order parameter.
348 * printcmd.c (print_scalar_formatted): Introduce gdbarch_byte_order to
349 get at the endianness. Update print_*_char calls to use byte_order.
350
10f4ecb8
UW
3512008-05-22 Ulrich Weigand <uweigand@de.ibm.com>
352
353 * symtab.h (struct symbol): Make "aux_value" member a void pointer
354 instead of a union.
355 (SYMBOL_LOCATION_BATON): Update.
356
c3b22bd0
UW
3572008-05-22 Ulrich Weigand <uweigand@de.ibm.com>
358
359 * symtab.h (enum address_class): Remove LOC_BASEREG and
360 LOC_BASEREG_ARG.
361 (struct symbol): Remove "basereg" member of "aux_value" union.
362 (SYMBOL_BASEREG): Remove.
363
364 * ada-exp.y (select_possible_type_sym): Do not handle LOC_BASEREG
365 or LOC_BASEREG_ARG.
366 * ada-lang.c (resolve_subexp, symtab_for_sym): Likewise.
367 (ada_add_block_symbols): Likewise.
368 * ax-gdb.c (gen_var_ref): Likewise.
369 * buildsym.c (finish_block): Likewise.
370 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
371 * m2-exp.y (yylex): Likewise.
372 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
373 * printcmd.c (address_info): Likewise.
374 * stack.c (print_frame_args, print_block_frame_locals): Likewise.
375 (print_frame_arg_vars): Likewise.
376 * symmisc.c (print_symbol): Likewise.
377 * symtab.c (lookup_block_symbol): Likewise.
378 * tracepoint.c (collect_symbol, add_local_symbols): Likewise.
379 (scope_info): Likewise.
380
aa59ba6b
UW
3812008-05-22 Ulrich Weigand <uweigand@de.ibm.com>
382
383 * symtab.h (enum address_class): Remove LOC_LOCAL_ARG.
384
385 * ada-exp.y (select_possible_type_sym): Do not handle LOC_LOCAL_ARG.
386 * ada-lang.c (resolve_subexp, symtab_for_sym): Likewise.
387 (ada_add_block_symbols): Likewise.
388 * ax-gdb.c (gen_var_ref): Likewise.
389 * buildsyms.c (finish_block): Likewise.
390 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
391 * m2-exp.y (yylex): Likewise.
392 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
393 * printcmd.c (address_info): Likewise.
394 * stack.c (print_frame_args, print_frame_arg_vars): Likewise.
395 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
396 * symtab.c (lookup_block_symbol): Likewise.
397 * tracepoint.c (collect_symbol, add_local_symbols): Likewise.
398 (scope_info): Likewise.
399
0bb4e8c4
UW
4002008-05-22 Ulrich Weigand <uweigand@de.ibm.com>
401
402 * symtab.h (enum address_class): Remove LOC_INDIRECT and
403 LOC_HP_THREAD_LOCAL_STATIC.
404
405 * findvar.c (symbol_read_needs_frame, read_var_value): Do not
406 handle LOC_INDIRECT or LOC_HP_THREAD_LOCAL_STATIC.
407 (read_var_value): Likewise.
408 * buildsym.c (finish_block): Likewise.
409 * objfiles.c (objfile_relocate): Likewise.
410 * printcmd.c (address_info): Likewise.
411 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
412 * tracepoint.c (scope_info): Likewise.
413
9f61f19b
MG
4142008-05-21 Markus Deuling <deuling@de.ibm.com>
415 Maxim Grigoriev <maxim2405@gmail.com>
416
417 * xtensa-tdep.c (xtensa_read_register): Remove.
418 (xtensa_frame_cache): Get rid of xtensa_read_register. Pass extra
419 argument litbase to call0_frame_cache().
420 (call0_track_op, call0_analyze_prologue)
421 (call0_frame_cache): Use extra argument litbase.
422
0e479716
JB
4232008-05-21 Joel Brobecker <brobecker@adacore.com>
424
425 * infcmd.c (_initialize_infcmd): Add new "fin" alias for "finish".
426
214be669
UW
4272008-05-21 Ulrich Weigand <uweigand@de.ibm.com>
428
429 * frame.h (SIZEOF_FRAME_SAVED_REGS): Remove.
430
0cd9ab92
UW
4312008-05-21 Ulrich Weigand <uweigand@de.ibm.com>
432
433 * alpha-mdebug-tdep.c: Include "trad-frame.h".
434 (struct alpha_mdebug_unwind_cache): Change type of SAVED_REGS to
435 struct trad_frame_saved_reg *.
436 (alpha_mdebug_frame_unwind_cache): Allocate SAVED_REGS using
437 trad_frame_alloc_saved_regs. Update accesses. Record previous
438 value of SP as being vfp.
439 (alpha_mdebug_frame_prev_register): Use trad_frame_get_prev_register.
440 * Makefile.in (alpha-mdebug-tdep.o): Update dependencies.
441
f52cb1b8
MD
4422008-05-21 Markus Deuling <deuling@de.ibm.com>
443
444 * score-tdep.c (score_print_insn): Get the current endianess from
445 disassemble_info instead of gdbarch_byte_order.
446
8fa75a5d
PA
4472008-05-21 Pedro Alves <pedro@codesourcery.com>
448
449 * frame.c (get_prev_frame_1): Build frame id before setting
450 this_frame->prev_p, not after.
451
e8e48118
NR
4522008-05-21 Nick Roberts <nickrob@snap.net.nz>
453
454 * annotate.c (annotate_new_thread): New function for new-thread
455 annotation.
456 * annotate.h: (annotate_new_thread): New extern.
457 * thread.c (add_thread_with_info): Use it.
458 * Makefile.in (thread.o): Add dependency on annotate.h.
459
c57918b2
JB
4602008-05-20 Joel Brobecker <brobecker@adacore.com>
461
462 * win32-nat.c (win32_wait): Block the control-c event while
463 waiting for a debug event.
464
6c9353d3
PA
4652008-05-19 Pedro Alves <pedro@codesourcery.com>
466
467 * symtab.h (lookup_symbol_in_language): Update comment.
468 * symtab.c (lookup_symbol_aux_block): Update comment.
469 * ada-lang.c (ada_lookup_symbol_list): Update comment.
470
2570f2b7
UW
4712008-05-19 Ulrich Weigand <uweigand@de.ibm.com>
472
473 * symtab.h (lookup_symbol_in_language): Remove SYMTAB parameter.
474 (lookup_symbol): Likewise.
475 * symtab.c (lookup_symbol_in_language): Remove SYMTAB parameter.
476 (lookup_symbol): Likewise.
477 (search_symbols): Update.
478
479 * linespec.c (find_methods, collect_methods): Update.
480 (add_matching_methods, add_constructors): Update.
481 (decode_compound, decode_dollar, decode_variable): Update.
482 (lookup_prefix_sym): Update.
483
484 (symbol_found): Remove SYM_SYMTAB parameter.
485 Use SYMBOL_SYMTAB (sym) instead.
486
487 * gdbtypes.c (lookup_typename): Update.
488 (lookup_struct, lookup_union, lookup_enum): Update.
489 (lookup_template_type): Update.
490 (check_typedef): Update.
491 * language.c (lang_bool_type): Update.
492 * mdebugread.c (parse_procedure): Update.
493 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
494 * parse.c (write_dollar_variable): Update.
495 * printcmd.c (address_info): Update.
496 * source.c (select_source_symtab): Update.
497 * stack.c (print_frame_args, print_frame_arg_vars): Update.
498 * valops.c (find_function_in_inferior): Update.
499 (value_struct_elt_for_reference): Update.
500 * value.c (value_static_field, value_fn_field): Update.
501
502 * alpha-mdebug-tdep.c (find_proc_desc): Update.
503 * arm-tdep.c (arm_skip_prologue): Update.
504 * mt-tdep.c (mt_skip_prologue): Update.
505 * xstormy16-tdep.c (xstormy16_skip_prologue): Update.
506
507 * ada-lang.h (struct ada_symbol_info): Remove SYMTAB member.
508 * ada-lang.c (ada_add_block_symbols): Remove SYMTAB parameter.
509 (add_defn_to_vec): Likewise.
510 (ada_add_block_symbols): Likewise.
511 (lookup_cached_symbol, cache_symbol): Likewise.
512 (standard_lookup): Update.
513 (ada_lookup_symbol_list): Update.
514
515 * c-valprint.c (c_val_print): Update.
516 * cp-support.c (cp_lookup_rtti_type): Update.
517 * jv-lang.c (java_lookup_class, get_java_object_type): Update.
518 * objc-lang.c (lookup_struct_typedef, find_imps): Update.
519 * p-valprint.c (pascal_val_print): Update.
520 * scm-lang.c (scm_lookup_name): Update.
521
522 * c-exp.y: Update.
523 * f-exp.y: Update.
524 * jv-exp.y: Update.
525 * m2-exp.y: Update.
526 * objc-exp.y: Update.
527 * p-exp.y: Update.
528
21b556f4
UW
5292008-05-19 Ulrich Weigand <uweigand@de.ibm.com>
530
531 * language.h (struct language_defn): Remove SYMTAB parameter from
532 la_lookup_symbol_nonlocal callback function pointer.
533
534 * ada-lang.h (ada_lookup_encoded_symbol): Remove SYMTAB parameter.
535 (ada_lookup_encoded_symbol): Likewise.
536 * ada-lang.c (ada_lookup_encoded_symbol): Remove SYMTAB parameter.
537 Always call fixup_symbol_section.
538 (ada_lookup_symbol): Remove SYMTAB parameter.
539 (ada_lookup_symbol_nonlocal): Likewise.
540 * ada-exp.y (write_object_renaming): Update.
541 (find_primitive_type): Likewise.
542
543 * cp-support.h (cp_lookup_symbol_nonlocal): Remove SYMTAB parameter.
544 (cp_lookup_symbol_namespace): Likewise.
545 * cp-namespace.c (lookup_namespace_scope): Remove SYMTAB parameter.
546 (lookup_symbol_file): Likewise.
547 (lookup_possible_namespace_symbol): Likewise.
548 (cp_lookup_symbol_nonlocal): Likewise.
549 (cp_lookup_symbol_namespace): Likewise.
550 (cp_lookup_nested_type): Update.
551
552 * scm-valprint.c (scm_inferior_print): Update.
553 * valops.c (value_maybe_namespace_elt): Update.
554
555 * solist.h (struct target_so_ops): Remove SYMTAB parameter from
556 lookup_lib_global_symbol callback function pointer.
557 (solib_global_lookup): Remove SYMTAB parameter.
558 * solib.c (solib_global_lookup): Remove SYMTAB parameter.
559 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
560
561 * symtab.h (basic_lookup_symbol_nonlocal): Remove SYMTAB parameter.
562 (lookup_symbol_static): Likewise.
563 (lookup_symbol_global): Likewise.
564 (lookup_symbol_aux_block): Likewise.
565 (lookup_global_symbol_from_objfile): Likewise.
566 * symtab.c (lookup_symbol_aux): Remove SYMTAB parameter.
567 (lookup_symbol_aux_local): Likewise.
568 (lookup_symbol_aux_block): Likewise.
569 (lookup_symbol_aux_symtabs): Likewise.
570 (lookup_symbol_aux_psymtabs): Likewise.
571 (lookup_global_symbol_from_objfile): Likewise.
572 (basic_lookup_symbol_nonlocal): Likewise.
573 (lookup_symbol_static): Likewise.
574 (lookup_symbol_global): Likewise.
575
576 (lookup_symbol_in_language): Do not pass SYMTAB to lookup_symbol_aux.
577
39237dd1
PA
5782008-05-17 Pedro Alves <pedro@codesourcery.com>
579
580 * remote.c (init_extended_remote_ops): Fix typo.
581
7c0d47a5
PA
5822008-05-16 Pedro Alves <pedro@codesourcery.com>
583
584 * NEWS: Mention new DICOS x86 target configuration.
585
907fc202
UW
5862008-05-16 Pedro Alves <pedro@codesourcery.com>
587 Ulrich Weigand <uweigand@de.ibm.com>
588
589 * minsyms.c (lookup_minimal_symbol_by_pc_name): New function.
590 * symtab.h (lookup_minimal_symbol_by_pc_name): Add prototype.
591
592 * symtab.c (fixup_section): Remove prototype. Add ADDR parameter;
593 use it instead of ginfo->value.address. Look up minimal symbol by
594 address and name. Assume OBJFILE is non-NULL.
595 (fixup_symbol_section): Ensure we always have an objfile to look
596 into. Extract and pass to fixup_section the symbol's address that
597 will match the minimal symbol's address.
598 (fixup_psymbol_section): Likewise.
599
600 (find_pc_sect_psymtab): Fall back to non-addrmap case when debugging
601 overlays and the addrmap returned the wrong section.
602
603 * dwarf2read.c (var_decode_location): Set SYMBOL_CLASS before
604 calling fixup_symbol_section.
605
42848c96
UW
6062008-05-16 Ulrich Weigand <uweigand@de.ibm.com>
607
608 * minsyms.c: Include "target.h".
609 (find_solib_trampoline_target): Handle minimal symbols pointing
610 to function descriptors as well.
611 * Makefile.in (minsyms.o): Update dependencies.
612
613 * ppc-linux-tdep.c (ppc64_standard_linkage): Rename to ...
614 (ppc64_standard_linkage1): ... this. Fix optional instructions.
615 (PPC64_STANDARD_LINKAGE_LEN): Rename to ...
616 (PPC64_STANDARD_LINKAGE1_LEN): ... this.
617 (ppc64_standard_linkage2, ppc64_standard_linkage3): New.
618 (PPC64_STANDARD_LINKAGE2_LEN, PPC64_STANDARD_LINKAGE3_LEN): New.
619 (ppc64_standard_linkage_target): Rename to ...
620 (ppc64_standard_linkage1_target): ... this.
621 (ppc64_standard_linkage2_target, ppc64_standard_linkage3_target): New.
622 (ppc64_skip_trampoline_code): Support three variants of standard
623 linkage stubs. Call find_solib_trampoline_target to handle
624 glink stubs.
625
74d1f063
UW
6262008-05-16 Ulrich Weigand <uweigand@de.ibm.com>
627
628 * ppc-linux-tdep.c (ppc_linux_init_abi): Do not install
629 ppc64_sysv_abi_adjust_breakpoint_address.
630 * ppc-sysv-tdep.c (ppc64_sysv_abi_adjust_breakpoint_address): Remove.
631 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Remove.
632
8526f328
UW
6332008-05-16 Ulrich Weigand <uweigand@de.ibm.com>
634
635 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Remove.
636 (ppc_linux_init_abi): Install find_solib_trampoline_target instead
637 of ppc_linux_skip_trampoline_code.
638
ba2b1c56
DJ
6392008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
640
641 * gdbarch.sh: Delete dwarf_reg_to_regnum.
642 * gdbarch.c, gdbarch.h: Regenerated.
643 * amd64-tdep.c, arm-tdep.c, h8300-tdep.c, hppa-linux-tdep.c,
644 hppa-tdep.c, i386-tdep.c, m32c-tdep.c, m68k-tdep.c, mips-tdep.c,
645 s390-tdep.c, xtensa-tdep.c: Do not set dwarf_reg_to_regnum.
646
4fdebdd0
PA
6472008-05-15 Pedro Alves <pedro@codesourcery.com>
648
649 * linux-nat.c (trap_ptid): Delete.
650 (linux_nat_detach, linux_nat_wait, linux_nat_mourn_inferior):
651 Adjust.
652 * linux-thread-db.c (thread_db_wait): Adjust.
653
bc882aa9
JB
6542008-05-15 Joel Brobecker <brobecker@adacore.com>
655
656 * linespec.c (decode_line_1): Fix a couple of comments.
657
83b94be5
AM
6582008-05-15 Alan Modra <amodra@bigpond.net.au>
659
660 * dbxread.c: Formatting.
661 (INTERNALIZE_SYMBOL): Init n_other.
662 (set_namestring): Take pointer to nlist arg rather than struct
663 copy. Update all callers.
664
87669130
AS
6652008-05-15 Andreas Schwab <schwab@suse.de>
666
667 * Makefile.in (dwarf2loc.o): Remove $(addrmap_h).
668 (dwarf2read.o): Add $(addrmap_h).
669
00d5f93a
UW
6702008-05-14 Ulrich Weigand <uweigand@de.ibm.com>
671
672 * ppc-linux-tdep.c (ppc_linux_convert_from_func_ptr_addr): Rename ...
673 (ppc64_linux_convert_from_func_ptr_addr): ... to this. No longer try
674 to handle ppc32 PLT entries.
675 (ppc_linux_init_abi): Install ppc64_linux_convert_from_func_ptr_addr
676 only on ppc64.
677
2eaf8d2a
DJ
6782008-05-14 Daniel Jacobowitz <dan@codesourcery.com>
679
680 * elfread.c (elf_symtab_read): Create trampolines for @plt symbols.
681 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Renamed from
682 lookup_minimal_symbol_by_pc_section. Prefer trampolines if requested.
683 (lookup_minimal_symbol_by_pc_section): Use
684 lookup_minimal_symbol_by_pc_section_1.
685 (lookup_solib_trampoline_symbol_by_pc): Likewise.
686
20c62566
JB
6872008-05-13 Joel Brobecker <brobecker@adacore.com>
688
689 * findcmd.c: Add #include "gdb_stdint.h".
690 * Makefile.in (findcmd.o): Update dependencies.
691
87a7da84
DM
6922008-05-11 David S. Miller <davem@davemloft.net>
693
de0c3d9d
DM
694 * sparc-linux-tdep.c (sparc32_linux_init_abi): Remove
695 long double size override, Linux does use 128-bit now.
696
e8467b5a
DM
697 * sparc-linux-tdep.c (PSR_SYSCALL): Define.
698 (sparc_linux_write_pc): New function.
699 (sparc32_linux_init_abi): Register it.
700 * sparc64-linux-tdep.c (TSTATE_SYSCALL): Define.
701 (sparc64_linux_write_pc): New function.
702 (sparc64_linux_init_abi): Register it.
703
87a7da84
DM
704 * sparc-linux-tdep.c, sparc64-linux-tdep.c: Use
705 dwarf2_append_unwinders(), not dwarf2_frame_sniffer.
706
8a4c2d24
UW
7072008-05-11 Ulrich Weigand <uweigand@de.ibm.com>
708
709 * rs6000-tdep.c (rs6000_gdbarch_init): Set up info.target_desc
710 and info.tdep_info before calling gdbarch_init_osabi.
711
003f3813
JB
7122008-05-09 Joel Brobecker <brobecker@adacore.com>
713
714 * ada-lang.c (ada_evaluate_subexp) [BINOP_ASSIGN]: Do not force
715 the type of the right hand side of the assignment to the type
716 of the left hand side if the left hand side is a convenience
717 variable.
718
7ae0e2a2
UW
7192008-05-09 Ulrich Weigand <uweigand@de.ibm.com>
720
721 * NEWS: Mention gdbserver bi-arch capability.
722
08388c79
DE
7232008-05-09 Doug Evans <dje@google.com>
724
725 New "find" command.
726 * NEWS: Document find command and qSearch:memory packet.
727 * Makefile.in (SFILES): Add findcmd.c.
728 (COMMON_OBJS): Add findcmd.o.
729 (findcmd.o): New rule.
730 * findcmd.c: New file.
731 * target.h (target_ops): New member to_search_memory.
732 (simple_search_memory): Declare.
733 (target_search_memory): Declare.
734 * target.c (simple_search_memory): New fn.
735 (target_search_memory): New fn.
736 * remote.c (PACKET_qSearch_memory): New packet kind.
737 (remote_search_memory): New fn.
738 (init_remote_ops): Init to_search_memory.
739 (init_extended_remote_ops): Ditto.
740 (_initialize_remote): Add qSearch:memory packet config command.
741
11c68c47
EZ
7422008-05-09 Eli Zaretskii <eliz@gnu.org>
743
744 * thread.c (_initialize_thread): Don't use commas and periods in
745 first line of doc string of "set/show print thread-events".
746
6834c9bb
JB
7472008-05-08 Joel Brobecker <brobecker@adacore.com>
748
749 * alpha-mdebug-tdep.c, alpha-osf1-tdep.c, alpha-tdep.c:
750 Update for unwinder changes.
751
86c31399
JB
7522008-05-08 Joel Brobecker <brobecker@adacore.com>
753
754 * frame.c (get_frame_base_address, get_frame_locals_address)
755 (get_frame_args_address): Pass the correct frame when calling
756 frame_base_find_by_frame.
757
96ef3384
UW
7582008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
759
760 * remote.c (extended_remote_attach_1): Call target_find_description.
761
45280a52
DJ
7622008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
763
764 * remote.c (extended_remote_create_inferior_1): Clean up
765 before marking the target running.
766
227e86ad
JB
7672008-05-08 Joel Brobecker <brobecker@adacore.com>
768
769 * hppa-tdep.h, hppa-tdep.c, hppa-hpux-tdep.c: Update for unwinder
770 changes.
771
236369e7
JB
7722008-05-07 Joel Brobecker <brobecker@adacore.com>
773
774 * sparc-tdep.c, sparc-tdep.h, sparc-sol2-tdep.c, sparc64-tdep.c,
775 sparc64-sol2-tdep.c: Update for unwinder changes.
776
de237128
DJ
7772008-05-07 Daniel Jacobowitz <dan@codesourcery.com>
778
779 * cp-support.c (mangled_name_to_comp): Initialize storage.
780 (unqualified_name_from_comp): Likewise.
781
4fff2411
JZ
7822008-05-07 Jie Zhang <jie.zhang@analog.com>
783
784 * remote.c (remote_insert_breakpoint): Call get_remote_state
785 after gdbarch_breakpoint_from_pc is called.
786 (remote_insert_hw_breakpoint): Likewise.
787
d8ca156b
JB
7882008-05-06 Joel Brobecker <brobecker@adacore.com>
789
790 * valprint.c (val_print): Add new language parameter and use it
791 instead of using the current_language. Update calls to val_print
792 throughout.
793 (common_val_print): Add new langauge parameter and pass it to
794 val_print.
795 * value.h (struct language_defn): Add opaque declaration.
796 (val_print, common_val_print): Update declarations.
797 * stack.c (print_frame_args): Update call to common_val_print
798 using the appropriate language.
799 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
800 * c-valprint, f-valprint.c, m2-valprint.c, mt-tdep.c, infcmd.c,
801 mi/mi-main.c, jv-valprint.c, ada-valprint.c, varobj.c, p-valprint.c,
802 scm-valprint.c, cp-valprint.c, sh64-tdep.c, printcmd.c:
803 #include "language.h" if necessary.
804 Update calls to val_print and common_val_print.
805 * Makefile.in (mt-tdep.o, sh64-tdep.o, mi-cmds.o, mi-main.o):
806 Update dependencies.
807
b1e6fd19
JB
8082008-05-06 Joel Brobecker <brobecker@adacore.com>
809
810 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Treat addresses
811 pointing inside a non-executable section as function descriptors.
812
02b19d84
PA
8132008-05-06 Pedro Alves <pedro@codesourcery.com>
814
815 * inf-loop.c (inferior_event_handler): Run all continuations and
816 print any language change before running the breakpoint commands.
817
15c1e57f
JB
8182008-05-06 Joel Brobecker <brobecker@adacore.com>
819
820 * frame-unwind.c (frame_unwind_got_bytes): New function.
821 * frame-unwind.h (frame_unwind_got_bytes): Add declaration.
822 * libunwind-frame.h, libunwind-frame.c, ia64-tdep.c: Update
823 for unwinder changes.
824
d14508fe
DE
8252008-05-05 Doug Evans <dje@google.com>
826
827 * NEWS: Mention new /m modifier for disassemble command.
828 * cli/cli-cmds.c (print_disassembly): New function.
829 (disassemble_current_function): New function
830 (disassemble_command): Recognize /m modifier, print mixed
831 source+assembly.
832 (init_cli_cmds): Update disassemble help text.
833
5142f611
MG
8342008-05-05 Maxim Grigoriev <maxim2405@gmail.com>
835
836 * xtensa-tdep.c: Update for unwinder changes.
837
f36bf22c
AS
8382008-05-05 Andreas Schwab <schwab@suse.de>
839
840 Update m68k port for unwinder changes.
841 * m68k-tdep.c (m68k_frame_cache): Expect this_frame.
842 (m68k_frame_this_id, m68k_frame_prev_register): Update signature.
843 (m68k_frame_unwind): Use default_frame_sniffer.
844 (m68k_frame_sniffer): Remove.
845 (m68k_frame_base_address): Expect this_frame.
846 (m68k_dummy_id): Renamed from m68k_unwind_dummy_id. Expect
847 this_frame.
848 (m68k_gdbarch_init): Use set_gdbarch_dummy_id,
849 dwarf2_append_unwinders, and frame_unwind_append_unwinder.
850 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Expect frame_info
851 parameter instead of pc value.
852 (m68k_linux_get_sigtramp_info, m68k_linux_sigtramp_frame_cache):
853 Expect this_frame.
854 (m68k_linux_sigtramp_frame_this_id)
855 (m68k_linux_sigtramp_frame_prev_register)
856 (m68k_linux_sigtramp_frame_sniffer): Update signature.
857 (m68k_linux_sigtramp_frame_unwind): Use
858 m68k_linux_sigtramp_frame_sniffer.
859 (m68k_linux_init_abi): Use frame_unwind_append_unwinder.
860
861 * m68klinux-nat.c (store_register): Fix typo.
862
b3dc826b
PA
8632008-05-05 Pedro Alves <pedro@codesourcery.com>
864
865 * infcmd.c (step_1): Put thread id on the stack to avoid possible
866 NULL dereferencing.
867
6528a9ea
LM
8682008-05-05 Luis Machado <luisgpm@br.ibm.com>
869
870 * symfile.c (reread_symbols): Update objfile's entry point.
871
5eeb2539
AR
8722008-05-05 Aleksandar Ristovski <aristovski@qnx.com>
873 Joel Brobecker <brobecker@adacore.com>
1f906a60 874
5eeb2539
AR
875 * ada-lang.c: Update throughout to use symbol_matches_domain
876 instead of matching the symbol domain explictly.
877 * dwarf2read.c (add_partial_symbol): Do not add new psym for
f36bf22c 878 STRUCT_DOMAIN. Make sure you recognize c++ struct and java and ada
5eeb2539 879 class as typedefs. See lookup_partial_symbol function.
f36bf22c 880 (new_symbol): Similar to add_partial_symbol, do not create
5eeb2539
AR
881 symbol for the typedef. See lookup_block_symbol.
882 * symtab.c (symbol_matches_domain): New function, takes care
883 of dual meaning of STRUCT_DOMAIN symbol for c++, ada and java.
884 (lookup_partial_symbol): Use symbol_matches_domain to see if the
885 found psym domain matches the given domain.
886 (lookup_block_symbol): Likewise.
887
e2b7ddea
VP
8882008-05-05 Vladimir Prus <vladimir@codesourcery.com>
889
890 * top.c (command_line_handler_continuation): Remove.
891 (execute_command): Do not install the above.
892
fcfb8b02
VP
8932008-05-05 Vladimir Prus <vladimir@codesourcery.com>
894
895 * inf-loop.c (inferior_event_handler): Call bpstat_do_action,
896 and catch all exceptions from it.
897 * top.c (command_line_handler_continuation): Don't
898 call bpstat_do_action here.
899
f792889a
DJ
9002008-05-04 Daniel Jacobowitz <dan@codesourcery.com>
901
902 * dwarf2read.c (struct dwarf2_cu): Add type_hash.
903 (struct die_info): Remove type.
904 (read_type_die, read_typedef, read_base_type, read_subrange_type)
905 (read_structure_type, read_enumeration_type, read_array_type)
906 (read_tag_pointer_type, read_tag_ptr_to_member_type)
907 (read_tag_reference_type, read_tag_const_type, read_tag_volatile_type)
908 (read_tag_string_type, read_subroutine_type, read_set_type)
909 (read_unspecified_type): Delete prototypes. Remove check for
910 already-loaded type. Return the new type.
911 (set_die_type): Return the new type.
912 (reset_die_and_siblings_types): Delete.
913 (load_comp_unit, load_full_comp_unit): Set type_hash.
914 (process_queue): Remove call to reset_die_and_siblings_types.
915 (process_die): Do not read most types here. Use read_type_die
916 for others.
917 (read_func_scope, dwarf2_add_member_fn): Use read_type_die.
918 (quirk_gcc_member_function_pointer): Return the new type.
919 (process_structure_scope, process_enumeration_scope): Use
920 get_die_type and read the DIE's type.
921 (read_full_die): Do not initialize die->type.
922 (tag_type_to_type): Use read_type_die.
923 (read_type_die): Check for already defined types. Return the
924 type.
925 (determine_prefix): Use get_die_type.
926 (set_die_type): Return the type.
927 (get_die_type): Take a CU argument. Check for no type_hash.
928
e7030f15
DJ
9292008-05-04 Daniel Jacobowitz <dan@codesourcery.com>
930
931 * dwarf2read.c (dwarf2_ranges_read, read_partial_die): Initialize
932 locals.
933
611c83ae
PA
9342008-05-04 Pedro Alves <pedro@codesourcery.com>
935
936 * breakpoint.c (update_breakpoints_after_exec): Delete bp_longjmp
937 and bp_longjmp_resume breakpoints.
938 (breakpoint_address_is_meaningful): Claim bp_longjmp_resume as
939 meaningful.
940 (create_longjmp_breakpoint): Don't create bp_longjmp_resume
941 breakpoints. Create bp_longjmp breakpoints as momentary
942 breakpoints.
943 (enable_longjmp_breakpoint): Delete.
944 (set_longjmp_breakpoint): New.
945 (disable_longjmp_breakpoint): Delete.
946 (delete_longjmp_breakpoint): New.
947 (set_longjmp_resume_breakpoint): Delete.
948 (set_momentary_breakpoint_at_pc): New.
949 (breakpoint_re_set_one): Don't delete bp_longjmp and
950 bp_longjmp_resume breakpoints.
951 (breakpoint_re_set): Don't create longjmp and longjmp-resume
952 breakpoints.
953
954 * infrun.c (step_resume_breakpoint): Add comment.
955 (struct execution_control_state): Delete handling_longjmp member.
956 (init_execution_control_state). Don't clear handling_longjmp.
957 (context_switch): Don't context switch handling_longjmp.
958 (handle_inferior_event): If handling a bp_longjmp breakpoint,
959 create a bp_longjmp_resume breakpoint, and set it as current
960 step_resume_breakpoint, then step over the longjmp breakpoint. If
961 handling a bp_longjmp_resume breakpoint, don't delete the longjmp
962 breakpoint, delete the longjmp-resume breakpoint, and stop
963 stepping.
964 (currently_stepping): Remove handling_longjmp from expression.
965 (insert_step_resume_breakpoint_at_sal): Update comment.
966 (insert_longjmp_resume_breakpoint): New.
967
968 * breakpoint.h (set_momentary_breakpoint_at_pc): Declare.
969 (enable_longjmp_breakpoint, disable_longjmp_breakpoint): Delete
970 declarations.
971 (set_longjmp_breakpoint, delete_longjmp_breakpoint): Declare.
972 (set_longjmp_resume_breakpoint): Delete declaration.
973
974 * gdbthread.h (save_infrun_state): Remove handling_longjmp
975 parameter.
976 (load_infrun_state): Delete *handling_longjmp parameter.
977 * thread.c (save_infrun_state): Remove handling_longjmp parameter.
978 Update body.
979 (load_infrun_state): Delete *handling_longjmp parameter. Update
980 body.
981
982 * infcmd.c (disable_longjmp_breakpoint_cleanup): Delete.
983 (delete_longjmp_breakpoint_cleanup): New.
984 (step_1): Call set_longjmp_breakpoint instead of
985 enable_longjmp_breakpoint. Use delete_longjmp_breakpoint_cleanup
986 instead of disable_longjmp_breakpoint_cleanup when making cleanup.
987 (step_1_continuation): Pass thread id in the continuation args to
988 step_once.
989 (step_once): Add thread parameter. Pass thread id the the
990 continuation.
991
85cbf3d3
JK
9922008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
993
994 Set CU BASE_ADDRESS already from partial DIEs.
995 * dwarf2read.c (read_partial_die): New variables BASE_ADDRESS and
996 BASE_ADDRESS_TYPE. Set these variables from DW_AT_LOW_PC and
997 DW_AT_ENTRY_PC. Set CU->HEADER.BASE_KNOWN and CU->HEADER.BASE_ADDRESS
998 from these variables if it was still unset.
999
ff013f42
JK
1000 * Makefile.in: Update dependencies.
1001 * dwarf2read.c: Include "addrmap.h"
1002 (struct dwarf2_cu): New fields RANGES_OFFSET and HAS_RANGES_OFFSET.
1003 (dwarf2_ranges_read): New prototype.
1004 (dwarf2_build_psymtabs_hard): Initialize and prepare PSYMTABS_ADDRMAP.
1005 Add discontiguous range to PSYMTABS_ADDRMAP by DWARF2_RANGES_READ on
1006 HAS_RANGES_OFFSET, otherwise add there the contiguous range.
1007 (dwarf2_ranges_read): New parameter RANGES_PST, update the function
1008 comment for it. Add the found ranges to RANGES_PST. New variable
1009 BASEADDR, initialize it the common way.
1010 (dwarf2_get_pc_bounds): Update the caller for the new parameter.
1011 (read_partial_die): `DW_AT_ranges' now only sets RANGES_OFFSET and
1012 HAS_RANGES_OFFSET for the later processing.
1013 * objfiles.h (struct objfile): New field PSYMTABS_ADDRMAP.
1014 * symtab.c: Include "addrmap.h"
1015 (find_pc_sect_psymtab): Support reading the field PSYMTABS_ADDRMAP.
1016 Move the psymtab locator into ...
1017 (find_pc_sect_psymtab_closer): ... a new function.
1018
a7f1256d
UW
10192008-05-04 Ulrich Weigand <uweigand@de.ibm.com>
1020
1021 * arch-utils.c (gdbarch_update_p): Use default values for
1022 info.abfd and info.target_desc if they are NULL.
1023 (gdbarch_from_bfd): Remove assertion.
1024 (set_gdbarch_from_file): Call gdbarch_find_by_info directly,
1025 using the current target description.
1026 (gdbarch_info_fill): Do not use default values for info->abfd
1027 and info->target_desc.
1028
b2de52bb
JK
10292008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1030
1031 * symfile.c (reread_symbols): Reload EXEC_BFD on its change.
1032
515630c5
UW
10332008-05-04 Ulrich Weigand <uweigand@de.ibm.com>
1034
1035 * inferior.h (read_pc_pid, write_pc_pid): Remove.
1036 * regcache.h (regcache_read_pc, regcache_write_pc): Add prototypes.
1037
1038 * regcache.c (read_pc_pid): Remove, replace by ...
1039 (regcache_read_pc): ... this function.
1040 (write_pc_pid): Remove, replace by ...
1041 (regcache_write_pc): ... this function.
1042 (read_pc, write_pc): Update.
1043
1044 * infrun.c (displaced_step_prepare): Replace read_pc_pid and
1045 write_pc_pid by regcache_read_pc and regcache_write_pc.
1046 (displaced_step_fixup): Likewise.
1047 (resume): Likewise. Use regcache arch instead of current_gdbarch.
1048 (prepare_to_proceed): Likewise.
1049 (proceed): Likewise.
1050 (adjust_pc_after_break): Likewise.
1051 (handle_inferior_event): Likewise.
1052
1053 * linux-nat.c (cancel_breakpoint): Likewise.
1054 * linux-thread-db.c (check_event): Likewise.
1055 * aix-thread.c (aix_thread_wait): Likewise.
1056 * tracepoint.c (trace_dump_command): Likewise.
1057
ebd3bcc1
JK
10582008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1059
1060 * dwarf2loc.c (dwarf_expr_frame_base): Error out on missing
1061 SYMBOL_LOCATION_BATON.
1062
c47ffbe3
VP
10632008-05-04 Vladimir Prus <vladimir@codesourcery.com>
1064
f78bff48
VP
1065 * target.h (struct target_ops): New field to_auxv_parse.
1066 * auxv.c (default_auxv_parse): New, renamed from previous
1067 target_auxv_parse.
1068 (target_auxv_parse): Try to call target method. Fallback to
1069 default_auxv_parse if not found.
1070 * procfs.c (procfs_auxv_parse): New.
1071 (init_procfs_ops): On Solaris, in 64-bit mode, install
1072 procfs_auxv_parse.
c47ffbe3 1073
35076fa0
AN
10742008-05-03 Adam Nemet <anemet@caviumnetworks.com>
1075
1076 * symfile.c (add_symbol_file_command): Use paddress rather than
1077 hex_string to print the address.
1078
5b197912
UW
10792008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
1080
1081 * rs6000-tdep.c (rs6000_frame_this_id): If info->base is 0,
1082 return the null frame ID to terminate the backtrace.
1083
4a7622d1
UW
10842008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
1085
1086 * rs6000-tdep.c: Do not include "rs6000-tdep.h".
1087 (rs6000_find_toc_address_hook): Move to rs6000-aix-tdep.c.
1088 (SIG_FRAME_PC_OFFSET): Likewise.
1089 (SIG_FRAME_LR_OFFSET): Likewise.
1090 (SIG_FRAME_FP_OFFSET): Likewise.
1091 (rs6000_push_dummy_call): Likewise.
1092 (rs6000_return_value): Likewise.
1093 (rs6000_convert_from_func_ptr_addr): Likewise.
1094 (branch_dest, rs6000_software_single_step): Likewise.
1095 (deal_with_atomic_sequence): Rename to ...
1096 (ppc_deal_with_atomic_sequence): ... this. Adapt all callers.
1097 Do not call branch_dest; inline required parts of that function.
1098 (rs6000_skip_trampoline_code): Replace DEPRECATED_SYMBOL_NAME
1099 with SYMBOL_LINKAGE_NAME.
1100 (struct reg, regsize): Delete.
1101 (read_memory_addr): Delete; inline into callers.
1102 (rs6000_skip_prologue): Move after skip_prologue.
1103 (skip_prologue): Remove prototype.
1104 (rs6000_gdbarch_init): Remove sysv_abi variable; perform all
1105 initialization as if this variable were true. Do not install
1106 ppc64_sysv_abi_adjust_breakpoint_address.
1107
1108 * rs6000-aix-tdep.c: Include "gdb_assert.h", "gdbtypes.h",
1109 "gdbcore.h", "target.h", "value.h", "infcall.h", "objfiles.h",
1110 and "breakpoint.h".
1111 (rs6000_find_toc_address_hook): Move here from rs6000-tdep.c.
1112 (SIG_FRAME_PC_OFFSET): Likewise.
1113 (SIG_FRAME_LR_OFFSET): Likewise.
1114 (SIG_FRAME_FP_OFFSET): Likewise.
1115 (rs6000_push_dummy_call): Likewise.
1116 (rs6000_return_value): Likewise.
1117 (rs6000_convert_from_func_ptr_addr): Likewise.
1118 (branch_dest, rs6000_software_single_step): Likewise. Replace
1119 tdep->text_segment_base by AIX_TEXT_SEGMENT_BASE.
1120 (rs6000_aix_init_osabi): Install rs6000_push_dummy_call,
1121 rs6000_return_value, and rs6000_convert_from_func_ptr_addr.
1122 Call set_gdbarch_long_double_bit and set_gdbarch_frame_red_zone_size.
1123 Set tdep->lr_frame_offset. Do not set tdep->text_segment_base.
1124
1125 * rs6000-tdep.h (rs6000_software_single_step): Remove prototype.
1126 (AIX_TEXT_SEGMENT_BASE): New macro.
1127 * rs6000-nat.c (exec_one_dummy_insn): Replace tdep->text_segment_base
1128 by AIX_TEXT_SEGMENT_BASE.
1129
1130 * ppc-tdep.h (ppc_deal_with_atomic_sequence): Add prototype.
1131 (struct gdbarch_tdep): Remove text_segment_base member.
1132 * ppc-linux-tdep.c (ppc_linux_init_abi): On 64-bit, install
1133 ppc64_sysv_abi_adjust_breakpoint_address.
1134
1135 * Makefile.in (rs6000-tdep.o): Update dependencies.
1136 (rs6000-aix-tdep.o): Likewise.
1137
938f5214
TJB
11382008-05-03 Luis Machado <luisgpm@br.ibm.com>
1139 Thiago Jung Bauermann <bauerman@br.ibm.com>
1140
1141 * cli/cli-decode.c (lookup_cmd_1): Fix indentation.
1142 * doublest.c (convert_typed_floating): Fix typo in comment.
1143 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
1144 * frame-unwind.h (frame_sniffer_ftype): Likewise.
1145 * frame.c (frame_unwind_address_in_block): Likewise.
1146 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Likewise.
1147 * symtab.h (struct symbol): Likewise.
1148 * tramp-frame.h (struct trad_frame_cache): Likewise.
1149 * value.c (allocate_repeat_value): Likewise.
1150
0b02b92d
UW
11512008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
1152
1153 * infrun.c (handle_inferior_event): Do not insert breakpoints at
1154 TARGET_WAITKIND_LOADED events during startup (i.e. in the shell).
1155
d705c43c
PA
11562008-05-03 Pedro Alves <pedro@codesourcery.com>
1157
1158 * parse.c (parse_exp_in_context): Don't override
1159 expression_context_pc if get_selected_block returned a valid
1160 block.
1161
d6350901
DJ
11622008-05-03 Daniel Jacobowitz <dan@codesourcery.com>
1163
1164 * alpha-tdep.h (ALPHA_REGISTER_BYTES): Delete.
1165 * arm-tdep.h (STATUS_REGISTER_SIZE): Delete.
1166 * breakpoint.c (args_for_catchpoint_enable, current_exception_event):
1167 Delete.
1168 * c-typeprint.c (c_type_print_base): Delete handling of template
1169 instantiations.
1170 * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
1171 (METHOD_PTR_TO_VOFFSET): Delete.
1172 * defs.h (QUIT_FIXME): Delete.
1173 * f-lang.h (DEFAULT_DOTMAIN_NAME_IN_MF77, DEFAULT_MAIN_NAME_IN_MF77)
1174 (DEFAULT_DOTMAIN_NAME_IN_XLF_BUGGY, DEFAULT_DOTMAIN_NAME_IN_XLF): Delete.
1175 * gdbtypes.h (struct cplus_struct_type): Delete is_inlined,
1176 ninstantiations, and instantiations.
1177 (TYPE_INSTANTIATIONS, TYPE_NINSTANTIATIONS, TYPE_INSTANTIATION)
1178 (TYPE_FN_FIELD_INLINED): Delete.
1179 * srec.h (SREC_BINARY): Delete.
1180 * symtab.c (symbol_init_demangled_name): Delete.
1181 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME, symbol_init_demangled_name)
1182 (SYMBOL_OBJFILE, struct exception_event_record, CURRENT_EXCEPTION_KIND)
1183 (CURRENT_EXCEPTION_CATCH_SAL, CURRENT_EXCEPTION_CATCH_LINE)
1184 (CURRENT_EXCEPTION_CATCH_FILE, CURRENT_EXCEPTION_CATCH_PC)
1185 (CURRENT_EXCEPTION_THROW_SAL, CURRENT_EXCEPTION_THROW_LINE)
1186 (CURRENT_EXCEPTION_THROW_FILE, CURRENT_EXCEPTION_THROW_PC): Delete.
1187 * target.h (enum thread_control_capabilities): Delete tc_switch.
1188 (target_can_switch_threads): Delete.
1189
30510692
DJ
11902008-05-03 Daniel Jacobowitz <dan@codesourcery.com>
1191
1192 * Makefile.in (objfiles.o): Update.
1193 * exec.c (exec_set_section_address): Support p->addr != 0.
1194 * objfiles.c (objfile_relocate): Update exec_ops section
1195 addresses.
1196 * symfile.c (place_section): Move exec_set_section_address call...
1197 (default_symfile_offsets): ...to here.
1198
7284e1be
UW
11992008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
1200
1201 * Makefile.in (ppc_linux_tdep_h): New macro.
1202 (powerpc_32l_c, powerpc_altivec32_c, powerpc_altivec32l_c): Likewise.
1203 (powerpc_64l_c, powerpc_altivec64_c, powerpc_altivec64l_c): Likewise.
1204 (powerpc_e500l_c): Likewise.
1205 (ppc-linux-nat.o): Update dependencies.
1206 (ppc-linux-tdep.o): Update dependencies.
1207 (rs6000-tdep.o): Update dependencies.
1208
1209 * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Remove.
1210 (ppc_linux_svr4_fetch_link_map_offsets): Remove.
1211 (ppc_linux_gregset, ppc_linux_fpregset): Move to ppc-linux-tdep.h
1212 (ppc_supply_reg, ppc_collect_reg): Add prototypes.
1213 (tdesc_powerpc_e500): Remove.
1214
1215 * rs6000.c: Include "features/rs6000/powerpc-altivec32.c"
1216 and "features/rs6000/powerpc-altivec64.c".
1217 (ppc_supply_reg, ppc_collect_reg): Make global.
1218 (variants): Use tdesc_powerpc_32 for "powerpc" and
1219 tdesc_powerpc_altivec64 for "powerpc64".
1220 (_initialize_rs6000_tdep): Initialize AltiVec descriptions.
1221
1222 * ppc-linux-tdep.h: New file.
1223
1224 * ppc-linux-tdep.c: Include "ppc-linux-tdep.c".
1225 Include "features/rs6000/powerpc-32l.c".
1226 Include "features/rs6000/powerpc-altivec32l.c".
1227 Include "features/rs6000/powerpc-64l.c".
1228 Include "features/rs6000/powerpc-altivec64l.c".
1229 Include "features/rs6000/powerpc-e500l.c".
1230 (ppc_linux_supply_gregset): New function.
1231 (ppc_linux_collect_gregset): Handle orig_r3 and trap registers.
1232 (ppc32_linux_gregset): Use ppc_linux_supply_gregset.
1233 (ppc64_linux_gregset): Likewise.
1234 (ppc_linux_sigtramp_cache): Handle orig_r3 and trap registers.
1235 (ppc_linux_trap_reg_p): New function.
1236 (ppc_linux_write_pc): New function.
1237 (ppc_linux_core_read_description): New function.
1238 (ppc_linux_init_abi): Install ppc_linux_write_pc and
1239 ppc_linux_core_read_description. Install orig_r3 and trap
1240 registers if present in the target description.
1241 (_initialize_ppc_linux_tdep): Initialize Linux target descriptions.
1242
1243 * ppc-linux-nat.c: Include "ppc-linux-tdep.h".
1244 (PT_ORIG_R3, PT_TRAP): Define if necessary.
1245 (ppc_register_u_addr): Handle orig_r3 and trap registers.
1246 (fetch_ppc_registers): Likewise.
1247 (store_ppc_registers): Likewise.
1248 (store_register): Likewise.
1249 (ppc_linux_read_description): Check whether AltiVec is supported.
1250 Check whether inferior is 32-bit or 64-bit. Return the appropriate
1251 Linux target description.
1252
1253 * features/Makefile (WHICH): Use rs6000/powerpc-32l and
1254 rs6000/powerpc-altivec32l instead of rs6000/powerpc-32.
1255 Use rs6000/powerpc-64l and rs6000/powerpc-altivec64l instead
1256 of rs6000/powerpc-64. Use rs6000/powerpc-e500l instead of
1257 rs6000/powerpc-e500. Update -expedite variables accordingly.
1258
1259 * features/rs6000/power-spe.xml: Use regnum 73 for "acc".
1260 * features/rs6000/powerpc-32.xml: Do not include power-altivec.xml.
1261 * features/rs6000/powerpc-64.xml: Do not include power-altivec.xml.
1262 * features/rs6000/powerpc-e500.c: Regenerate.
1263 * features/rs6000/powerpc-32.c: Regenerate.
1264 * features/rs6000/powerpc-64.c: Regenerate.
1265
1266 * features/rs6000/power-linux.xml: New file.
1267 * features/rs6000/power64-linux.xml: New file.
1268 * features/rs6000/powerpc-32l.xml: New file.
1269 * features/rs6000/powerpc-altivec32l.xml: New file.
1270 * features/rs6000/powerpc-64l.xml: New file.
1271 * features/rs6000/powerpc-altivec64l.xml: New file.
1272 * features/rs6000/powerpc-e500l.xml: New file.
1273 * features/rs6000/powerpc-32l.c: New (generated) file.
1274 * features/rs6000/powerpc-altivec32l.c: New (generated) file.
1275 * features/rs6000/powerpc-64l.c: New (generated) file.
1276 * features/rs6000/powerpc-altivec64l.c: New (generated) file.
1277 * features/rs6000/powerpc-e500l.xml: New (generated) file.
1278
1279 * regformats/reg-ppc.dat: Remove.
1280 * regformats/reg-ppc64.dat: Remove.
1281 * regformats/rs6000/powerpc-32.dat: Remove.
1282 * regformats/rs6000/powerpc-64.dat: Remove.
1283 * regformats/rs6000/powerpc-e500.dat: Remove.
1284 * regformats/rs6000/powerpc-32l.dat: New (generated) file.
1285 * regformats/rs6000/powerpc-altivec32l.dat: New (generated) file.
1286 * regformats/rs6000/powerpc-64l.dat: New (generated) file.
1287 * regformats/rs6000/powerpc-altivec64l.dat: New (generated) file.
1288 * regformats/rs6000/powerpc-e500l.dat: New (generated) file.
1289
063bfe2e
VP
12902008-05-03 Pedro Alves <pedro@codesourcery.com>
1291
1292 * thread.c (delete_thread): Call observer_notify_thread_exit.
1293 * mi/mi-interp.c (mi_interpreter_init): Register mi_thread_exit as
1294 thread_exit observer.
1295 (mi_thread_exit): New.
1296
f132ba9d
TJB
12972008-05-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
1298
1299 * breakpoint.c (create_exception_catchpoint): Remove prototype
1300 for already deleted function.
1301 * breakpoint.h (ep_is_exception_catchpoint): Likewise.
1302 * frame.h (show_stack_frame): Remove prototype.
1303 * stack.c (show_stack_frame): Remove empty, unused function.
1304 * source.c (symtab_to_fullname, print_source_lines): Small fix
1305 in comment.
1306 * value.c (show_values): Update comments to mention "show values"
1307 command instead of "info history".
1308
bccdca4a
UW
13092008-05-02 Ulrich Weigand <uweigand@de.ibm.com>
1310
1311 * linespec.c: Include "target.h".
1312 (minsym_found): Handle minimal symbols pointing to function
1313 descriptors. Use find_function_start_pc.
1314 * minsyms.c (msymbol_objfile): New function.
1315 * parse.c (write_exp_msymbol): Handle minimal symbols pointing
1316 to function descriptors.
1317 * symtab.c (fixup_section): Only use minimal symbol at the same
1318 address to determine section of a symbol.
1319 (find_function_start_pc): New function.
1320 (find_function_start_sal): Use it.
1321 * symtab.h (msymbol_objfile): Add prototype.
1322 (find_function_start_pc): Likewise.
1323 * value.c: Include "objfiles.h".
1324 (value_fn_field): Handle minimal symbols pointing to function
1325 descriptors.
1326 * Makefile.in (linespec.o): Update dependencies.
1327 (value.o): Likewise.
1328
de4d072f
JB
13292008-05-02 Joel Brobecker <brobecker@adacore.com>
1330
1331 * ada-lang.c (unwrap_value): Handle the case where the "F" field
1332 inside a PAD type is a bitfield.
1333
93d4208d
UW
13342008-05-02 Ulrich Weigand <uweigand@de.ibm.com>
1335
1336 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Handle
1337 TYPE_CODE_BOOL and TYPE_CODE_CHAR the same as TYPE_CODE_INT.
1338 Handle TYPE_CODE_REF the same as TYPE_CODE_PTR.
1339 Handle TYPE_CODE_METHOD the same as TYPE_CODE_FUNC.
1340 Allow typedefs when checking for function pointer arguments.
1341 Right-align small structs passed on the stack.
1342 (ppc64_sysv_abi_return_value): Handle TYPE_CODE_BOOL and
1343 TYPE_CODE_CHAR the same as TYPE_CODE_INT.
1344 Handle TYPE_CODE_REF the same as TYPE_CODE_PTR.
1345
60c5725c
DJ
13462008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
1347
1348 * Makefile.in (arm-tdep.o): Update.
1349 * arm-tdep.c (arm_objfile_data_key, struct arm_mapping_symbol)
1350 (struct arm_per_objfile, arm_compare_mapping_symbols): New.
1351 (arm_pc_is_thumb): Use mapping symbols.
1352 (arm_objfile_data_cleanup, arm_record_special_symbol): New.
1353 (arm_gdbarch_init): Call set_gdbarch_record_special_symbol.
1354 (_initialize_arm_tdep): Initialize arm_objfile_data_key.
1355 * elfread.c (elf_symtab_read): Use gdbarch_record_special_symbol.
1356 * gdbarch.sh: Add record_special_symbol.
1357 * gdbarch.c, gdbarch.h: Regenerated.
1358 * objfiles.c (struct objfile_data): Add cleanup member.
1359 (register_objfile_data_with_cleanup): New function, from
1360 register_objfile_data.
1361 (register_objfile_data): Use it.
1362 (objfile_free_data): Call clear_objfile_data.
1363 (clear_objfile_data): Call cleanup functions.
1364 * objfiles.h (register_objfile_data_with_cleanup): Declare.
1365
574dffa2
DJ
13662008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
1367
1368 * objfiles.c (init_entry_point_info): Handle shared libraries.
1369
2c404490
DJ
13702008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
1371
1372 * arm-tdep.c (arm_prologue_this_id): Compare pc, not func, to
1373 lowest_pc.
1374
237fc4c9
PA
13752008-05-02 Jim Blandy <jimb@codesourcery.com>
1376 Pedro Alves <pedro@codesourcery.com>
1377
1378 Implement displaced stepping.
1379
1380 * gdbarch.sh (max_insn_length): New 'variable'.
1381 (displaced_step_copy, displaced_step_fixup)
1382 (displaced_step_free_closure, displaced_step_location): New
1383 functions.
1384 (struct displaced_step_closure): Add forward declaration.
1385 * gdbarch.c, gdbarch.h: Regenerated.
1386
1387 * arch-utils.c: #include "objfiles.h".
1388 (simple_displaced_step_copy_insn)
1389 (simple_displaced_step_free_closure)
1390 (displaced_step_at_entry_point): New functions.
1391 * arch-utils.h (simple_displaced_step_copy_insn)
1392 (simple_displaced_step_free_closure)
1393 (displaced_step_at_entry_point): New prototypes.
1394
1395 * i386-tdep.c (I386_MAX_INSN_LEN): Rename to...
1396 (I386_MAX_MATCHED_INSN_LEN): ... this.
1397 (i386_absolute_jmp_p, i386_absolute_call_p)
1398 (i386_ret_p, i386_call_p, i386_breakpoint_p, i386_syscall_p)
1399 (i386_displaced_step_fixup): New functions.
1400 (struct i386_insn, i386_match_insn): Update.
1401 (i386_gdbarch_init): Set gdbarch_max_insn_length.
1402 * i386-tdep.h (I386_MAX_INSN_LEN): New.
1403 (i386_displaced_step_fixup): New prototype.
1404 * i386-linux-tdep.c (i386_linux_init_abi): Include "arch-utils.h".
1405 Register gdbarch_displaced_step_copy,
1406 gdbarch_displaced_step_fixup, gdbarch_displaced_step_free_closure,
1407 and gdbarch_displaced_step_location functions.
1408
1409 * infrun.c (debug_displaced): New variable.
1410 (show_debug_displaced): New function.
1411 (struct displaced_step_request): New struct.
1412 (displaced_step_request_queue, displaced_step_ptid)
1413 (displaced_step_gdbarch, displaced_step_closure)
1414 (displaced_step_original, displaced_step_copy)
1415 (displaced_step_saved_copy, can_use_displaced_stepping): New
1416 variables.
1417 (show_can_use_displaced_stepping, use_displaced_stepping)
1418 (displaced_step_clear, cleanup_displaced_step_closure)
1419 (displaced_step_dump_bytes, displaced_step_prepare)
1420 (displaced_step_clear_cleanup, write_memory_ptid)
1421 (displaced_step_fixup): New functions.
1422 (resume): Call displaced_step_prepare.
1423 (proceed): Call read_pc once, and remember the value. If using
1424 displaced stepping, don't remove breakpoints.
1425 (handle_inferior_event): Call displaced_step_fixup. Add some
1426 debugging output. When we try to step over a breakpoint, but get
1427 a signal to deliver to the thread instead, ensure the step-resume
1428 breakpoint is actually inserted. If a thread hop is needed, and
1429 displaced stepping is enabled, don't remove breakpoints.
1430 (init_wait_for_inferior): Call displaced_step_clear.
1431 (_initialize_infrun): Add "set debug displaced" command. Add
1432 "maint set can-use-displaced-stepping" command. Clear
1433 displaced_step_ptid.
1434 * inferior.h (debug_displaced): Declare variable.
1435 (displaced_step_dump_bytes): Declare function.
1436
1437 * Makefile.in (arch-utils.o, i386-linux-tdep.o): Update
1438 dependencies.
1439
0428b8f5
DJ
14402008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
1441
1442 * arm-tdep.c (arm_mode_strings, arm_fallback_mode_string)
1443 (arm_force_mode_string, arm_show_fallback_mode)
1444 (arm_show_force_mode): New.
1445 (arm_pc_is_thumb): Honor fallback-mode and force-mode. Use
1446 arm_frame_is_thumb.
1447 (_initialize_arm_tdep): Add "set arm fallback-mode"
1448 and "set arm force-mode".
1449 * NEWS: Document new commands.
1450
d01a8610
AS
14512008-05-02 Andrew Stubbs <andrew.stubbs@st.com>
1452
1453 * main.h (batch_silent): Declare.
1454 * event-top.c: Include main.h.
1455 (gdb_setup_readline): Remove extern batch_silent declaration.
1456 * infrun.c (normal_stop): Don't print source location when running in
1457 --batch-silent mode.
1458 * Makefile.in (event-top.o): Add main.h dependency.
1459
5009afc5
AS
14602008-05-02 Andreas Schwab <schwab@suse.de>
1461
1462 * target.h (struct target_ops): Add
1463 to_watchpoint_addr_within_range.
1464 (target_watchpoint_addr_within_range): New function.
1465 * target.c (update_current_target): Inherit
1466 to_watchpoint_addr_within_range, defaulting to
1467 default_watchpoint_addr_within_range.
1468 (default_watchpoint_addr_within_range): New function.
1469 (debug_to_watchpoint_addr_within_range): New function.
1470 (setup_target_debug): Set to_watchpoint_addr_within_range.
1471 * ppc-linux-nat.c (ppc_linux_watchpoint_addr_within_range):
1472 New function.
1473 (_initialize_ppc_linux_nat): Set to_watchpoint_addr_within_range.
1474 * breakpoint.c (watchpoints_triggered): Use
1475 target_watchpoint_addr_within_range.
1476
a15c5c83
PA
14772008-05-01 Pedro Alves <pedro@codesourcery.com>
1478
1479 * configure.tgt: Add i[34567]86-*-dicos* and x86_64-*-dicos*.
1480 (i[34567]86-*-dicos*, x86_64-*-dicos*):
1481 Set gdb_osabi to GDB_OSABI_DICOS.
1482
1483 * defs.h (enum gdb_osabi): Add GDB_OSABI_DICOS.
1484 * osabi.c (gdb_osabi_name): Add "DICOS".
1485
1486 * i386-dicos-tdep.c: New file.
1487
1488 * Makefile.in (ALL_TARGET_OBS): Add i386-dicos-tdep.o.
1489 (ALLDEPFILES): Add i386-dicos-tdep.c.
1490 (i386-dicos-tdep.o): New rule.
1491
728c8f58
PA
14922008-05-01 Pedro Alves <pedro@codesourcery.com>
1493
1494 * linux-nat.c (linux_nat_switch_fork): Reinit GDB's thread list
1495 and register the fork's PTID as a thread.
1496
604133b5
AR
14972008-05-01 Aleksandar Ristovski <aristovski@qnx.com>
1498
1499 PR gdb/1665
1500 * breakpoint.c (create_breakpoint): Add breakpoint_ops argument and
1501 assign its value to the breakpoint created.
1502 (create_breakpoints): Add breakpoint_ops argument and pass it
1503 to create_breakpoint call.
1504 (break_command_really): Add breakpoint_ops argument and pass/assign
1505 appropriately.
1506 (break_command_1): Pass NULL as ops argument.
1507 (set_breakpoint): Pass NULL as ops argument.
1508 (print_one_exception_catchpoint): Print <PENDING> if no loc available.
1509 (handle_gnu_v3_exceptions): Call generic breakpoint code to insert
1510 catch and throw catchpoints.
5009afc5 1511
1f906a60 15122008-05-01 Aleksandar Ristovski <aristovski@qnx.com>
1cded358
AR
1513
1514 PR gdb/2343
1515 * corelow.c (core_open): Use gdbarch_target_signal_from_host to
1516 translate signal numeric value from the target to GDB's enum
1517 target_signal.
1518 * gdbarch.c, gdbarch.h: Regenerated.
1519 * gdbarch.sh: Added two new functions target_signal_from_host and
1520 target_signal_to_host.
1521 * target.h (default_target_signal_from_host,
1522 default_target_signal_to_host): New functions - declarations.
1523 * signals/signals.c (struct gdbarch): New declaration.
1524 (default_target_signal_to_host, default_target_signal_from_host): New
1525 functions.
1526
b39cc962
DJ
15272008-05-01 Daniel Jacobowitz <dan@codesourcery.com>
1528
1529 * arm-linux-tdep.h (ARM_CPSR_REGNUM): Delete definition.
1530 * arm-tdep.c (arm_frame_is_thumb): New.
1531 (arm_pc_is_thumb): Clarify comment.
1532 (thumb_analyze_prologue): Remove PC special case.
1533 (thumb_scan_prologue): Take a block_addr argument. Use it for
1534 find_pc_partial_function. Remove unused variables.
1535 (arm_scan_prologue): Use arm_frame_is_thumb. Use the block address
1536 for find_pc_partial_function. Remove PC special case.
1537 (arm_prologue_prev_register): Add special handling for PC and CPSR.
1538 (arm_dwarf2_prev_register, arm_dwarf2_frame_init_reg): New.
1539 (arm_get_next_pc): Use arm_frame_is_thumb.
1540 (arm_write_pc): Use CPSR_T instead of 0x20.
1541 (arm_gdbarch_init): Call dwarf2_frame_set_init_reg.
1542 * arm-tdep.h (enum gdb_regnum): Add ARM_CPSR_REGNUM.
1543 (CPSR_T): Define.
1544 * dwarf2-frame.c (dwarf2_frame_prev_register): Handle
1545 DWARF2_FRAME_REG_FN.
1546 * dwarf2-frame.h (enum dwarf2_frame_reg_rule): Add
1547 DWARF2_FRAME_REG_FN.
1548 (struct dwarf2_frame_state_reg): Add FN to loc union.
1549
944f08ab
JB
15502008-05-01 Nick Roberts <nickrob@snap.net.nz>
1551
1552 * exec.c (print_section_info): Add missing '\n'.
1553
cfc01461
VP
15542008-05-01 Vladimir Prus <vladimir@codesourcery.com>
1555
1556 * thread.c (add_thread): Move observer call to ...
1557 (add_thread_silent): ... here.
1558
1af5d7ce
UW
15592008-04-30 Ulrich Weigand <uweigand@de.ibm.com>
1560
1561 * rs6000-tdep.c: Update for unwinder changes.
1562 * ppcobsd-tdep.c: Likewise.
1563
f089c433
UW
15642008-04-30 Ulrich Weigand <uweigand@de.ibm.com>
1565
1566 * s390-tdep.c: Update for unwinder changes.
1567
8d998b8f
UW
15682008-04-30 Ulrich Weigand <uweigand@de.ibm.com>
1569
1570 * spu-tdep.c: Update for unwinder changes.
1571
5366653e
DJ
15722008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
1573
1574 * hppanbsd-tdep.c, m68kbsd-tdep.c, mn10300-linux-tdep.c,
1575 ppc-linux-tdep.c, ppcnbsd-tdep.c, sparc-linux-tdep.c,
1576 sparc64-linux-tdep.c: Update for unwinder changes.
1577
b8a22b94
DJ
15782008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
1579
1580 * mipsnbsd-tdep.c, mips64obsd-tdep.c, mips-linux-tdep.c: Update
1581 for unwinder changes.
1582 * mips-tdep.c: Likewise.
1583 (mips_stub_frame_cache): Unwind the ABI stack pointer, not the
1584 raw one.
1585
a262aec2
DJ
15862008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
1587
1588 * arm-linux-tdep.c, arm-tdep.c, armobsd-tdep.c: Update for
1589 unwinder changes.
1590
10458914
DJ
15912008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
1592
1593 Update i386 and amd64 ports for unwinder changes.
1594
1595 * amd64-tdep.c (amd64_frame_cache): Expect this_frame.
1596 (amd64_frame_this_id, amd64_frame_prev_register): Update signature.
1597 (amd64_frame_unwind): Use default_frame_sniffer.
1598 (amd64_frame_sniffer): Delete.
1599 (amd64_sigtramp_frame_cache): Expect this_frame.
1600 (amd64_sigtramp_frame_this_id, amd64_sigtramp_frame_prev_register)
1601 (amd64_sigtramp_frame_sniffer): Update signature.
1602 (amd64_sigtramp_frame_unwind): Add amd64_sigtramp_frame_sniffer.
1603 (amd64_frame_base_address): Expect this_frame.
1604 (amd64_dummy_id): Renamed from amd64_unwind_dummy_id. Expect
1605 this_frame.
1606 (amd64_init_abi): Use set_gdbarch_dummy_id and
1607 frame_unwind_append_unwinder.
1608 * i386-tdep.c (i386_frame_cache): Expect this_frame.
1609 (i386_frame_this_id, i386_frame_prev_register): Update signature.
1610 (i386_frame_unwind): Use default_frame_sniffer.
1611 (i386_frame_sniffer): Delete.
1612 (i386_sigtramp_frame_cache): Expect this_frame.
1613 (i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register)
1614 (i386_sigtramp_frame_sniffer): Update signature.
1615 (i386_sigtramp_frame_unwind): Use i386_sigtramp_frame_sniffer.
1616 (i386_frame_base_address): Update signature.
1617 (i386_dummy_id): Rename from i386_unwind_dummy_id. Expect this_frame.
1618 (i386_push_dummy_call): Update comment.
1619 (i386_sigtramp_p, i386_svr4_sigtramp_p, i386_svr4_sigcontext_addr):
1620 Expect this_frame.
1621 (i386_gdbarch_init): Use set_gdbarch_dummy_id, dwarf2_append_unwinders,
1622 and frame_unwind_append_unwinder.
1623 * amd64-linux-tdep.c, amd64-sol2-tdep.c, amd64fbsd-tdep.c,
1624 amd64nbsd-tdep.c, amd64obsd-tdep.c, i386-linux-tdep.c,
1625 i386-nto-tdep.c, i386bsd-tdep.c, i386-sol2-tdep.c, i386obsd-tdep.c,
1626 i386nbsd-tdep.c: Update for unwinder changes.
1627
25492ce3
DJ
16282008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
1629
1630 * trad-frame.c (struct trad_frame_cache): Rename next_frame to this_frame.
1631 (trad_frame_cache_zalloc, trad_frame_alloc_saved_regs): Expect
1632 this_frame.
1633 (trad_frame_get_prev_register, trad_frame_get_register): Update signature.
1634 * trad-frame.h (trad_frame_cache_zalloc, trad_frame_get_register)
1635 (trad_frame_alloc_saved_regs, trad_frame_get_prev_register): Update
1636 signature.
1637 * tramp-frame.c (tramp_frame_cache, tramp_frame_start): Expect
1638 this_frame.
1639 (tramp_frame_this_id, tramp_frame_prev_register, tramp_frame_sniffer):
1640 Update signature.
1641 * tramp-frame.h (struct tramp_frame): Update signature of init.
1642 * Makefile.in (trad-frame.o): Update.
1643
4a4e5149
DJ
16442008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
1645
1646 * dwarf2-frame.c (read_reg): Expect this_frame in the baton.
1647 (execute_stack_op): Put this_frame in the baton.
1648 (execute_cfa_program): Take this_frame.
1649 (struct dwarf2_frame_ops): Update comment for signal_frame_p.
1650 (dwarf2_frame_default_init_reg, dwarf2_frame_init_reg)
1651 (dwarf2_frame_signal_frame_p, dwarf2_frame_cache)
1652 (dwarf2_frame_this_id): Adjust to work on this_frame.
1653 (dwarf2_signal_frame_this_id): Delete.
1654 (dwarf2_frame_prev_register): Update signature. Use new frame
1655 unwind methods.
1656 (dwarf2_frame_sniffer): Update signature. Expect this_frame.
1657 (dwarf2_frame_unwind, dwarf2_signal_frame_unwind): Add
1658 dwarf2_frame_sniffer.
1659 (dwarf2_append_unwinders): New.
1660 (dwarf2_frame_base_address, dwarf2_frame_base_sniffer): Expect
1661 this_frame.
1662 * sparc-tdep.c (sparc32_dwarf2_struct_return_p)
1663 (sparc32_dwarf2_frame_init_reg): Expect this_frame.
1664 * cris-tdep.c (cris_dwarf2_frame_init_reg): Likewise.
1665 * rs6000-tdep.c (ppc_dwarf2_frame_init_reg): Likewise.
1666 * s390-tdep.c (s390_dwarf2_frame_init_reg): Likewise.
1667 * sh-tdep.c (sh_dwarf2_frame_init_reg): Likewise.
1668 * sparc64-tdep.c (sparc64_dwarf2_frame_init_reg): Likewise.
1669 * dwarf2-frame.h (dwarf2_frame_sniffer): Delete declaration.
1670 (dwarf2_append_unwinders): Declare.
1671 (dwarf2_frame_base_sniffer): Update declaration.
1672 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): Expect
1673 this_frame.
1674
669fac23
DJ
16752008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
1676
1677 Convert frame unwinders to use the current frame and
1678 "struct value".
1679
1680 * frame.c (frame_debug): Make global.
1681 (get_frame_id): Pass this frame to unwinder routines.
1682 (frame_pc_unwind): Remove unused unwind->prev_pc support.
1683 (do_frame_register_read): Do not discard the return value of
1684 frame_register_read.
1685 (frame_register_unwind): Remove debug messages. Use
1686 frame_unwind_register_value.
1687 (frame_unwind_register_value, get_frame_register_value): New
1688 functions.
1689 (create_new_frame, get_frame_base_address, get_frame_locals_address)
1690 (get_frame_args_address, get_frame_type): Pass this frame to
1691 unwinder routines.
1692 (frame_cleanup_after_sniffer, frame_prepare_for_sniffer): New
1693 functions.
1694 * frame.h: Update comments.
1695 (frame_debug, frame_unwind_register_value, get_frame_register_value)
1696 (frame_prepare_for_sniffer): Declare.
1697 * frame-unwind.h: Update comments and parameter names.
1698 (default_frame_sniffer): Declare.
1699 (frame_prev_register_ftype): Return a struct value *.
1700 (struct frame_unwind): Remove prev_pc member.
1701 (frame_unwind_sniffer_ftype, frame_unwind_append_sniffer): Delete.
1702 (frame_unwind_append_unwinder, frame_unwind_got_optimized)
1703 (frame_unwind_got_register, frame_unwind_got_memory)
1704 (frame_unwind_got_constant, frame_unwind_got_address): Declare.
1705 * frame-base.h: Update comments and parameter names.
1706 * valops.c (value_fetch_lazy): Use get_frame_register_value. Iterate
1707 if necessary. Add debugging output.
1708 * sentinel-frame.c (sentinel_frame_prev_register)
1709 (sentinel_frame_this_id): Update for new signature.
1710 (sentinel_frame_prev_pc): Delete.
1711 (sentinel_frame_unwinder): Remove prev_pc.
1712 * ia64-tdep.c (ia64_libunwind_frame_unwind): Do not initialize
1713 prev_pc.
1714 * libunwind-frame.c (libunwind_frame_unwind): Likewise.
1715 * frame-unwind.c (struct frame_unwind_table_entry): Remove sniffer.
1716 (frame_unwind_append_sniffer): Delete.
1717 (frame_unwind_append_unwinder): New function.
1718 (frame_unwind_find_by_frame): Take this frame. Only use sniffers
1719 from unwinders. Use frame_prepare_for_sniffer.
1720 (default_frame_sniffer, frame_unwind_got_optimized)
1721 (frame_unwind_got_register, frame_unwind_got_memory)
1722 (frame_unwind_got_constant, frame_unwind_got_address): New functions.
1723 * dummy-frame.c (dummy_frame_sniffer): Use gdbarch_dummy_id.
1724 (dummy_frame_prev_register, dummy_frame_this_id): Update for new
1725 signature.
1726 * gdbarch.sh: Replace unwind_dummy_id with dummy_id.
1727 * gdbarch.c, gdbarch.c: Regenerated.
1728 * frame-base.c (default_frame_base_address)
1729 (default_frame_locals_address, default_frame_args_address): Update
1730 for new signature.
1731 (frame_base_find_by_frame): Pass this frame to unwinder routines.
1732 * infcall.c (call_function_by_hand): Update comments.
1733 * Makefile.in (frame-unwind.o): Update dependencies.
1734
9214ee5f
DJ
17352008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
1736
1737 * ada-lang.c (ada_value_primitive_packed_val): Only check
1738 value_lazy for memory lvals.
1739 * findvar.c (value_of_register_lazy): New function.
1740 (locate_var_value): Only check value_lazy for memory lvals.
1741 * valarith.c (value_subscripted_rvalue): Likewise.
1742 * valops.c (value_fetch_lazy): Handle both memory and register
1743 lvals.
1744 (search_struct_field, value_slice): Only check value_lazy for memory
1745 lvals.
1746 * value.c (struct value): Update comment for lazy.
1747 (value_primitive_field): Only check value_lazy for memory lvals.
1748 * value.h (value_lazy): Update comment.
1749 (value_of_register_lazy): Declare.
1750
939643d7
DJ
17512008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
1752
1753 * corefile.c (reopen_exec_file): Close any open files.
1754
1de34ab7
JB
17552008-04-29 Joel Brobecker <brobecker@adacore.com>
1756
1757 * ia64-tdep.c (ia64_memory_remove_breakpoint): Set
1758 show_memory_breakpoints to 1 while reading the instruction bundle.
1759
ea42b34a
JB
17602008-04-29 Joel Brobecker <brobecker@adacore.com>
1761
1762 * gdbarch.sh: Document the return_value method. Explain that
1763 the FUNCTYPE parameter might be NULL.
1764 * gdbarch.h: Regenerated.
1765 * sparc-tdep.c (sparc32_push_dummy_code): Do not pass the function
1766 type when calling using_struct_return, as this is unnecessary
1767 on this target.
1768
a0fe373c
JB
17692008-04-28 Joel Brobecker <brobecker@adacore.com>
1770
1771 * terminal.h (create_tty_session): Fix return type.
1772
c6446539
VP
17732008-04-26 Vladimir Prus <vladimir@codesourcery.com>
1774
1775 * mi/mi-interp.c (mi_new_thread): Quote the thread id.
1776
2f069f6f
JB
17772008-04-26 Joel Brobecker <brobecker@adacore.com>
1778
1779 * breakpoint.c (condition_command, commands_from_control_command)
1780 (break_command_really): Minor reformatting.
1781
93b5768b
PA
17822008-04-25 Pedro Alves <pedro@codesourcery.com>
1783
1784 * dwarf2read.c (dwarf2_const_value): Handle DW_FORM_strp.
1785
436675d3
PA
17862008-04-25 Pedro Alves <pedro@codesourcery.com>
1787
1788 * amd64-tdep.c (amd64_get_longjmp_target): New.
1789 (amd64_init_abi): Register amd64_get_longjmp_target as
1790 gdbarch_get_longjmp_target callback.
1791 * i386-tdep.c (i386_get_longjmp_target): Remove 64-bit handling.
1792
78b6a731
PA
17932008-04-25 Pedro Alves <pedro@codesourcery.com>
1794
1795 * breakpoint.h (enum bpstat_what_main_action): Delete
1796 BPSTAT_WHAT_CLEAR_LONGJMP_RESUME_SINGLE.
1797
1798 * breakpoint.c (clrs): Delete.
1799 (bpstat_what): Update table.
1800
1801 * infrun.c (handle_inferior_event): Remove
1802 BPSTAT_WHAT_CLEAR_LONGJMP_RESUME_SINGLE handling.
1803
9e22b03a
VP
18042008-04-24 Vladimir Prus <vladimir@codesourcery.com>
1805
1806 * mi/mi-cmds.h (mi_cmd_args_ftype): Remove.
1807 Adjust all prototypes using mi_cmd_args_ftype to use
1808 mi_cmd_argv_ftype.
1809 (struct mi_cmd): Remove the args_func field.
1810 * mi/mi-cmds.c: Don't provide value for the args_func field.
1811 * mi/mi-main.c (mi_execute_async_cli_command)
1812 (mi_cmd_exec_run, mi_cmd_exec_next, mi_cmd_exec_next_instruction)
1813 (mi_cmd_exec_step, mi_cmd_exec_step_instruction)
1814 (mi_cmd_exec_finish, mi_cmd_exec_until, mi_cmd_exec_return)
1815 (mi_cmd_exec_continue, mi_cmd_exec_interrupt)
1816 (mi_cmd_target_download): Adjust.
1817 (mi_cmd_target_select): Adjust. Pass 0 for from_tty parameter.
1818 (mi_cmd_execute): Do not check for args_func.
1819 (mi_execute_async_cli_command): Adjust.
1820 * mi/mi-parse.c: Don't check for args_func.
1821
721c02de 18222008-04-24 Vladimir Prus <vladimir@codesourcery.com>
18a18393
VP
1823
1824 * breakpoint.c (bpstat_check_location)
1825 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions):
1826 New, extracted from bpstat_stop_status.
1827 (bpstat_stop_status): Use the above.
1828
18292008-04-24 Vladimir Prus <vladimir@codesourcery.com>
1830
721c02de
VP
1831 * mi/mi-main.c (last_async_command): Rename to current_token.
1832 (previous_async_command): Remove.
1833 (mi_cmd_gdb_exit): Adjust.
1834 (mi_cmd_exec_interrupt): Don't dance with previous_async_command.
1835 (mi_cmd_target_select): Adjust.
1836 (mi_cmd_execute): Don't set previous_async_command. Free token
1837 here even in async mode.
1838 (mi_execute_async_cli_command): Adjust.
1839 (mi_exec_async_cli_cmd_continuation): Adjust. Do not free the
1840 token.
1841 (mi_load_progress): Adjust.
1842
f13468d9
VP
18432008-04-24 Vladimir Prus <vladimir@codesourcery.com>
1844
1845 * infcmd.c (step_1_continuation): Always disable longjmp
1846 breakpoint if we're not going to do another step.
1847
f107f563
VP
18482008-04-24 Vladimir Prus <vladimir@codesourcery.com>
1849
1850 exec_cleanup murder.
1851 * breakpoint.c (until_break_command_continuation): Add
1852 the 'error' parameter. Directly delete the breakoint as
1853 opposed to running cleanups.
1854 (until_break_command): Install continuation only
1855 after starting the target. Don't use exec cleanups,
1856 use ordinary cleanups. Discard cleanups is successfully
1857 started the target in async mode.
1858 (make_cleanup_delete_breakpoint): Remove.
1859 * breakpoint.h (make_cleanup_delete_breakpoint): Remove
1860 declaration.
1861 * defs.h (do_exec_cleanups, make_exec_cleanup): Remove
1862 declarations.
1863 (struct continations): Add the 'error' parameter to the
1864 continuation_hook field.
1865 (add_continuation, do_all_continuations)
1866 (add_intermediate_continuation)
1867 (do_all_intermediate_continuations): Add the 'error' parameter.
1868 * exceptions.c (throw_exception): Don't call do_exec_cleanups.
1869 * inf-loop.c (inferior_event_handler): Instead of calling
1870 discard_all_continuations, use do_all_continuations with 1 as
1871 'error' parameter. Pass 0 as 'error' parameter in existing uses
1872 of discard_all_continuations.
1873 * infcmd.c (step_1): Do not use exec cleanup. For async case, discard
1874 cleanups.
1875 (step_once): Install continuation only after resuming the target.
1876 (step_1_continuation): Disable longjmp breakpoint on error.
1877 (finish_command_continuation): Add the error parameter. Delete
1878 the finish breakpoint directly, do not use cleanups.
1879 (finish_command): Do not use exec_cleanups. Always setup
1880 continuation. For sync case, immediately run them.
1881 (attach_command_continuation): Add the error parameter.
1882 * infrun.c (fetch_inferior_event): Do not use exec cleanups to
1883 remove step_resume_breakpoint -- adjust delete it directly.
1884 * interps.c (interp_set): Adjust call to do_all_continations.
1885 * mi/mi-interp.c (mi_interpreter_exec_continuation): Do not
1886 do exec cleanups.
1887 * mi/mi-main.c (mi_cmd_target_select): Do not do exec
1888 cleanups.
1889 (mi_cmd_execute): Do not use exec_cleanup.
1890 (mi_execute_async_cli_command): Simplify the string concatenation
1891 logic. Do no use exec cleanup.
1892 (mi_exec_async_cli_cmd_continuation): New parameter error.
1893 Free last_async_command.
1894 * top.c (command_line_handler_continuation): New parameter error.
1895 * utils.c (exec_cleanup_chain, make_exec_cleanup)
1896 (do_exec_cleanups): Remove.
1897 (add_continuation, do_all_continations)
1898 (add_intermediate_continuation)
1899 (do_all_intermediate_continuations): New parameter error.
1900
74960c60
VP
19012008-04-24 Vladimir Prus <vladimir@codesourcery.com>
1902
1903 * breakpoint.h (bp_location_p): New typedef.
1904 Register a vector of bp_location_p.
1905 * breakpoint.c (always_inserted_mode)
1906 (show_always_inserted_mode): New.
1907 (unlink_locations_from_global_list): Remove.
1908 (update_global_location_list)
1909 (update_global_location_list_nothrow): New.
1910 (update_watchpoint): Don't free locations.
1911 (should_insert_location): New.
1912 (insert_bp_location): Use should_insert_location.
1913 (insert_breakpoint_locations): Copied from
1914 insert_breakpoints.
1915 (insert_breakpoint): Use insert_breakpoint_locations.
1916 (bpstat_stop_status): Call update_global_location_list
1917 when disabling breakpoint.
1918 (allocate_bp_location): Don't add to bp_location_chain.
1919 (set_raw_breakpoint)
1920 (create_longjmp_breakpoint, enable_longjmp_breakpoint)
1921 (disable_longjmp_breakpoint, create_overlay_event_breakpoint)
1922 (enable_overlay_breakpoints, disable_overlay_breakpoints)
1923 (set_longjmp_resume_breakpoint)
1924 (enable_watchpoints_after_interactive_call_stop)
1925 (disable_watchpoints_before_interactive_call_start)
1926 (create_internal_breakpoint)
1927 (create_fork_vfork_event_catchpoint)
1928 (create_exec_event_catchpoint, set_momentary_breakpoint)
1929 (create_breakpoints, break_command_1, watch_command_1)
1930 (create_exception_catchpoint)
1931 (handle_gnu_v3_exceptions)
1932 (disable_breakpoint, breakpoint_re_set_one)
1933 (create_thread_event_breakpoint, create_solib_event_breakpoint)
1934 (create_ada_exception_breakpoint): : Don't call check_duplicates.
1935 Call update_global_location_list.
1936 (delete_breakpoint): Don't remove locations and don't
1937 try to reinsert them. Call update_global_location_list.
1938 (update_breakpoint_locations): Likewise.
1939 (restore_always_inserted_mode): New.
1940 (update_breakpoints_after_exec): Temporary disable
1941 always inserted mode.
1942 * Makefile.in: Update dependencies.
1943
1944 * infrun.c (proceed): Remove breakpoints while stepping
1945 over breakpoint.
1946 (handle_inferior_event): Don't remove or insert
1947 breakpoints.
1948 * linux-fork.c (checkpoint_command): Remove breakpoints
1949 before fork and insert after.
1950 (linux_fork_context): Remove breakpoints before switch
1951 and insert after.
1952 * target.c (target_disconnect, target_detach): Remove
1953 breakpoints from target.
1954
1955
d24317b4
VP
19562008-04-24 Vladimir Prus <vladimir@codesourcery.com>
1957
1958 * breakpoint.c (print_one_breakpoint_location): In MI
1959 mode, report the location string the breakpoint was
1960 originally created with.
1961
ee967b5f
MG
19622008-04-23 Maxim Grigoriev <maxim2405@gmail.com>
1963
1964 * Makefile.in (xtensa-tdep.o): Update dependencies.
1965 * configure.tgt (xtensa*): Update dependencies.
1966 * xtensa-tdep.c (arreg_number): Renamed from areg_number.
1967 Local variable areg renamed to arreg.
1968 (areg_number): New function.
1969 (xtensa_pseudo_register_read, xtensa_pseudo_register_write)
1970 (xtensa_extract_return_value, xtensa_store_return_value): areg_number
1971 replaced by arreg_number.
1972 (xtensa_windowed_frame_cache, struct xtensa_frame_cache): New comments.
1973 (xtensa_alloc_frame_cache): Initialize cache->wd.ws.
1974 (xtensa_scan_prologue): New function.
1975 (xtensa_frame_cache): New local fp_regnum. Handle separately the case,
1976 when ENTRY instraction hasn't been executed yet. Get the frame pointer
1977 value based on prologue analysis. Fix the bugs preventing WS and
1978 AR4-AR7/A11 registers from getting right values for intermediate frames,
1979 whose registers have been already spilled.
1980 (xtensa_frame_prev_register): Fix WS register value. Use are_number
1981 and arreg_number appropriately.
1982 (xtensa_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
1983 svr4_ilp32_fetch_link_map_offsets.
1984
09d71d23
AS
19852008-04-23 Andrew Stubbs <andrew.stubbs@st.com>
1986
1987 * printcmd.c: Define USE_PRINTF_I64 and PRINTF_HAS_LONG_LONG on MinGW.
1988 (printf_command): Convert %lld to %I64d when USE_PRINTF_I64 set.
1989
fdc59709
PB
19902008-04-23 Paolo Bonzini <bonzini@gnu.org>
1991
1992 * acinclude.m4: Add override.m4.
1993 * configure: Regenerate.
1994
0bcd0149
JK
19952008-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1996
1997 * ada-lang.c (get_selections): Variable PROMPT made non-const and
1998 initialized with a trailing space now. Use PROMPT_ARG of
1999 COMMAND_LINE_INPUT instead of printing it ourselves.
2000
88d8a8e0
JB
20012008-04-22 Joel Brobecker <brobecker@adacore.com>
2002
2003 * NEWS: Document support for 64-bit core file.
2004
c055b101
CV
20052008-04-22 Corinna Vinschen <vinschen@redhat.com>
2006
2007 * NEWS: Add information on calling convention and new SH CLI options.
2008
2009 * sh-tdep.c (sh_cc_gcc): New static string.
2010 (sh_cc_renesas): Ditto.
2011 (sh_cc_enum): New static string array.
2012 (sh_active_calling_convention): New static string pointer denoting
2013 active user chosen ABI.
2014 (sh_is_renesas_calling_convention): New function to return function
2015 specific ABI, or user choice if necessary.
2016 (sh_use_struct_convention): Rename first argument and turn around its
2017 meaning. Check for renesas ABI and return accordingly.
2018 (sh_use_struct_convention_nofpu): New function.
2019 (sh_next_flt_argreg): Get function type as third parameter. Check
2020 for renesas ABI and choose floating registers accordingly.
2021 (sh_push_dummy_call_fpu): Check for ABI and choose argument slot and
2022 struct return slot accordingly.
2023 (sh_push_dummy_call_nofpu): Ditto.
2024 (sh_return_value_nofpu): Call sh_use_struct_convention_nofpu from here.
2025 Evaluate ABI and give to sh_use_struct_convention_nofpu.
2026 (sh_return_value_fpu): Evaluate ABI and give to
2027 sh_use_struct_convention.
2028 (show_sh_command): New function.
2029 (set_sh_command): Ditto.
2030 (_initialize_sh_tdep): Initialize `set/show sh calling-convention
2031 CLI command.
2032
2033 * gdbarch.sh (return_value): Add func_type argument.
2034 * gdbarch.c: Regenerate.
2035 * gdbarch.h: Ditto.
2036 * eval.c (evaluate_subexp_standard): Rename local variable value_type to
2037 val_type so as not to collide with value_type function. Call
2038 using_struct_return with additional function type argument.
2039 * infcall.c (call_function_by_hand): Call using_struct_return and
2040 gdbarch_return_value with additional function type argument.
2041 * infcmd.c (print_return_value): Take addition func_type argument.
2042 Call gdbarch_return_value with additional function type argument.
2043 (finish_command_continuation): Call print_return_value with additional
2044 function type argument.
2045 (finish_command): Ditto.
2046 * sparc-tdep.c (sparc32_push_dummy_code): Call using_struct_return with
2047 additional function type argument.
2048 * stack.c (return_command): Call using_struct_return and
2049 gdbarch_return_value with additional function type argument.
2050 * value.c (using_struct_return): Take additional function type argument.
2051 * value.h (using_struct_return): Accommodate declaration.
2052 * alpha-tdep.c (alpha_return_value): Add func_type argument.
2053 * amd64-tdep.c (amd64_return_value): Ditto.
2054 * arm-tdep.c (arm_return_value): Ditto.
2055 * avr-tdep.c (avr_return_value): Ditto.
2056 * cris-tdep.c (cris_return_value): Ditto.
2057 * frv-tdep.c (frv_return_value): Ditto.
2058 * h8300-tdep.c (h8300_return_value): Ditto.
2059 (h8300h_return_value): Ditto.
2060 * hppa-tdep.c (hppa32_return_value): Ditto.
2061 (hppa64_return_value): Ditto.
2062 * i386-tdep.c (i386_return_value): Ditto.
2063 * ia64-tdep.c (ia64_return_value): Ditto.
2064 * iq2000-tdep.c (iq2000_return_value): Ditto.
2065 * m32c-tdep.c (m32c_return_value): Ditto.
2066 * m32r-tdep.c (m32r_return_value): Ditto.
2067 * m68hc11-tdep.c (m68hc11_return_value): Ditto.
2068 * m68k-tdep.c (m68k_return_value): Ditto.
2069 (m68k_svr4_return_value): Ditto.
2070 * m88k-tdep.c (m88k_return_value): Ditto.
2071 * mep-tdep.c (mep_return_value): Ditto.
2072 * mips-tdep.c (mips_eabi_return_value): Ditto.
2073 (mips_n32n64_return_value): Ditto.
2074 (mips_o32_return_value): Ditto.
2075 (mips_o64_return_value): Ditto.
2076 * mn10300-tdep.c (mn10300_return_value): Ditto.
2077 * mt-tdep.c (mt_return_value): Ditto.
2078 * ppc-linux-tdep.c (ppc_linux_return_value): Ditto.
2079 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Ditto.
2080 (ppc_sysv_abi_broken_return_value): Ditto.
2081 (ppc64_sysv_abi_return_value): Ditto.
2082 * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
2083 (ppc_sysv_abi_broken_return_value): Ditto.
2084 (ppc64_sysv_abi_return_value): Ditto.
2085 * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
2086 * rs6000-tdep.c (rs6000_return_value): Ditto.
2087 * s390-tdep.c (s390_return_value): Ditto.
2088 * score-tdep.c (score_return_value): Ditto.
2089 * sh-tdep.c (sh_return_value_nofpu): Ditto.
2090 (sh_return_value_fpu): Ditto.
2091 * sh64-tdep.c (sh64_return_value): Ditto.
2092 * sparc-tdep.c (sparc32_return_value): Ditto.
2093 * sparc64-tdep.c (sparc64_return_value): Ditto.
2094 * spu-tdep.c (spu_return_value): Ditto.
2095 * v850-tdep.c (v850_return_value): Ditto.
2096 * vax-tdep.c (vax_return_value): Ditto.
2097 * xstormy16-tdep.c (xstormy16_return_value): Ditto.
2098 * xtensa-tdep.c (xtensa_return_value): Ditto.
2099
2100 * gdbtypes.h (struct type): Add calling_convention member.
2101 * dwarf2read.c (read_subroutine_type): Add calling convention read
2102 from DW_AT_calling_convention attribute to function type.
2103
9eec4d1e
MD
21042008-04-22 Markus Deuling <deuling@de.ibm.com>
2105
2106 * eval.c (evaluate_subexp_standard): Use value_subscripted_rvalue for
2107 multi_f77_subscript to support values from registers.
2108 * valarith.c (value_subscripted_rvalue): Remove prototype and static.
2109 * value.h (value_subscripted_rvalue): Add prototype.
2110
2111 * f-typeprint.c (f_type_print_base): Add support for TYPE_CODE_UNION.
2112 Fix output.
2113 * f-valprint.c (f_val_print): Likewise.
2114
ef72380d
CS
21152008-04-21 Craig Silverstein <csilvers@google.com>
2116
2117 * dwarf2read.c (zlib_decompress_section): Define abfd in the
2118 !HAVE_ZLIB_H case.
2119
ff8e85c3
PA
21202008-04-21 Pedro Alves <pedro@codesourcery.com>
2121
2122 * symfile.c (syms_from_objfile): Don't warn if lowest loadable
2123 section is not a code section.
2124
31fffb02
CS
21252008-04-19 Craig Silverstein <csilvers@google.com>
2126
2127 * NEWS: Add information on compressed debug sections.
2128
8e91f023
VP
21292008-04-19 Vladimir Prus <vladimir@codesourcery.com>
2130
2131 * mi/mi-cmd-var.c (varobj_update_one): Print new
2132 value for variable objects that changed type.
2133
603ba1de
VP
21342008-04-19 Vladimir Prus <vladimir@codesourcery.com>
2135
2136 * varobj.c (varobj_invalidate): Don't touch floating
2137 varobjs.
2138
7fc830e2
MK
21392008-04-19 Mark Kettenis <kettenis@gnu.org>
2140
2141 * symtab.c: (multiple_symbols_modes, multiple_symbols_ask)
2142 (multiple_symbols_cancel): Remove extra const.
2143 * symtab.h: Likewise.
2144
bcbf8b68
NR
21452008-04-19 Nick Roberts <nickrob@snap.net.nz>
2146
2147 * interps.c (top_level_interpreter): Rename static variable...
2148 (top_level_interpreter_ptr): ...to this.
2149 (top_level_interpreter): New function.
2150
2151 * interps.h: New extern for top_level_interpreter.
2152
2153 * linespec.c: Include interps.h and mi/mi-cmds.h.
2154 (decode_line_2): When using MI, always set all breakpoints in menu.
2155
2156 * Makefile.in (linespec.o, mi-interp.o): Add dependencies.
2157
31fffb02 21582008-04-18 Craig Silverstein <csilvers@google.com>
233a11ab
CS
2159
2160 * configure.ac (AC_SEARCH_LIBS): Add check for zlib.
2161 * config.in, configure: Regenerate.
2162 * dwarf2read.c: Include zlib.h if present.
2163 Modified *_SECTION macros.
2164 (section_is_p): New.
2165 (dwarf2_locate_sections): Use section_is_p instead of strcmp
2166 (dwarf2_resize_section): New.
2167 to determine whether a given section has a given name.
2168 (zlib_decompress_section): New.
2169 (dwarf2_read_section): Read the compressed section if present
2170 in the binary.
2171 * MAINTAINERS: Added myself to section Write After Approval.
bcbf8b68 2172
a03b3a97
TJB
21732008-04-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2174
2175 * defs.h (exec_set_section_offsets): Remove prototype.
2176 * exec.c (exec_set_section_offsets): Remove function.
2177
9e386756
JB
21782008-04-18 Joel Brobecker <brobecker@adacore.com>
2179
2180 * stabsread.c (cleanup_undefined_types_1): Add instance flags check
2181 in the search for the matching symbol.
2182
2ec93238
MK
21832008-04-17 Marc Khouzam <marc.khouzam@ericsson.com>
2184
2185 * breakpoint.c (update_watchpoint): Always reparse
2186 condition.
2187
e9bbd7c5
JB
21882008-04-17 Joel Brobecker <brobecker@adacore.com>
2189
2190 * breakpoint.c (print_one_breakpoint_location): Make sure to print
2191 the breakpoint address only once.
2192
475bbd17
JB
21932008-04-17 Dennis Roberts <dennis.roberts@sunquestinfo.com>
2194
2195 * rs6000-tdep.c (rs6000_gdbarch_init): Use the BFD architecture,
2196 rather than a hard-coded architecture, for xcoff executables.
2197
86991504
DE
21982008-04-17 Doug Evans <dje@google.com>
2199
4584e32e
DE
2200 * buildsym.c (watch_main_source_file_lossage): New fn.
2201 (end_symtab): Call it.
2202
86991504
DE
2203 * source.c (find_and_open_source): Add some comments clarifying
2204 handling of FULLNAME argument. Make static. Remove pointless
2205 xstrdup/xfree.
2206
0a320680
PA
22072008-04-17 Pedro Alves <pedro@codesourcery.com>
2208
2209 * inf-loop.c (inferior_event_handler): Also run the intermediate
2210 continuations in the INF_EXEC_COMPLETE case.
2211
700b53b1
TT
22122008-04-16 Tom Tromey <tromey@redhat.com>
2213
2214 * cli/cli-decode.h (CMD_ASYNC_OK): New define.
2215 (set_cmd_async_ok, get_cmd_async_ok): Declare.
2216 * cli/cli-decode.c (set_cmd_async_ok): New function.
2217 (get_cmd_async_ok): New function.
2218 * cli/cli-cmds.c (init_cli_cmds): Mark "pwd", "help", "info", and
2219 "show" as async-ok.
2220 * top.c (execute_command): Use get_cmd_async_ok.
2221 * infcmd.c: Include cli/cli-decode.h.
2222 (_initialize_infcmd): Mark "interrupt" as async-ok.
2223 * Makefile.in (infcmd.o): Depend on cli_decode_h.
2224
dacec2a8
DJ
22252008-04-16 Daniel Jacobowitz <dan@codesourcery.com>
2226
2227 PR gdb/2445
2228 * exec.c: Correct "arch-utils.h" include.
2229
1f906a60 22302008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
2cec12e5
AR
2231
2232 PR gdb/2424
2233 * infrun.c (normal_stop) Move breakpoint_auto_delete further down
2234 to allow printing to 'see' real reason of stop. This fixes PR 2424.
2235 * breakpoint.c (bpdisp_texst): New function. The function takes over
2236 the role of bpstats static array in print_one_breakpoint_location.
2237 (print_it_typical): Print "Temporary breakpoint" instead
2238 of just "Breakpoint" when breakpoint is, well, temporary. For mi-like
2239 protocols, print disp field.
2240 (print_one_breakpoint_location): Removed bpdisps static definition.
2241 Call new bpstat_text function to get value for 'disp' field.
2242 (mention): Print "Temporary breakpoint" instead of just "Breakpoint".
2243
4d7b71aa
DJ
22442008-04-15 Daniel Jacobowitz <dan@codesourcery.com>
2245
2246 * gnulib/Makefile.am, gnulib/m4/gnulib-cache.m4,
2247 gnulib/aux/link-warning.h, gnulib/extra/link-warning.h: Adjust
2248 by rerunning gnulib-tool with --aux-dir=gnulib/extra.
2249 * gnulib/Makefile.in: Regenerate.
2250
aa11fd3f
DJ
22512008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
2252
2253 * Makefile.in (GNULIB_H): New. Trigger all-lib.
2254 (defs_h): Use $(GNULIB_H).
2255 (all-lib): Depend on gnulib/Makefile.
2256 (gnulib/Makefile): Regenerate gnulib/Makefile and gnulib/.deps.
2257 * config.in, gnulib/Makefile.in: Regenerated.
2258
e28b3332
DJ
22592008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
2260
2261 * Makefile.in (LIBGNU, INCGNU): Define.
2262 (INTERNAL_CFLAGS_BASE): Add INCGNU.
2263 (INTERNAL_LIBS, CLIBS, CDEPS): Add LIBGNU.
2264 (CLEANDIRS): New.
2265 ($(LIBGNU), all-lib): New rules.
2266 (clean, distclean, do-maintainer-clean): Use CLEANDIRS.
2267 * configure.ac: Use gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE.
2268 Simplify AC_CONFIG_AUX_DIR. Generate gnulib/Makefile.
2269 * gnulib: New directory, from gnulib-tool.
2270 * configure, aclocal.m4: Regenerated.
2271
e3bc4218
DJ
22722008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
2273
2274 * linux-thread-db.c (have_threads_callback): Check thread->private.
2275
fcacd99f
VP
22762008-04-13 Nick Roberts <nickrob@snap.net.nz>
2277 Vladimir Prus <vladimir@codesourcery.com>
2278
2279 Fix @-varobjs.
2280 * varobj.c (value_of_root): Update the expression for
2281 floating varobjs.
2282 * mi/mi-cmd-var.c (varobj_update_one): If type has changed,
2283 report that.
2284
de051565
MK
22852008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2286
2287 * mi/mi-cmd-var.c: Include "mi-getopt.h".
2288 (mi_parse_format): New. Factored out from mi_cmd_var_set_format.
2289 (mi_cmd_var_set_format): Use new mi_parse_format.
2290 (mi_cmd_var_evaluate_expression): Support for -f option to specify
2291 format.
2292 * Makefile.in (mi-cmd-var.o): Update dependencies.
2293
2294 * varobj.h (varobj_get_formatted_value): Declare.
2295 * varobj.c (my_value_of_variable): Added format parameter.
2296 (cplus_value_of_variable): Likewise.
2297 (java_value_of_variable): Likewise.
2298 (c_value_of_variable): Likewise. Evaluate expression based
2299 on format parameter.
2300 (struct language_specific): Add format parameter to function member
2301 *value_of_variable.
2302 (varobj_get_formatted_value): New.
2303 (varobj_get_value): Added format parameter to method call.
2304
56953f80
JB
23052008-04-08 Joel Brobecker <brobecker@adacore.com>
2306
2307 * stabsread.c (cleanup_undefined_types_noname): Manually set the
2308 instance flags of the undefined type before calling replace_type.
2309
e4e33b9e
VP
23102008-04-08 Vladimir Prus <vladimir@codesourcery.com>
2311
2312 * target.h (enum strata): Remove the download_stratum.
2313
92b5c263
DE
23142008-04-07 Doug Evans <dje@google.com>
2315
2316 * buildsym.h (last_source_file): Add dwarf info to comment.
2317 (last_source_start_addr): Ditto.
2318
effa26a9
PA
23192008-04-07 Pedro Alves <pedro@codesourcery.com>
2320
2321 * alphanbsd-tdep.c: Include "target.h".
2322 * mn10300-tdep.c: Include "target.h".
2323 * Makefile.in (alphanbsd-tdep.o, mn10300-tdep.o): Update.
2324
2b2d9e11
VP
23252008-04-06 Vladimir Prus <vladimir@codesourcery.com>
2326
2327 Fix breakpoint condition that use member variables.
2328 * valops.c (check_field): Remove.
2329 (check_field_in): Rename to check_field.
2330 (value_of_this): Use la_name_of_this.
2331 * value.h (check_field): Adjust prototype.
2332
2333 * language.h (la_value_of_this): Rename to la_name_of_this.
2334 * language.c (unknown_language_defn): Specify "this" for
2335 name_of_this.
2336 (auto_language_defn): Likewise.
2337 (local_language_defn): Likewise.
2338 * ada-lang.c (ada_language_defn): Adjust comment.
2339 * c-lang.c (c_language_defn): Adjust comment.
2340 (cplus_language_defn): Specify "this" for name_of_this.
2341 (asm_language_defn): Adjust comment.
2342 (minimal_language_defn): Adjust comment.
2343 * f-lang.c (f_language_defn): Specify NULL for name_of_this.
2344 * jv-lang.c (java_language_defn): Specify "this" for name_of_this.
2345 * m2-lang.c (m2_language_defn): Specify "this" for name_of_this.
2346 * objc-lang.c (objc_language_defn): Specify "self" for
2347 name_of_this.
2348 * p-lang.c (pascal_language_defn): Specify "this" for
2349 name_of_this.
2350 * scm-lang.c (scm_language_defn): Specify NULL for name_of_this.
2351
2352 * symtab.c (lookup_symbol_aux): Lookup "this" in the
2353 proper scope, and check for field in type of "this", without
2354 trying to create a value.
2355
a13e061a
PA
23562008-04-04 Pedro Alves <pedro@codesourcery.com>
2357
2358 * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_ERROR.
2359 (mi_error_message): Delete declaration.
2360 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call error instead of
2361 returning MI_CMD_ERROR.
2362 * mi/mi-main.c (mi_error_message): Delete.
2363 (mi_cmd_exec_interrupt):
2364 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
2365 (mi_cmd_thread_info): Call error instead of returning
2366 MI_CMD_ERROR.
2367 (mi_cmd_data_list_register_values): Call error instead of
2368 returning MI_CMD_ERROR. Adapt to new get_register interface.
2369 (get_register): Change return typo to void. Call error instead of
2370 returning MI_CMD_ERROR.
2371 (mi_cmd_data_write_register_values): Call error instead of
2372 returning MI_CMD_ERROR.
2373 (mi_cmd_list_features): Return MI_CMD_DONE.
2374 (captured_mi_execute_command): Remove MI_CMD_ERROR handling.
2375 (mi_execute_command): Always print exceptions with -error.
2376
aad4b048
JB
23772008-04-04 Joel Brobecker <brobecker@adacore.com>
2378
2379 * NEWS: Mention new commands set/show multiple-symbols.
2380
717d2f5a
JB
23812008-04-03 Joel Brobecker <brobecker@adacore.com>
2382
2383 * symtab.c (multiple_symbols_ask, multiple_symbols_all)
2384 (multiple_symbols_cancel): New constants.
2385 (multiple_symbols_modes, multiple_symbols_mode): New static globals.
2386 (multiple_symbols_select_mode): New function.
2387 (_initialize_symtab): Add new set/show multiple-symbols commands.
2388 * symtab.h (multiple_symbols_ask, multiple_symbols_all)
2389 (multiple_symbols_cancel, multiple_symbols_select_mode): Declare.
2390 * ada-lang.c (user_select_syms): Add handling of new multiple-symbols
2391 setting.
2392 * linespec.c (decode_line_2): Likewise.
2393
f73634e5
DE
23942008-04-03 Doug Evans <dje@sebabeach.org>
2395
2396 * symtab.h (enum free_code): Delete free_contents, unused.
2397 * symmisc.c (free_symtab_block): Delete.
2398 (free_symtab, case free_code): Delete.
2399
1f906a60 24002008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
6af87b03
AR
2401
2402 * valops.c (value_cast_structs): New function. Cast related
2403 STRUCT types up/down and return cast value. The body of this
2404 function comes mostly from value_cast_pointers.
2405 (value_cast_pointers): Code for actual cast STRUCT-STRUCT moved
2406 to value_cast_structs. Now value_cast_pointers needs only create
2407 appropriate reference after using value_cast_structs for actual
2408 casting.
2409 (value_cast): Handle references.
2410
61ad90e1
MK
24112008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
2412
2413 * MAINTAINERS: Added myself to section Write After Approval.
2414
b7d038ae
DJ
24152008-03-30 Daniel Jacobowitz <dan@codesourcery.com>
2416
2417 * ia64-tdep.c (examine_prologue): Correct array access.
2418
1f906a60 24192008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
c836824f
AR
2420
2421 * cp-support.c (first_component_command): Return if no arguments.
2422
df3ac606
CD
24232008-03-28 Carlos O'Donell <carlos@codesourcery.com>
2424
2425 * ser-mingw.c (ser_windows_open): Open requested name.
2426
ca933485
AR
24272008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
2428
2429 * MAINTAINERS: Added myself.
2430
5f667f2d
PA
24312008-03-28 Pedro Alves <pedro@codesourcery.com>
2432
2433 * target.c (find_default_run_target): Allow a NULL `do_mesg'
2434 parameter. If it is NULL, don't call error.
2435 (find_default_can_async_p, find_default_is_async_p): Pass NULL as
2436 `do_mesg' parameter to find_default_run_target. If no target was
2437 found, return 0.
2438
e741f4d4
DJ
24392008-03-28 Daniel Jacobowitz <dan@codesourcery.com>
2440
2441 * mips-linux-tdep.c: Update N32/N64 signal frame comments.
2442 (N64_SIGCONTEXT_LO, N64_SIGCONTEXT_PC, N64_SIGCONTEXT_FPCSR): Update.
2443 (N64_SIGCONTEXT_FIR, N64_SIGCONTEXT_CAUSE, N64_SIGCONTEXT_BADVADDR):
2444 Delete.
2445 (mips_linux_n32n64_sigframe_init): Do not record cause or badvaddr.
2446
f66d8205 24472008-03-27 Joel Brobecker <brobecker@adacore.com>
2448
2449 GDB 6.8 released.
2450
221c031f
UW
24512008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
2452
2453 * features/Makefile (%.dat): Set xmltarget to the base filename
2454 of the XML source, without subdirectory.
2455 * regformats/rs6000/powerpc-32.dat: Regenerate.
2456 * regformats/rs6000/powerpc-64.dat: Regenerate.
2457 * regformats/rs6000/powerpc-e500.dat: Regenerate.
2458
40c58d95
MD
24592008-03-27 Markus Deuling <deuling@de.ibm.com>
2460
2461 * xcoffread.c (scan_xcoff_symtab): Replace current_gdbarch by
2462 objfile arch.
2463
bb1ec7d2
NR
24642008-03-27 Nick Roberts <nickrob@snap.net.nz>
2465
2466 * mi/mi-main.c (enum captured_mi_execute_command_actions):
2467 Spell suppress in EXECUTE_COMMAND_SUPPRESS_PROMPT correctly.
2468
5e2b427d
UW
24692008-03-26 Ulrich Weigand <uweigand@de.ibm.com>
2470
2471 * objfiles.h (struct objfile): New GDBARCH member.
2472 (get_objfile_arch): Add prototype.
2473 * objfiles.c: Include "arch-utils.h".
2474 (allocate_objfile): Look up gdbarch associated with bfd.
2475 (get_objfile_arch): New function.
2476 * Makefile (objfiles.o): Update dependencies.
2477
2478 * dwarf2-frame.c (decode_frame_entry_1): Replace current_gdbarch
2479 by objfile arch.
2480 * dwarf2loc.c (dwarf_expr_read_reg): Replace current_gdbarch
2481 by frame arch.
2482 (locexpr_describe_location): Replace current_gdbarch by
2483 objfile arch.
2484 * dwarf2read.c (die_type): Replace current_gdbarch by objfile arch.
2485 (dwarf2_add_field): Likewise.
2486 (read_tag_pointer_type): Likewise.
2487 (read_base_type): Likewise.
2488 (new_symbol): Likewise.
2489
2490 * coffread.c (decode_type): Add OBJFILE argument. Update callers.
2491 (decode_base_type, decode_function_type): Likewise.
2492 (coff_read_struct_type, coff_read_enum_type): Likewise.
2493 (coff_symtab_read): Replace current_gdbarch by objfile arch.
2494 (decode_base_type): Likewise.
2495 (coff_read_enum_type): Likewise.
2496 (coff_read_struct_type): Replace current_objfile by OBJFILE argument.
2497 (coff_read_enum_type): Likewise.
2498
2499 * dbxread.c (read_dbx_symtab): Replace current_gdbarch by objfile arch.
2500 (end_psymtab): Likewise.
2501 (process_one_symbol): Likewise.
2502
2503 * mdebugread.c (parse_symbol): Replace current_gdbarch by objfile arch.
2504 (parse_procedure): Likewise.
2505 (parse_partial_symbols): Likewise.
2506
2507 * somread.c (som_symtab_read): Replace current_gdbarch by objfile arch.
2508
2509 * stabsread.c (define_symbol): Replace current_gdbarch by objfile arch.
2510 Replace static pcc_promotion_type and pcc_unsigned_promotion_type by
2511 built-in types.
2512 (read_range_type): Replace current_gdbarch by objfile arch. Replace
2513 static range_index_type by built-in type.
2514 (read_one_struct_field): Replace current_gdbarch by objfile arch.
2515 (read_enum_type): Likewise.
2516
2517 * xcoffread.c (read_xcoff_symtab): Replace current_gdbarch by
2518 objfile arch.
2519
5a413362
VP
25202008-03-26 Vladimir Prus <vladimir@codesourcery.com>
2521
2522 * varobj.h (varobj_floating_p): Declare.
2523 * varobj.c (varobj_floating_p): New.
2524 * mi/mi-cmd-var.c (mi_cmd_var_update): When passed
2525 '@' as the name, update all floating varobjs.
2526
a5defcdc
VP
25272008-03-26 Vladimir Prus <vladimir@codesourcery.com>
2528
2529 * varobj.c (struct varobj_root): Rename use_selected_frame to
2530 floating, and clarify the meaning.
2531 (varobj_create, varobj_update, new_root_variable): Adjust.
2532 (value_of_root): Don't use type_changed as in variable,
2533 adjust comment.
2534 (c_value_of_root): Adjust.
5a413362 2535
403fe197
PA
25362008-03-25 Pedro Alves <pedro@codesourcery.com>
2537
2538 * linux-nat.c (linux_nat_attach): Add the pid we attached to, to
2539 gdb's thread list.
2540 (linux_nat_wait): Add main lwp to gdb's thread list.
2541 * linux-thread-db.c (find_new_threads_callback): Also attach to
2542 already listed threads which thread_db didn't know about yet.
2543
710151dd
PA
25442008-03-25 Pedro Alves <pedro@codesourcery.com>
2545
2546 * linux-nat.c (drain_queued_events): Fix comment typo.
2547 (linux_nat_attach): In async mode, don't rely on storing a pending
2548 status. Instead place the wait status on the pipe.
2549 (linux_nat_resume): Remove unreacheable shortcut code in async
2550 mode.
2551 (stop_wait_callback): In async mode, don't store pending status.
2552 Instead, cancel breakpoints or resend the signal appropriatelly.
2553 (cancel_breakpoint): New, refactored from
2554 cancel_breakpoints_callback.
2555 (cancel_breakpoints_callback): Call cancel_breakpoint.
2556 (pipe_to_local_event_queue): Remove special token processing.
2557 (linux_nat_wait): Issue an internal error if a pending status is
2558 found in async mode.
2559
807bddf3
DJ
25602008-03-24 Daniel Jacobowitz <dan@codesourcery.com>
2561
2562 * inflow.c (gdb_has_a_terminal): Guard access to our_process_group.
2563
c5b48eac
VP
25642008-03-24 Nick Roberts <nickrob@snap.net.nz>
2565 Vladimir Prus <vladimir@codesourcery.com>
2566
2567 * varobj.c (struct varobj_root): New component thread_id.
2568 (varobj_get_thread_id, check_scope): New functions.
2569 (c_value_of_root): Use check_scope. Switch to the
2570 proper thread if necessary.
2571
2572 * varobj.h (varobj_get_thread_id): New extern.
2573
2574 * mi/mi-cmd-var.c (print_varobj): Add thread-id field.
2575
12f4afab
DJ
25762008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
2577
2578 PR gdb/544
2579 * top.c: Revert 2008-03-21 changes.
2580
6208b47d
VP
25812008-03-23 Vladimir Prus <vladimir@codesourcery.com>
2582
2583 * thread.c (make_cleanup_restore_current_thread): Make it
2584 globally visible.
2585 * gdbthread.h (make_cleanup_restore_current_thread): Declare.
2586 * varobj.c (varobj_update): Don't save/restore frame.
2587 (c_value_of_root): Save/restore thread and frame here,
2588 using make_cleanup_restore_current_thread.
2589 * Makefile.in: Update dependecies.
2590
44a67aa7
VP
25912008-03-23 Vladimir Prus <vladimir@codesourcery.com>
2592
2593 * varobj.c (struct varobj_root): Clarify
2594 comment on the frame field.
2595 (varobj_create): Don't set frame if we have no
2596 block.
2597
b562a0cb
DJ
25982008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2599
2600 PR gdb/544
2601 Suggested by Jan Kratochvil:
2602 * top.c (gdb_rl_operate_and_get_next_completion): Call
2603 rl_redisplay_function.
2604 (gdb_rl_redisplay): New.
2605 (init_main): Set rl_redisplay_function.
2606
ed1bd5f5
JB
26072008-03-21 Thomas Mittelstaedt <T.Mittelstaedt@cadenas.de> (tiny change)
2608
2609 * aix-thread.c (pdc_read_regs): Fix compiler warning.
2610 (pdc_write_regs, aix_thread_resume, fetch_regs_kernel_thread)
2611 (store_regs_kernel_thread): Likewise.
2612
b84876c2
PA
26132008-03-21 Pedro Alves <pedro@codesourcery.com>
2614
2615 Linux native async support.
2616
2617 * target.h (struct target_ops): Delete to_async_mask_value and add
2618 to_async_mask.
2619 (target_is_async_p, target_async): Formatting.
2620 (target_async_mask_value): Delete.
2621 (target_async_mask): Delete function declaration, and add new
2622 target macro with the same name.
2623
2624 * target.c (update_current_target): Replace to_async_mask_value by
2625 to_async_mask. Default to_async_mask to return_one.
2626 (target_async_mask): Delete.
2627 (find_default_can_async_p, find_default_is_async_p): New.
2628 (init_dummy_target): register find_default_can_async_p and
2629 find_default_is_async_p on the dummy target.
2630
2631 * linux-nat.c: Include inf-loop.h, event-loop.h and event-top.h.
2632 (debug_linux_nat_async): New global.
2633 (show_debug_linux_nat_async): New function.
2634 (linux_nat_async_enabled, linux_nat_async_mask_value)
2635 (linux_nat_event_pipe, linux_nat_num_queued_events)
2636 (linux_nat_async_events_enabled): New globals.
2637 (struct waitpid_result): New struct.
2638 (waitpid_queue): New global.
2639 (queued_waitpid, push_waitpid, drain_queued_events): New.
2640 (my_waitpid): Call queued_waitpid.
2641 (linux_child_follow_fork): Disable async events during the call.
2642 (blocked_mask): Delete.
2643 (sync_sigchld_action, async_sigchld_action): New globals.
2644 (lin_lwp_attach_lwp): In sync mode, don't reblock SIGCHLD. In
2645 async mode, block events during the call.
2646 (linux_nat_create_inferior): New.
2647 (linux_nat_attach): In sync mode, restore the mask states. In
2648 async mode, wake the event loop immediatelly.
2649 (detach_callback): Drain all queued events of the lwp we're
2650 detaching from.
2651 (linux_nat_detach): Block async mode, and drain events of the main
2652 process.
2653 (linux_nat_resume): If in async mode, mask async events during the
2654 call. If short circuiting, force event loop to wake up. If
2655 resuming, set target_executing, and register target events in the
2656 event loop.
2657 (pipe_to_local_event_queue, local_event_queue_to_pipe): New.
2658 (linux_nat_wait): In async mode, block events during the call.
2659 Only enable/disable passing SIGINT to the inferior in sync mode.
2660 Get events from local waitpid queue. If no interesting events was
2661 found, return to events loop. Reregister target events in the
2662 event loop on exit. In sync mode, no need to reblock SIGCHLD.
2663 (linux_nat_kill): Disable events on entry.
2664 (linux_nat_mourn_inferior): In sync mode, don't restore the masks
2665 here. Detach async mode from the event loop if there are no more
2666 forks available, otherwise leave it on.
2667 (sigchld_handler): Assure this is called only in sync mode.
2668 (linux_async_permitted, linux_async_permitted_1): New globals.
2669 (set_maintenance_linux_async_permitted)
2670 (show_maintenance_linux_async_permitted): New functions.
2671 (linux_nat_is_async_p, linux_nat_can_async_p)
2672 (linux_nat_async_mask): New.
2673 (linux_nat_event_pipe_pop, linux_nat_event_pipe_push): New.
2674 (get_pending_events, async_sigchld_handler): New.
2675 (linux_nat_async_events): New.
2676 (async_terminal_is_ours): New global.
2677 (linux_nat_terminal_inferior, linux_nat_terminal_ours): New.
2678 (async_client_callback, async_client_context): New.
2679 (linux_nat_async_file_handler, linux_nat_async)
2680 (linux_nat_disable_async, linux_nat_enable_async): New.
2681 (linux_nat_add_target): Register linux_nat_create_inferior,
2682 linux_nat_can_async_p, linux_nat_is_async_p, linux_nat_async,
2683 linux_nat_async_mask, linux_nat_terminal_inferior and
2684 linux_nat_terminal_ours.
2685 (_initialize_linux_nat): Remove local action variable, and update
2686 code that used it to use sync_sigchld_action. Add new
2687 "lin-lwp-async" debug set/show command. Put the "lin-lwp" debug
2688 set/show command in the maintenance class. Add new "linux-async"
2689 maintenance set/show command. Block SIGCHLD by default. Setup
2690 async_sichld_action, and sync_sigchld_action. Install the default
2691 async mode.
2692 (lin_thread_get_thread_signals): Use a local sigset_t for blocking
2693 the cancel signals.
2694
2695 * linux-thread-db.c (re_check_for_thread_db): New.
2696 (clear_lwpid_callback): Handle TARGET_WAITKIND_IGNORE.
2697 (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
2698 (thread_db_async_mask): New.
2699 (init_thread_db_ops): Register thread_db_can_async_p,
2700 thread_db_is_async_p, thread_db_async and thread_db_async_mask.
2701
2702 * remote.c (remote_async_mask_value): New.
2703 (remote_return_zero): New.
2704 (init_remote_ops): Register remote_return_zero as callbacks of
2705 to_can_async_p and to_is_async_p.
2706 (remote_can_async_p, remote_is_async_p, remote_async): Update to
2707 use remote_async_mask_value.
2708 (remote_async_mask): New.
2709 (init_remote_async_ops): Remove to_async_mask_value setting and
2710 register remote_async_mask as to_async_mask callback in
2711 remote_async_ops.
2712
2713 * Makefile.in (linux-nat.o): Update.
2714
17faa917
DJ
27152008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2716
2717 * gdbthread.h (add_thread_with_info): New.
2718 * linux-thread-db.c: Add some documentation.
2719 (GET_LWP, GET_PID, GET_THREAD, is_lwp, is_thread, BUILD_LWP): Delete.
2720 (struct private_thread_info): Remove th_valid and ti_valid.
2721 Replace ti with tid.
2722 (thread_get_info_callback): Do not add TID to the new ptid. Do
2723 not cache th or ti.
2724 (thread_db_map_id2thr, lwp_from_thread): Delete functions.
2725 (thread_from_lwp): Assert that the LWP is set. Do not add TID to the
2726 new PTID.
2727 (attach_thread): Handle an already-existing thread. Use
2728 add_thread_with_info. Cache the th and tid.
2729 (detach_thread): Verify that private was set. Remove verbose
2730 argument and printing. Update caller.
2731 (thread_db_detach): Do not adjust inferior_ptid.
2732 (clear_lwpid_callback, thread_db_resume, thread_db_kill): Delete.
2733 (check_event, find_new_threads_callback): Do not add TID to the new PTID.
2734 (thread_db_wait): Do not use lwp_from_thread.
2735 (thread_db_pid_to_str): Use the cached TID.
2736 (thread_db_extra_thread_info): Check that private is set.
2737 (same_ptid_callback): Delete.
2738 (thread_db_get_thread_local_address): Do not use it or check
2739 is_thread. Check that private is set. Assume that the thread
2740 handle is already cached.
2741 (init_thread_db_ops): Remove to_resume and to_kill.
2742 * thread.c (add_thread_with_info): New.
2743 (add_thread): Use it.
2744 * linux-nat.c (find_thread_from_lwp): Delete.
2745 (exit_lwp): Do not use it. Check print_thread_events. Print before
2746 deleting the thread.
2747 (GET_PID, GET_LWP, BUILD_LWP, is_lwp): Move to...
2748 * linux-nat.h (GET_PID, GET_LWP, BUILD_LWP, is_lwp): ...here.
2749 * inf-ttrace.c (inf_ttrace_wait): Use print_thread_events and
2750 printf_unfiltered for thread exits.
2751 * procfs.c (procfs_wait): Likewise.
2752
6214f497
DJ
27532008-03-21 Chris Demetriou <cgd@google.com>
2754
2755 * symtab.c (rbreak_command): Quote symbol name before passing
2756 it to break_command.
2757
63092375
DJ
27582008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2759
2760 * eval.c (evaluate_subexp_for_address): Clarify error message.
2761 Use value_must_coerce_to_target.
2762 * infcall.c (value_arg_coerce): Call value_coerce_to_target.
2763 * valops.c (value_assign): Call value_coerce_to_target when
2764 assigning to anything but internalvars. Leave GDB-side arrays
2765 as arrays when assigning to internalvars.
2766 (value_must_coerce_to_target, value_coerce_to_target): New.
2767 (value_coerce_array, value_addr): Call value_coerce_to_target.
2768 (value_array): Create the array in GDB's memory instead of
2769 the inferior's.
2770 * value.h (value_must_coerce_to_target, value_coerce_to_target):
2771 Declare.
2772
b21991b0
DJ
27732008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2774
2775 * top.c (quit_confirm): Warn that we will kill the program.
2776
49a834f9
PA
27772008-03-19 Pedro Alves <pedro@codesourcery.com>
2778
2779 * inflow.c (terminal_ours_1): Guard access to
2780 inferior_process_group with #ifdef PROCESS_GROUP_TYPE.
2781
ae0d2f24
UW
27822008-03-18 Ulrich Weigand <uweigand@de.ibm.com>
2783 Jim Blandy <jimb@codesourcery.com>
2784 Daniel Jacobowitz <drow@false.org>
2785
2786 * dwarf2expr.h (struct dwarf_expr_context): Add ADDR_SIZE member.
2787 (dwarf2_read_address): Update prototype.
2788
2789 * dwarf2expr.c (unsigned_address_type): Add ADDR_SIZE parameter.
2790 (signed_address_type): Likewise.
2791 (dwarf2_read_address): Replace BYTES_READ parameter with ADDR_SIZE.
2792 (execute_stack_op): Update calls to unsigned_address_type,
2793 signed_address_type and dwarf2_read_address. Fix implementation
2794 of DW_OP_deref_size.
2795
2796 * dwarf2loc.h (dwarf2_per_cu_objfile): Add prototype.
2797 (dwarf2_per_cu_addr_size): Likewise.
2798 (struct dwarf2_locexpr_baton): Replace OBJFILE with PER_CU.
2799 (struct dwarf2_loclist_baton): Likewise.
2800
2801 * dwarf2loc.c (find_location_expression): Update calls to
2802 dwarf2_read_address. Use dwarf2_per_cu_objfile and
2803 dwarf2_per_cu_addr_size to retrieve PER_CU parameters.
2804 (locexpr_describe_location): Likewise.
2805 (dwarf2_evaluate_loc_desc): Replace OBJFILE with PER_CU parameter.
2806 Set ctx->addr_size to dwarf2_per_cu_addr_size (per_cu).
2807 (dwarf2_loc_desc_needs_frame): Add PER_CU parameter. Set ctx->addr_size
2808 to dwarf2_per_cu_addr_size (per_cu).
2809 (locexpr_read_variable): Update dwarf2_evaluate_loc_desc call.
2810 (loclist_read_variable): Likewise.
2811 (locexpr_read_needs_frame): Update dwarf2_loc_desc_needs_frame call.
2812
2813 * dwarf2read.c (dwarf2_symbol_mark_computed): Set baton->per_cu
2814 instead of baton->objfile.
2815 (dwarf2_per_cu_obfile): New function.
2816 (dwarf2_per_cu_addr_size): Likewise.
2817
2818 * dwarf2-frame.c (struct comp_unit): Move higher.
2819 (struct dwarf2_cie): Add UNIT and ADDR_SIZE members.
2820 (execute_stack_op): Add ADDR_SIZE parameter; set ctx->addr_size.
2821 (execute_cfa_program): Add FDE parameter. Replace EH_FRAME_P
2822 parameter by using fde->eh_frame_p. Use read_encoded_value
2823 to implement DW_CFA_set_loc.
2824 (struct dwarf2_frame_cache): Add ADDR_SIZE member.
2825 (dwarf2_frame_cache): Set cache->addr_size. Update calls to
2826 execute_stack_op and execute_cfa_program.
2827 (dwarf2_frame_prev_register): Update calls to execute_stack_op.
2828 (size_of_encoded_value): Remove.
2829 (read_encoded_value): Add PTR_LEN and FUNC_BASE parameters.
2830 Remove call to size_of_encoded_value. Implement DW_EH_PE_funcrel.
2831 (add_cie): Set cie->unit backlink.
2832 (decode_frame_entry_1): Set cie->addr_size. Update calls to
2833 read_encoded_value.
2834 (dwarf2_build_frame_info): Allocate UNIT on objfile obstack.
2835
1c8201d1
MD
28362008-03-17 Markus Deuling <deuling@de.ibm.com>
2837
2838 * i386-tdep.c (i386_print_insn): Remove unnecessary call to
2839 gdbarch_bfd_arch_info.
2840
46bba1ef
JB
28412008-03-17 Joel Brobecker <brobecker@adacore.com>
2842
2843 * aix-thread.c (pdc_read_regs): Minor reformatting.
2844
0bcd3e20
VP
28452008-03-17 Vladimir Prus <vladimir@codesourcery.com>
2846
2847 * thread.c (print_thread_info): Don't insist
2848 on having current thread if there are no
2849 threads at all.
2850
9356cf8d
PA
28512008-03-17 Pedro Alves <pedro@codesourcery.com>
2852
2853 * infcmd.c (attach_command_post_wait)
2854 (attach_command_continuation): New.
2855 (attach_command): Support background async execution, and async
2856 execution in synchronous mode.
2857
5c3ce3f7
DJ
28582008-03-17 Daniel Jacobowitz <dan@codesourcery.com>
2859
2860 * stack.c (print_stack_frame, print_frame): Use RETURN_MASK_ERROR.
2861 * symmisc.c (dump_symtab_1): Likewise.
2862 * wrapper.c (gdb_value_struct_elt): Likewise.
2863
fa2c6a57
PA
28642008-03-17 Pedro Alves <pedro@codesourcery.com>
2865
2866 * linux-nat.c (linux_nat_filter_event): Fix comment typo.
2867
02f3fc28
PA
28682008-03-17 Pedro Alves <pedro@codesourcery.com>
2869
2870 * linux-nat.c (linux_nat_filter_event): New, refactored from
2871 linux_nat_wait.
2872 (linux_nat_wait): Call linux_nat_filter_event.
2873
2f77b315
UW
28742008-03-17 Ulrich Weigand <uweigand@de.ibm.com>
2875
2876 * top.c (execute_command): Fix uninitialized variable error.
2877
f01be29b
NH
28782008-03-16 Nick Hudson <nick.hudson@dsl.pipex.com>
2879
2880 * Makefile.in (amd64nbsd-nat.o): New dependency.
2881 * amd64nbsd-nat.c: Include "nbsd-nat.h".
2882 (_initialize_amd64nbsd_nat): Update target vector to use
2883 nbsd_pid_to_exec_file.
2884 * config/i386/nbsd64.mh (NATDEPFILES): Add nbsd-nat.o.
2885
6cf32704
VP
28862008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2887
2888 Remove ignoring leading exec events code.
2889 * fork-child.c (startup_inferior): Do not set
2890 inferior_ignoring_leading_exec_events.
2891 * inf-child.c (inf_child_reported_exec_events_per_exec_call): Remove.
2892 (inf_child_target): Do not set to_reported_exec_events_per_exec_call.
2893 * infrun.c (inferior_ignoring_leading_exec_events): Remove.
2894 (handle_inferior_event): Remove code for ignoring leading exec
2895 events.
2896 * target.c (update_current_target): Do not inherit, or default,
2897 to_reported_exec_events_per_exec_call.
2898 (debug_to_reported_exec_events_per_exec_call): Remove.
2899 (setup_target_debug): Do not set to_reported_exec_events_per_exec_call.
2900 * target.h (target_reported_exec_events_per_exec_call): Remove.
2901 (struct target): Remove the to_reported_exec_events_per_exec_call
2902 field.
2903
8e8901c5
VP
29042008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2905
2906 Implement -thread-info.
2907 * gdbthread.h (print_thread_info): Declare.
2908
2909 * thread.c (print_thread_info): New, extracted
2910 from info_threads_command and adjusted to
2911 work for CLI and MI.
2912 (info_threads_command): Use print_thread_info.
2913 * Makefile.in: Update dependencies.
2914
2915 * mi/mi-cmds.c (mi_cmds): Specify a handler
2916 for -thread-info.
2917 * mi/mi-cmds.h (mi_cmd_thread_info): Declare.
2918 * mi/mi-main.c (mi_cmd_thread_info): New.
2919 (mi_cmd_list_features): Include 'thread-info'.
2920
7d1e6fb8
KB
29212008-03-14 Kevin Buettner <kevinb@redhat.com>
2922
2923 * mips-tdep.c (mips32_scan_prologue): Use the ABI register size
2924 to decide whether to match instruction patterns using "sw" and "sd".
2925
89113898
PA
29262008-03-14 Pedro Alves <pedro@codesourcery.com>
2927
2928 * infcmd.c (jump_command): Postpone disabling stdin until after
2929 the possible query.
2930
64a0ac84
PA
29312008-03-14 Pedro Alves <pedro@codesourcery.com>
2932
2933 * inflow.c (gdb_getpgrp): New.
2934 (gdb_has_a_terminal): Use get_getpgrp.
2935 (terminal_ours_1): If attach_flag is set, don't refetch
2936 inferior_process_group.
2937
1fddbabb
PA
29382008-03-14 Pedro Alves <pedro@codesourcery.com>
2939
2940 * features/library-list.dtd: Allow "section" elements as children
2941 of "library". Add "section" element and describe its attributes.
2942
2943 * solib-target.c (struct lm_info): Add section_bases member.
2944 (library_list_start_segment): Error out if seen a section element.
2945 (library_list_start_section): New.
2946 (library_list_end_library): New.
2947 (solib_target_free_library_list): Free section_bases.
2948 (section_attributes): New.
2949 (library_children): Make "segment" optional. Add "section" child.
2950 (library_list_children): Register library_list_end_library.
2951 (solib_target_relocate_section_addresses): Handle section bases.
2952
2953 * NEWS: Mention new qXfer:libraries:read section offsets support.
2954
712af3be
VP
29552008-03-14 Vladimir Prus <vladimir@codesourcery.com>
2956
2957 * defs.h (do_exec_error_cleanups, discard_exec_error_cleanups)
2958 (make_exec_error_cleanup): Remove declarations.
2959 * utils.c (exec_error_cleanup_chain): Remove.
2960 (do_exec_error_cleanups, discard_exec_error_cleanups)
2961 (make_exec_error_cleanup): Remove.
2962 * event-loop.c (start_event_loop): Adjust call to
2963 async_enable_stdin.
2964 * event-top.c (async_enable_stdin): Remove the paramater dummy.
2965 (async_disable_stdin): Don't register async_enable_stdin via
2966 cleanup.
2967 * inf-loop.c (inferior_event_handler): Don't
2968 call do_exec_error_cleanups. Call async_enable_stdin instead.
2969 * event-loop.c (start_event_loop): Adjust call to
2970 async_enable_stdin.
2971 * tui/tui-interp.c (tui_command_loop): Adjust call to
2972 async_enable_stdin.
2973
32c1e744
VP
29742008-03-14 Vladimir Prus <vladimir@codesourcery.com>
2975
2976 Async mode fixes.
2977 * Makefile.in (infcmd.o, inf-loop.o): Update dependencies.
2978 * breakpoint.c (bpstat_do_actions): In async mode,
2979 don't jump to top expecting stop_bpstat to be already
2980 updated.
2981 * event-loop.c (start_event_loop): Call async_enable_stdin
2982 on exception.
2983 * event-top.c (async_enable_stdin): Do nothing if sync_execution
2984 is not set.
2985 (command_handler): Do not setup continuation here.
2986 (command_line_handler_continuation): Move to...
2987 * top.c (command_line_handler_continuation): ... here.
2988 (execute_command): In async mode, register continuation.
2989 Don't check frame's language in running in async mode.
2990 * exceptions.c (throw_exception): Don't do exec_error_cleanups.
2991 * inf-loop.c (complete_execution): Inline into...
2992 (inferior_event_handler): ... here. Clear target_executing before
2993 doing any cleanups. Don't try to show prompt if the target was
2994 resumed.
2995 * infcmd.c (signal_command): Add support for async mode.
2996 (finish_command): Only add continuation if the target was
2997 successfully resumed.
2998 * remote.c (init_async_opts): Register to_get_thread_local_address
2999 handler.
3000 * mi/mi-interp.c (mi_cmd_interpreter_exec): Don't mess
3001 with sync_execution.
3002 * tui/tui-interp.c (tui_command_loop): Call async_enable_stdin
3003 on exception.
3004
c04ea773
DJ
30052008-03-14 Daniel Jacobowitz <dan@codesourcery.com>
3006
3007 * corefile.c (reopen_exec_file): Use exec_bfd_mtime.
3008 * exec.c (exec_bfd_mtime): Define.
3009 (exec_close): Clear it.
3010 (exec_file_attach): Set it.
3011 * gdbcore.h (exec_bfd_mtime): Declare.
3012 * source.c (find_source_lines): Do not use bfd_get_mtime.
3013
952dc227
VP
30142008-03-14 Vladimir Prus <vladimir@codesourcery.com>
3015
3016 * top.c (simplified_command_loop): Remove.
3017
4cf46804
VP
30182008-03-14 Vladimir Prus <vladimir@codesourcery.com>
3019
3020 Remove unused remote.c hooks.
3021 * remote.c (deprecated_target_resume_hook)
3022 (deprecated_target_wait_loop_hook): Remove.
3023 (remote_resume): Do not call deprecated_target_resume_hook.
3024 (remote_wait): Do not call deprecated_target_wait_loop_hook.
3025 (remote_async_wait): Likewise.
3026
683f2885
VP
30272008-03-14 Vladimir Prus <vladimir@codesourcery.com>
3028
3029 Implement MI notification for new threads.
3030 * doc/observer.texi (new_thread): Document.
3031 * observer.sh: Forward declare struct thread_info.
3032 * thread.c (add_thread): Notify observer.
3033
3034 * interps.h (interp_init_ftype): New parameter
3035 top_level.
3036 (interp_set): Likewise.
3037 (top_level_interpreter_data): Declare.
3038 * interps.c (interp_set): New parameter top_level.
3039 Pass it to interpreter's init function. Remember
3040 top level interpreter.
3041 (interpreter_exec_cmd): Adjust.
3042 (top_level_interpreter_data): New.
3043 * main.c (captured_main): Pass 1 for top_level
3044 parameter of interp_set.
3045 * cli/cli-interp.c (cli_interpreter_init): New
3046 parameter top_level.
3047 * tui/tui-interp.c (tui_init): New parameter top_level.
3048
3049 * mi/mi-interp.c (mi_new_thread): New.
3050 (mi_interpreter_init): If top level, register
3051 observer for new threads.
3052
3053 * Makefile.in (mi-interp.o, thread.o): Update dependencies.
3054
ff9b3928
PA
30552008-03-14 Pedro Alves <pedro@codesourcery.com>
3056
3057 * top.c (execute_command): Disable break and stop
3058 commands in async mode.
3059
b18392ef
PA
30602008-03-14 Pedro Alves <pedro@codesourcery.com>
3061
3062 revert:
3063 2008-03-14 Pedro Alves <pedro@codesourcery.com>
3064 * inf-loop.c (inferior_event_handler): Don't include remote.h.
3065 Call target_stop in the INF_QUIT_REQ case.
3066 * Makefile.in (inf-loop.o): Update.
3067
0aca9f07
PA
30682008-03-14 Pedro Alves <pedro@codesourcery.com>
3069
3070 * inf-loop.c (inferior_event_handler): Don't include remote.h.
3071 Call target_stop in the INF_QUIT_REQ case.
3072 * Makefile.in (inf-loop.o): Update.
3073
0b4e556c
PA
30742008-03-14 Pedro Alves <pedro@codesourcery.com>
3075
3076 * top.c (execute_command): Enable break, info and interrupt
3077 commands in async mode.
3078
8defab1a
DJ
30792008-03-13 Vladimir Prus <vladimir@codesourcery.com>
3080 Daniel Jacobowitz <dan@codesourcery.com>
3081
3082 * breakpoint.h (breakpoint_restore_shadows): New
3083 declaration.
3084 * breakpoint.c (breakpoint_restore_shadows): New.
3085 (read_memory_nobpt): Delete.
3086 * gdbcore.h (read_memory_nobpt): Delete declaration.
3087 * target.c (memory_xfer_partial): Call
3088 breakpoint_restore_shadows.
3089 (restore_show_memory_breakpoints)
3090 (make_show_memory_beakpoints_cleanup): New.
3091 (show_memory_breakpoints): New.
3092 * target.h (make_show_memory_beakpoints_cleanup): Declare.
3093 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint):
3094 Make sure we see memory breakpoints when checking if
3095 breakpoint is still there.
3096 * alpha-tdep.c, alphanbsd-tdep.c, frame.c, frv-tdep.c,
3097 hppa-linux-tdep.c, hppa-tdep.c, i386-linux-nat.c, i386-tdep.c,
3098 m68klinux-tdep.c, mips-tdep.c, mn10300-tdep.c, s390-tdep.c,
3099 sparc-tdep.c: Use target_read_memory instead of read_memory_nobpt.
3100
fd532e2e
PA
31012008-03-12 Pedro Alves <pedro@codesourcery.com>
3102
3103 * thread.c (add_thread): Use printf_unfiltered to print.
3104
f749779f 31052008-03-12 Joel Brobecker <brobecker@gnat.com>
965b60ee
JB
3106
3107 * sol-thread.c: Replace use of TM_I386SOL2_H by an expression
3108 that is true only on x86-solaris and x86_64-solaris.
3109 * procfs.c: Likewise. Move procfs_find_LDT_entry up together
3110 with proc_get_LDT_entry.
3111
31122008-03-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
83116857
TJB
3113
3114 * configure.ac (AC_CHECK_FUNCS): Add check for setsid.
3115 * config.in, configure: Regenerate.
3116 * fork-child.c (fork_inferior): Call create_tty_session.
3117 * inflow.c (new_tty): Set controlling terminal with TIOCSCTTY.
3118 (create_tty_session): New function.
3119 * terminal.h: Declare create_tty_session.
3120
4fbb74a6
AM
31212008-03-12 Alan Modra <amodra@bigpond.net.au>
3122
3123 PR 5900
3124 * elfread.c (elf_symtab_read): Make shndx an unsigned int.
3125 * mipsread.c: Include elf/internal.h.
3126 (read_alphacoff_dynamic_symtab): Map external reserved sym_shndx
3127 to internal range.
3128
20a6ec49
MD
31292008-03-11 Markus Deuling <deuling@de.ibm.com>
3130
3131 * win32-nat.c (do_win32_fetch_inferior_registers): Use get_regcache_arch
3132 to get at the current architecture and at the target specific vector.
3133 Add target specific vector to I387_FISEG_REGNUM and I387_FOP_REGNUM and
3134 remove define of I387_ST0_REGNUM.
3135
3136 * amd64-tdep.c (I387_ST0_REGNUM): Remove define.
3137
3138 (amd64_supply_fxsave, amd64_collect_fxsave): Use get_regcache_arch to
3139 get at the current architecture
3140 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Add target specific vector as
3141 parameter.
3142
3143 * i386-tdep.c: Remove various define's and undef's of I387_ST0_REGNUM,
3144 I387_NUM_XMM_REGS and I387_MM0_REGNUM.
3145
3146 (I387_NUM_XMM_REGS, I387_XMM0_REGNUM, I387_MXCSR_REGNUM,
3147 I387_ST0_REGNUM, I387_FCTRL_REGNUM, I387_MM0_REGNUM,
3148 (I387_FSTAT_REGNUM): Add target specific vector as parameter.
3149
3150 (i386_register_name, i386_dbx_reg_to_regnum): Use gdbarch_tdep to get
3151 at the target specific vector.
3152
3153 (i386_get_longjmp_target): Use get_frame_arch to get at the current
3154 architecture. Use gdbarch_tdep to get at the target specific vector.
3155
3156 (i386_fp_regnum_p, i386_fpc_regnum_p): Add gdbarch as parameter and
3157 update caller. Use gdbarch_tdep to get at the target specific vector.
3158
3159 (i386_register_to_value: Use get_frame_arch to get at the current
3160 architecture.
3161
3162 * i386-tdep.h (i386_fp_regnum_p, i386_fpc_regnum_p): Add gdbarch as
3163 parameter.
3164
3165 * i387-tdep.c (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM, I387_FTAG_REGNUM,
3166 I387_FISEG_REGNUM, I387_FIOFF_REGNUM, I387_FOSEG_REGNUM
3167 I387_FOOFF_REGNUM, I387_FOP_REGNUM, I387_ST0_REGNUM, FSAVE_ADDR,
3168 FXSAVE_ADDR, I387_XMM0_REGNUM): Add target specific vector as parameter.
3169
3170 (I387_ST0_REGNUM, I387_NUM_XMM_REGS): Remove various define's and
3171 undef's.
3172
3173 (i387_convert_register_p, i387_register_to_value,
3174 i387_value_to_register): Update call for i386_fp_regnum_p.
3175
3176 * i387-tdep.h: Remove comment.
3177 (I387_ST0_REGNUM, I387_NUM_XMM_REGS, I387_MM0_REGNUM): Add define.
3178 (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM, I387_FTAG_REGNUM,
3179 I387_FISEG_REGNUM, I387_FIOFF_REGNUM, I387_FOSEG_REGNUM,
3180 I387_FOOFF_REGNUM, I387_FOP_REGNUM, I387_XMM0_REGNUM,
3181 I387_MXCSR_REGNUM): Add target specific vector as parameter.
3182
ccd213ac
DJ
31832008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
3184
3185 * Makefile.in (fork-child.o): Update.
3186 * NEWS: Document "set exec-wrapper" and the gdbserver --wrapper
3187 argument. Gather all gdbserver features together.
3188 * fork-child.c (exec_wrapper): New variable.
3189 (fork_inferior): Use it.
3190 (startup_inferior): Skip an extra trap if using "set exec-wrapper".
3191 (unset_exec_wrapper_command, _initialize_fork_child): New.
3192
31932008-03-10 Hidetaka Takano <hidetaka.takano@glb.toshiba.co.jp>
80618b99
MS
3194
3195 * source.c (directory_command): Modify the determination of
3196 condition of terminal "from_tty".
3197
22566fbd
DJ
31982008-03-10 Matt Rice <ratmice@gmail.com>
3199
3200 * dwarf2read.c (set_cu_language): Add DW_LANG_ObjC.
3201
9971ac47
UW
32022008-03-10 Hidetaka Takano <hidetaka.takano@glb.toshiba.co.jp>
3203
3204 * spu-tdep.c (info_spu_event_command): Insert a '\0' to the end
3205 of the data passing to strtoulst function.
3206 (info_spu_signal_command): Likewise.
3207
835670cf
VP
32082008-03-08 Vladimir Prus <vladimir@codesourcery.com>
3209
3210 * mi/mi-interp.c (mi_command_loop): Remove
3211 commented-out code.
3212
be86555c
JB
32132008-03-07 Joel Brobecker <brobecker@adacore.com>
3214
3215 * remote.c (extended_remote_attach_1): Make local variable pid an int
3216 instead of a pid_t.
3217
4d7b2d5b
JB
32182008-03-07 Joel Brobecker <brobecker@adacore.com>
3219
3220 * solib-svr4.c (svr4_same_1): New function, originally extracted
3221 from svr4_same and expanded to handle the sparc64 case.
3222 (svr4_same): Move up and reimplement using svr4_same_1.
3223 (enable_break): Use svr4_same_1 to do shared library name comparisons.
3224
61fed90e
RR
32252008-03-07 Ramana Radhakrishnan <ramana.r@gmail.com>
3226
3227 * MAINTAINERS: Move self to Paper trail.
3228
b803fb0f
DJ
32292008-03-05 Daniel Jacobowitz <dan@codesourcery.com>
3230
3231 * Makefile.in (mingw-hdep.o, posix-hdep.o, remote-fileio.o): Update.
3232 * event-loop.c (call_async_signal_handler): New.
3233 * event-loop.h (call_async_signal_handler)
3234 (gdb_call_async_signal_handler): Declare.
3235 (mark_async_signal_handler): Add comments.
3236 * event-top.c (handle_sigint): Use gdb_call_async_signal_handler.
3237 * mingw-hdep.c (sigint_event, sigint_handler): New.
3238 (gdb_select): Use them. Wait for the readline signal handler
3239 to finish.
3240 (gdb_call_async_signal_handler, _initialize_mingw_hdep): New functions.
3241 * posix-hdep.c (gdb_call_async_signal_handler): New function.
3242 * remote-fileio.c (sigint_fileio_token, async_remote_fileio_interrupt):
3243 New.
3244 (remote_fileio_ctrl_c_signal_handler): Use
3245 gdb_call_async_signal_handler.
3246 (initialize_remote_fileio): Initialize sigint_fileio_token.
3247 * remote.c (initialize_sigint_signal_handler, handle_remote_sigint): Do
3248 not initialize tokens here.
3249 (handle_remote_sigint_twice): Likewise. Reinstall
3250 handle_remote_sigint.
3251 (async_remote_interrupt_twice): Just call interrupt_query.
3252 (cleanup_sigint_signal_handler): Do not delete tokens.
3253 (remote_interrupt, remote_interrupt_twice): Use
3254 gdb_call_async_signal_handler.
3255 (interrupt_query): Reinstall the default signal handler.
3256 (_initialize_remote): Initialize tokens here.
3257
8f4d54ed
JB
32582008-03-04 Joel Brobecker <brobecker@adacore.com>
3259
3260 * features/rs6000/power-core.xml, features/rs6000/power64-core.xml,
3261 features/rs6000/powerpc-601.xml, features/rs6000/rs6000.xml:
3262 Change the type of the lr register to code_ptr.
3263 * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
3264 features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
3265 features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
3266 features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
3267 features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
3268 features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
3269 features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c: Regenerate.
3270
95ece428
JW
32712008-03-03 James E. Wilson <wilson@tuliptree.org>
3272
3273 * MAINTAINERS: Update my email address.
3274
686a5eed
KS
32752008-03-03 Keith Seitz <keiths@redhat.com>
3276
3277 From Dave Murphy <davem@devkitpro.org>:
3278 * configure.ac: Set tcl configdir to win under mingw.
3279 * configure: Regenerate.
3280
fa4727a6
DJ
32812008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3282
3283 * breakpoint.c (fetch_watchpoint_value): New function.
3284 (update_watchpoint): Set and clear val_valid. Use
3285 fetch_watchpoint_value. Handle unreadable values on the
3286 value chain. Correct check for user-requested array watchpoints.
3287 (breakpoint_init_inferior): Clear val_valid.
3288 (watchpoint_value_print): New function.
3289 (print_it_typical): Use it. Do not free or clear old_val. Print
3290 watchpoints even if old_val == NULL.
3291 (watchpoint_check): Use fetch_watchpoint_value. Check for values
3292 becoming readable or unreadable.
3293 (watch_command_1): Use fetch_watchpoint_value. Set val_valid.
3294 (do_enable_watchpoint): Likewise.
3295 * breakpoint.h (struct breakpoint): Update comment for val. Add
3296 val_valid.
3297 * NEWS: Mention watchpoints on inaccessible memory.
3298
c03374d5
DJ
32992007-02-29 Daniel Jacobowitz <dan@codesourcery.com>
3300
3301 * Makefile.in (i386-nat.o): Update.
3302 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Call
3303 i386_use_watchpoints.
3304 * i386-linux-nat.c (_initialize_i386_linux_nat): Call
3305 i386_use_watchpoints.
3306 * i386-nat.c (i386_stopped_data_address): Take two arguments.
3307 (i386_stopped_by_watchpoint): Update call.
3308 (i386_can_use_hw_breakpoint, i386_use_watchpoints): New.
3309 * config/i386/nm-i386.h: Conditionalize definitions on
3310 ! I386_WATCHPOINTS_IN_TARGET_VECTOR.
3311 (i386_use_watchpoints): Declare.
3312 (i386_stopped_data_address): Update.
3313 * config/i386/nm-linux.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
3314 * config/i386/nm-linux64.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
3315
c24d7425 33162008-02-29 Joel Brobecker <brobecker@adacore.com>
3317
3318 GDB 6.8 branch created (branch timestamp: 2008-02-26 10:00 UTC)
3319 * version.in: Bump version to 6.8.50.20080229-cvs.
3320
a7dfd010
MD
33212008-02-28 Markus Deuling <deuling@de.ibm.com>
3322
3323 * f-typeprint.c (f_print_type): Handle NULL pointer in VARSTRING
3324 properly.
3325
258c00cc
TT
33262008-02-28 Tom Tromey <tromey@redhat.com>
3327
3328 * infcmd.c (notice_args_read): Print result of get_inferior_args.
3329
8edfe269
DJ
33302008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3331
3332 * infcmd.c (kill_if_already_running): Make static. Use
3333 target_require_runnable.
3334 * target.c (target_require_runnable): New.
3335 * target.h (target_require_runnable): Declare.
3336
0d6ba1b1
DJ
33372008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3338
3339 * frame.c (reinit_frame_cache): Only annotate if frames were
3340 previously valid.
3341
6fe305f7
UW
33422008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
3343
3344 * regformats/reg-ppc.dat: Rename "ps" to "msr".
3345 * regformats/reg-ppc64.dat: Likewise.
3346
9b4b61c8
UW
33472008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
3348
3349 * features/Makefile (%.dat): Emit xmltarget statement.
3350
3351 * regformats/regdat.sh: Support xmltarget and xmlarch statments.
3352 Generate code to set gdbserver_xmltarget in init_registers_${name}.
3353
3354 * regformats/arm-with-iwmmxt.dat: Regenerate.
3355 * regformats/mips64-linux.dat: Regenerate.
3356 * regformats/mips-linux.dat: Regenerate.
3357 * regformats/rs6000/powerpc-32.dat: Regenerate.
3358 * regformats/rs6000/powerpc-64.dat: Regenerate.
3359 * regformats/rs6000/powerpc-e500.dat: Regenerate.
3360
3361 * regformats/reg-arm.dat: Add xmlarch statement.
3362 * regformats/reg-i386.dat: Likewise.
3363 * regformats/reg-i386-linux.dat: Likewise.
3364 * regformats/reg-x86-64-linux.dat: Likewise.
3365 * regformats/reg-spu.dat: Likewise.
3366
20b4711e
DJ
33672008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
3368
3369 * remote.c (remote_wait, remote_async_wait): Stop if we receive
3370 an error.
3371
1843f87b
DJ
33722008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
3373
3374 * utils.c (debug_timestamp): New.
3375 (vfprintf_unfiltered): Print timestamps if requested.
3376 (show_debug_timestamp): New.
3377 (initialize_utils): Register "set debug timestamp".
3378 * NEWS: Mention "set debug timestamp". Add GDB 6.8 section.
3379
6a048695
JB
33802008-02-27 Joel Brobecker <brobecker@adacore.com>
3381
3382 * breakpoint.c (skip_prologue_sal): New function.
3383 (resolve_sal_pc): Adjust SAL past prologue if the SAL was
3384 computed from a line number.
3385
0b998f49
JB
33862008-02-27 Joel Brobecker <brobecker@adacore.com>
3387
3388 * features/rs6000/power-core.xml, features/rs6000/power64-core.xml
3389 features/rs6000/powerpc-601.xml, features/rs6000/rs6000.xml:
3390 Set PC register type to "code_ptr".
3391 * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
3392 features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
3393 features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
3394 features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
3395 features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
3396 features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
3397 features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c:
3398 Regenerate.
3399
d05b4ac3
UW
34002008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
3401
3402 * regformats/regdat.sh: Rename init_registers function in
3403 generated file to init_registers_${name}.
3404
3405 * regformats/reg-crisv32.dat: Set "name" to crisv32.
3406 * regformats/reg-ppc64.dat: Set "name" to ppc64.
3407 * regformats/reg-s390x.dat: Set "name" to s390x.
3408
a5d9d57d
DJ
34092008-02-26 Greg Law <glaw@undo-software.com>
3410
3411 * regcache.c (registers_changed): Call reinit_frame_cache.
3412
e25c958c
DJ
34132008-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3414
3415 * configure.tgt (sh-*-linux*): Match sh*. Add glibc-tdep.o.
3416 * sh-linux-tdep.c (sh_linux_init_abi): Use glibc_skip_solib_resolver
3417 and svr4_fetch_objfile_link_map.
3418 * Makefile.in (sh-linux-tdep.o): Update.
3419
5daa78cc
TJB
34202008-02-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3421
3422 * amd64-tdep.c (amd64_classify): Add support for decimal float
3423 types.
3424 * i386-tdep.c (i386_return_value): Make 128-bit decimal float
3425 use the struct return convention.
3426
54e52265
VP
34272008-02-26 Nick Roberts <nickrob@snap.net.nz>
3428
3429 * breakpoint.c (print_one_breakpoint_location): Revert Enb field
3430 to old format. Discard breakpoint address if shared library is
3431 unloaded.
3432 (breakpoint_1): Adjust formatting of table header accordingly.
3433
d8f2712d
VP
34342008-02-25 Vladimir Prus <vladimir@codesourcery.com>
3435
3436 * remote.c (remote_get_threadlist): If the response
3437 is empty, don't try to parse it.
3438
05ce04a4
VP
34392008-02-23 Vladimir Prus <vladimir@codesourcery.com>
3440
3441 Unbreak 'target async'.
3442 * serial.c (serial_async): Set the
3443 handler function before enabling async
3444 mode.
3445
b36ec657
DJ
34462008-02-22 Daniel Jacobowitz <dan@codesourcery.com>
3447
3448 * solib-svr4.c (enable_break): Convert r_brk to a code address.
3449
df7df359
PA
34502008-02-21 Pedro Alves <pedro@codesourcery.com>
3451
3452 * remote.c (extended_remote_attach_1): Set attach_flag.
3453 (extended_remote_create_inferior_1): Clear attach_flag.
3454
7cd25cfc
DJ
34552008-02-20 Daniel Jacobowitz <dan@codesourcery.com>
3456
3457 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Set
3458 r_brk_offset.
3459 (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
3460 * solib-svr4.c (solib_svr4_r_brk): New.
3461 (open_symbol_file_object, svr4_current_sos): Always check the
3462 debug base.
3463 (svr4_fetch_objfile_link_map): Do not set debug_base.
3464 (enable_break): Use r_brk if it is set.
3465 (svr4_ilp32_fetch_link_map_offsets): Set r_brk_offset.
3466 (svr4_lp64_fetch_link_map_offsets): Likewise.
3467 * solib-svr4.h (struct link_map_offsets): Add r_brk_offset.
3468
07ea644b
MD
34692008-02-20 Markus Deuling <deuling@de.ibm.com>
3470 Mark Kettenis <kettenis@gnu.org>
3471
3472 * alpha-tdep.c (alpha_heuristic_unwind_cache): Replace saved_regs by
3473 trad_frame_saved_reg.
3474 (trad-frame.h): New include.
3475
3476 (alpha_heuristic_frame_unwind_cache): Use trad_frame_alloc_saved_regs
3477 instead of frame_obstack_zalloc.
3478 (alpha_heuristic_frame_prev_register): Use trad_frame_get_prev_register.
3479
3480 * Makefile.in (alpha-tdep.o): Add dependency to trad_frame_h.
3481
40887e1a
MD
34822008-02-20 Markus Deuling <deuling@de.ibm.com>
3483
3484 * rs6000-tdep.c (gdb_print_insn_powerpc): Get the current endianess
3485 from disassemble_info instead of gdbarch_byte_order.
3486
3487 * mips-tdep.c (gdb_print_insn_mips): Likewise.
3488 * arm-tdep.c (gdb_print_insn_arm): Likewise.
3489
ae4b2284
MD
34902008-02-20 Markus Deuling <deuling@de.ibm.com>
3491
3492 * gdbarch.sh (memory_insert_breakpoint, memory_remove_breakpoint): Add
3493 gdbarch as parameter.
3494
3495 * gdbarch.{c,h}: Regenerate.
3496
3497 * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Add gdbarch as
3498 parameter.
3499 * mem-break.c (default_memory_insert_breakpoint)
3500 (default_memory_remove_breakpoint): Likewise.
3501 * target.h (default_memory_remove_breakpoint)
3502 (default_memory_insert_breakpoint): Likewise.
3503
3504 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Add gdbarch as
3505 parameter. Replace current_gdbarch by gdbarch.
3506 * m32r-tdep.c (m32r_memory_insert_breakpoint)
3507 (m32r_memory_remove_breakpoint): Likewise.
3508
d9bf65d5
DJ
35092008-02-19 Daniel Jacobowitz <dan@codesourcery.com>
3510
3511 * MAINTAINERS: Add Vladimir Prus as MI maintainer.
3512
b93b6ca7
JB
35132008-02-19 Joel Brobecker <brobecker@adacore.com>
3514
3515 * NEWS: Add entry describing Add support improvements.
3516
4ed226fe
MD
35172008-02-18 Markus Deuling <deuling@de.ibm.com>
3518
3519 * m68klinux-nat.c (getfpregs_supplies): Replace gdbarch_fp0_regnum by
3520 M68K_FP0_REGNUM.
3521
caaa79ad
MD
35222008-02-18 Markus Deuling <deuling@de.ibm.com>
3523
3524 * sentinel-frame.c (sentinel_frame_prev_register): Do not call
3525 register_offset_hack anymore.
3526
3527 * regcache.{c,h} (register_offset_hack): Remove.
3528
e38c262f
MD
35292008-02-18 Markus Deuling <deuling@de.ibm.com>
3530
3531 * hppa-tdep.h (find_global_pointer): Add gdbarch as parameter.
3532
3533 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer): Likewise. Replace
3534 current_gdbarch by gdbarch.
3535 (hppa64_hpux_find_global_pointer): Likewise.
3536 * hppa-tdep.c (hppa_find_global_pointer): Likewise.
3537 (hppa32_push_dummy_call, hppa64_push_dummy_call): Update call for
3538 find_global_pointer.
3539
3540 * hppabsd-tdep.c (hppabsd_find_global_pointer): Add gdbarch as
3541 parameter.
3542 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
3543
3544 * hppa-linux-nat.c (hppa_linux_register_addr): Use ARRAY_SIZE instead
3545 of gdbarch_num_regs.
3546
3547 * hppa-hpux-tdep.c (hppa_hpux_sr_for_addr): Add gdbarch as parameter and
3548 replace current_gdbarch by gdbarch.
3549 (hppa_hpux_push_dummy_code): Update call for hppa_hpux_sr_for_addr.
3550
206988c4
MD
35512008-02-18 Markus Deuling <deuling@de.ibm.com>
3552
3553 * rs6000-nat.c (exec_one_dummy_insn, regmap): Add gdbarch as parameter
3554 and replace current_gdbarch by gdbarch.
3555
3556 (store_register): Update call for exec_one_dummy_insn.
3557 (fetch_register, store_register): Update call of regmap.
3558
3559 * ppcnbsd-nat.c (getregs_supplies, getfpregs_supplies): Add gdbarch as
3560 parameter and replace current_gdbarch by gdbarch.
3561
3562 (ppcnbsd_store_inferior_registers): Use get_regcache_arch to get at
3563 the current architecture. Update call for getregs_supplies and
3564 getfpregs_supplies.
3565 (ppcnbsd_fetch_inferior_registers): Likewise.
3566
3567 * ppcobsd-nat.c (getfpregs_supplies): Add gdbarch as parameter and
3568 replace current_gdbarch by gdbarch.
3569 (ppcobsd_fetch_registers, ppcobsd_store_registers): Use
3570 get_regcache_arch to get at the current architecture. Update call for
3571 getfpregs_supplies.
3572
f642be6b
MD
35732008-02-18 Markus Deuling <deuling@de.ibm.com>
3574
3575 * arch-utils.c (gdbarch_from_bfd): Remove unnecessary {old,new}_gdbarch
3576 variables.
3577
b1f2bf01
MD
35782008-02-15 Markus Deuling <deuling@de.ibm.com>
3579
3580 * mips-linux-tdep.c (mips_linux_init_abi): Remove internal error.
3581
ee163bf5
VP
35822008-02-14 Vladimir Prus <vladimir@codesourcery.com>
3583
3584 * NEWS: Mention pending breakpints in MI.
3585
f6fbcbf9
MD
35862008-02-14 Markus Deuling <deuling@de.ibm.com>
3587
3588 * Makefile.in (ALL_TARGET_OBS): Remove dependency to xtensa-linux-nat.o.
3589
36af4ef6
MD
35902008-02-13 Markus Deuling <deuling@de.ibm.com>
3591
3592 Add script to build and test GDB using enable-targets=all.
3593
3594 * gdb_buildall.sh: New file.
3595
94a0e877
MG
35962008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
3597
3598 * NEWS (New native configurations): Xtensa GNU/Linux.
3599 (New targets): Xtensa GNU/Linux.
3600 * Makefile.in (ALL_TARGET_OBS): Add xtensa-linux-nat.o and
3601 xtensa-linux-tdep.o
3602 (ALLDEPFILES): Add xtensa-linux-tdep.c and xtensa-linux-nat.c
3603 (xtensa-linux-nat.o, xtensa-linux-tdep.o): New dependencies.
3604 * configure.tgt (xtensa*-*-linux*): New entry.
3605 * xtensa-config.c (xtensa_tdep): New variable.
3606 (xtensa_config_byte_order, xtensa_config_tdep): Removed.
3607 (rmap): Change format based on new macro XTREG.
3608 (XTENSA_CONFIG_INSTANTIATE): Use new macro defined in xtensa-tdep.h.
3609 * xtensa-linux-nat.c: New.
3610 * xtensa-linux-tdep.c: New.
3611 * xtensa-xtregs.c: New.
3612 * xtensa-tdep.h (xtensa_elf_gregset_t): Update.
3613 (XTENSA_ELF_NGREG, XTREG, XTREG_END, XTENSA_GDBARCH_TDEP_INSTANTIATE)
3614 (XCHAL_NUM_CONTEXTS, XCHAL_HAVE_EXCEPTIONS): New macros.
3615 (xtensa_register_t): New field coprocessor.
3616 (XTENSA_REGISTER_FLAGS_PRIVILEGED): Name spelling corrected.
3617 * xtensa-tdep.c (xtensa_config_tdep, xtensa_config_byte_order): Removed.
3618 (xtensa_pseudo_register_read, xtensa_pseudo_register_write):
3619 Update to handle privileged registers.
3620 (xtensa_supply_gregset) Remove exccause and excvaddr registers.
3621 (xtensa_push_dummy_call): Set windowstart register correctly.
3622 (call0_analyze_prologue): Initialize xtensa_default_isa.
3623 (xtensa_derive_tdep): New.
3624 (xtensa_gdbarch_init): Get rid of xtensa_config_byte_order and
3625 xtensa_config_tdep, use XCHAL_HAVE_BE and xtensa_tdep instead.
3626 Call xtensa_derive_tdep().
3627 * config/xtensa/linux.mh: New.
3628 * regformats/reg-xtensa.dat: New.
3629
b7ee1b0a 36302008-02-09 Aleksandar Ristovski <aristovski@qnx.com> (tiny change)
f90c07ac
EZ
3631
3632 * corelow.c (core_open): Use IS_ABSOLUTE_PATH.
3633 (filenames.h): New include.
3634 * Makefile.in (corelow.o): Add dependency for filenames.h.
3635
8da2a1df
DJ
36362008-02-08 Doug Evans <dje@google.com>
3637
3638 * source.c (find_and_open_source): Always rewrite absolute filenames.
3639
776592bf
DE
36402008-02-07 Doug Evans <dje@google.com>
3641
3642 * breakpoint.c: #include "hashtab.h".
3643 (ambiguous_names_p): New fn.
3644 (update_breakpoint_locations): When restoring bp enable status, don't
3645 compare function names if any functions have same name.
3646 * Makefile.in (breakpoint.o): Add hashtab.h dependency.
3647
d6565258
JB
36482008-02-07 Joel Brobecker <brobecker@adacore.com>
3649
3650 * ada-lang.c (symbol_completion_add): Make SV parameter a VEC**
3651 instead of just a VEC*. Update use of SV.
3652 (ada_make_symbol_completion_list): Update symbol_completion_add calls.
3653
6d53d0af
JB
36542007-02-07 Joel Brobecker <brobecker@adacore.com>
3655
3656 * NEWS: Put all new commands since gdb-6.7 together.
3657
2ba95b9b
JB
36582007-02-07 Joel Brobecker <brobecker@adacore.com>
3659
3660 * ada-lang.c: #include "vec.h".
3661 (struct string_vector, new_string_vector, string_vector_append):
3662 Delete.
3663 (char_ptr): New typedef.
3664 (DEF_VEC_P (char_ptr)): New VEC type.
3665 (symbol_completion_add): Update profile to take the new VEC type
3666 instead of the old string_vector structure. Update code accordingly.
3667 (ada_make_symbol_completion_list): Use the new VEC type instead of
3668 the old string_vector structure, and update the code accordingly.
3669 * Makefile.in (ada-lang.o): Add dependency on vec.h.
3670
4ae0885a
PM
36712008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
3672
3673 * p-exp.y: Set current_type in missing places.
3674 (leftdiv_is_integer): New static variable.
3675 Typecast right operand of BINOP_DIV to long_double if both operands
3676 are integers.
3677
06b1d59c
MR
36782008-02-06 Maciej W. Rozycki <macro@mips.com>
3679
3680 * remote-mips.c (set_breakpoint): Rename to...
3681 (mips_set_breakpoint): ... this.
3682 (clear_breakpoint): Rename to...
3683 (mips_clear_breakpoint): ... this.
3684 (common_breakpoint): Rename to...
3685 (mips_common_breakpoint): ... this.
3686 (check_lsi_error): Rename to...
3687 (mips_check_lsi_error): ... this.
3688
41d27058
JB
36892007-02-05 Joel Brobecker <brobecker@adacore.com>
3690
3691 * language.h (struct language_defn): Add new field
3692 la_make_symbol_completion_list.
3693 * symtab.c (default_make_symbol_completion_list): Renames
3694 make_symbol_completion_list.
3695 (make_symbol_completion_list): New function.
3696 * symtab.h (default_make_symbol_completion_list): Add declaration.
3697 * langauge.c (unknown_language): Set la_make_symbol_completion_list.
3698 (auto_language, local_language): Likewise.
3699 * objc-lang.c (objc_language_defn): Likewise.
3700 * scm-lang.c (scm_language_defn): Likewise.
3701 * m2-lang.c (m2_language_defn): Likewise.
3702 * f-lang.c (f_language_defn): Likewise.
3703 * jv-lang.c (java_language_defn): Likewise.
3704 * p-lang.c (pascal_language_defn): Likewise.
3705 * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn)
3706 (minimal_language_defn): Likewise.
3707 * ada-lang.c (struct string_vector): New structure.
3708 (new_string_vector, string_vector_append, ada_unqualified_name)
3709 (add_angle_brackets, symbol_completion_match, symbol_completion_add)
3710 (ada_make_symbol_completion_list): New functions.
3711 (ada_language_defn): Set la_make_symbol_completion_list.
3712 * ada-lang.h (ada_make_symbol_completion_list): Remove declaration,
3713 this function is static.
3714
ee3a2f01
KB
37152008-02-05 Kevin Buettner <kevinb@redhat.com>
3716
3717 * mn10300-tdep.c (mn10300_push_dummy_call): Adjust stack pointer
3718 to account for call site optimizations.
3719
d844e34b
JB
37202008-02-05 Andrzej Zaborowski <balrogg@gmail.com>
3721
3722 * tracepoint.c (read_actions): Handle end-of-text indicator
3723 in action list properly. (Committed by Jim Blandy)
3724
02e4669d
JB
37252008-02-05 Jim Blandy <jimb@red-bean.com>
3726
3727 * ax-gdb.c (gen_expr): Yield ordinary error if asked to trace a
3728 pseudoregister, not an internal error.
85ecb32b 3729 Reported by: Andrzej Zaborowski
02e4669d 3730
c39c8256
VP
37312008-02-04 Vladimir Prus <vladimir@codesourcery.com>
3732
3733 * varobj.c (c_value_of_variable): Use xstrdup.
3734
ae7d22a6
VP
37352008-02-04 Vladimir Prus <vladimir@codesourcery.com>
3736
3737 Update stored rendition of varobj value when format changes.
3738 * varobj.c (varobj_set_display_format): Recomputed
3739 print_value.
3740 (c_value_of_variable): Return print_value.
3741
81fe8080
DE
37422008-02-03 Doug Evans <dje@google.com>
3743
301f0ecf
DE
3744 * eval.c (evaluate_subexp_standard): Fix type of result of mixed
3745 integer/float division operations when EVAL_AVOID_SIDE_EFFECTS.
3746 * valops.c (value_one): New function.
3747 * value.h (value_one): Declare.
3748
3749 Fix argument promotion for binary arithmetic ops for C.
3750 * valarith.c (unop_result_type): New fn.
3751 (binop_result_type): New fn.
3752 (value_binop): Move result type computation to binop_result_type.
3753 (value_pos, value_neg, value_complement): Move result type
3754 computation to unop_result_type.
3755
81fe8080
DE
3756 PR 2384
3757 * gdbtypes.c (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
3758 Return basetype, fieldno if found. All callers updated.
3759 Don't cache TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE if from different
3760 objfile.
3761 * gdbtypes.h (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
3762 * symfile.h (fill_in_vptr_fieldno): Delete.
3763
41808ebe
DE
37642008-02-02 Doug Evans <dje@google.com>
3765
f8597ac3
DE
3766 * valarith.c (value_binop): Handle unsigned BINOP_REM division by zero.
3767
41808ebe
DE
3768 * typeprint.c (*): Whitespace cleanup.
3769
f964a756
MK
37702008-02-02 Mark Kettenis <kettenis@gnu.org>
3771 Luis Machado <luisgpm@br.ibm.com>
3772 Thiago Jung Bauermann <bauerman@br.ibm.com>
3773
3774 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Pass floats that
3775 don't fit into registerson the stack the way GCC does.
3776
b06ead72
JB
37772008-02-01 Joel Brobecker <brobecker@adacore.com>
3778
3779 * symtab.c (symbol_set_names): Do not add an entry in the demangling
3780 hash table for Ada symbols. Just store the linkage name as is,
3781 and leave the demangled_name as NULL.
3782
2cfa0c8d
JB
37832007-02-01 Joel Brobecker <brobecker@adacore.com>
3784
3785 * dwarf2read.c (add_partial_symbol): Always store all Ada subprograms
3786 in the global scope.
3787 (new_symbol): Likewise.
3788
98deb0da
VP
37892008-02-01 Vladimir Prus <vladimir@codesourcery.com>
3790
3791 * breakpoint.c (break_command_1): Return void.
3792 (break_command_really): Return void. Rethrow
3793 exceptions instead of returning.
3794 (gdb_breakpoint): Remove the error_message parameter.
3795 Return void. Rename to set_breakpoint.
3796 * gdb.h (gdb_breakpoint): Rename and move to...
3797 * breakpoint.h (set_breakpoint): ...here.
3798 * mi/mi-cmb-break.c (mi_cmd_break_insert): Restore
3799 event hooks even if exception is thrown. Adjust to
3800 gdb_breakpoint interface changes.
3801
3802
ce0451ad
TJB
38032008-02-01 Thiago Jung Bauermann <bauerman@br.ibm.com>
3804
3805 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Write 32-bit
3806 float in both first and second word in the doubleword, to support
3807 old and new ABIs.
3808
723a2275
VP
38092008-02-01 Vladimir Prus <vladimir@codesourcery.com>
3810
3811 Properly rethrow exception. This fixes errors
3812 about non-existent functions for -break-insert.
3813 * breakpoint.c (break_command_really): Use throw_exception
3814 for rethrowing. If rethrowing, don't print the exception.
3815
d64a946d
TJB
38162008-01-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3817
3818 * NEWS: Mention Decimal Floating Point support.
3819
02b156f5
JB
38202008-01-31 Joel Brobecker <brobecker@adacore.com>
3821
3822 * std-regs.c (value_of_builtin_frame_pc_reg): Change the returned
3823 value type to builtin_type_void_func_ptr.
3824
a16b8bcd
UW
38252008-01-31 Andreas Krebbel <krebbel1@de.ibm.com>
3826
3827 * s390-tdep.c (is_float_singleton, is_float_like,
3828 alignment_of, s390_return_value): Make checks for
3829 TYPE_CODE_FLT to match TYPE_CODE_DECFLOAT as well.
3830
f949c649
TJB
38312008-01-31 Luis Machado <luisgpm@br.ibm.com>
3832 Thiago Jung Bauermann <bauerman@br.ibm.com>
3833
3834 * infcmd.c (default_print_registers_info): Also print hex
3835 raw contents for TYPE_CODE_DECFLOAT registers.
3836 * ppc-tdep.h (gdbarch_tdep): Add ppc_dl0_regnum member.
3837 * rs6000-tdep.c (IS_DFP_PSEUDOREG): New macro.
3838 (rs6000_register_name): Add support for DFP pseudo-registers.
3839 (rs6000_pseudo_register_type): Likewise.
3840 rs6000_pseudo_register_reggroup_p): Likewise.
3841 (ppc_pseudo_register_read): New function.
3842 (ppc_pseudo_register_write): Likewise.
3843 (rs6000_pseudo_register_read): Likewise.
3844 (rs6000_pseudo_register_write): Likewise.
3845 (e500_pseudo_register_read): Move checks to
3846 rs6000_pseudo_register_read.
3847 (e500_pseudo_register_write): Move checks to
3848 rs6000_pseudo_register_write.
3849 (rs6000_gdbarch_init): Initialize tdep->ppc_dl0_regnum. Install
3850 rs6000_pseudo_register_read and rs6000_pseudo_register_write
3851 in gdbarch if SPE or DFP is available. Adjust gdbarch's
3852 num_pseudo_regs to account for DFP pseudo regs.
3853
5a9e69ba
TJB
38542008-01-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3855
3856 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_ev31_regnum member.
3857 * rs6000-tdep.c (IS_SPE_PSEUDOREG): New macro.
3858 (spe_register_p, rs6000_register_name, rs6000_pseudo_register_type,
3859 rs6000_pseudo_register_reggroup_p, e500_move_ev_register,
3860 e500_pseudo_register_read, e500_pseudo_register_write): Use
3861 IS_SPE_PSEUDOREG macro.
3862 (rs6000_frame_cache): Remove use of tdep->ppc_ev31_regnum.
3863 (rs6000_gdbarch_init): Remove unnecessary num_sprs local variable.
3864 Remove initialization of tdep->ppc_ev31_regnum.
3865
4e885b20
JB
38662008-01-08 Paul Hilfinger <hilfinger@adacore.com>
3867
3868 * printcmd.c (print_formatted): Handle references as for unformatted
3869 prints.
3870
80f064a2
JB
38712008-01-30 Joel Brobecker <brobecker@adacore.com>
3872
3873 * eval.c (evaluate_subexp_standard): Add handling of user
3874 registers when in EVAL_AVOID_SIDE_EFFECTS mode.
3875
9b3442ee
PM
38762008-01-30 Pierre Muller <muller@ics.u-strasbg.fr>
3877
3878 * eval.c (evaluate_subexp_standard): Support
3879 BINOP_INTDIV opcode.
3880
d118ef87
PH
38812008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
3882
3883 * valarith.c (value_binop): Add floating-point BINOP_MIN and
3884 BINOP_MAX cases.
3885 For BINOP_EXP, use length and signedness of left operand only for
3886 result, as for shifts.
3887 For integral operands to BINOP_EXP, use new integer_pow and
3888 uinteger_pow functions so as to get full range of results.
3889 (integer_pow): New function.
3890 (uinteger_pow): New function.
3891
d56d46f5
VP
38922008-01-30 Vladimir Prus <vladimir@codesourcery.com>
3893
3894 Use vector for varobj_list_children interface.
3895 * gdb/varobj.c (varobj_list_children): Return vector
3896 of varobjs.
3897 * gdb/varobj.h (varobj_list_children): Adjust
3898 prototype.
3899 (varobj_p): Declare. Declare vector thereof.
3900 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Adjust
3901 for varobj_list_children change.
3902 * Makefile.in (varobj_h): Update dependencies.
3903
1300a2f4
TJB
39042008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3905
3906 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Add support for
3907 TYPE_CODE_DECFLOAT arguments.
3908 (ppc64_sysv_abi_push_dummy_call) Likewise.
3909 (get_decimal_float_return_value): New function.
3910 (do_ppc_sysv_return_value): Add support for TYPE_CODE_DECFLOAT return
3911 values by calling get_decimal_float_return_value.
3912 (ppc64_sysv_abi_return_value): Likewise.
3913
95ef687d
NR
39142008-01-30 Nick Roberts <nickrob@snap.net.nz>
3915
3916 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Add field
3917 for preprocessor macro information. Formatting changes.
3918
2d717e4f
DJ
39192008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3920
3921 * remote.c (struct remote_state): Add cached_wait_status.
3922 (remote_exec_file): New variable.
3923 (PACKET_vAttach, PACKET_vRun): New constants.
3924 (extended_remote_restart): Do not query for status.
3925 (struct start_remote_args): New.
3926 (remote_start_remote): Take it as a second argument. Check
3927 whether the target is running. Issue an error for non-running
3928 non-extended targets. Cache the wait status. Set inferior_ptid
3929 here.
3930 (remote_open_1): Prompt to disconnect non-running targets. Make
3931 sure the target is marked running. Do not set inferior_ptid here.
3932 Update call to remote_start_remote. Do not call remote_check_symbols
3933 if the target is not running.
3934 (remote_detach_1): Rename from remote_detach. Take an EXTENDED
3935 argument. Handle a non-running target.
3936 (remote_detach): Use it.
3937 (extended_remote_detach): New.
3938 (remote_disconnect): Fix typo. Use remoute_mourn_1.
3939 (extended_remote_attach_1, extended_remote_attach)
3940 (extended_async_remote_attach): New.
3941 (remote_vcont_resume): Remove unused variable.
3942 (remote_wait, remote_async_wait): Use any cached wait status.
3943 (putpkt_binary, getpkt): Clear any cached wait status.
3944 (extended_remoute_mourn_1): New.
3945 (extended_remote_mourn): Use it.
3946 (extended_async_remote_mourn, extended_remote_run): New.
3947 (extended_remote_create_inferior_1): New.
3948 (extended_remote_create_inferior): Use it.
3949 (extended_remote_async_create_inferior): Likewise.
3950 (remote_xfer_partial): Skip for non-executing targets.
3951 (init_extended_remote_ops): Set to_detach and to_attach.
3952 (init_extended_async_remote_ops): Likewise. Use
3953 extended_async_remote_mourn.
3954 (_initialize_remote): Register vAttach, vRun, and
3955 set remote exec-file.
3956 * NEWS: Mention vAttach, vRun, and gdbserver extended-remote support.
3957
e85a822c
DJ
39582008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3959
3960 * Makefile.in (symfile.o): Update.
3961 * NEWS: Mention exec tracing support.
3962 * inf-ttrace.c (inf_ttrace_wait): Return TARGET_WAITKIND_EXECD for
3963 exec events.
3964 * infcmd.c (kill_if_already_running, detach_command)
3965 (disconnect_command): Replace SOLIB_RESTART with no_shared_libraries.
3966 * infrun.c (MAY_FOLLOW_EXEC, may_follow_exec): Delete.
3967 (follow_exec): Do not check may_follow_exec. Do not mourn and push
3968 targets. Apply the sysroot path to the loaded executable. Use
3969 no_shared_libraries.
3970 * linux-nat.c (linux_child_follow_fork): Print fork following
3971 messages if verbose.
3972 (kill_wait_callback): Kill again before waiting a second time.
3973 * symfile.c (symbol_file_clear): Replace SOLIB_RESTART with
3974 no_shared_libraries.
3975
9db13498
JB
39762008-01-29 Joel Brobecker <brobecker@adacore.com>
3977
3978 * amd64-tdep.c (amd64_classify): Add handling of TYPE_CODE_CHAR.
3979
b4d5ed91
JB
39802008-01-29 Joel Brobecker <brobecker@adacore.com>
3981
3982 * nto-tdep.h: Remove #include "defs.h".
3983 * nto-tdep.c: Add #include "defs.h".
3984 * Makefile.in (nto_tdep_h): Update dependencies.
3985 (nto-tdep.o): Likewise.
3986
107313f7 39872008-01-29 Joel Brobecker <brobecker@adacore.com>
ae123ec6
JB
3988
3989 * infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameter
3990 and use it.
3991 (proceed, start_remote): Update call to wait_for_inferior.
3992 * inferior.h (wait_for_inferior): Update declaration.
3993 * fork-child.c, infcmd.c, solib-irix.c, solib-osf.c, solib-sunos.c,
3994 solib-svr4.c, win32-nat.c: Update calls to wait_for_inferior.
3995 * inf-ttrace.c (inf_ttrace_wait): Report TTEVT_EXEC events as
3996 TARGET_WAITKIND_EXECD instead of TARGET_WAITKIND_STOPPED.
3997
3f4178d6
DJ
39982008-01-29 Aleksandar Ristovski <aristovski@qnx.com>
3999
4000 * varobj (adjust_value_for_child_access): Added checking for
4001 returned value from gdb_value_ind.
4002 (c_describe_child): Likewise.
4003 (cplus_describe_child): Fixed a typo.
4004
5eeba8d4
JB
40052008-01-29 Jim Blandy <jimb@red-bean.com>
4006
4007 * MAINTAINERS: Update my info.
4008
a5606eee
VP
40092008-01-29 Vladimir Prus <vladimir@codesourcery.com>
4010
4011 Use multiple locations for hardware watchpoints.
4012 This eliminates the need to traverse value chain, doing
4013 various checks, in three different places.
4014
4015 * breakpoint.h (struct bp_location): New fields
4016 lengths and watchpoint_type.
4017 (struct breakpoint): Remove the val_chain field.
4018 * breakpoint.c (is_hardware_watchpoint): New.
4019 (free_valchain): Remove.
4020 (update_watchpoint): New.
4021 (insert_bp_location): For hardware watchpoint, just
4022 directly insert it.
4023 (insert_breakpoints): Call update_watchpoint_locations
4024 on all watchpoints. If we have failed to insert
4025 any location of a hardware watchpoint, remove all inserted
4026 locations.
4027 (remove_breakpoint): For hardware watchpoints, directly
4028 remove location.
4029 (watchpoints_triggered): Iterate over locations.
4030 (bpstat_stop_status): Use only first location of
4031 a resource watchpoint.
4032 (delete_breakpoint): Don't call free_valchain.
4033 (print_one_breakpoint): Don't print all
4034 locations for watchpoints.
4035 (breakpoint_re_set_one): Use update_watchpoint for
4036 watchpoints.
4037
0b3de036
VP
40382008-01-29 Vladimir Prus <vladimir@codesourcery.com>
4039
4040 Don't reset watchpoint block on solib load.
4041
4042 * breakpoint.c (insert_bp_location): For watchpoints,
4043 recompute condition.
4044 (breakpoint_re_set_one): Instead of recomputing value
4045 and condition for watchpoints, just reset value and
4046 let insert_breakpoints/insert_bp_location recompute it.
4047 Don't do anything about disabled watchpoint.
4048
c3940723
PM
40492008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
4050
4051 * valarith.c (value_binop): Handle unsigned integer
4052 division by zero.
4053
83845630
KB
40542008-01-28 Kevin Buettner <kevinb@redhat.com>
4055
4056 * mn10300-tdep.c (mn10300_analyze_prologue): Check for an
4057 instruction pattern that appears frequently in position
4058 independent code. Fix bug in code which looks for "fmov" and
4059 backtracks if no "fmov" is found.
4060
9ce5d3bb
DE
40612008-01-28 Doug Evans <dje@google.com>
4062
4063 * dbxread.c (read_dbx_symtab): Fix indentation.
131fe1bb
DE
4064 Reformat comments to 80 columns.
4065 Move local var def closer to only use.
9ce5d3bb 4066
c78d192c
DJ
40672008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4068
4069 * fork-child.c (SHELL_FILE): Remove #ifndef.
4070 (fork_inferior): Remove SHELL_COMMAND_CONCAT.
4071
e11481da
PM
40722008-01-25 Pierre Muller <muller@ics.u-strasbg.fr>
4073
4074 * i386-tdep.c (i386_skip_noop): New function.
4075 (i386_analyze_prologue): Call i386_skip_noop function.
4076
244e85c8
MS
40772008-01-24 Michael Snyder <msnyder@specifix.com>
4078
4079 * procfs.c (procfs_xfer_partial): Comment, cut/paste error.
4080 * win32-nat.c (win32_xfer_partial): Ditto.
4081 * target.c (default_xfer_partial): Minor whitespace adjustment.
4082
dd6be234
PA
40832008-01-24 Pedro Alves <pedro@codesourcery.com>
4084
4085 * arm-tdep.c (arm_addr_bits_remove): In non 26-bit mode, don't
4086 strip bit 1 even if pc doesn't point to thumb code.
4087
9fa2223d
DJ
40882008-01-23 Daniel Jacobowitz <dan@codesourcery.com>
4089
4090 * remote.c (remote_wait): Handle SIGINT between packets.
4091 (remote_async_wait): Likewise.
4092
93815fbf
VP
40932008-01-23 Vladimir Prus <vladimir@codesourcery.com>
4094 Chris Demetriou <cgd@google.com>
4095
4096 * thread.c (add_thread_silent): Renamed
4097 from add_thread.
4098 (print_thread_events): New variable definition.
4099 (show_print_thread_events): New function.
4100 (_initialize_thread): Add "set print thread-events" and
4101 "show print thread-events" commands.
4102 (add_thread): Announce new thread.
4103 * gdbthread.h (add_thread_silent): Declare.
4104 (print_thread_events): New variable declaration.
4105 * inf-ttrace.c (inf_ttrace_wait): Don't
4106 inform about new thread, as add_thread is always
4107 called too, and will take care of that.
4108 * infrun.c (handle_inferior_event): Likewise.
4109 * procfs.c (procfs_wait): Likewise.
4110 * remote.c (remote_currthread): Likewise.
4111 * sol-thread.c (sol_thread_wait): Likewise.
4112 * win32-nat.c (get_win32_debug_event): Likewise.
4113 * linux-thread-db.c (attach_thread): Likewise.
4114 Remove the verbose parameter.
4115 (check_event): Make detach_thread be verbose
4116 only if print_thread_events is set.
4117 * linux-nat.c (lin_lwp_attach_lwp): Don't inform
4118 about new thread. This is called only from
4119 linux-thread-db.c:attach_thread, which will take care.
4120 Remove the verbose parameter.
4121 * linux-nat.h (lin_lwp_attach_lwp): Adjust prototype.
4122
b4d7c9a6
NR
41232008-01-23 Nick Roberts <nickrob@snap.net.nz>
4124
4125 * mi/mi-cmd-var.c (mi_cmd_var_set_format): Add value field to output.
4126
60c46647
VP
41272008-01-22 Vladimir Prus <vladimir@codesourcery.com>
4128
4129 * breakpoint.c (break_command_really): New parameter
4130 ignore_count.
4131 (break_command_1): Pass 0 as
4132 ignore_count to break_command_really.
4133 (gdb_breakpoint): Pass ignore_count to
4134 break_command_really.
4135
e84605cd
KB
41362008-01-21 Kevin Buettner <kevinb@redhat.com>
4137
4138 * mn10300-linux-tdep.c (am33_linux_sigframe_cache_init): Find
4139 sigcontext struct via pointer.
4140 (struct sigframe comment): Update to show new field `psc'.
4141
9d9cd7ac
VP
41422008-01-21 Vladimir Prus <vladimir@codesourcery.com>
4143
4144 * infrun.c (handle_inferior_event): If
4145 we failed to remove breakpoints, error,
4146 don't try to increment PC by hand.
4147
af5ca30d
NH
41482008-01-18 Nick Hudson <nick.hudson@dsl.pipex.com>
4149
4150 Add NetBSD/hppa target and host support.
4151
4152 * hppabsd-tdep.c (hppabsd_supply_gregset): Move to ...
4153 (hppabsd_gregset): Move to ...
4154 (hppabsd_regset_from_core_section): Rename
4155 hppaobsd_regset_from_core_section and move to ...
4156 (hppabsd_find_global_pointer): Update comment.
4157 (hppabsd_init_abi): Make global. Do not register
4158 hppabsd_regset_from_core_section.
4159 (hppabsd_core_osabi_sniffer): Rename hppaobsd_core_osabi_sniffer and
4160 move to ...
4161 (_initialize_hppabsd_tdep): Move to ...
4162 * hppaobsd-tdep.c: ... here. New file.
4163 * hppnbsd-tdep.c: New file.
4164 * hppnbsd-nat.c: New file.
4165 * Makefile.in (ALL_TARGET_OBS): Add hppanbsd-tdep.o and hppaobsd-tdep.o.
4166 (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
4167 (hppabsd-nat.o, hppabsd-tdep.o): New dependencies.
4168 (hppabsd-tdep.o, hppaobsd-tdep.o): Update dependencies.
4169 * configure.host (hppa*-*-netbsd*): New entry.
4170 * configure.tgt (hppa*-*-netbsd*): New entry.
4171 (hppa*-*-openbsd*): Update.
4172 * NEWS (New native configuration): Mention NetBSD/hppa.
4173 (New targets): Mention NetBSD/hppa.
4174
32c9a795
MD
41752008-01-18 Markus Deuling <deuling@de.ibm.com>
4176
4177 * gdbarch.sh (function_list): Add new property bits_big_endian to
4178 gdbarch structure.
4179 * gdbarch.{c,h}: Regenerate.
4180
4181 * value.c (struct value): Replace BITS_BIG_ENDIAN by
4182 gdbarch_bits_big_endian (comment).
4183 (unpack_field_as_long, modify_field): Likewise.
4184 * value.h: Likewise (comment).
4185 * valops.c (value_slice): Likewise.
4186 * valarith.c (value_subscript, value_bit_index): Likewise.
4187 * gdbtypes.h (field): Likewise (comment).
4188 * eval.c (evaluate_subexp_standard): Likewise.
4189 * dwarf2read.c (dwarf2_add_field): Likewise.
4190 * ada-lang.c (decode_packed_array, ada_value_primitive_packed_val)
4191 (move_bits, ada_value_assign, value_assign_to_component): Likewise.
4192
4193 * defs.h (BITS_BIG_ENDIAN): Remove.
4194
1e5e79d0
MD
41952008-01-18 Markus Deuling <deuling@de.ibm.com>
4196
4197 * jv-exp.y (yylex): Replace DEPRECATED_STREQN with the appropriate
4198 function calls.
4199 * m2-exp.y (yylex): Likewise.
4200 * objc-exp.y (yylex): Likewise.
4201
4202 * defs.h (DEPRECATED_STREQN): Remove.
4203
fabda5a7
L
42042008-01-17 H.J. Lu <hjl.tools@gmail.com>
4205
4206 * MAINTAINERS: Update my email address.
4207
92726479
JB
42082008-01-17 Jim Blandy <jimb@codesourcery.com>
4209
4210 * README: Mention gdbserver/README.
4211
ef80d18e
PM
42122008-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
4213
4214 * valarith.c (value_binop): Handle BINOP_INTDIV
4215 for unsigned and signed integers.
4216
1de90795
UW
42172008-01-17 Ulrich Weigand <uweigand@de.ibm.com>
4218
4219 * s390-tdep.c (s390_gdbarch_init): Set default long double
4220 type to 128-bit IEEE quad.
4221
c70bd6f3
JB
42222008-01-17 Joel Brobecker <brobecker@adacore.com>
4223
4224 * hpux-thread.c (hpux_thread_resume): Delete commented-out code.
4225
ba759613
MK
42262008-01-16 Mark Kettenis <kettenis@gnu.org>
4227
77d49ac6
MK
4228 * auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
4229
ba759613
MK
4230 * dfp.c, dfp.h: Rename decimal_to_double to decimal_to_doublest.
4231 * value.c: All callers changed.
4232
7ecb6532
MD
42332008-01-16 Markus Deuling <deuling@de.ibm.com>
4234
4235 * rs6000-nat.c (add_vmap, vmap_ldinfo, vmap_exec): Replace
4236 DEPRECATED_STREQ by its expression.
4237 * coffread.c (coff_locate_sections, coff_symtab_read): Likewise.
4238 * xcoffread.c (read_xcoff_symtab, read_symbol_lineno, find_linenos)
4239 (scan_xcoff_symtab): Likewise.
4240 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code): Likewise.
4241 * f-lang.c (find_common_for_function): Likewise.
4242 * objc-exp.y (parse_number): Likewise.
4243
4244 * defs.h (DEPRECATED_STREQ): Remove.
4245
d15cf01c
MD
42462008-01-16 Markus Deuling <deuling@de.ibm.com>
4247
4248 * mn10300-tdep.h (AM33_MODE): Add gdbarch as parameter.
4249 * mn10300-tdep.c (set_reg_offsets, mn10300_analyze_prologue): Use
4250 get_frame_arch to get at the current_architecture. Update AM33_MODE
4251 call.
4252 (mn10300_analyze_prologue): Add gdbarch as parameter. Update caller.
4253 (mn10300_frame_unwind_cache): Use get_frame_arch to get at the current
4254 architecture.
4255 (set_reg_offsets, mn10300_analyze_prologue): Fix indentation.
4256
f8028488
MD
42572008-01-16 Markus Deuling <deuling@de.ibm.com>
4258
4259 * amd64-nat.h (amd64_native_gregset_supplies_p): Add gdbarch as
4260 parameter.
4261 * amd64-nat.c (amd64_native_gregset_supplies_p): Likewise.
4262
4263 (amd64_native_gregset_reg_offset): Add gdbarch as parameter. Replace
4264 current_gdbarch by gdbarch. Update caller.
4265
4266 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers)
4267 (amd64_linux_store_inferior_registers): Use get_regcache_arch to get at
4268 the current architecture. Update calls of
4269 amd64_native_gregset_supplies_p.
4270 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers)
4271 (amd64bsd_store_inferior_registers): Likewise.
4272
e101270f
MD
42732008-01-16 Markus Deuling <deuling@de.ibm.com>
4274
4275 * ppc-linux-nat.c (ppc_register_u_addr): Add gdbarch as parameter.
4276 Replace current_gdbarch by gdbarch. Update caller.
4277
063e58ba
MD
42782008-01-16 Markus Deuling <deuling@de.ibm.com>
4279
4280 * dbxread.c (repeated_header_complaint, dbx_symfile_init)
4281 (read_dbx_dynamic_symtab, function_outside_compilation_unit_complaint)
4282 (read_dbx_symtab, end_psymtab, dbx_psymtab_to_symtab_1)
4283 (dbx_psymtab_to_symtab, read_ofile_symtab, process_one_symbol)
4284 (stabsect_build_psymtabs): Fix indentation.
4285
662fb31b
MS
42862008-01-15 Michael Snyder <msnyder@specifix.com>
4287
4288 * corelow.c (core_xfer_partial): Comment, cut/paste error.
4289
c1766e7d
PM
42902008-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
4291
4292 * win32-nat.c (win32_create_inferior): Restore code calling
4293 CloseHandle on ProcessInformation structure.
4294
5ed10e6e
NH
42952008-01-13 Nick Hudson <nick.hudson@dsl.pipex.com>
4296
4297 * configure.ac: Check for void * as 3 argument of ptrace.
4298 * configure: regenerate.
4299
be8626e0
MD
43002008-01-11 Markus Deuling <deuling@de.ibm.com>
4301
4302 * alpha-tdep.c (alpha_heuristic_proc_start)
4303 (alpha_sigtramp_register_address): Add gdbarch as parameter. Replace
4304 current_gdbarch by gdbarch.
4305
4306 (alpha_heuristic_frame_unwind_cache): Use get_frame_arch to get at the
4307 current architecture by frame_info. Update alpha_heuristic_proc_start
4308 call.
4309
4310 (alpha_sigtramp_frame_this_id, alpha_sigtramp_frame_prev_register): Use
4311 get_frame_arch to get at the current architecture by frame_info. Update
4312 alpha_sigtramp_register_address call.
4313
4314 * arm-tdep.c (thumb_scan_prologue): Add gdbarch as parameter and replace
4315 current_gdbarch by gdbarch. Update caller.
4316 (convert_to_extended, convert_from_extended): Add endianess parameter
4317 for comparison. Update caller.
4318 (arm_extract_return_value, arm_store_return_value): Use
4319 get_regcache_arch to get at the current architecture.
4320
4321 * cris-tdep.c (cris_register_size): Add gdbarch as parameter. Replace
4322 current_gdbarch by gdbarch. Update caller.
4323 (cris_gdb_func, move_to_preg_op, none_reg_mode_move_from_preg_op): Add
4324 gdbarch as parameter. Update caller. Replace current_gdbarch by gdbarch.
4325
4326 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM, E_PSEUDO_EXR_REGNUM, BINWORD): Add
4327 gdbarch as parameter. Update caller.
4328 (h8300_init_frame_cache): Add gdbarch as parameter. Replace
4329 current_gdbarch by gdbarch. Update caller.
4330
4331 * hppa-tdep.c (skip_prologue_hard_way): Add gdbarch as parameter and
4332 update caller. Replace current_gdbarch by gdbarch.
4333
4334 * m32c-tdep.c (m32c_skip_trampoline_code): Use get_frame_arch to get at
4335 the current architecture. Replace current_gdbarch by gdbarch.
4336 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
4337 (STACK_CORRECTION, USE_PAGE_REGISTER): Replace M6811_TDEP by its
4338 expression. Add gdbarch as parameter and replace current_gdbarch with
4339 it. Update caller.
4340 (M6811_TDEP): Remove.
4341 (m68hc11_frame_prev_register): Use get_frame_arch to get at the current
4342 architecture.
4343 (m68hc11_scan_prologue): Add gdbarch as parameter. Replace
4344 current_gdbarch by gdbarch. Update caller.
4345
4346 * m68k-tdep.c (m68k_analyze_prologue): Add gdbarch as parameter and
4347 update caller.
4348 (m68k_analyze_register_saves): Likewise. Also replace current_gdbarch
4349 by gdbarch.
4350
4351 * rs6000-tdep.c (skip_prologue): Add gdbarch as parameter and update
4352 caller. Relace current_gdbarch by gdbarch.
4353 (altivec_register_p, spe_register_p): Likewise.
4354 * ppc-tdep.h (altivec_register_p, spe_register_p): Add gdbarch as
4355 parameter.
4356 * ppc-linux-nat.c (fetch_register, store_register): Update caller of
4357 altivec_register_p and spe_register_p.
4358
4359 * score-tdep.c (score_fetch_inst): Add gdbarch as parameter. Update
4360 caller. Replace current_gdbarch by gdbarch.
4361 (score_analyze_prologue): use get_frame_arch to get at the current
4362 architecture.
4363
4364 * sparc-tdep.h (sparc_analyze_prologue): Add gdbarch as parameter.
4365 * sparc-tdep.c (sparc_analyze_prologue): Likewise. Replace
4366 current_gdbarch by gdbarch. Update caller.
4367 (sparc_frame_cache): Use get_frame_arch to get at the current
4368 architecture.
4369 * sparce64-tdep.c (sparc64_skip_prologue): Update call of
4370 sparc_analyze_prologue.
4371
4372 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Add gdbarch as
4373 parameter.
4374
ed49a04f
MD
43752008-01-11 Markus Deuling <deuling@de.ibm.com>
4376
4377 * exec.c: #include "arch-utils.h"
4378 (print_section_info): Use gdbarch_from_bfd to get at the
4379 current architecture. Replace current_gdbarch. Fix indention. Replace
4380 deprecated_print_address_numeric by paddress.
4381 * Makefile.in (exec.o) Add dependency to arch-utils.h.
4382
4383 * valprint.c (val_print_string): Replace
4384 deprecated_print_address_numeric.
4385 * tracepoint.c (trace_mention, scope_info): Likewise.
4386 * symmisc.c (dump_msymbols, dump_psymtab, dump_symtab_1, print_symbol)
4387 (print_symbol, print_partial_symbols, maintenance_info_psymtabs)
4388 (maintenance_check_symtabs): Likewise.
4389 * symfile.c (list_overlays_command): Likewise.
4390 * stack.c (frame_info, print_block_frame_labels): Likewise.
4391 * printcmd.c (print_address, print_address_demangle)
4392 (address_info): Likewise.
4393 * corefile.c (memory_error): Likewise.
4394 * infcmd.c (jump_command): Likewise.
4395 * breakpoint.c (insert_bp_location, describe_other_breakpoints)
4396 (mention, delete_breakpoint): Likewise.
4397 * c-valprint.c (print_function_pointer_address, c_val_print): Likewise.
4398 * dwarf2read.c (dump_die): Likewise.
4399 * ada-valprint.c (ada_val_print_1): Likewise.
4400 * f-valprint.c (f_val_print): Likewise.
4401 * linux-fork.c (info_forks_command): Likewise.
4402 * m32r-com.c (m32r_load_section, m32r_load)
4403 (m32r_upload_command): Likewise.
4404
4405 * ui-out.c (ui_out_field_core_addr): Remove unnecessary comment.
4406
6093d2eb
MD
44072008-01-11 Markus Deuling <deuling@de.ibm.com>
4408
4409 * gdbarch.sh (skip_prologue): Add gdbarch
4410 as parameter.
4411 * gdbarch.{c,h}: Regenerate.
4412
4413 * alpha-tdep.c (alpha_skip_prologue): Add gdbarch as parameter.
4414 * amd64-tdep.c (amd64_skip_prologue): Likewise.
4415 * avr-tdep.c (avr_skip_prologue): Likewise.
4416 * cris-tdep.c (cris_skip_prologue): Likewise.
4417 * frv-tdep.c (frv_skip_prologue): Likewise.
4418 * h8300-tdep.c (h8300_skip_prologue): Likewise.
4419 * hppa-tdep.c (hppa_skip_prologue): Likewise.
4420 * i386-tdep.c (i386_skip_prologue): Likewise.
4421 * ia64-tdep.c (ia64_skip_prologue): Likewise.
4422 * iq2000-tdep.c (iq2000_skip_prologue): Likewise.
4423 * m32r-tdep.c (m32r_skip_prologue): Likewise.
4424 * m68hc11-tdep.c (m68hc11_skip_prologue): Likewise.
4425 * m68k-tdep.c (m68k_skip_prologue): Likewise.
4426 * m88k-tdep.c (m88k_skip_prologue): Likewise.
4427 * mep-tdep.c (mep_skip_prologue): Likewise.
4428 * mips-tdep.c (mips_skip_prologue): Likewise.
4429 * mn10300-tdep.c (mn10300_skip_prologue): Likewise.
4430 * mt-tdep.c (mt_skip_prologue): Likewise.
4431 * rs6000-tdep.c (rs6000_skip_prologue): Likewise.
4432 * score-tdep.c (score_skip_prologue): Likewise.
4433 * sh64-tdep.c (sh64_skip_prologue): Likewise.
4434 * sh-tdep.c (sh_skip_prologue): Likewise.
4435 * sparc64-tdep.c (sparc64_skip_prologue): Likewise.
4436 * sparc-tdep.c (sparc32_skip_prologue): Likewise.
4437 * spu-tdep.c (spu_skip_prologue): Likewise.
4438 * v850-tdep.c (v850_skip_prologue): Likewise.
4439 * vax-tdep.c (vax_skip_prologue): Likewise.
4440 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
4441 * xtensa-tdep.c (xtensa_skip_prologue): Likewise.
4442
4443 * arm-tdep.c (arm_skip_prologue): Add gdbarch as parameter. Replace
4444 current_gdbarch by gdbarch.
4445 * m32c-tdep.c (m32c_skip_prologue): Likewise.
4446 * s390-tdep.c (s390_skip_prologue): Likewise.
4447
72f5cf0e
DE
44482008-01-10 Doug Evans <dje@google.com>
4449
4450 * defs.h (struct continuation_arg): Fix typo in comment.
4451 * target.c (target_translate_tls_address): Fix comment spelling error.
4452
689e4e2d
TJB
44532008-01-09 Thiago Jung Bauermann <bauerman@br.ibm.com>
4454
4455 * doublest.h (DOUBLEST_PRINT_FORMAT): Remove % from string.
4456 (DOUBLEST_SCAN_FORMAT): Likewise.
4457 * dfp.c (decimal_from_floating): Use DOUBLEST_PRINT_FORMAT.
4458 * ada-lex.l (processReal): Prepend "%" to use of DOUBLEST_SCAN_FORMAT.
4459 * c-exp.y (parse_number): Likewise.
4460 * jv-exp.y (parse_number): Likewise.
4461 * objc-exp.y (parse_number): Likewise.
4462 * p-exp.y (parse_number): Likewise.
4463
ab0d6e0d
JB
44642008-01-09 Joel Brobecker <brobecker@adacore.com>
4465
4466 * gdbtypes.c (create_array_type): Add handling of null Ada arrays.
4467 (check_typedef): Likewise.
4468
0aea4bf3
LM
44692008-01-09 Luis Machado <luisgpm@br.ibm.com>
4470
4471 * printcmd.c (printf_command): Add seen_big_h, seen_big_d and
4472 seen_double_big_d, treat the new H, D, and DD modifiers as length
4473 modifiers.
4474
137033e9
JB
44752008-01-08 Joel Brobecker <brobecker@adacore.com>
4476
4477 * dwarf2read.c (read_enumeration_type): Add comment.
4478
dda297ec
TJB
44792008-01-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
4480
4481 * config.in: Regenerate.
4482
a93c0eb6
JB
44832008-01-08 Joel Brobecker <brobecker@adacore.com>
4484
4485 * ada-lang.c (ada_convert_actual): Renames convert_actual.
4486 Make non-static.
4487 (ada_convert_actuals): Delete.
4488 * ada-lang.h (ada_convert_actual): Add declaration.
4489 (ada_convert_actuals): Remove declaration.
4490 * infcall.c: #include "ada-lang.h".
4491 (value_arg_coerce): Add new parameter sp. Update function
4492 documetnation. Add handling of Ada function call parameters.
4493 * Makefile.in (infcall.o): Update dependencies.
4494
a84a8a0d
JB
44952008-01-08 Paul Hilfinger <hilfinger@adacore.com>
4496
4497 * ada-lang.c (ensure_lval): Fix value lval kind.
4498 (convert_actual): Add handling for arguments passed by reference.
4499
d7f98cce
DE
45002008-01-08 Doug Evans <dje@google.com>
4501
4502 * dbxread.c (read_dbx_symtab): Fix indentation.
4503
4ef30785
TJB
45042008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4505
4506 * Makefile.in (dfp.o): Depend on expression.h, gdbtypes.h and value.h.
4507 (valarith.o): Depend on dfp.h.
4508 (valops.o): Likewise.
4509 * dfp.c: Include expression.h, gdbtypes.h, value.h and dfp.h.
4510 (set_decnumber_context): New function.
4511 (decimal_check_errors): Likewise.
4512 (decimal_from_number): Likewise.
4513 (decimal_to_number): Likewise.
4514 (decimal_from_string): Use set_decnumber_context and
4515 decimal_check_errors.
4516 (decimal_from_integral): New function.
4517 (decimal_from_floating): Likewise.
4518 (decimal_to_double): Likewise.
4519 (promote_decimal): Likewise.
4520 (decimal_binop): Likewise.
4521 (decimal_is_zero): Likewise.
4522 (decimal_compare): Likewise.
4523 (decimal_convert): Likewise.
4524 * dfp.h (decimal_from_integral): New prototype.
4525 (decimal_from_floating): Likewise.
4526 (decimal_to_double): Likewise.
4527 (decimal_binop): Likewise.
4528 (decimal_is_zero): Likewise.
4529 (decimal_compare): Likewise.
4530 (decimal_convert): Likewise.
4531 * eval.c (evaluate_subexp_standard): Remove expect_type argument from
4532 call to value_from_decfloat.
4533 * valarith.c: Include dfp.h.
4534 (value_args_as_decimal): New function.
4535 (value_binop): Add if block to handle TYPE_CODE_DECFLOAT values.
4536 (value_logical_not): Likewise.
4537 (value_equal): Likewise.
4538 (value_less): Likewise.
4539 (value_pos): Likewise.
4540 (value_neg): Formatting fix.
4541 * valops.c: Include dfp.h.
4542 (value_cast): Add if block to handle TYPE_CODE_DECFLOAT values.
4543 * value.c (unpack_long): Add case to handle TYPE_CODE_DECFLOAT.
4544 (unpack_double): Add if block to handle TYPE_CODE_DECFLOAT.
4545 (value_from_decfloat): Remove expect_type argument.
4546 * value.h (value_from_decfloat): Update prototype.
4547
a7c02bc8
VP
45482008-01-07 Vladimir Prus <vladimir@codesourcery.com>
4549
4550 Ignore change in name of dynamic linker during
4551 execution on Solaris. This also unbreaks pending breakpoints.
4552
4553 * solist.h (struct target_so_ops): New field same.
4554 * solib-svr4.c (svr4_same): New.
4555 (_initialize_svr4_solib): Register svr4_same.
4556 * solib.c (update_solib_list): Use ops->same, if available.
4557
610dd7f9
CF
45582008-01-06 Christopher Faylor <me+cygwin@cgf.cx>
4559
4560 * win32-nat.c (win32_make_so): Use cygwin-style path to avoid warnings
4561 when using MS-DOS paths.
4562
7a404eba
PA
45632008-01-05 Pedro Alves <pedro@codesourcery.com>
4564
4565 * NEWS: Mention --pid and --core command line behaviour changes.
4566
a4d9b460
PA
45672008-01-05 Pedro Alves <pedro@codesourcery.com>
4568
4569 * main.c (captured_main): Remove 'count' varible and the
4570 ALIGN_STACK_ON_ENTRY block that used it. Error out if --core and
4571 --pid options were issued simultaneously. If an explicit pid
4572 option was passed, don't fallback to core file. Detect extra
4573 arguments better in the presence of explicit pid or core
4574 arguments.
4575
0c281816
JB
45762008-01-05 Joel Brobecker <brobecker@adacore.com>
4577
4578 * ada-lang.c (ada_which_variant_applies): Correctly compute
4579 the value of the discriminant when the variant record is packed.
4580
babe1480
JB
45812008-01-04 Joel Brobecker <brobecker@adacore.com>
4582
4583 * ada-lang.c (is_name_suffix): Handle middle-name numeric suffixes
4584 that are used to differentiate homonyms.
4585
727e3d2e
JB
45862008-01-04 Jerome Guitton <guitton@adacore.com>
4587
4588 * ada-lang.c (decode_packed_array_type): Avoid a seg fault
4589 when the type is an anonymous pointer type.
4590 (ada_check_typedef): Avoid a seg fault when the type is null.
4591 * ada-typeprint.c (print_array_type): Add support for pointer
4592 to packed arrays.
4593
bb28a9dc
JB
45942008-01-04 Paul N. Hilfinger <hilfinger@adacore.com>
4595
4596 * ada-exp.y: Allow '{type} ADDRESS' notation on left of assignment.
4597
6799def4
JB
45982008-01-04 Joel Brobecker <brobecker@adacore.com>
4599
4600 * ada-lang.c (ada_evaluate_subexp): Evaluate tagged types in
4601 EVAL_NORMAL mode when noside is EVAL_AVOID_SIDE_EFFECTS.
4602
d3353bbd
JB
46032008-01-04 Joel Brobecker <brobecker@adacore.com>
4604
4605 * ada-exp.y (chop_separator): New function.
4606 (write_selectors): Rewrite to re-use chop_separator.
4607 (ada_nget_field_index, get_symbol_field_type): New functions.
4608 (write_var_or_type): Add support for "ptype TYPENAME.FIELD"
4609 expressions.
4610
82cf6c60
TJB
46112008-01-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
4612
4613 * symtab.c (find_pc_sect_line): Use SYMBOL_VALUE_ADDRESS instead
4614 of SYMBOL_VALUE when working with function symbols.
4615
b3dbf008
JB
46162008-01-03 Joel Brobecker <brobecker@adacore.com>
4617
4618 * ada-lang.c (resolve_subexp): Add handling of OP_REGISTER
4619 expressions. These expressions do not need to be rewriten.
4620
02eb380e
JB
46212008-01-03 Joel Brobecker <brobecker@adacore.com>
4622
4623 * dwarf2read.c (read_enumeration_type): Flag type as stub if
4624 the given die is a declaration.
4625
abb68b3e
JB
46262008-01-03 Joel Brobecker <brobecker@adacore.com>
4627
4628 * ada-lang.c (ada_array_bound_from_type): Make non-static.
4629 Handle properly the case when the index type is an enumerated type.
4630 Do not return the subtype of the bounds type, just return the
4631 bounds type directly - this is not needed and is more consistent
4632 with what we do for arrays when no XA parallel type exists.
4633
f192137b
JB
46342008-01-03 Joel Brobecker <brobecker@adacore.com>
4635
4636 * ada-lang.c (static_unwrap_type): Add forward declaration.
4637 (template_to_static_fixed_type): Fields of dynamic types sometimes
4638 also need to be unwrapped. Take this into account.
4639 (ada_to_fixed_type_1): Renamed from ada_to_fixed_type.
4640 (ada_to_fixed_type): New wrapper around ada_to_fixed_type_1.
4641 * ada-typeprint.c (ada_print_type): Get the typename from
4642 the original type, not the base type.
4643
1ed6ede0
JB
46442008-01-03 Jerome Guitton <guitton@adacore.com>
4645
4646 * ada-lang.c (ada_value_struct_elt, to_fixed_array_type)
4647 (to_fixed_array_type, ada_to_fixed_value_create, unwrap_value):
4648 Update calls to ada_to_fixed_type.
4649 (ada_template_to_fixed_record_type_1): Ditto, but without looking
4650 for the tag.
4651 (ada_to_fixed_type): Add check_tag parameter; do not look for
4652 tag if null. When looking for a tag, use a fixed record type.
4653 * ada-lang.h (ada_to_fixed_type): Add check_tag parameter.
4654 * ada-valprint.c (printable_val_type, ada_value_print): Update
4655 calls to ada_to_fixed_type.
4656
542a88d0
LM
46572008-01-03 Luis Machado <luisgpm@br.ibm.com>
4658
4659 * doublest.c (convert_floatformat_to_doublest): Call
4660 floatformat_to_doublest instead of floatformat_to_double and use
4661 DOUBLEST variables.
4662 (convert_doublest_to_floatformat): Call floatformat_from_doublest
4663 instead of floatformat_from_double and use DOUBLEST variables.
4664
dc2bbab2
NH
46652008-01-03 Nick Hudson <nick.hudson@dsl.pipex.com>
4666
4667 * MAINTAINERS (Write After Approval): Add self.
4668
8b60591b
JB
46692008-01-03 Joel Brobecker <brobecker@adacore.com>
4670
4671 * symfile.c (set_initial_language): Make non-static.
4672 * symfile.h (set_initial_language): Add declaration.
4673 * language.c: #include "symfile.h".
4674 (set_language): Call set_initial_language if the frame language
4675 could not be determined.
4676
ceef53c1
JB
46772008-01-03 Paul N. Hilfinger <hilfinger@adacore.com>
4678
4679 * eval.c (evaluate_subexp_for_address): Provide frame address to
4680 locate_var_value only if it will be needed.
4681
ef29ce1a
JK
46822008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4683
4684 * linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB.
4685
0a07e705
JB
46862008-01-02 Joel Brobecker <brobecker@adacore.com>
4687
4688 * ada-lang.c (ada_evaluate_subexp): Modify the value returned
4689 when noside is EVAL_AVOID_SIDE_EFFECTS to be an lval_memory.
4690 This is needed to make sure that any other treatment applied
4691 to the resulting value does not fail for spurious reason,
4692 such as trying to take the address of this value.
4693
f58b38bf
JB
46942008-01-02 Joel Brobecker <brobecker@adacore.com>
4695
4696 * ada-lang.c (ada_value_equal): Dereference reference types when
4697 comparing arrays.
4698
9b254dd1
DJ
46992008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
4700
4701 Updated copyright notices for most files.
4702
33605d39
CF
47032008-01-01 Christopher Faylor <me+gdb@cgf.cx>
4704
4705 * win32-nat.c (psapi_module_handle): Remove static.
4706 (get_module_name): Rename from psapi_get_dll_name. Revamp slightly to
4707 return first module found if base_address is zero. Don't initialize
4708 psapi function pointers here. Convert to cygwin paths when
4709 appropriate.
4710 (win32_pid_to_exec_file): Use Cygwin's /proc interface to determine
4711 executable name. Use get_module_name when that fails or when
4712 !__CYGWIN__.
4713 (_initialize_psapi): New function. Initialize psapi stuff before it is
4714 needed or issue a warning if it is not found. Move psapi_module_handle
4715 here.
4716
29480c32
JB
47172008-01-01 Joel Brobecker <brobecker@adacore.com>
4718
4719 * ada-lang.c (ada_remove_trailing_digits): New function.
4720 (ada_remove_po_subprogram_suffix): New function.
4721 (ada_decode): Improve. Move the description of the algorithm
4722 directly inside the code, instead of in the function global
4723 description.
4724
969a1360
JB
47252008-01-01 Joel Brobecker <brobecker@adacore.com>
4726
4727 * ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref
4728 and always print the dereferenced value.
4729
b7789565
JB
47302008-01-01 Joel Brobecker <brobecker@adacore.com>
4731
4732 * ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handling
4733 of the case where the first argument is a reference.
4734 (ada_evaluate_subexp, case BINOP_ADD): Likewise.
4735
73fb9985
JB
47362008-01-01 Joel Brobecker <brobecker@adacore.com>
4737
4738 Implement support for Ada interface types.
4739
4740 * ada-lang.c (ada_is_dispatch_table_ptr_type): New function.
4741 (ada_is_ignored_field): Ignore fields that are a dispatch table
4742 of a tagged type.
4743
636265b6
JB
47442008-01-01 Joel Brobecker <brobecker@adacore.com>
4745
4746 * top.c (print_gdb_version): Update copyright year.
4747
9d200a2e 47482008-01-01 Joel Brobecker <brobecker@adacore.com>
b7589f7d 4749
9d200a2e
JB
4750 * ChangeLog-2007: New ChangeLog rotation.
4751 * ChangeLog: Reset for 2008.
4752 * config/djgpp/fnchange.lst: Add entries for ChangeLog-2006 and
4753 ChangeLog-2007.
b7589f7d 4754
9d200a2e 4755For older changes see ChangeLog-2007.
c906108c
SS
4756\f
4757Local Variables:
4758mode: change-log
4759left-margin: 8
4760fill-column: 74
4761version-control: never
57da7796 4762coding: utf-8
c906108c 4763End:
This page took 1.328874 seconds and 4 git commands to generate.