12028cf0d69d0acac5699afeb70c16561143d252
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
2
3 * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
4
5 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
6
7 * config/nm-linux.h (struct target_ops): Remove forward declaration.
8 (lin_thread_get_thread_signals): Remove prototype.
9 (GET_THREAD_SIGNALS): Remove.
10 * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
11 * linux-thread-db.c (check_thread_signals): Directly call
12 lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
13
14 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
15
16 * gregset.h (GDB_FPXREGSET_T): Remove.
17 (gdb_fpxregset_t): Likewise.
18 (supply_fpxregset): Remove prototype.
19 (fill_fpxregset): Likewise.
20 * i386-linux-nat.c (supply_fpxregset): Remove.
21 (fill_fpxregset): Likewise.
22 (fetch_fpxregs): Inline supply_fpxregset call.
23 (store_fpxregs): Inline fill_fpxregset call.
24
25 * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
26 * config/i386/nm-linux.h: Remove file.
27
28 2010-06-09 Michael Snyder <msnyder@vmware.com>
29
30 * target.c (update_current_target): Fix spelling error in comment.
31 (target_mourn_inferior): Fix spelling error in error message.
32
33 2010-06-08 Paul Hilfinger <hilfingr@adacore.com>
34
35 * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
36 SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
37
38 2010-06-08 Michael Snyder <msnyder@vmware.com>
39
40 * remote.c (remote_close): Set inferior_ptid to null_ptid.
41
42 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
43
44 * configure.ac <"${have_libpython}" != no>: New workaround of
45 python#4434.
46 * configure: Regenerate.
47
48 2010-06-08 Hui Zhu <teawater@gmail.com>
49
50 * record.c (record_wait): Move signal out of replay code.
51
52 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
53
54 Fix PR 10640.
55 * dwarf2-frame.c (no_dwarf_call): New function.
56 (execute_stack_op): Set CTX->DWARF_CALL.
57 * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
58 * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
59 (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
60 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
61 (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
62 (needs_frame_dwarf_call): New function.
63 (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
64 * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
65 Update the comment. Move variables die, offset and error call to ...
66 (follow_die_ref): ... a new function.
67 (dwarf2_fetch_die_location_block): New function.
68 * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
69
70 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
71
72 * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
73 (dwarf_expr_tls_address): Use per_cu instead of objfile.
74 (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
75 Initialize new BATON.PER_CU. Adjust CTX->GDBARCH initialization for
76 this change.
77 (struct needs_frame_baton): New field per_cu.
78 (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
79 * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
80
81 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
82
83 * cp-support.c (make_symbol_overload_list_namespace): Only search
84 static and global blocks.
85 (make_symbol_overload_list_block): New function.
86 (make_symbol_overload_list): Separate namespace search from block
87 search.
88 (make_symbol_overload_list_qualified): Use
89 make_symbol_overload_list_block.
90
91 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
92
93 * value.h: Created oload_search_type enum.
94 (find_overload_match): Use oload_search_type enum.
95 * valops.c (find_overload_match): Support combined member and
96 non-member search.
97 * eval.c (evaluate_subexp_standard): Calls to
98 find_overload_match now use oload_search_type enum.
99 (oload_method_static): Verify index is a proper value.
100 * valarith.c (value_user_defined_cpp_op): Search for and handle
101 both member and non-member operators.
102 (value_user_defined_cpp_op): New function.
103 (value_user_defined_op): New function.
104 (value_x_unop): Use value_user_defined_op.
105 (value_x_binop): Ditto.
106 * cp-support.c (make_symbol_overload_list_using): Added block
107 iteration.
108 Add check for namespace aliases and imported declarations.
109
110 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
111
112 * breakpoint.h (owner): Extend the comment.
113
114 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
115
116 Clear stale specific bp_location from former whole breakpoint.
117 * breakpoint.c (delete_breakpoint): Move the stale referencing clear
118 code ...
119 (free_bp_location): ... here. Rename there the called function to
120 bpstat_remove_bp_location_callback.
121 (bpstat_remove_breakpoint_callback): Rename to ...
122 (bpstat_remove_bp_location_callback): ... here, change DATA resolution
123 to struct bp_location. Change the called function to
124 bpstat_remove_bp_location. Create new declaration for the function.
125 (bpstat_remove_breakpoint): Rename to ...
126 (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
127 code for the new parameter type.
128
129 2010-06-07 Nathan Sidwell <nathan@codesourcery.com>
130
131 * README: Make version-agnostic.
132
133 2010-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
134
135 Fix duplicate types for single DIE.
136 * dwarf2read.c (read_structure_type): Move set_descriptive_type after
137 set_die_type.
138 (read_array_type): Remove type initialization. Recheck get_die_type
139 after initial die_type. Move set_die_type before set_descriptive_type.
140 (read_set_type): New variable domain_type. Recheck get_die_type after
141 initial die_type. Move attr initialization later.
142 (read_tag_pointer_type, read_tag_reference_type): New variable
143 target_type. Recheck get_die_type after initial die_type.
144 (read_tag_ptr_to_member_type): Recheck get_die_type after initial
145 die_type and die_containing_type.
146 (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
147 Recheck get_die_type after initial die_type.
148 (read_subrange_type): Recheck get_die_type after initial die_type.
149 Move set_die_type before set_descriptive_type.
150 (set_die_type): Extend the function comment. Call complaint if DIE has
151 some type already set.
152
153 2010-06-05 Vladimir Prus <vladimir@codesourcery.com>
154
155 * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
156 for current naming of thread groups (iN, not N).
157
158 2010-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
159
160 * ada-lang.c (ada_operator_length): Constify `struct expression'.
161 * parse.c (operator_length): Likewise.
162 (operator_length_standard): Likewise.
163 * parser-defs.h (operator_length): Likewise.
164 (operator_length_standard): Likewise.
165 (struct exp_descriptor <operator_length>): Likewise.
166
167 2010-06-04 Doug Evans <dje@google.com>
168
169 Add support for enabling/disabling individual pretty-printers.
170 * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
171 * python/python-internal.h (gdbpy_enabled_cst): Declare.
172 * python/python.c (gdbpy_enabled_cst): Define.
173 (_initialize_python): Initialize gdbpy_enabled_cst.
174 * NEWS: Add entry.
175
176 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
177
178 * breakpoint.c (update_global_location_list): Fix comment typo.
179
180 2010-06-04 Hui Zhu <teawater@gmail.com>
181
182 * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
183
184 2010-06-03 Doug Evans <dje@google.com>
185
186 * configure.ac: Don't fail if python is unusable when
187 configured with --with-python=auto.
188 * configure: Regenerate.
189
190 2010-06-03 Sami Wagiaalla <swagiaal@redhat.com>
191
192 * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
193
194 2010-06-03 Pierre Muller <muller@ics.u-strasbg.fr>
195
196 * valprint.h (get_array_bounds): Change low and high parameter types
197 to LONGEST *.
198 * valprint.c (get_array_bounds): Use get_discrete_bounds call to
199 compute bounds.
200 (val_print_array_elements): Adapt to change above.
201 * ada-valprint.c (print_optional_low_bound): Adapt to change above.
202 * p-valprint.c (pascal_val_print): Likewise.
203
204 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
205
206 * symfile.c (init_filename_language_table): New extensions .for, .FOR,
207 .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
208 .F08.
209
210 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
211
212 Support DW_TAG_module as separate namespaces.
213 * dwarf2read.c (typename_concat): New parameter physname.
214 (read_module_type): New function and declaration.
215 (scan_partial_symbols): Scan also DW_TAG_module children.
216 (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
217 to typename_concat backward compatible physname value 0.
218 (partial_die_full_name, read_namespace_type): Pass to typename_concat
219 backward compatible physname value 0.
220 (add_partial_module, read_module): Remove FIXME comment.
221 (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
222 (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
223 DIEs under DW_TAG_module.
224 (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
225 DW_AT_MIPS_linkage_name first, extend it for language_fortran
226 && physname and return there instead of just setting NAME. Extend
227 the main block for language_fortran. Pass physname parameter to the
228 typename_concat call.
229 (read_import_statement, read_func_scope, get_scope_pc_bounds)
230 (load_partial_dies, determine_prefix): Support also DW_TAG_module.
231 (new_symbol): Fill in cplus_specific.demangled_name if it is still
232 missing from SYMBOL_SET_NAMES in the language_fortran case.
233 (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
234 variables.
235 (read_type_die) <DW_TAG_module>: New.
236 (MAX_SEP_LEN): Increase to 7.
237 (typename_concat): New parameter physname. New variable lead. Support
238 also language_fortran.
239 * f-exp.y (yylex): Consider : also as a symbol name character class.
240 * f-lang.c: Include cp-support.h.
241 (f_word_break_characters, f_make_symbol_completion_list): New functions.
242 (f_language_defn): Use cp_lookup_symbol_nonlocal,
243 f_word_break_characters and f_make_symbol_completion_list.
244 * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
245 * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
246 * symtab.c (symbol_init_language_specific): Support language_fortran.
247 (symbol_find_demangled_name): New comment on language_fortran.
248 (symbol_natural_name, symbol_demangled_name): Use demangled_name even
249 for language_fortran.
250 (lookup_symbol_aux_local): Check imports also for language_fortran.
251 (default_make_symbol_completion_list): Rename to ...
252 (default_make_symbol_completion_list_break_on): ... this name. New
253 parameter break_on, use it.
254 (default_make_symbol_completion_list): New stub.
255 * symtab.h (default_make_symbol_completion_list_break_on): New
256 prototype.
257
258 2010-06-02 Joel Brobecker <brobecker@adacore.com>
259
260 * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
261 to error.
262
263 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
264
265 * dwarf2read.c (typename_concat): Add const to the variable sep.
266
267 2010-06-02 Tom Tromey <tromey@redhat.com>
268
269 * dwarf2loc.h (dwarf2_per_cu_data): Declare.
270 * dwarf2read.c (dwarf_stack_op_name): No longer static. Return
271 type is const. Add 'def' argument. Add missing operators, remove
272 unhandled ones.
273 (decode_locdesc): Update.
274 (dwarf2_always_disassemble): New global.
275 (show_dwarf2_always_disassemble): New function.
276 (_initialize_dwarf2_read): Add always-disassemble.
277 (dwarf2_per_cu_offset_size): New function.
278 * dwarf2loc.c (dwarf2_always_disassemble): Declare.
279 (piece_end_p): New function.
280 (locexpr_describe_location_piece): Replace 'size' argument with
281 'end'. Use piece_end_p. Rewrite recognition of TLS. Recognize
282 some constants. Remove errors.
283 (disassemble_dwarf_expression): New function.
284 (locexpr_describe_location_1): Use disassemble_dwarf_expression.
285 Add 'offset_size' argument.
286 (loclist_describe_location): Change output formatting.
287 * dwarf2expr.h (dwarf_stack_op_name): Declare.
288
289 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
290
291 * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
292 anonymous type case.
293
294 2010-06-02 Pierre Muller <muller@ics.u-strasbg.fr>
295
296 * dwarf2read.c (read_subrange_type): Handle missing base type
297 according to Dwarf-2 specifications.
298
299 2010-06-01 Sergio Durigan Junior <sergiodj@redhat.com>
300
301 * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
302 BINOP_EXCL.
303 (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
304 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
305 (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
306 BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
307 UNOP_CHMAX, UNOP_CHMIN.
308 * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
309 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
310 UNOP_CHMIN>: Remove opcodes.
311
312 2010-06-01 Pierre Muller <muller@ics.u-strasbg.fr>
313
314 * dwarf2read.c (read_func_scope): Do not complain for
315 external function if bounds are not found.
316
317 2010-06-01 Pedro Alves <pedro@codesourcery.com>
318
319 * NEWS: Mention gdbserver fast tracepoints support.
320
321 2010-05-31 Pierre Muller <muller@ics.u-strasbg.fr>
322
323 * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
324 New macros.
325 (windows_set_console_info): New function.
326 (windows_create_inferior): Call windows_set_console_info
327 if NEW_CONSOLE is true.
328 (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
329 (_initialize_loadable): Initialize GetConsoleFontSize and
330 GetCurrentConsoleFont.
331
332 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
333
334 * Makefile.in (RDYNAMIC): New.
335 (SFILES): Add proc-service.list.
336 * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
337 (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
338 * config/arm/linux.mh: Likewise.
339 * config/i386/linux.mh: Likewise.
340 * config/i386/linux64.mh: Likewise.
341 * config/ia64/linux.mh: Likewise.
342 * config/m32r/linux.mh: Likewise.
343 * config/m68k/linux.mh: Likewise.
344 * config/mips/linux.mh: Likewise.
345 * config/pa/linux.mh: Likewise.
346 * config/powerpc/linux.mh: Likewise.
347 * config/powerpc/ppc64-linux.mh: Likewise.
348 * config/s390/s390.mh: Likewise.
349 * config/sparc/linux.mh: Likewise.
350 * config/sparc/linux64.mh: Likewise.
351 * config/xtensa/linux.mh: Likewise.
352 * configure.ac: New RDYNAMIC on native host and GCC.
353 (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
354 * configure: Regenerate.
355 * proc-service.list: New.
356
357 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
358
359 * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
360 CONTENT.
361
362 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
363
364 * linux-nat.c (linux_nat_wait_1): Do not call
365 linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
366 TARGET_WAITKIND_SIGNALLED.
367
368 2010-05-27 Joel Brobecker <brobecker@adacore.com>
369
370 * ada-lang.c (ada_inferior_data): New struct.
371 (ada_inferior_data): New static global.
372 (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
373 (ada_get_tsd_type): New functions.
374 (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
375 to look the tsd type up.
376 (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
377 event. Set ada_inferior_data.
378
379 2010-05-27 Pedro Alves <pedro@codesourcery.com>
380
381 * remote.c (unpack_varlen_hex): Remove forward declaration.
382 (remote_console_output): Make static, and add forward declaration.
383 * remote.h: Drop FIXME comment.
384 (unpack_varlen_hex): Declare.
385 (remote_console_output, remote_cisco_objfile_relocate)
386 (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
387 Delete declarations.
388 * tracepoint.c: Include "remote.h".
389 (unpack_varlen_hex): Delete declaration.
390
391 2010-05-27 Tom Tromey <tromey@redhat.com>
392
393 * dwarf2loc.c (struct piece_closure) <refc>: New field.
394 (allocate_piece_closure): Initialize refc.
395 (copy_pieced_value_closure): Use refc.
396 (free_pieced_value_closure): Likewise.
397
398 2010-05-27 Tom Tromey <tromey@redhat.com>
399
400 * arm-tdep.c (push_stack_item): 'contents' now const.
401 (arm_push_dummy_call): Make 'val' const. Use value_contents, not
402 value_contents_writeable. Introduce new temporary.
403
404 2010-05-27 Tom Tromey <tromey@redhat.com>
405
406 * findcmd.c (parse_find_args): Use value_contents, not
407 value_contents_raw.
408
409 2010-05-27 Tom Tromey <tromey@redhat.com>
410
411 * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
412 const. Use value_contents, not value_contents_writeable.
413
414 2010-05-27 Joel Brobecker <brobecker@adacore.com>
415
416 * ada-lang.c (ensure_lval): Replace call to value_contents_raw
417 by call to value_contents.
418
419 2010-05-27 Ozkan Sezer <sezeroz@gmail.com>
420
421 * MAINTAINERS: Add myself for write after approval privileges.
422
423 2010-05-26 Doug Evans <dje@google.com>
424
425 Allow python to find its files if moved from original location.
426 * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
427 (GDB_AC_WITH_DIR): Call it.
428 * configure.ac: Define WITH_PYTHON_PATH if we can find the
429 python installation directory.
430 * config.in: Regenerate.
431 * configure: Regenerate.
432 * defs.h (python_libdir): Declare.
433 * main.c (python_libdir): Define.
434 (captured_main): Initialize python_libdir.
435 * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
436 call Py_SetProgramName to make sure python can find its libraries
437 and modules.
438
439 * configure.ac: Try to use python's distutils to fetch compilation
440 parameters.
441 * configure: Regenerate.
442 * python/python-config.py: New file.
443
444 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
445
446 * ser-tcp.c (net_open): Check error return from socket() call by its
447 equality to -1 not by it being negative.
448 (net_close): Likewise.
449
450 2010-05-26 Pedro Alves <pedro@codesourcery.com>
451
452 * NEWS: Mention the `qRelocInsn' feature.
453 * gdbarch.sh (relocate_instruction): New.
454 * amd64-tdep.c (rip_relative_offset): New.
455 (append_insns): New.
456 (amd64_relocate_instruction): New.
457 (amd64_init_abi): Install it.
458 * i386-tdep.c (append_insns): New.
459 (i386_relocate_instruction): New.
460 (i386_gdbarch_init): Install it.
461 * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
462 * gdbarch.h, gdbarch.c: Regenerate.
463
464 2010-05-26 Tom Tromey <tromey@redhat.com>
465
466 * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
467 (struct dwarf2_loclist_baton) <data>: Likewise.
468 * dwarf2loc.c (find_location_expression): Constify return type.
469 (dwarf2_evaluate_loc_desc): Make 'data' argument const.
470 (dwarf2_loc_desc_needs_frame): Likewise.
471 (loclist_read_variable): Constify.
472 (loclist_describe_location): Likewise.
473 (loclist_tracepoint_var_ref): Likewise.
474
475 2010-05-25 Tom Tromey <tromey@redhat.com>
476
477 * dwarf2loc.c (dwarf_expr_frame_base): Constify.
478 (dwarf_expr_frame_base_1): Likewise.
479 (read_pieced_value): Update.
480 (needs_frame_frame_base): Constify.
481 (dwarf2_tracepoint_var_loc): Likewise.
482 (dwarf2_tracepoint_var_access): Likewise.
483 (locexpr_describe_location_piece): Likewise.
484 (locexpr_describe_location_1): Likewise.
485 * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
486 Constify.
487 (data): Now const.
488 (struct dwarf_expr_piece) <v.literal.data>: Likewise.
489 (dwarf_expr_eval, read_uleb128, read_sleb128)
490 (dwarf2_read_address): Update.
491 * dwarf2expr.c (dwarf_expr_eval): Constify.
492 (read_uleb128): Likewise.
493 (read_sleb128): Likewise.
494 (dwarf2_read_address): Likewise.
495 (require_composition): Likewise.
496 (execute_stack_op): Likewise.
497 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
498 "const gdb_byte *".
499 * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
500 Now const.
501 (no_get_frame_base): Constify.
502 (execute_stack_op): Likewise.
503 (execute_cfa_program): Likewise.
504 (read_encoded_value): Likewise.
505
506 2010-05-25 Doug Evans <dje@google.com>
507
508 * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
509
510 * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
511 * event-loop.c: ... here.
512 * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
513 `error' for clarity.
514 (tui_getc): Pass correct value for `error' parameter to
515 tui_readline_output.
516
517 Add python gdb.GdbError and gdb.string_to_argv.
518 * NEWS: Document them.
519 * python/py-cmd.c (cmdpy_function): Don't print a traceback if
520 the exception is gdb.GdbError. Print a second traceback if there's
521 an error computing the error message.
522 (gdbpy_string_to_argv): New function.
523 * python/py-utils.c (gdbpy_obj_to_string): New function.
524 (gdbpy_exception_to_string): New function.
525 * python/python-internal.h (gdbpy_string_to_argv): Declare.
526 (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
527 (gdbpy_gdberror_exc): Declare.
528 * python/python.c (gdbpy_gdberror_exc): New global.
529 (_initialize_python): Initialize gdbpy_gdberror_exc and create
530 gdb.GdbError.
531 (GdbMethods): Add string_to_argv.
532
533 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
534
535 * windows-nat.c (display_selector): Call GetLastError to give better
536 failure explanation.
537
538 2010-05-24 Pedro Alves <pedro@codesourcery.com>
539
540 * config.in: Regenerate.
541
542 2010-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
543
544 Code cleanup.
545 * target.c (push_target): Return only void. Remove the return value
546 comment.
547 * target.h (push_target): Return only void.
548
549 2010-05-23 Pedro Alves <pedro@codesourcery.com>
550
551 Update gnulib from latest git.
552 (250b80067c1e1d8faa0c42fb572f721975b929c5)
553
554 * gnulib/memcmp.c: Removed.
555 * gnulib/memchr.valgrind: New.
556 * gnulib/stddef.in.h: New.
557 * gnulib/Makefile.am: Updated.
558 * gnulib/memchr.c: Updated.
559 * gnulib/memmem.c: Updated.
560 * gnulib/stdint.in.h: Updated.
561 * gnulib/str-two-way.h: Updated.
562 * gnulib/string.in.h: Updated.
563 * gnulib/wchar.in.h: Updated.
564
565 * gnulib/extra/link-warning.h: Removed.
566 * gnulib/extra/c++defs.h: New.
567 * gnulib/extra/warn-on-use.h: New.
568 * gnulib/extra/arg-nonnull.h: Updated.
569
570 * gnulib/m4/extensions.m4: Updated.
571 * gnulib/m4/gnulib-cache.m4: Updated.
572 * gnulib/m4/gnulib-common.m4: Updated.
573 * gnulib/m4/gnulib-comp.m4: Updated.
574 * gnulib/m4/gnulib-tool.m4: Updated.
575 * gnulib/m4/include_next.m4: Updated.
576 * gnulib/m4/longlong.m4: Updated.
577 * gnulib/m4/memchr.m4: Updated.
578 * gnulib/m4/memmem.m4: Updated.
579 * gnulib/m4/stdint.m4: Updated.
580 * gnulib/m4/string_h.m4: Updated.
581 * gnulib/m4/memcmp.m4: Removed.
582 * gnulib/m4/onceonly_2_57.m4: Removed.
583 * gnulib/m4/00gnulib.m4: New.
584 * gnulib/m4/mmap-anon.m4: New.
585 * gnulib/m4/multiarch.m4: New.
586 * gnulib/m4/onceonly.m4: New.
587 * gnulib/m4/stddef_h.m4: New.
588 * gnulib/m4/warn-on-use.m4: New.
589 * gnulib/m4/wchar.m4: Removed.
590 * gnulib/m4/wchar_h.m4: New.
591 * gnulib/m4/wchar_t.m4: New.
592 * gnulib/m4/wint_t.m4: New.
593
594 * aclocal.m4: Regenerate.
595 * config.in: Likewise.
596 * configure: Likewise.
597 * gnulib/Makefile.in: Likewise.
598
599 2010-05-21 Tom Tromey <tromey@redhat.com>
600
601 * dwarf2loc.c (extract_bits_primitive): New function.
602 (extract_bits): Likewise.
603 (insert_bits): Likewise.
604 (copy_bitwise): Likewise.
605 (read_pieced_value): Do all operations in bits.
606 (write_pieced_value): Likewise.
607 * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
608 * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
609 Always use xrealloc to resize piece array.
610 (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
611 <DW_OP_piece>: Update.
612 <DW_OP_bit_piece>: New case.
613
614 2010-05-21 Tom Tromey <tromey@redhat.com>
615
616 * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
617 <DWARF_VALUE_OPTIMIZED_OUT>: New case.
618 * dwarf2expr.h (enum dwarf_value_location)
619 <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
620 * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
621 (add_piece): Handle empty piece.
622 (execute_stack_op) <DW_OP_piece>: Handle
623 DWARF_VALUE_OPTIMIZED_OUT.
624
625 2010-05-21 Tom Tromey <tromey@redhat.com>
626
627 * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
628 evaluate_subexp, not evaluate_subexp_with_coercion.
629
630 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
631
632 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
633 attribute.
634
635 2010-05-21 Tom Tromey <tromey@redhat.com>
636
637 * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
638 offset.
639 (write_pieced_value): Likewise.
640
641 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
642
643 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
644 and DW_TAG_volatile_type.
645 (new_symbol): Likewise.
646
647 2010-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
648
649 * p-valprint.c (pascal_val_print): Call get_array_bounds
650 to obtain the number of elements in an array.
651
652 2010-05-19 Doug Evans <dje@google.com>
653
654 * python.c (gdbpy_print_stack): Ensure output ends with a newline.
655
656 * python.c (source_python_script): Add comment.
657 (source_python_script_for_objfile): Remove unnecessary call to
658 gdbpy_print_stack.
659
660 2010-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
661 Sergio Durigan Junior <sergiodj@redhat.com>
662
663 Code cleanup.
664 * parse.c (exp_iterate): Use operator_length wrapper function.
665
666 2010-05-18 Michael Snyder <msnyder@vmware.com>
667
668 * ada-lang.c: White space.
669 * ada-typeprint.c: White space.
670 * ada-valprint.c: White space.
671 * addrmap.c: White space.
672 * auxv.c: White space.
673 * ax-gdb.c: White space.
674
675 2010-05-18 Hui Zhu <teawater@gmail.com>
676
677 * linux-fork.c (inferior_call_waitpid_cleanup): Add check
678 for oldfp.
679 (inferior_call_waitpid): Move make_cleanup out of check.
680 Check the return of waitpid.
681 (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
682
683 2010-05-17 Michael Snyder <msnyder@vmware.com>
684
685 * tui/tui.c: White space.
686 * tui/tui-data.c: White space.
687 * tui/tui-disasm.c: White space.
688 * tui/tui-file.c: White space.
689 * tui/tui-interp.c: White space.
690 * tui/tui-main.c: White space.
691 * tui/tui-out.c: White space.
692 * tui/tui-regs.c: White space.
693 * tui/tui-source.c: White space.
694 * tui/tui-stack.c: White space.
695 * tui/tui-win.c: White space.
696 * tui/tui-winsource.c: White space.
697
698 * procfs.c: White space.
699
700 * python/py-auto-load.c: White space.
701 * python/py-block.c: White space.
702 * python/py-breakpoint.c: White space.
703 * python/py-cmd.c: White space.
704 * python/py-function.c: White space.
705 * python/py-lazy-string.c: White space.
706 * python/py-objfile.c: White space.
707 * python/py-param.c: White space.
708 * python/py-prettyprint.c: White space.
709 * python/py-progspace.c: White space.
710 * python/py-symtab.c: White space.
711 * python/python.c: White space.
712 * python/py-type.c: White space.
713 * python/py-utils.c: White space.
714 * python/py-value.c: White space.
715
716 * mi/mi-cmd-break.c: White space.
717 * mi/mi-cmd-env.c: White space.
718 * mi/mi-cmds.c: White space.
719 * mi/mi-cmd-stack.c: White space.
720 * mi/mi-cmd-var.c: White space.
721 * mi/mi-console.c: White space.
722 * mi/mi-getopt.c: White space.
723 * mi/mi-interp.c: White space.
724 * mi/mi-main.c: White space.
725 * mi/mi-out.c: White space.
726 * mi/mi-parse.c: White space.
727
728 * cli/cli-cmds.c: White space.
729 * cli/cli-decode.c: White space.
730 * cli/cli-dump.c: White space.
731 * cli/cli-interp.c: White space.
732 * cli/cli-logging.c: White space.
733 * cli/cli-script.c: White space.
734 * cli/cli-setshow.c: White space.
735
736 * valarith.c: White space.
737 * valops.c: White space.
738 * valprint.c: White space.
739 * value.c: White space.
740 * varobj.c: White space.
741 * xcoffread.c: White space.
742 * xml-support.c: White space.
743 * xml-tdesc.c: White space.
744
745 2010-05-17 Andreas Schwab <schwab@redhat.com>
746
747 PR gdb/11092
748 * c-lang.c (c_printstr): Compute real length of NUL terminated
749 string at first.
750
751 2010-05-17 Joel Brobecker <brobecker@adacore.com>
752
753 * parse.c (parse_exp_in_context): When block is not NULL, use
754 its associated language to parse the expression instead of
755 the current_language.
756
757 2010-05-17 Joel Brobecker <brobecker@adacore.com>
758
759 * jv-lang.c (java_lookup_class): Remove commented out code.
760 (type_from_class): Likewise.
761 (java_op_print_tab): Remove commented-out elements.
762
763 2010-05-17 Joel Brobecker <brobecker@adacore.com>
764
765 * ada-lang.c (to_fixed_range_type): The the raw index type as
766 argument instead of the raw type name. Remove orig_type parameter.
767 Update calls throughout.
768 (ada_fixup_array_indexes_type): New function.
769 (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
770 * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
771 * ada-typeprint.c (print_range_type): Renames print_range_type_named.
772 Remove name parameter.
773 (print_array_type): Add call to ada_fixup_array_indexes_type.
774 Update calls to print_range_type.
775 (ada_print_type): Update calls to print_range_type.
776
777 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
778
779 * dwarf2read.c (read_set_type): Set type length if
780 DW_AT_byte_size attribute is present.
781
782 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
783
784 * p-valprint.c (pascal_val_print): Handle set type if range limits
785 are undefined but size is known.
786
787 2010-05-17 Pedro Alves <pedro@codesourcery.com>
788
789 * procfs.c: Reformat.
790
791 2010-05-16 Michael Snyder <msnyder@vmware.com>
792
793 * target.c: White space.
794 * target-descriptions.c: White space.
795 * target-memory.c: White space.
796 * thread.c: White space.
797 * top.c: White space.
798 * tracepoint.c: White space.
799 * trad-frame.c: White space.
800 * tramp-frame.c: White space.
801 * ui-file.c: White space.
802 * ui-out.c: White space.
803 * user-regs.c: White space.
804 * utils.c: White space.
805
806 * scm-exp.c: White space.
807 * scm-lang.c: White space.
808 * scm-valprint.c: White space.
809 * sentinel-frame.c: White space.
810 * ser-base.c: White space.
811 * ser-go32.c: White space.
812 * serial.c: White space.
813 * ser-mingw.c: White space.
814 * ser-pipe.c: White space.
815 * ser-tcp.c: White space.
816 * ser-unix.c: White space.
817 * solib.c: White space.
818 * solib-darwin.c: White space.
819 * solib-frv.c: White space.
820 * solib-irix.c: White space.
821 * solib-osf.c: White space.
822 * solib-pa64.c: White space.
823 * solib-som.c: White space.
824 * solib-spu.c: White space.
825 * solib-svr4.c: White space.
826 * solib-target.c: White space.
827 * source.c: White space.
828 * stabsread.c: White space.
829 * stack.c: White space.
830 * std-regs.c: White space.
831 * symfile.c: White space.
832 * symmisc.c: White space.
833 * symtab.c: White space.
834
835 2010-05-16 Michael Snyder <msnyder@vmware.com>
836
837 * source.c (_initialize_source): Add "rev" as an abbreviation
838 for the "reverse-search" command.
839
840 2010-05-16 Michael Snyder <msnyder@vmware.com>
841
842 * record.c: White space.
843 * regcache.c: White space.
844 * reggroups.c: White space.
845 * remote-fileio.c: White space.
846 * remote-m32r-sdi.c: White space.
847 * remote-mips.c: White space.
848 * remote-sim.c: White space.
849 * remote.c: White space.
850 (process_g_packet): Remove orphan braces.
851
852 2010-05-15 Michael Snyder <msnyder@vmware.com>
853
854 * parse.c: White space.
855 * p-lang.c: White space.
856 * posix-hdep.c: White space.
857 * printcmd.c: White space.
858 * progspace.c: White space.
859 * prologue-value.c: White space.
860 * psymtab.c: White space.
861 * p-typeprint.c: White space.
862 * p-valprint.c: White space.
863
864 * objc-lang.c: White space.
865 * objfiles.c: White space.
866 * observer.c: White space.
867 * osabi.c: White space.
868 * osdata.c: White space.
869
870 * m2-lang.c: White space.
871 * m2-valprint.c: White space.
872 * macrocmd.c: White space.
873 * macroexp.c: White space.
874 * macroscope.c: White space.
875 * macrotab.c: White space.
876 * main.c: White space.
877 * maint.c: White space.
878 * mdebugread.c: White space.
879 * memattr.c: White space.
880 * minsyms.c: White space.
881 * monitor.c: White space.
882
883 2010-05-14 Michael Snyder <msnyder@vmware.com>
884
885 * jv-lang.c: White space.
886 * jv-typeprint.c: White space.
887 * jv-valprint.c: White space.
888 * language.c: White space.
889 * libunwind-frame.c: White space.
890 * linespec.c: White space.
891 * linux-nat.c: White space.
892 * linux-record.c: White space.
893 * linux-thread-db.c: White space.
894
895 * infcall.c: White space.
896 * inf-child.c: White space.
897 * infcmd.c: White space.
898 * inferior.c: White space.
899 * inf-loop.c: White space.
900 * inflow.c: White space.
901 * inline-frame.c: White space.
902 * interps.c: White space.
903
904 * gcore.c: White space.
905 * gdb.c: White space.
906 * gdbtypes.c: White space.
907 * gnu-nat.c: White space.
908 * gnu-v2-abi.c: White space.
909 * gnu-v3-abi.c: White space.
910
911 * findcmd.c: White space.
912 * findvar.c: White space.
913 * fork-child.c: White space.
914 * frame-base.c: White space.
915 * frame.c: White space.
916 * frame-unwind.c: White space.
917 * f-valprint.c: White space.
918
919 * elfread.c: White space.
920 * environ.c: White space.
921 * eval.c: White space.
922 * event-loop.c: White space.
923 * event-top.c: White space.
924 * exceptions.c: White space.
925 * exec.c: White space.
926 * expprint.c: White space.
927
928 * dbxread.c: White space.
929 * dcache.c: White space.
930 * disasm.c: White space.
931 * doublest.c: White space.
932 * dsrec.c: White space.
933 * dummy-frame.c: White space.
934 * dwarf2expr.c: White space.
935 * dwarf2-frame.c: White space.
936 * dwarf2loc.c: White space.
937 * dwarf2read.c: White space.
938
939 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
940
941 PR python/11482
942
943 * python/py-value.c (valpy_hash): New function.
944 (value_object_type): Register valpy_hash.
945
946 2010-05-14 Hui Zhu <teawater@gmail.com>
947 Michael Snyder <msnyder@vmware.com>
948
949 * linux-fork.c (gdbthread.h): New include.
950 (fork_info): Add parent_ptid.
951 (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
952 functions.
953 (delete_checkpoint_command): Call inferior_call_waitpid.
954 (checkpoint_command): Set parent_ptid.
955
956 2010-05-13 Michael Snyder <msnyder@vmware.com>
957
958 * dictionary.c: Re-indent to GNU coding standard.
959
960 * charset.c: White space.
961 * c-lang.c: White space.
962 * cli-out.c: White space.
963 * coffread.c: White space.
964 * complaints.c: White space.
965 * completer.c: White space.
966 * corefile.c: White space.
967 * corelow.c: White space.
968 * cp-abi.c: White space.
969 * cp-namespace.c: White space.
970 * cp-support.c: White space.
971 * cp-valprint.c: White space.
972 * c-typeprint.c: White space.
973 * c-valprint.c: White space.
974 * blockframe.c: White space.
975 * breakpoint.c: White space.
976 * buildsym.c: White space.
977 * blockframe.c: White space.
978 * bcache.c: White space.
979 * gdbarch.sh: White space, add blank lines.
980 * arch-utils.c: Ditto.
981 * gdbarch.c: Regenerate.
982 * frame.c: White space, add blank lines.
983 * stack.c: White space, add blank lines.
984 (initialize_stack): Remove long-dead code.
985
986 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
987
988 Code cleanup.
989 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
990 (locexpr_read_variable, loclist_read_variable): Update the callers.
991
992 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
993
994 Code cleanup.
995 * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
996 Remove check of NULL returned by tag_type_to_type.
997 (die_containing_type): Remove variable type. Remove type_die variable
998 initialization. Remove check of NULL returned by tag_type_to_type.
999
1000 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
1001
1002 PR exp/11530.
1003 * gdbtypes.c (lookup_struct_elt_type): Also lookup
1004 names of unnamed structures or unions.
1005
1006 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
1007
1008 * procfs.c (proc_watchpoint_address): New function.
1009 (procfs_stopped_by_watchpoint): Remove useless check after
1010 find_procinfo_or_die call.
1011 (procfs_stopped_data_address): New function.
1012 (procfs_use_watchpoints): Register new watchpoint related function.
1013
1014 2010-05-11 Tom Tromey <tromey@redhat.com>
1015
1016 * eval.c (evaluate_subexp_standard): Revert inadvertent change.
1017
1018 2010-05-10 Michael Snyder <msnyder@vmware.com>
1019
1020 * utils.c: White space cleanup.
1021
1022 2010-05-10 Tom Tromey <tromey@redhat.com>
1023
1024 * eval.c (ptrmath_type_p): Add 'lang' argument.
1025 (evaluate_subexp_standard): Update.
1026 (evaluate_subexp_with_coercion): Update.
1027 * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
1028
1029 2010-05-10 Michael Snyder <msnyder@vmware.com>
1030
1031 * utils.c (do_fclose_cleanup) Restore local variable.
1032
1033 2010-05-09 Doug Evans <dje@google.com>
1034
1035 * record.c (init_record_core_ops): Rename record_core to record-core.
1036
1037 2010-05-08 Joel Brobecker <brobecker@adacore.com>
1038
1039 Implement task switching on pa-hpux.
1040 * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
1041 (inf_ttrace_target): Set t->to_get_ada_task_ptid.
1042
1043 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
1044
1045 * valops.c (find_overload_match): Add missing i18n markup.
1046
1047 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
1048
1049 * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
1050
1051 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1052
1053 * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
1054 list for the obconcat call.
1055 * mdebugread.c (parse_symbol): Likewise.
1056 * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
1057 Likewise.
1058 * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
1059 New variable ap. Remove variables len and val.
1060 * symfile.h (obconcat): Likewise for the prototype.
1061
1062 2010-05-07 Michael Snyder <msnyder@vmware.com>
1063
1064 * python/python.c (execute_gdb_command): Remove unused variables.
1065 * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
1066 * python/py-breakpoint.c (gdbpy_breakpoint_created):
1067 Remove unused variable.
1068 * python/py-cmd.c (cmdpy_function): Remove unused variable.
1069 (cmdpy_completer): Remove unused variable.
1070 * python/py-frame.c (frapy_find_sal): Remove unused variable.
1071 * python/py-function.c (fnpy_call): Remove unused variable.
1072 * python/py-objfile.c (objfile_to_objfile_object):
1073 Remove unused variable.
1074 * python/py-param.c (parmpy_init): Remove unused variable.
1075 * python/py-prettyprint.c (apply_varobj_pretty_printer):
1076 Remove unused variable.
1077 (gdbpy_default_visualizer): Remove unused variable.
1078 * python/py-progspace.c (pspace_to_pspace_object):
1079 Remove unused variable.
1080 * python/py-symtab.c (symtab_and_line_to_sal_object):
1081 Remove unused variable.
1082 * python/py-type.c (typy_template_argument):
1083 Remove unused variable.
1084 * python/py-value.c (valpy_string): Remove unused variable.
1085 (convert_value_from_python): Remove unused variables.
1086
1087 2010-05-07 Michael Snyder <msnyder@vmware.com>
1088
1089 * valops.c (value_cast_pointers): Restore unused variable 'type1',
1090 and use it to compute variable 't1'.
1091
1092 2010-05-07 Joel Brobecker <brobecker@adacore.com>
1093
1094 * ada-lang.c (assign_aggregate): Remove unused variable.
1095
1096 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
1097
1098 PR C++/7943:
1099 * valops.c (find_overload_match): Handle fsym == NULL case.
1100 Add int no_adl argument.
1101 (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
1102 when appropriate.
1103 Add int no_adl argument.
1104 (find_oload_champ_namespace): Add int no_adl argument.
1105 * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
1106 expression.
1107 * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
1108 * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
1109 Evaluate arguments and use them to perform ADL lookup.
1110 Pass no_adl argument to find_overload_match.
1111 Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
1112 * cp-support.h: Added prototype for
1113 make_symbol_overload_list_namespace.
1114 * cp-support.c (make_symbol_overload_list_namespace): New function.
1115 (make_symbol_overload_list_adl_namespace): New function.
1116 (make_symbol_overload_list_adl): New function.
1117 (make_symbol_overload_list_using): Moved code to add function to
1118 overload set to make_symbol_overload_list_namespace.
1119 * c-exp.y: create UNKNOWN_CPP_NAME token.
1120 Add parse rule for ADL functions.
1121 (classify_name): Recognize an UNKNOWN_CPP_NAME.
1122
1123 2010-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1124
1125 * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
1126 sentinel.
1127
1128 2010-05-07 Joel Brobecker <brobecker@adacore.com>
1129
1130 Implement task switching on solaris targets.
1131 * sol-thread.c (thread_db_find_thread_from_tid)
1132 (sol_get_ada_task_ptid): New functions.
1133 (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
1134
1135 2010-05-07 Pedro Alves <pedro@codesourcery.com>
1136
1137 * remote.c (remote_query_supported_append): Use reconcat.
1138 (remote_query_supported): Install a cleanup. Use reconcat.
1139
1140 2010-05-07 Pedro Alves <pedro@codesourcery.com>
1141
1142 * gdbarch.sh (qsupported): Delete.
1143 * gdbarch.h, gdbarch.c: Regenerate.
1144 * remote.c (remote_query_supported): Remove use of
1145 gdbarch_qsupported.
1146
1147 2010-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
1148
1149 * xml-syscall.c (syscall_start_syscalls_info): Remove unused
1150 function.
1151
1152 2010-05-06 Michael Snyder <msnyder@vmware.com>
1153
1154 * xml-support.c (xinclude_start_include): Delete unused variable.
1155 (xml_process_xincludes): Delete unused variable.
1156 * xml-syscall.c (syscall_parse_xml): Delete unused variable.
1157 * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
1158 (tdesc_find_arch_register): Delete unused variable.
1159 (tdesc_use_registers): Delete unused variable.
1160 * xml-tdesc.c (tdesc_start_target): Delete unused variable.
1161 * inferior.c (print_inferior): Delete unused variable.
1162 * record.c (record_open_1): Delete unused variable.
1163 (record_restore): Delete unused variable.
1164 (cmd_record_save): Delete unused variable.
1165 * gcore.c (derive_heap_segment): Delete unused variable.
1166 (objfile_find_memory_regions): Use unused variable.
1167 * jit.c (jit_inferior_init): Delete unused variable.
1168 * progspace.c (clone_program_space): Delete unused variable.
1169 (pspace_empty_p): Delete unused variable.
1170
1171 * frame-unwind.c (frame_unwind_find_by_frame):
1172 Delete unused variable.
1173 * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
1174 * cp-support.c (mangled_name_to_comp): Delete unused variable.
1175 (method_name_from_physname): Delete unused variable.
1176 (cp_func_name): Delete unused variable.
1177 (cp_validate_operator): Delete unused variable.
1178 * cp-namespace.c (cp_scan_for_anonymous_namespaces):
1179 Delete unused variable.
1180 * trad-frame.c (trad_frame_get_prev_register):
1181 Delete unused variable.
1182 * tramp-frame.c (tramp_frame_cache): Delete unused variable.
1183
1184 * serial.c (serial_for_fd): Delete unused variable.
1185 * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
1186 * top.c (execute_command): Delete unused variable.
1187 (init_main): Delete unused variable.
1188 * utils.c (do_fclose_cleanup): Delete unused variable.
1189 (do_all_inferior_continuations): Delete unused variable.
1190 (initialize_utils): Delete unused variable.
1191 (internal_problem_mode): Delete unused global.
1192 * frame.c (get_prev_frame): Delete unused global.
1193 (get_frame_locals_address): Delete unused global.
1194 (get_frame_args_address): Delete unused global.
1195
1196 * p-typeprint.c (pascal_type_print_base): Delete unused variable.
1197 (pascal_type_print_varspec_prefix): Delete unused variable.
1198 * f-typeprint.c (f_type_print_base): Delete unused variable.
1199 (f_type_print_varspec_suffix): Delete unused variable.
1200 * m2-typeprint.c (m2_print_type): Delete unused variable.
1201 (m2_long_set): Delete unused variable.
1202 * ada-valprint.c (ada_val_print_1): Delete unused variable.
1203 * d-valprint.c (dynamic_array_type): Delete unused variable.
1204 * f-valprint.c (f77_get_dynamic_length_of_aggregate):
1205 Delete unused variable.
1206 (f77_create_arrayprint_offset_tbl): Delete unused variable.
1207 * m2-valprint.c (m2_val_print): Delete unused variable.
1208
1209 * ui-out.c (ui_out_field_int): Delete unused variable.
1210 (ui_out_field_fmt_int): Delete unused variable.
1211 * varobj.c (varobj_list_children): Delete unused variable.
1212 (varobj_set_value): Delete unused variable.
1213 (install_new_value_visualizer): Delete unused variable.
1214 (varobj_set_visualizer): Delete unused variable.
1215 (varobj_update): Delete unused variable.
1216 (varobj_editable_p): Delete unused variable.
1217 (c_value_of_root): Delete unused variable.
1218 (cplus_describe_child): Delete unused variable.
1219
1220 * ada-lang.c (add_defn_to_vec): Delete unused variable.
1221 (decode_constrained_packed_array_type): Delete unused variable.
1222 (add_defn_to_vec): Delete unused variable.
1223 (symbol_completion_match): Delete unused variable.
1224 (value_tag_from_contents_and_address): Delete unused variable.
1225 (ada_evaluate_subexp): Delete unused variable.
1226 * c-lang.c (classify_type): Delete unused variable.
1227 * f-lang.c (f_printstr): Delete unused variable.
1228 * objc-lang.c (objc_printstr): Delete unused variable.
1229 * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
1230 * jv-lang.c (type_from_class): ifdef unused variable.
1231 (java_class_name_from_physname): Delete unused variable.
1232 * m2-lang.c (m2_printstr): Delete unused variable.
1233
1234 * objfiles.c (objfile_relocate): Delete unused variable.
1235 * maint.c (_initialize_maint_cmds): Delete unused variable.
1236 * demangle.c (_initialize_demangler): Delete unused variable.
1237 * corefile.c (reopen_exec_file): Delete unused variable.
1238 * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
1239 * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
1240
1241 * osabi.c (_initialize_gdb_osabi): Delete unused variable.
1242 * memattr.c (mem_delete): Delete unused variable.
1243 (invalidate_target_mem_regions): Delete unused variable.
1244 * mem-break.c (default_memory_insert_breakpoint):
1245 Delete unused variable.
1246 * target.c (target_get_osdata): Delete unused variable.
1247 * parse.c (length_of_subexp): Delete unused variable.
1248 (prefixify_subexp): Delete unused variable.
1249 (exp_iterate): Delete unused variable.
1250 * reverse.c (delete_bookmark_command): Delete unused variable.
1251
1252 * macrocmd.c (_initialize_macrocmd): Delete unused variable.
1253 * macroexp.c (gather_arguments): Delete unused variable.
1254 (substitute_args): Delete unused variable.
1255 * completer.c (gdb_completer_loc_break_characters): Unused, delete.
1256 * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
1257 (_initialize_gdbarch): Delete unused variable.
1258 * gdbarch.c, gdbarch.h: Regenerate.
1259 * arch-utils.c (initialize_current_architecture):
1260 Delete unused variable.
1261 (_initialize_gdbarch_utils): Delete unused variable.
1262 * gdbtypes.c (make_cv_type): Delete unused variable.
1263 (make_type_with_address_space): Delete unused variable.
1264
1265 * linespec.c (decode_compound): Delete unused variable.
1266 * dictionary.c (iterator_next_hashed): Delete unused variable.
1267 * infcall.c (call_function_by_hand): Delete unused variable.
1268 * infcmd.c (step_1): Delete unused variable.
1269 (registers_info): Delete unused variable.
1270 (attach_command): Delete unused variable.
1271 * infrun.c (follow_exec): Delete unused variable.
1272 (handle_step_into_function_backwards): Delete unused variable.
1273 (_initialize_infrun): Delete unused variable.
1274 * stack.c (parse_frame_specification_1): Delete unused variable.
1275 (frame_info): Delete unused variable.
1276 (backtrace_command_1): Delete unused variable.
1277 (catch_info): Delete unused variable.
1278
1279 * eval.c (evaluate_subexp_standard): Delete unused variable.
1280 * valops.c (value_cast_pointers): Delete unused variable.
1281 (value_dynamic_cast): Delete unused variable.
1282 (value_array): Delete unused variable.
1283 (find_overload_match): Delete unused variable.
1284 * valarith.c (value_subscript): Delete unused variable.
1285 (value_binop): Delete unused variable.
1286 * valprint.c (_initialize_valprint): Delete unused variable.
1287 * printcmd.c (print_command_1): Delete unused variable.
1288 (address_info): Delete unused variable.
1289 (printf_command): Delete unused variable.
1290
1291 * auxv.c (target_auxv_search): Delete unused variable.
1292 * blockframe.c (get_frame_block): Delete unused variable.
1293 * regcache.c (regcache_cpy): Delete unused variable.
1294 (regcache_cpy_no_passthrough): Delete unused variable.
1295 * charset.c (wchar_iterate): Delete unused variable.
1296 (find_charset_names): Delete unused variable.
1297 (_initialize_charset): Delete unused variable.
1298 * disasm.c (do_mixed_source_and_assembly):
1299 Delete unused variable.
1300 * source.c (set_default_source_symtab_and_line):
1301 Delete unused variable.
1302 (set_substitute_path_command): Delete unused variable.
1303 * value.c (preserve_values): Delete unused variable.
1304 (value_from_double): Delete unused variable.
1305
1306 2010-05-05 Michael Snyder <msnyder@vmware.com>
1307
1308 * psymtab.c (lookup_partial_symbol): Delete unused variable.
1309 (find_last_source_symtab_from_partial): Delete unused variable.
1310 * symfile.c (place_section): Delete unused variable.
1311 (default_symfile_offsets): Delete unused variable.
1312 (get_debug_link_info): Delete unused variable.
1313 (find_separate_debug_file_by_debuglink): Delete unused variable.
1314 (add_symbol_file_command): Delete unused variable.
1315 (symfile_find_segment_sections): Delete unused variable.
1316 * symmisc.c (free_symtab): Delete unused variable.
1317 (dump_symtab_1): Delete unused variable.
1318 * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
1319 (find_pc_sect_symtab): Delete unused variable.
1320 (skip_prologue_using_lineinfo): Delete unused variable.
1321 (sources_info): Delete unused variable.
1322 (completion_list_add_name): Delete unused variable.
1323 (expand_line_sal): Delete unused variable.
1324
1325 * breakpoint.c (validate_commands_for_breakpoint):
1326 Delete unused variables.
1327 (insert_catchpoint): Delete unused variable.
1328 (update_watchpoint): Delete unused variable.
1329 (insert_bp_location): Delete unused variable.
1330 (insert_breakpoint_locations): Delete unused variable.
1331 (remove_breakpoint_1): Delete unused variable.
1332 (software_breakpoint_inserted_here_p): Delete unused variable.
1333 (watchpoints_triggered): Delete unused variable.
1334 (bpstat_check_watchpoint): Delete unused variable.
1335 (bpstat_stop_status): Delete unused variable.
1336 (print_one_breakpoint_location): Delete unused variable.
1337 (allocate_bp_location): Delete unused variable.
1338 (create_breakpoint): Delete unused variable.
1339 (watch_command_1): Delete unused variable.
1340 (catch_exception_command_1): Delete unused variable.
1341 (catch_ada_exception_command): Delete unused variable.
1342 (delete_breakpoint): Delete unused variable.
1343 (breakpoint_re_set_one): Delete unused variable.
1344 (do_enable_breakpoint): Delete unused variable.
1345
1346 2010-05-06 Pedro Alves <pedro@codesourcery.com>
1347
1348 * amd64-tdep.c: Include disasm.h.
1349 (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
1350 (amd64_insn_length): Moved to disasm.c and renamed.
1351 (fixup_riprel): Adjust.
1352 * disasm.c (do_ui_file_delete): New.
1353 (gdb_insn_length): New.
1354 (gdb_buffered_insn_length_fprintf)
1355 (gdb_buffered_insn_length_init_dis)
1356 (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
1357 renamed.
1358 * disasm.h (gdb_insn_length): Declare.
1359 (gdb_buffered_insn_length): Declare.
1360
1361 2010-05-06 Pedro Alves <pedro@codesourcery.com>
1362
1363 * remote.c (clear_threads_parsing_context): New.
1364 (remote_threads_info): Delete unused null_cleanup. Install a
1365 cleanup to clear the threads_parsing_context in case parsing
1366 throws.
1367
1368 2010-05-05 Michael Snyder <msnyder@vmware.com>
1369
1370 * c-exp.y (parse_string_or_char): Delete unused variable.
1371 (c_lex): Delete unused variable.
1372 * cp-name-parser.y (cpname_lex): Delete unused variable.
1373 * ada-exp.y (find_primitive_type): Delete unused variable.
1374 (write_var_or_type): Delete unused variable.
1375 * jv-exp.y (java_parse): Delete unused variable.
1376 (push_expression_name): Delete unused variable.
1377 * p-exp.y (pascal_lex): Delete unused variable.
1378
1379 2010-05-05 Pedro Alves <pedro@codesourcery.com>
1380
1381 * remote.c (remote_threads_info): Really revert previous previous
1382 change.
1383
1384 2010-05-05 Michael Snyder <msnyder@vmware.com>
1385
1386 * elfread.c (elf_symtab_read): Delete unused variable.
1387 (find_separate_debug_file_by_buildid): Delete unused variables.
1388 (elf_symfile_read): Delete unused variable.
1389
1390 * coffread.c (coff_symfile_read): Delete unused variables.
1391
1392 * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
1393 (read_pe_exported_syms): Delete unused variable.
1394
1395 * stabsread.c (define_symbol): Delete unused variable.
1396
1397 * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
1398 (process_psymtab_comp_unit): Delete unused variable.
1399 (dwarf2_build_psymtabs_hard): Delete unused variable.
1400 (load_partial_comp_unit): Delete unused variable.
1401 (create_all_comp_units): Delete unused variable.
1402 (scan_partial_symbols): Delete unused variable.
1403 (add_partial_symbol): Delete unused variable.
1404 (add_partial_namespace): Delete unused variable.
1405 (add_partial_enumeration): Delete unused variable.
1406 (load_full_comp_unit): Delete unused variable.
1407 (process_full_comp_unit): Delete unused variable.
1408 (read_file_scope): Delete unused variable.
1409 (read_type_unit_scope): Delete unused variable.
1410 (process_structure_scope): Delete unused variable.
1411 (process_enumeration_scope): Delete unused variable.
1412 (read_tag_ptr_to_member_type): Delete unused variable.
1413 (read_typedef): Delete unused variable.
1414 (read_partial_die): Delete unused variable.
1415 (decode_locdesc): Delete unused variable.
1416 (zeroed_partial_die): Delete unused global variable.
1417
1418 * tui/tui-interp.c (_initialize_tui_interp):
1419 Delete unused variable.
1420 * tui/tui-regs.c tui_display_registers_from):
1421 Delete unused variable.
1422 (tui_check_register_values): Delete unused variable.
1423 (tui_register_format): Delete unused variable.
1424 * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
1425 * tui/tui-windata.c (tui_display_data_from_line):
1426 Delete unused variables.
1427 (tui_vertical_data_scroll): Delete unused variables.
1428
1429 2010-05-05 Michael Snyder <msnyder@vmware.com>
1430
1431 * remote.c (remote_threads_info): Revert questionable part of
1432 the previous change.
1433
1434 2010-05-05 Michael Snyder <msnyder@vmware.com>
1435
1436 * mi/mi-out.c (mi_table_begin): Delete unused variable.
1437 * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
1438 (mi_cmd_var_list_children): Delete unused variable.
1439 (varobj_update_one): Delete unused variable.
1440 * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
1441 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
1442 Delete unused variable.
1443 (mi_cmd_stack_list_variables): Delete unused variable.
1444 (list_args_or_locals): Delete unused variable.
1445 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
1446 Delete unused variables.
1447 (mi_cmd_file_list_exec_source_files): Delete unused variable.
1448 * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
1449 Delete unused variable.
1450 * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
1451 (mi_cmd_interpreter_exec): Delete unused variable.
1452 (mi_on_normal_stop): Delete unused variable.
1453 * mi/mi-main.c (run_one_inferior): Delete unused variable.
1454 (print_one_inferior): Delete unused variables.
1455 (mi_execute_command): Delete unused variable.
1456 (mi_cmd_execute): Delete unused variable.
1457 (timestamp): Delete unused variable.
1458
1459 * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
1460 (restore_binary_file): Delete unused variable.
1461 * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
1462 * cli/cli-script.c (define_command): Delete unused variables.
1463 (recurse_read_control_structure): Delete unused variable.
1464 (script_from_file): Delete unused variable.
1465 * cli/cli-cmds.c (complete_command): Delete unused variable.
1466 (disassemble_command): Delete unused variable.
1467
1468 * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
1469 * tracepoint.c (delete_trace_variable_command):
1470 Delete unused variables.
1471 (encode_actions_1): Delete unused variables.
1472 (start_tracing): Delete unused variable.
1473 (trace_status_mi): Delete unused variable.
1474 (tfind_1): Delete unused variable.
1475 (trace_find_pc_command): Delete unused variable.
1476 (trace_find_line_command): Delete unused variables.
1477 (trace_find_range_command): Delete unused variables.
1478 (trace_find_outside_command): Delete unused variables.
1479 (parse_tracepoint_definition): Delete unused variables.
1480 (tfile_fetch_registers): Delete unused variable.
1481
1482 * dcache.c (dcache_init): Delete unused variable.
1483 (dcache_info): Delete unused variable.
1484
1485 * remote.c (remote_threads_info): Delete unused variable.
1486 (process_stop_reply) :Delete unused variable.
1487 (remote_get_trace_status): Delete unused variables.
1488
1489 * linux-thread-db.c (add_thread_db_info): Delete unused variable.
1490 (thread_from_lwp): Delete unused variable.
1491 (enable_thread_event_reporting): Delete unused variable.
1492 (check_for_thread_db): Delete unused variables.
1493 (thread_db_find_new_threads_2): Delete unused variable.
1494
1495 * linux-fork.c (info_checkpoints_command): Delete unused variables.
1496 (checkpoint_command): Delete unused variable.
1497 (linux_fork_context): Delete unused variables.
1498
1499 * linux-nat.c (linux_parent_pid): Delete unused global variable.
1500 (linux_tracefork_child): Delete unused variable.
1501 (linux_child_follow_fork): Delete unused variable.
1502 (linux_nat_detach): Delete unused variable.
1503 (linux_handle_extended_wait): Delete unused variable.
1504 (linux_nat_has_pending_sigint): Delete unused variable.
1505 (linux_nat_find_memory_regions): Delete unused variable.
1506 (linux_nat_make_corefile_notes): Delete unused variables.
1507 (linux_nat_info_proc_cmd): Delete unused variable.
1508 (linux_proc_pending_signals): Delete unused variable.
1509 (linux_nat_stop_lwp): Delete unused variables.
1510 (_initialize_linux_nat): Delete unused variable.
1511
1512 * ser-pipe.c (pipe_ops): Delete unused global variable.
1513
1514 * linux-record.c (record_linux_system_call):
1515 Delete unused variables.
1516
1517 * corelow.c (core_xfer_partial): Delete unused variables.
1518
1519 * solib-svr4.c (find_program_interpreter): Delete unused variable.
1520 (svr4_solib_create_inferior_hook): Add ifdef around
1521 conditionally-used variable declarations.
1522
1523 * solib.c (solib_find): Delete unused variable.
1524 (free_so_symbols): Delete unused variable.
1525 (info_sharedlibrary_command): Delete unused variable.
1526 (reload_shared_libraries_1): Delete unused variable.
1527 (_initialize_solib): Delete unused variable.
1528
1529 * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
1530 (i386_collect_xstateregset): Delete unused variable.
1531 * i387-tdep.c (i387_print_float_info): Delete unused variable.
1532
1533 * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
1534 Delete unused variable 'type'.
1535
1536 2010-05-05 Joel Brobecker <brobecker@adacore.com>
1537
1538 * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros. *
1539 ada-lang.c: Remove comment mentioning these macros.
1540 * m2-exp.y: Delete commented out code.
1541
1542 2010-05-05 Joel Brobecker <brobecker@adacore.com>
1543
1544 * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
1545 for array types.
1546 * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
1547
1548 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
1549
1550 ARI fix: Remove ATTRIBUTE_UNUSED throughout.
1551 * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
1552 ATTRIBUTE_UNUSED.
1553 (cleanup_kernel_helper_return): Likewise.
1554 * arm-tdep.c (copy_unmodified): Likewise.
1555 (copy_preload): Likewise.
1556 (copy_copro_load_store): Likewise.
1557 (cleanup_branch): Likewise.
1558 (copy_b_bl_blx): Likewise.
1559 (copy_bx_blx_reg): Likewise.
1560 (copy_alu_imm): Likewise.
1561 (copy_alu_reg): Likewise.
1562 (copy_alu_shifted_reg): Likewise.
1563 (cleanup_load): Likewise.
1564 (cleanup_store): Likewise.
1565 (cleanup_block_load_pc): Likewise.
1566 (cleanup_svc): Likewise.
1567 (copy_undef): Likewise.
1568 (copy_unpred): Likewise.
1569 * remote.c (register_remote_support_xml): Likewise.
1570
1571 2010-05-05 Hui Zhu <teawater@gmail.com>
1572
1573 * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
1574
1575 2010-05-04 Mark Kettenis <kettenis@gnu.org>
1576
1577 * remote.c (register_remote_support_xml)
1578 (remote_query_supported_append, remote_query_supported): Add cast
1579 to NULL used as sentinel.
1580 * tracepoint.c (tvariables_info_1): Likewise.
1581 * utils.c (add_internal_problem_command): Likewise.
1582
1583 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1584
1585 * dwarf2loc.c (read_pieced_value, write_pieced_value,
1586 dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
1587 registers gracefully.
1588
1589 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1590
1591 * exec.c (print_section_info): Display entry point without arch
1592 specific parts.
1593
1594 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
1595
1596 PR exp/11349.
1597 * printcmd.c (x_command): Only dereference once implicitly for
1598 TYPE_CODE_REF.
1599
1600 2010-05-03 Doug Evans <dje@google.com>
1601
1602 * event-loop.c (gdb_timer): Delete unused global.
1603 (create_timer): Update.
1604
1605 2010-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1606
1607 * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
1608 CURRENT->DECLARATION case.
1609 * cp-support.h (struct using_direct): Provide extended comment.
1610
1611 2010-05-03 Mark Kettenis <kettenis@gnu.org>
1612
1613 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
1614 HPPABSD_SIZEOF_GREGS.
1615 (HPPAOBSD_SIZEOF_FPREGS): New define.
1616 (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
1617 (hppaobsd_supply_fpregset): New function.
1618 (hppaobsd_gregset): Renamed from hppabsd_gregset.
1619 (hppaobsd_fpregset): New variable.
1620 (hppaobsd_regset_from_core_section): Handle floating-point registers.
1621 (_initialize_hppabsd_tdep): Remove spurious blank line.
1622
1623 2010-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
1624
1625 PR pascal/11349.
1626 * p-valprint.c (pascal_value_print): Always dereference a value with
1627 type code TYPE_CODE_REF.
1628
1629 2010-05-03 Pedro Alves <pedro@codesourcery.com>
1630
1631 * remote.c (remote_notice_signals): New.
1632 (remote_start_remote): In non-stop mode, update the remote end on
1633 which signals it can silently pass.
1634 (init_remote_ops): Install remote_notice_signals.
1635
1636 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1637
1638 * cli/cli-cmds.h (error_no_arg): Remove. Move the comment ...
1639 * command.h (error_no_arg): ... here. Remove NORETURN, change
1640 ATTR_NORETURN to ATTRIBUTE_NORETURN.
1641 * defs.h (NORETURN, ATTR_NORETURN): Remove.
1642 (perror_with_name, verror, error, error_stream, vfatal, fatal)
1643 (internal_verror, internal_error, nomem): Remove NORETURN, change
1644 ATTR_NORETURN to ATTRIBUTE_NORETURN.
1645 * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
1646 (throw_vfatal, throw_error): Remove NORETURN.
1647 (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
1648 * exceptions.h (throw_exception, throw_verror, throw_vfatal)
1649 (throw_error, deprecated_throw_reason): Remove NORETURN, change
1650 ATTR_NORETURN to ATTRIBUTE_NORETURN.
1651 * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
1652 to ATTRIBUTE_NORETURN for prototype, for the definition only remove
1653 NORETURN.
1654 * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
1655 * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
1656 ATTRIBUTE_NORETURN.
1657 * target.c (tcomplain): Likewise.
1658 * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
1659 ATTRIBUTE_NORETURN.
1660 * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
1661 (internal_error, perror_with_name, nomem): Remove NORETURN.
1662 * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
1663 ATTRIBUTE_NORETURN.
1664
1665 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1666
1667 * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
1668 * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
1669 * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
1670 (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
1671 * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
1672 (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
1673 * complaints.h (complaint, internal_complaint): Likewise.
1674 * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
1675 (ATTR_FORMAT): Remove.
1676 (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
1677 (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
1678 (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
1679 (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
1680 (xsnprintf, verror, error, vfatal, fatal, internal_verror)
1681 (internal_error, internal_vwarning, internal_warning, warning)
1682 (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
1683 * disasm.c (fprintf_disasm): Likewise.
1684 * exceptions.c (throw_it): Likewise.
1685 * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
1686 (throw_error): Likewise.
1687 * language.h (type_error, range_error): Likewise.
1688 * linespec.c (cplusplus_error): Likewise.
1689 * mi/mi-interp.c (mi_interp_query_hook): Likewise.
1690 * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
1691 * monitor.c (monitor_debug): Likewise.
1692 * parser-defs.h (parser_fprintf): Likewise.
1693 * serial.h (serial_printf): Likewise.
1694 * tui/tui-hooks.c (tui_query_hook): Likewise.
1695 * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
1696 (uo_message): Likewise.
1697 * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
1698 * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
1699 Likewise.
1700 * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
1701
1702 2010-05-02 Pedro Alves <pedro@codesourcery.com>
1703
1704 * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
1705 (cli_table_header, cli_begin, cli_end, cli_field_int)
1706 (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
1707 (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
1708 Delete forward declarations.
1709 (cli_ui_out_impl): Move below the callbacks.
1710 (_initialize_cli_out): Delete.
1711
1712 2010-05-02 Pedro Alves <pedro@codesourcery.com>
1713
1714 * README: Use consistent `GDB' and `GDBserver' spellings.
1715
1716 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1717
1718 * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
1719
1720 2010-05-01 Pedro Alves <pedro@codesourcery.com>
1721
1722 * infrun.c (prepare_for_detach): In non-stop, context switch to
1723 the thread that got the event before handling the event.
1724
1725 2010-04-30 Tom Tromey <tromey@redhat.com>
1726
1727 * symtab.c (symbol_set_names): Fix typo.
1728
1729 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
1730
1731 * python/py-param.c (parm_constants): Avoid ARI warning
1732 by adding ARI comment.
1733 (parmpy_init): Likewise.
1734
1735 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
1736
1737 * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
1738 and created type for re-use.
1739
1740 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
1741
1742 * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
1743
1744 2010-04-29 Doug Evans <dje@google.com>
1745
1746 * ser-base.h (reschedule): Delete prototype.
1747 * ser-base.c (reschedule): Make static.
1748
1749 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1750
1751 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
1752 (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
1753 (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
1754 EABI.
1755 (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
1756 use.
1757
1758 2010-04-29 Pedro Alves <pedro@codesourcery.com>
1759
1760 PR gdb/11557
1761
1762 * regcache.c (registers_changed): Rename to ...
1763 (registers_changed_ptid): ... this, and only delete register cache
1764 entries matching the ptid filter argument.
1765 (registers_changed): Reimplement on top of registers_changed_ptid.
1766 * regcache.h (registers_changed_ptid): Declare.
1767 * target.c (target_resume): Flush register caches.
1768
1769 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
1770 Tom Tromey <tromey@redhat.com>
1771 Thiago Jung Bauermann <bauerman@br.ibm.com>
1772
1773 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
1774 (SUBDIR_PYTHON_SRCS): Likewise.
1775 (py-parameter.o): New rule.
1776 * python/py-parameter.c: New file.
1777 * python/python-internal.h (gdbpy_initialize_parameter)
1778 (gdbpy_parameter, gdbpy_parameter_value)
1779 (gdbpy_parse_command_name): Declare.
1780 * python/py-cmd.c (parse_command_name): Rename to
1781 gdbpy_parse_command_name.
1782 (gdbpy_parse_command_name): Accept a starting list parameter and
1783 use over cmdlist.
1784 (cmdpy_init): Use gdbpy_parse_command_name.
1785 * python/python.c (parameter_to_python): Rename to
1786 gdbpy_parameter_to_python. Accept enum var_types and value.
1787 (gdbpy_parameter): Use gdbpy_parameter_value.
1788 (_initialize_python): Call gdbpy_initialize_parameters.
1789
1790 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1791
1792 * MAINTAINERS: Add myself for write after approval privileges.
1793
1794 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1795
1796 D language support.
1797 * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
1798 (COMMON_OBS): Add d-lang.o d-valprint.o.
1799 (HFILES_NO_SRCDIR): Add d-lang.h.
1800 * NEWS: Mention D language support.
1801 * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
1802 * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
1803 * d-lang.c: New file.
1804 * d-lang.h: New file.
1805 * d-valprint.c: New file.
1806 * defs.h (enum language): Add language_d.
1807 * dwarf2read.c (set_cu_language): Add DW_LANG_D.
1808 * language.c (binop_result_type, integral_type, character_type)
1809 (string_type, boolean_type, structured_type): Add language_d.
1810 * symfile.c (init_filename_language_table): Add language_d.
1811 * symtab.c: Include d-lang.h.
1812 (symbol_init_language_specific, symbol_find_demangled_name)
1813 (symbol_natural_name, lookup_symbol_in_language)
1814 (symbol_demangled_name, symbol_matches_domain): Add language_d.
1815
1816 2010-04-27 Joel Brobecker <brobecker@adacore.com>
1817
1818 * solib-svr4.c (solib_svr4_r_map): Expand function description.
1819
1820 2010-04-27 Joel Brobecker <brobecker@adacore.com>
1821
1822 * symfile.c (init_filename_language_table): Register .dg files
1823 with language_ada.
1824
1825 2010-04-27 Joel Brobecker <brobecker@adacore.com>
1826
1827 * gdbtypes.h (struct main_type): Expand comment about target_type
1828 field.
1829
1830 2010-04-27 Pedro Alves <pedro@codesourcery.com>
1831 Tristan Gingold <gingold@adacore.com>
1832
1833 * symfile.c (reread_symbols): Also search for file in libraries.
1834 Update comment.
1835
1836 2010-04-27 Joel Brobecker <brobecker@adacore.com>
1837
1838 * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
1839 in terms of configuration.
1840
1841 2010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1842
1843 * objfiles.c: Include solist.h.
1844 (free_all_objfiles): New variable so. Check stale solist objfiles.
1845 * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
1846 and no_shared_libraries.
1847
1848 2010-04-27 Joel Brobecker <brobecker@adacore.com>
1849
1850 ARI warning fix.
1851 * python/py-auto-load.c (source_section_scripts): Remove trailing
1852 new-line in i18n string.
1853
1854 2010-04-26 Doug Evans <dje@google.com>
1855
1856 * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
1857
1858 2010-04-26 Tom Tromey <tromey@redhat.com>
1859
1860 * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
1861 command list.
1862
1863 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1864
1865 Removal of config/i386/nm-i386sol2.h native configuration file.
1866 * config/i386/nm-i386sol2.h: Remove file.
1867 * config/i386/i386sol2.mh: Remove NAT_FILE definition.
1868 * config/i386/sol2-64.mh: Idem.
1869 * config/djgpp/fnchange.lst: Remove reference to that file.
1870 * Makefile.in (HFILES_NO_SRCDIR): Idem.
1871
1872 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1873
1874 PR breakpoints/11531.
1875 * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
1876 macro definition and related comment.
1877 * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
1878 (resume): Remove code and comment related to this macro.
1879
1880 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1881
1882 * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
1883 Fix whitespace.
1884
1885 2010-04-24 Pedro Alves <pedro@codesourcery.com>
1886
1887 * defs.h: Adjust comment.
1888 * filesystem.h, filesystem.c: New files.
1889 * Makefile.in (SFILES): Add filesystem.c.
1890 (COMMON_OBS): Add filesystem.o.
1891 * solib.c (solib_find): Handle DOS-based filesystems. Handle
1892 different target and host path flavours.
1893 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
1894 has_dos_based_file_system on the gdbarch.
1895 * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
1896 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
1897 * i386-tdep.c (i386_go32_init_abi): Ditto.
1898 * gdbarch.sh (has_dos_based_file_system): New.
1899 * gdbarch.h, gdbarch.c: Regenerate.
1900 * NEWS: Mention improved support for remote targets with DOS-based
1901 filesystems. Mention new `set/show target-file-system-kind'
1902 commands.
1903
1904 2010-04-23 Stan Shebs <stan@codesourcery.com>
1905
1906 * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
1907 comments.
1908 (struct agent_reqs): Remove.
1909 (ax_reg_mask): Declare.
1910 * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
1911 (free_agent_expr): Free reg_mask.
1912 (ax_print): Add scope and register mask info.
1913 (ax_reqs): Remove agent_reqs argument, use agent expression
1914 fields, and move part of register mask computation to...
1915 (ax_reg_mask): New function.
1916 * ax-gdb.c (gen_trace_static_fields): Call it.
1917 (gen_traced_pop): Ditto.
1918 (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
1919 (gen_trace_for_var): Pass gdbarch to new_agent_expr.
1920 (gen_trace_for_expr): Ditto, and clear optimized_out flag.
1921 (gen_eval_for_expr): Ditto, and require an rvalue.
1922 (agent_command): Call ax_reqs.
1923 (agent_eval_command): Ditto.
1924 * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
1925 (validate_action_line): Ditto.
1926 (collect_symbol): Ditto.
1927 (encode_actions_1): Ditto.
1928
1929 2010-04-23 Daniel Jacobowitz <dan@codesourcery.com>
1930 Paul Pluzhnikov <ppluzhnikov@google.com>
1931 Jan Kratochvil <jan.kratochvil@redhat.com>
1932
1933 Fix deadlock on looped list of loaded shared objects.
1934 * solib-svr4.c (LM_PREV): New function.
1935 (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
1936 (svr4_current_sos): Check for correct l_prev. New variables prev_lm
1937 and next_lm. Clear prev_lm for solib_svr4_r_ldsomap.
1938 * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
1939
1940 2010-04-23 Doug Evans <dje@google.com>
1941
1942 * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
1943 python.
1944 * configure: Regenerate.
1945 * main.c: #include "python/python.h".
1946 (captured_main): Defer loading auto-loaded scripts until after
1947 local_gdbinit has been sourced.
1948 * python/py-auto-load.c (gdbpy_global_auto_load): New global.
1949 (load_auto_scripts_for_objfile): New function.
1950 (auto_load_new_objfile): Call it.
1951 * python/python.h (gdbpy_global_auto_load): Declare.
1952 (load_auto_scripts_for_objfile): Declare.
1953
1954 Add support for auto-loading scripts from .debug_gdb_scripts section.
1955 * NEWS: Add entry for .debug_gdb_scripts.
1956 * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
1957 (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
1958 (py-auto-load.o): New rule.
1959 * cli/cli-cmds.c (find_and_open_script): Make externally visible.
1960 * cli/cli-cmds.h (find_and_open_script): Update prototype.
1961 * python/py-auto-load.c: New file.
1962 * python/python-internal.h: #include <stdio.h>.
1963 (set_python_list, show_python_list): Declare.
1964 (gdbpy_initialize_auto_load): Declare.
1965 (source_python_script_for_objfile): Declare.
1966 * python/python.c: Remove #include of observer.h.
1967 (gdbpy_auto_load): Moved to py-auto-load.c.
1968 (GDBPY_AUTO_FILENAME): Ditto.
1969 (gdbpy_new_objfile): Delete.
1970 (source_python_script_for_objfile): New function.
1971 (set_python_list, show_python_list): Make externally visible.
1972 (_initialize_python): Move "auto-load" command to py-auto-load.c
1973 and observer_attach_new_objfile to py-auto-load.c.
1974
1975 2010-04-23 Jerome Guitton <guitton@adacore.com>
1976
1977 * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
1978 (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
1979 (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
1980 New constants.
1981 (alpha_heuristic_analyze_probing_loop): New function.
1982 (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
1983 and handle cases when a stack probe loop is generated.
1984 * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
1985 (alpha_mdebug_max_frame_size_exceeded): New function.
1986 (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
1987 (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
1988 Return 0 when the maximum debuggable frame size has been exceeded.
1989
1990 2010-04-23 Joel Brobecker <brobecker@adacore.com>
1991
1992 Fix ARI warning.
1993 * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
1994
1995 2010-04-20 Chris Moller <cmoller@redhat.com>
1996
1997 PR 10179
1998
1999 * symtab.c (rbreak_command): Added code to include a filename
2000 specification in the rbreak argument.
2001 * NEWS: Added a brief description of filename-qualified rbreak.
2002
2003 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2004
2005 Fix crashes on dangling display expressions.
2006 * ada-lang.c (ada_operator_check): New function.
2007 (ada_exp_descriptor): Fill-in the field operator_check.
2008 * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
2009 * jv-lang.c (exp_descriptor_java): Likewise.
2010 * m2-lang.c (exp_descriptor_modula2): Likewise.
2011 * scm-lang.c (exp_descriptor_scm): Likewise.
2012 * parse.c (exp_descriptor_standard): Likewise.
2013 (operator_check_standard): New function.
2014 (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
2015 * parser-defs.h (struct exp_descriptor): New field operator_check.
2016 (operator_check_standard, exp_uses_objfile): New declarations.
2017 * printcmd.c: Remove the inclusion of solib.h.
2018 (display_uses_solib_p): Remove the function.
2019 (clear_dangling_display_expressions): Call lookup_objfile_from_block
2020 and exp_uses_objfile instead of display_uses_solib_p.
2021 * solist.h (struct so_list) <objfile>: New comment.
2022 * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
2023 * symtab.h (lookup_objfile_from_block): New declaration.
2024 (struct general_symbol_info) <obj_section>: Extend the comment.
2025
2026 2010-04-22 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2027 Thiago Jung Bauermann <bauerman@br.ibm.com>
2028
2029 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
2030 (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
2031 ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
2032 PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
2033 PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
2034 PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
2035 PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
2036 PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
2037 PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
2038 PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
2039 PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
2040 PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
2041 PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
2042 Define, in case <ptrace.h> doesn't provide it.
2043 (booke_debug_info): New variable.
2044 (max_slots_number): Ditto.
2045 (hw_break_tuple): New struct.
2046 (thread_points): Ditto.
2047 (ppc_threads): New variable.
2048 (PPC_DEBUG_CURRENT_VERSION): New define.
2049 (have_ptrace_new_debug_booke): New function.
2050 (ppc_linux_check_watch_resources): Renamed to ...
2051 (ppc_linux_can_use_hw_breakpoint): ... this. Handle BookE processors.
2052 (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
2053 (booke_cmp_hw_point): New function.
2054 (booke_find_thread_points_by_tid): Ditto.
2055 (booke_insert_point): Ditto.
2056 (booke_remove_point): Ditto.
2057 (ppc_linux_insert_hw_breakpoint): Ditto.
2058 (ppc_linux_remove_hw_breakpoint): Ditto.
2059 (get_trigger_type): Ditto.
2060 (ppc_linux_insert_watchpoint): Handle BookE processors.
2061 (ppc_linux_remove_watchpoint): Ditto.
2062 (ppc_linux_new_thread): Ditto.
2063 (ppc_linux_thread_exit): New function..
2064 (ppc_linux_stopped_data_address): Handle BookE processors.
2065 (ppc_linux_watchpoint_addr_within_range): Ditto.
2066 (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
2067 to_remove_hw_breakpoint fields of the target operations struct.
2068 Add observe for the thread_exit event.
2069
2070 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
2071
2072 * i386-linux-nat.c (regmap): Removed.
2073 (fetch_register): Replace regmap with
2074 i386_linux_gregset_reg_offset.
2075 (store_register): Likewise.
2076 (supply_gregset): Likewise.
2077 (fill_gregset): Likewise.
2078
2079 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
2080 global.
2081
2082 * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
2083
2084 2010-04-22 Chris Moller <cmoller@redhat.com>
2085
2086 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
2087 method of popping recursion-detection stack with a method based on
2088 obstack_object_size(). (Similar to the PR9167 patch below, but for
2089 the static array obstack rather than the static member obstack.)
2090
2091 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
2092
2093 * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
2094 (_initialize_amd64_linux_nat): Replace
2095 amd64_linux_gregset64_reg_offset with
2096 amd64_linux_gregset_reg_offset.
2097
2098 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
2099 global.
2100
2101 * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
2102
2103 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2104
2105 PR stabs/11479.
2106 * stabsread.c (set_length_in_type_chain): New function.
2107 (read_struct_type): Call set_length_in_type_chain function.
2108 (read_enum_type): Idem.
2109
2110 2010-04-21 Stan Shebs <stan@codesourcery.com>
2111 Nathan Sidwell <nathan@codesourcery.com>
2112
2113 * tracepoint.c (trace_save): Open in binary mode.
2114
2115 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2116
2117 * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
2118 fields.
2119 * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
2120 builtin_char32 fields.
2121 * printcmd.c (decode_format): Set char size to '\0'
2122 for strings unless explicit size is given.
2123 (print_formatted): Correct calculation of NEXT_ADDRESS
2124 for 16 or 32 bit strings.
2125 (do_examine): Do not force byte size for strings.
2126 Use builtin_char16 and builtin_char32 types to display
2127 16 or 32 bit-wide strings.
2128 (x_command): Set LAST_SIZE to 'b' for string type.
2129
2130 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
2131
2132 PR corefiles/11523
2133 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
2134 XCR0 first.
2135
2136 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
2137 there is no .reg-xstate section.
2138 (i386_linux_core_read_description): Check XCR0 first.
2139
2140 2010-04-21 Mike Frysinger <vapier@gentoo.org>
2141
2142 * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
2143 for len <= 8.
2144
2145 2010-04-21 Chris Moller <cmoller@redhat.com>
2146
2147 PR 9167
2148 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
2149 method of popping recursion-detection stack with a method based on
2150 obstack_object_size().
2151
2152 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
2153
2154 PR pascal/11492.
2155 * p-valprint.c (pascal_val_print): Fix default printing of integer
2156 arrays.
2157
2158 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
2159
2160 Fix compilation warning on gcc-4.1.2.
2161 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
2162 local variable`pc' to zero.
2163
2164 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2165
2166 Implement thread support with core files on alpha-tru64.
2167 * dec-thread.c (dec_thread_find_new_threads): New function,
2168 extracted from resync_thread_list.
2169 (resync_thread_list): Add OPS parameter. Replace extracted-out
2170 code by call to dec_thread_find_new_threads.
2171 (dec_thread_wait): Update call to resync_thread_list.
2172 (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
2173
2174 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2175
2176 * ada-lang.c (value_pointer): New function.
2177 (make_array_descriptor): Call value_pointer to convert addresses to
2178 pointers.
2179
2180 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2181
2182 * rs6000-aix-tdep.c: #include exceptions.h.
2183 (rs6000_convert_from_func_ptr_addr): If an exception is thrown
2184 while reading the memory at ADDR, then ADDR cannot be a function
2185 descriptor.
2186
2187 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2188
2189 * ada-typeprint.c (ada_print_typedef): New function.
2190 * ada-lang.h (ada_print_typedef): Add declaration.
2191 * ada-lang.c (ada_language_defn): set la_print_typdef field
2192 to ada_print_typedef.
2193
2194 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2195
2196 * procfs.c (procfs_address_to_host_pointer): Only define when used.
2197
2198 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2199
2200 * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
2201 (iterate_over_mappings): Adjust function profile. Add declaration.
2202 (insert_dbx_link_bpt_in_region, info_mappings_callback):
2203 Adjust accordingly.
2204
2205 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2206
2207 * procfs.c (solib_mappings_callback): Move function up to avoid
2208 a compiler warning.
2209
2210 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2211
2212 * procfs.c (find_signalled_thread, find_stop_signal): Move
2213 these functions down to define them only when used.
2214
2215 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2216
2217 * valprint.c (common_val_print): Fix the value before extracting
2218 its contents.
2219 * ada-lang.c (ada_to_fixed_value): Make this function extern.
2220 * ada-lang.h (ada_to_fixed_value): New function declaration.
2221 * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
2222 to avoid code duplication and fix a bug in the handling of
2223 fixed types contents.
2224
2225 2010-04-20 Tom Tromey <tromey@redhat.com>
2226
2227 * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
2228 (read_partial_die): Likewise.
2229 (dwarf_attr_name): Likewise.
2230
2231 2010-04-20 Chris Moller <cmoller@redhat.com>
2232
2233 PR 10867
2234
2235 * cp-valprint.c (global): Adding new static array recursion
2236 detection obstack.
2237 (cp_print_value_fields, cp_print_static_field): Added new static
2238 array recursion detection code.
2239
2240 2010-04-20 Mark Kettenis <kettenis@gnu.org>
2241
2242 * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
2243 general-purpose register set should be 68 instead of 144.
2244 (i386_linux_sse_regset_sections): Likewise.
2245 (i386_linux_avx_regset_sections): Likewise.
2246
2247 2010-04-20 Stan Shebs <stan@codesourcery.com>
2248 Nathan Sidwell <nathan@codesourcery.com>
2249
2250 * dwarf2loc.c (struct axs_var_loc): New struct.
2251 (dwarf2_tracepoint_var_loc): New function.
2252 (dwarf2_tracepoint_var_access): New function.
2253 (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
2254 with DW_OP_piece.
2255 (locexpr_describe_location_piece): New function.
2256 (locexpr_describe_location_1): New function.
2257 (locexpr_describe_location): Call it, update signature.
2258 (loclist_describe_location): Rewrite to loop over locations,
2259 update signature.
2260 * symtab.h (struct symbol_computed_ops): Add address to
2261 describe_location arguments, return void.
2262 * printcmd.c (address_info): Get context PC, pass to computed
2263 location description.
2264 * tracepoint.c (scope_info): Ditto.
2265 * ax-gdb.c (trace_kludge): Export.
2266
2267 2010-04-20 Tom Tromey <tromey@redhat.com>
2268
2269 * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
2270 (struct dwarf2_cie) <segment_size>: New field.
2271 * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
2272 (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
2273 DW_FORM_exprloc.
2274 (read_attribute_value): Handle DW_FORM_flag_present,
2275 DW_FORM_sec_offset, DW_FORM_exprloc.
2276 (dump_die_shallow): Likewise.
2277 (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
2278 (dwarf2_const_value): Handle DW_FORM_exprloc.
2279 (attr_form_is_block): Likewise.
2280 (struct line_header) <maximum_ops_per_instruction>: New field.
2281 (dwarf_decode_line_header): Set new field.
2282 (dwarf_decode_lines): Handle new field.
2283
2284 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2285
2286 * f-exp.y: Add new production to recognize the `logical*8' type.
2287 (LOGICAL_S8_KEYWORD): New token.
2288 * f-lang.c (enum f_primitive_types)
2289 <f_primitive_type_logical_s8>: New field.
2290 (f_language_arch_info): Handling `logical*8' type.
2291 (build_fortran_types): Building `logical*8' type.
2292 * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
2293
2294 2010-04-19 Doug Evans <dje@google.com>
2295
2296 * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
2297 * ser-pipe.c (pipe_open): Fix file descriptor leaks.
2298 (pipe_close): Ditto.
2299
2300 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2301
2302 * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
2303
2304 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2305
2306 * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
2307 type to void function.
2308
2309 2010-04-19 Stan Shebs <stan@codesourcery.com>
2310 Vladimir Prus <vladimir@codesourcery.com>
2311
2312 * tracepoint.c (tfind_1): Add missing newline, report exit from
2313 tfind mode as such.
2314 * target.c (update_current_target): Make default
2315 to_trace_find return -1.
2316
2317 2010-04-19 Mike Frysinger <vapier@gentoo.org>
2318
2319 * objc-lang.c (find_methods): Move symname check up.
2320
2321 2010-04-19 Pedro Alves <pedro@codesourcery.com>
2322
2323 * ada-lang.c (print_recreate_exception)
2324 <ex_catch_exception_unhandled>: It's "catch exception unhandled",
2325 not "catch unhandled".
2326
2327 2010-04-19 Pedro Alves <pedro@codesourcery.com>
2328
2329 PR breakpoints/8554.
2330
2331 Implement `save-breakpoints'.
2332
2333 * breakpoint.c (save_cmdlist): New.
2334 (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
2335 to save_cmdlist.
2336 (print_recreate_catch_fork): New.
2337 (catch_fork_breakpoint_ops): Install it.
2338 (print_recreate_catch_vfork): New.
2339 (catch_vfork_breakpoint_ops): Install it.
2340 (print_recreate_catch_syscall): New.
2341 (catch_syscall_breakpoint_ops): Install it.
2342 (print_recreate_catch_exec): New.
2343 (catch_exec_breakpoint_ops): Install it.
2344 (print_recreate_exception_catchpoint): New.
2345 (gnu_v3_exception_catchpoint_ops): Install it.
2346 (save_breakpoints): New, based on tracepoint_save_command, but
2347 handle all breakpoint types.
2348 (save_breakpoints_command): New.
2349 (tracepoint_save_command): Rename to...
2350 (save_tracepoints_command): ... this, and reimplement using
2351 save_breakpoints.
2352 (save_command): New.
2353 (_initialize_breakpoints): Install the "save" command prefix.
2354 Install the "save breakpoints" command. Make "save-tracepoints" a
2355 deprecated alias for "save tracepoints".
2356 * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
2357 * ada-lang.c (print_recreate_exception): New.
2358 (print_recreate_catch_exception): New.
2359 (catch_exception_breakpoint_ops): Install it.
2360 (print_recreate_catch_exception_unhandled): New.
2361 (catch_exception_unhandled_breakpoint_ops): Install it.
2362 (print_recreate_catch_assert): New.
2363 (catch_assert_breakpoint_ops): Install it.
2364
2365 * NEWS: Mention the new `save breakpoints' command. Mention the
2366 new `save tracepoints' alias and that `save-tracepoints' is now
2367 deprecated.
2368
2369 2010-04-18 Pedro Alves <pedro@codesourcery.com>
2370
2371 PR tui/9217
2372
2373 * tui/tui-out.c: Include cli-out.h.
2374 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
2375 (tui_begin, tui_end, tui_field_int, tui_field_skip)
2376 (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
2377 (tui_message, tui_wrap_hint, tui_flush): Delete forward
2378 declarations.
2379 (struct ui_out_data): Rename to...
2380 (struct tui_ui_out_data): ... this. Remove `stream' and
2381 `suppress_output' fields, and inherit cli_ui_out_data.
2382 (tui_out_data): New typedef.
2383 (tui_ui_out_impl): Don't initialize fields staticaly.
2384 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
2385 (tui_begin, tui_end): Delete.
2386 (tui_field_int): Adjust to delegate most work to the base type.
2387 (tui_field_skip): Delete.
2388 (tui_field_string, tui_field_fmt): Adjust comment. Adjust to
2389 delegate most work to the base type.
2390 (tui_spaces): Delete.
2391 (tui_text): Adjust to delegate most work to the base type.
2392 (tui_message): Delete.
2393 (tui_wrap_hint): Delete.
2394 (tui_flush): Delete.
2395 (out_field_fmt): Delete.
2396 (field_separator): Delete.
2397 (tui_out_new): Adjust to initialize the base type.
2398 (_initialize_tui_out): Initialize tui_ui_out_impl.
2399 * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
2400 cli_ui_out_data.
2401 (cli_out_data): Adjust.
2402 (cli_ui_out_impl): Make extern.
2403 (cli_table_header, cli_field_int, cli_field_skip): Use
2404 uo_field_string instead of cli_field_string.
2405 (cli_redirect): Adjust to use cli_out_data.
2406 (cli_out_data_ctor): New.
2407 (cli_out_new): Use it.
2408 * cli-out.h (struct ui_file): Remove forward declaration.
2409 (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
2410 (cli_ui_out_impl): Declare.
2411 (cli_out_data_ctor): Declare.
2412 * ui-out.c (struct ui_out) <data>: Change type to void pointer.
2413 (uo_field_string): No longer static.
2414 (ui_out_data): Change return type to void pointer.
2415 (ui_out_new): Change `data' parameter type to void pointer.
2416 * ui-out.h (struct ui_out_data): Don't forward declare.
2417 (ui_out_data): Change return type to void pointer.
2418 (ui_out_new): Change `data' parameter type to void pointer.
2419 (uo_field_string): Declare.
2420
2421 2010-04-17 Pedro Alves <pedro@codesourcery.com>
2422
2423 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
2424 instead of always false.
2425
2426 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
2427
2428 PR corefiles/11511
2429 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
2430 orig_rax.
2431
2432 2010-04-17 Pedro Alves <pedro@codesourcery.com>
2433
2434 * breakpoint.c (watchpoints_triggered): Use
2435 is_hardware_watchpoint.
2436 (watchpoints_triggered): Ditto.
2437 (bpstat_check_location): Use is_watchpoint and
2438 is_hardware_watchpoint.
2439 (bpstat_check_watchpoint): Use is_watchpoint and
2440 is_hardware_watchpoint.
2441 (bpstat_stop_status): Fix comment.
2442 (user_settable_breakpoint): Use is_watchpoint.
2443 (hw_watchpoint_used_count): Use is_hardware_watchpoint.
2444 (disable_watchpoints_before_interactive_call_start): Use
2445 is_watchpoint.
2446 (enable_watchpoints_after_interactive_call_stop): Use
2447 is_watchpoint.
2448 (clear_command): Use is_watchpoint.
2449 (do_enable_breakpoint): Use is_watchpoint.
2450
2451 2010-04-16 Mike Frysinger <vapier@gentoo.org>
2452
2453 * solib-frv.c (enable_break1_done): Delete.
2454 (enable_break2): Do not check enable_break1_done. Move the
2455 enable_break2_done setting and call to
2456 remove_solib_event_breakpoints() to the end. Return without
2457 warning when the contents of _dl_debug_addr are 0.
2458 (enable_break): Do not set enable_break1_done.
2459 (frv_clear_solib): Likewise.
2460
2461 2010-04-16 Kevin Buettner <kevinb@redhat.com>
2462
2463 * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
2464 instead of an error if no PLT entry is found. Return a
2465 potentially useful result.
2466 (m32c_m16c_pointer_to_address): Add code to search for function
2467 address when no .plt entry is found.
2468
2469 2010-04-16 Stan Shebs <stan@codesourcery.com>
2470
2471 * tracepoint.c (trace_variable_command): Run a cleanup.
2472
2473 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2474
2475 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
2476
2477 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2478
2479 Support for Windows OS Thread Information Block.
2480 * NEWS: Document new feature.
2481 * remote.c (PACKET_qGetTIBAddr): New enum element.
2482 (remote_get_tib_address): New function.
2483 (init_remote_ops): Set to_get_tib_address field
2484 to remote_get_tib_address.
2485 (_initialize_remote): Add add_packet_config_cmd
2486 for PACKET_qGetTIBAddr.
2487 * target.c (update_current_target): Set default value for
2488 new to_get_tib_address field.
2489 * target.h (target_ops): New field to_get_tib_address.
2490 (target_get_tib_address): New macro.
2491 * windows-nat.c (thread_info): Add thread_local_base field.
2492 (windows_add_thread): Add tlb argument of type 'void *'.
2493 (fake_create_process): Adapt windows_add_thread call.
2494 (get_windows_debug_event): Idem.
2495 (windows_get_tib_address): New function.
2496 (init_windows_ops): Set to_get_tib_address field
2497 to remote_get_tib_address.
2498 (_initialize_windows_nat): Replace info_w32_cmdlist
2499 initialization by a call to init_w32_command_list.
2500 (info_w32_command, info_w32_cmdlist): Removed from here...
2501 to windows-tdep.c file.
2502 * windows-tdep.h (info_w32_cmdlist): Declare.
2503 (init_w32_command_list): New external function
2504 declaration.
2505 * windows-tdep.c: Add several headers.
2506 (info_w32_cmdlist): to here, made global.
2507 (thread_information_32): New struct.
2508 (thread_information_64): New struct.
2509 (TIB_NAME): New char array.
2510 (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
2511 (maint_display_all_tib): New static variable.
2512 (windows_get_tlb_type): New function.
2513 (tlb_value_read, tlb_value_write): New functions.
2514 (tlb_value_funcs): New static struct.
2515 (tlb_make_value): New function.
2516 (display_one_tib): New function.
2517 (display_tib): New function.
2518 (show_maint_show_all_tib):New function.
2519 (info_w32_command): Moved from windows-nat.c.
2520 (init_w32_command_list): New function.
2521 (_initialize_windows_tdep): New function.
2522 New "maint set/show show-all-tib" command
2523 New "$_tlb" internal variable.
2524
2525 2010-04-16 Joel Brobecker <brobecker@adacore.com>
2526
2527 * tui/tui-regs.c (tui_display_register): Add comment about
2528 a couple of casts.
2529 * tui/tui-stack.c (tui_show_locator_content): Ditto.
2530
2531 2010-04-15 Stan Shebs <stan@codesourcery.com>
2532
2533 * frame.c: Include tracepoint.h.
2534 (get_current_frame): Allow a trace frame to be an alternate source
2535 of stack frame data.
2536 * tracepoint.c (tfind_1): Don't try to get current stack frame if
2537 it won't succeed.
2538
2539 2010-04-15 Pedro Alves <pedro@codesourcery.com>
2540
2541 * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
2542 flags.
2543 * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
2544
2545 2010-04-15 Doug Evans <dje@google.com>
2546
2547 * NEWS: Add entry for python program space support.
2548 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
2549 (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
2550 (py-progspace.o): New rule.
2551 * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
2552 function.
2553 (find_pretty_printer_from_progspace): New function.
2554 (find_pretty_printer_from_gdb): New function.
2555 (find_pretty_printer): Rewrite.
2556 * python/py-progspace.c: New file.
2557 * python/python-internal.h (program_space): Add forward decl.
2558 (pspace_to_pspace_object, pspy_get_printers): Declare.
2559 (gdbpy_initialize_pspace): Declare.
2560 * python/python.c: #include "progspace.h".
2561 (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
2562 (_initialize_python): Call gdbpy_initialize_pspace.
2563 (GdbMethods): Add current_progspace, progspaces.
2564
2565 Add -s option to source command.
2566 * NEWS: Document new option.
2567 * cli/cli-cmds.c (find_and_open_script): Add function comment.
2568 Delete from_tty and cleanupp args. Split filep arg into file and
2569 full_pathp. New arg search_path.
2570 (source_script_from_stream): New function.
2571 (source_script_with_search): New function.
2572 (source_script): Rewrite.
2573 (source_command): Parse "-s" option.
2574 (init_cli_cmds): Add "-s" docs to source command help, and reformat.
2575 * python/python.c (source_python_script): Make file arg a const char *.
2576 Don't call fclose, leave for caller.
2577 * python/python.h (source_python_script): Update.
2578
2579 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
2580 Pedro Alves <pedro@codesourcery.com>
2581
2582 Avoid rereading shared libraries that haven't changed.
2583
2584 * solib.c (free_so_symbols): New function, from ...
2585 (free_so): ... here. Call it.
2586 (solib_read_symbols): Don't warn here if symbols have already been
2587 loaded.
2588 (solib_add): Warn here instead, if a pattern was specified.
2589 (reload_shared_libraries_1): New.
2590 (reload_shared_libraries): Rewrite to not fetch the library list.
2591
2592 2010-04-14 Doug Evans <dje@google.com>
2593
2594 * source.c (openp): Strip DOS drive letter if present before
2595 concatenating string to search path.
2596
2597 2010-04-14 Pedro Alves <pedro@codesourcery.com>
2598
2599 * objfiles.h (gdb_bfd_close_or_warn): Declare.
2600 * objfiles.c (gdb_bfd_close_or_warn): New.
2601 * corelow.c: Include objfiles.h
2602 (core_close): Use gdb_bfd_close_or_warn.
2603 * elfread.c (build_id_verify): Ditto.
2604 * exec.c (exec_close, exec_close_1): Ditto.
2605
2606 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
2607 Pedro Alves <pedro@codesourcery.com>
2608
2609 Group errors for many missing shared libraries.
2610
2611 * solist.h (struct so_list): Remove from_tty.
2612 * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
2613 (solib_map_sections): Take so_list argument. Return 0 if we
2614 failed to open a BFD. Add target sections here.
2615 (symbol_add_stub): Delete.
2616 (solib_read_symbols): Inline symbol_add_stub. Use current flags,
2617 not from_tty copied from the so_list. Don't warn a second time
2618 for a missing library.
2619 (update_solib_list): Don't save from_tty. Use TRY_CATCH. Do not
2620 add to the section table here. Print out a single warning for all
2621 missing libraries.
2622 * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
2623 flags.
2624
2625 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2626
2627 * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
2628 error/warning messages. Capitalize and use complete sentences.
2629 (blpy_block_syms_iternext): Likewise.
2630 * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
2631 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
2632 (frame_info_to_frame_object, frapy_read_var)
2633 (gdbpy_frame_stop_reason_string): Likewise.
2634 * python/py-lazy-string.c (stpy_convert_to_value)
2635 (gdbpy_create_lazy_string_object): Likewise.
2636 * python/py-objfile.c (objfpy_set_printers): Likewise.
2637 * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
2638 * python/python.c (parameter_to_python): Likewise.
2639 * python/py-type.c (typy_range, typy_target): Likewise.
2640 * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
2641 (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
2642
2643
2644 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2645
2646 PR python/11381
2647
2648 * python/py-prettyprint.c (pretty_print_one_value): Test for
2649 Py_None.
2650 (print_string_repr): Test for Py_None. Set flags accordingly.
2651 Return value depending on return type.
2652 (print_children): Take a value indicating whether data was printed
2653 before this function was called. Alter output accordingly.
2654 (apply_val_pretty_printer): Capture return value from
2655 print_string_repr and pass to print_children.
2656
2657 2010-04-13 Mark Kettenis <kettenis@gnu.org>
2658
2659 PR corefiles/11481
2660 * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
2661 register note sections.
2662 (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
2663 New variables.
2664 (i386_linux_init_abi): Install list of supported register note
2665 sections that matches the target description.
2666
2667 2010-04-13 Pedro Alves <pedro@codesourcery.com>
2668
2669 * remote.c (remote_get_noisy_reply): Don't error out on empty
2670 replies.
2671 (remote_start_remote): Update and merge tracepoints and trace
2672 state variables as long as the target supports tracepoints.
2673 (remote_trace_init): Fix prototype.
2674 (remote_download_trace_state_variable): Validate reply.
2675 (remote_trace_set_readonly_regions): Fix prototype.
2676 (remote_trace_start): Fix prototype. Check for empty reply.
2677 (remote_get_trace_status): Small cleanup.
2678 (remote_trace_stop): Fix prototype. Check for empty reply.
2679 (remote_trace_find): Check for empty reply.
2680 (remote_save_trace_data): Validate reply.
2681 (remote_set_disconnected_tracing): Check for empty reply, and
2682 validate reply.
2683 (remote_set_circular_trace_buffer): Ditto.
2684
2685 2010-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
2686
2687 Suppress unused value warning during compilation.
2688 * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
2689 calls to void.
2690 * tui/tui-stack.c (tui_show_locator_content): Likewise.
2691
2692 2010-04-12 Stan Shebs <stan@codesourcery.com>
2693
2694 * tracepoint.c (tfile_xfer_partial): Check read result.
2695
2696 2010-04-12 Mike Frysinger <vapier@gentoo.org>
2697
2698 * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
2699 * remote-sim.c (gdbsim_files_info): Likewise.
2700
2701 2010-04-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2702
2703 * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
2704 * arm-linux-nat.c (arm_linux_vfp_register_count): New
2705 variable.
2706 (fetch_vfp_registers): New function to fetch VFP registers.
2707 (store_vfp_registers): New function to store VFP registers.
2708 (arm_linux_fetch_inferior_registers): Add support for VFP
2709 registers.
2710 (arm_linux_store_inferior_registers): Likewise.
2711 (arm_linux_read_description): Likewise.
2712 (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
2713 until we need it.
2714
2715 2010-04-11 H.J. Lu <hongjiu.lu@intel.com>
2716
2717 * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
2718 tdep.
2719 (amd64_collect_xstateregset): Likewise.
2720
2721 2010-04-09 Stan Shebs <stan@codesourcery.com>
2722
2723 * tracepoint.c (trace_status_mi): Report frames created.
2724
2725 * tracepoint.c (trace_dump_command): Include default-collect
2726 expressions.
2727
2728 2010-04-09 Ulrich Weigand <uweigand@de.ibm.com>
2729
2730 * symtab.c (find_function_start_sal): Never return SAL pointing
2731 before function start address, even if line info is missing.
2732
2733 2010-04-09 Pedro Alves <pedro@codesourcery.com>
2734
2735 * NEWS: Mention tracepoints support.
2736
2737 2010-04-09 Pedro Alves <pedro@codesourcery.com>
2738
2739 * tracepoint.c (trace_status_mi): Report disconnected tracing and
2740 circular trace buffer statuses.
2741
2742 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2743
2744 * config/djgpp/fnchange.lst: Fix typo in translations for
2745 symbol-without-target_section.exp and symbol-without-target_section.c.
2746
2747 2010-04-09 Pedro Alves <pedro@codesourcery.com>
2748
2749 * breakpoint.c (condition_command): Pass condition expression to
2750 set_breakpoint_condition stripped from breakpoint number.
2751
2752 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2753 Thiago Jung Bauermann <bauerman@br.ibm.com>
2754 Tom Tromey <tromey@redhat.com>
2755
2756 * breakpoint.c (condition_command): Simplify. Move condition
2757 setting code to ...
2758 (set_breakpoint_condition): ... here. New function.
2759 * breakpoint.h (set_breakpoint_condition): Declare.
2760 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
2761 (SUBDIR_PYTHON_SRCS): Likewise.
2762 (py-breakpoint.o): New rule.
2763 * python/py-breakpoint.c: New file.
2764 * python/python-internal.h (gdbpy_breakpoints)
2765 (gdbpy_initialize_breakpoints): Declare.
2766 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
2767
2768 2010-04-09 Pedro Alves <pedro@codesourcery.com>
2769
2770 * regformats/regdat.sh: Include server.h. Don't include
2771 regcache.h.
2772
2773 2010-04-08 Stan Shebs <stan@codesourcery.com>
2774 Pedro Alves <pedro@codesourcery.com>
2775
2776 * tracepoint.h (struct trace_status): New fields disconnected_tracing
2777 and circular_buffer.
2778 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
2779 * tracepoint.c (trace_status_command): Display target's status for
2780 disconnected tracing and circular buffer.
2781 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
2782 query for non-disconnected-tracing case, remove the stop_tracing
2783 call.
2784 (tfile_open): Clear disconnected and circular buffer status.
2785 (trace_save): Save disconnected and circular buffer status.
2786 (parse_trace_status): Parse disconnected and circular buffer status,
2787 also recognize disconnected as a stop reason.
2788 * remote.c (remote_set_disconnected_tracing): Only set
2789 QTDisconnected if the remote end supports disconnected tracing.
2790 Warn otherwise, if trying to enable disconnected tracing.
2791 * infcmd.c (detach_command): Update disconnect_tracing call.
2792 * cli/cli-cmds.c (quit_command): Ditto.
2793
2794 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2795
2796 * i387-tdep.c (i387_collect_xsave): Replace abort with
2797 internal_error.
2798
2799 2010-04-08 Stan Shebs <stan@codesourcery.com>
2800
2801 * breakpoint.c (default_collect_info): New function.
2802 (breakpoints_info): Call it.
2803 (maintenance_info_breakpoints): Ditto.
2804 (tracepoints_info): Ditto.
2805
2806 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2807
2808 * i387-tdep.c (i387_collect_xsave): Re-indent.
2809
2810 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2811
2812 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
2813 if HAVE_PTRACE_GETFPXREGS is defined.
2814 (i386_linux_read_description): Set have_ptrace_getfpxregs and
2815 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
2816
2817 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
2818 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
2819 if .reg-xfp section doesn't exist.
2820 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
2821
2822 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
2823
2824 * i386-tdep.c: Include "features/i386/i386-mmx.c".
2825 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
2826 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
2827 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
2828 (i386_gdbarch_init): Update comments.
2829 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
2830
2831 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
2832
2833 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
2834
2835 * features/Makefile (i386/i386-mmx-expedite): New.
2836 (i386/i386-mmx-linux-expedite): Likewise.
2837 ($(outdir)/i386/i386-mmx.dat): Likewise.
2838 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
2839
2840 * features/i386/i386-mmx-linux.c: New.
2841 * features/i386/i386-mmx-linux.xml: Likewise.
2842 * features/i386/i386-mmx.c: Likewise.
2843 * features/i386/i386-mmx.xml: Likewise.
2844 * regformats/i386/i386-mmx-linux.dat: Likewise.
2845 * regformats/i386/i386-mmx.dat: Likewise.
2846
2847 * features/Makefile (WHICH): Add i386/i386-mmx and
2848 i386/i386-mmx-linux.
2849
2850 2010-04-08 Doug Evans <dje@google.com>
2851
2852 * source.c (openp): Skip $cdir in PATH.
2853
2854 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
2855
2856 PR python/11417
2857 * python/py-lazy-string.c (stpy_convert_to_value): Check for
2858 a NULL address.
2859 (gdbpy_create_lazy_string_object): Allow strings with a NULL
2860 address and a zero length.
2861
2862 2010-04-08 Hui Zhu <teawater@gmail.com>
2863
2864 * i386-tdep.c (i386_process_record): Add support for insn
2865 rdtsc.
2866
2867 2010-04-07 Doug Evans <dje@google.com>
2868
2869 * python/python.c (source_python_script): Use ensure_python_env
2870 to prepare environment for script.
2871
2872 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
2873
2874 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
2875 <sys/uio.h> and "i386-xstate.h".
2876 (PTRACE_GETREGSET): New.
2877 (PTRACE_SETREGSET): Likewise.
2878 (have_ptrace_getregset): Likewise.
2879 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
2880 registers.
2881 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
2882 registers.
2883 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
2884 (amd64_linux_store_inferior_registers): Likewise.
2885 (amd64_linux_read_description): Check and enable AVX target
2886 descriptions.
2887
2888 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
2889 and "features/i386/amd64-avx-linux.c".
2890 (amd64_linux_regset_sections): New.
2891 (amd64_linux_core_read_description): Check and enable AVX
2892 target description.
2893 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
2894 set_gdbarch_core_regset_sections.
2895 (_initialize_amd64_linux_tdep): Call
2896 initialize_tdesc_amd64_avx_linux.
2897
2898 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
2899 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
2900 (tdesc_amd64_avx_linux): New.
2901 (amd64_linux_update_xstateregset): Likewise.
2902
2903 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
2904 (amd64_ymm_names): New.
2905 (amd64_ymmh_names): Likewise.
2906 (amd64_register_name): Likewise.
2907 (amd64_supply_xstateregset): Likewise.
2908 (amd64_collect_xstateregset): Likewise.
2909 (amd64_supply_xsave): Likewise.
2910 (amd64_collect_xsave): Likewise.
2911 (AMD64_NUM_REGS): Removed.
2912 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
2913 %xmmN if AVX is available.
2914 (amd64_pseudo_register_name): Support pseudo YMM registers.
2915 (amd64_regset_from_core_section): Support .reg-xstate section.
2916 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
2917 and ymm0h_regnum. Call set_gdbarch_register_name.
2918 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
2919
2920 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
2921 AMD64_YMM15H_REGNUM.
2922 (AMD64_NUM_REGS): New.
2923 (amd64_supply_xsave): Likewise.
2924 (amd64_collect_xsave): Likewise.
2925 (amd64_register_name): Removed.
2926 (amd64_register_type): Likewise.
2927
2928 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
2929
2930 * i387-tdep.c: Include "i386-xstate.h".
2931 (XSAVE_XSTATE_BV_ADDR): New.
2932 (xsave_avxh_offset): Likewise.
2933 (XSAVE_AVXH_ADDR): Likewise.
2934 (i387_supply_xsave): Likewise.
2935 (i387_collect_xsave): Likewise.
2936
2937 * i387-tdep.h (I387_NUM_YMM_REGS): New.
2938 (I387_YMM0H_REGNUM): Likewise.
2939 (I387_YMMENDH_REGNUM): Likewise.
2940 (i387_supply_xsave): Likewise.
2941 (i387_collect_xsave): Likewise.
2942
2943 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
2944
2945 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
2946 <sys/uio.h> and "i386-xstate.h".
2947 (PTRACE_GETREGSET): New.
2948 (PTRACE_SETREGSET): Likewise.
2949 (fetch_xstateregs): Likewise.
2950 (store_xstateregs): Likewise.
2951 (GETXSTATEREGS_SUPPLIES): Likewise.
2952 (regmap): Include 8 upper YMM registers.
2953 (i386_linux_fetch_inferior_registers): Support XSAVE extended
2954 state.
2955 (i386_linux_store_inferior_registers): Likewise.
2956 (i386_linux_read_description): Check and enable AVX target
2957 descriptions.
2958
2959 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
2960 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
2961 (i386_linux_regset_sections): Add ".reg-xstate".
2962 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
2963 (i386_linux_core_read_xcr0): New.
2964 (i386_linux_core_read_description): Check and enable AVX target
2965 description.
2966 (i386_linux_init_abi): Set xsave_xcr0_offset.
2967 (_initialize_i386_linux_tdep): Call
2968 initialize_tdesc_i386_avx_linux.
2969
2970 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
2971 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
2972 (i386_linux_core_read_xcr0): New.
2973 (tdesc_i386_avx_linux): Likewise.
2974 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
2975
2976 * i386-tdep.c: Include "i386-xstate.h" and
2977 "features/i386/i386-avx.c".
2978 (i386_ymm_names): New.
2979 (i386_ymmh_names): Likewise.
2980 (i386_ymmh_regnum_p): Likewise.
2981 (i386_ymm_regnum_p): Likewise.
2982 (i386_xmm_regnum_p): Likewise.
2983 (i386_register_name): Likewise.
2984 (i386_ymm_type): Likewise.
2985 (i386_supply_xstateregset): Likewise.
2986 (i386_collect_xstateregset): Likewise.
2987 (i386_sse_regnum_p): Removed.
2988 (i386_pseudo_register_name): Support pseudo YMM registers.
2989 (i386_pseudo_register_type): Likewise.
2990 (i386_pseudo_register_read): Likewise.
2991 (i386_pseudo_register_write): Likewise.
2992 (i386_dbx_reg_to_regnum): Return %ymmN register number for
2993 %xmmN if AVX is available.
2994 (i386_regset_from_core_section): Support .reg-xstate section.
2995 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
2996 (i386_process_record): Replace i386_sse_regnum_p with
2997 i386_xmm_regnum_p.
2998 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
2999 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
3000 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
3001 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
3002 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
3003 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
3004 Set ymm0_regnum.
3005 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
3006
3007 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
3008 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
3009 i386_ymm_type.
3010 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
3011 (I386_AVX_NUM_REGS): New.
3012 (i386_xmm_regnum_p): Likewise.
3013 (i386_ymm_regnum_p): Likewise.
3014 (i386_ymmh_regnum_p): Likewise.
3015
3016 * common/i386-xstate.h: New.
3017
3018 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
3019
3020 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
3021
3022 * features/Makefile (WHICH): Add i386/i386-avx,
3023 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
3024 (i386/i386-avx-expedite): New.
3025 (i386/i386-avx-linux-expedite): Likewise.
3026 (i386/x86-64-avx-expedite):Likewise.
3027 (i386/x86-64-avx-linux-expedite): Likewise.
3028 ($(outdir)/i386/i386-avx.dat): New dependency.
3029 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
3030 ($(outdir)/i386/x86-avx-64.dat): Likewise.
3031 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
3032
3033 * features/i386/32bit-avx.xml: New.
3034 * features/i386/64bit-avx.xml: Likewise.
3035 * features/i386/i386-avx-linux.c: Likewise.
3036 * features/i386/i386-avx-linux.xml: Likewise.
3037 * features/i386/i386-avx.c: Likewise.
3038 * features/i386/i386-avx.xml: Likewise.
3039 * features/i386/x86-64-avx-linux.c: Likewise.
3040 * features/i386/x86-64-avx-linux.xml: Likewise.
3041 * features/i386/x86-64-avx.c: Likewise.
3042 * features/i386/x86-64-avx.xml: Likewise.
3043 * regformats/i386/i386-avx-linux.dat: Likewise.
3044 * regformats/i386/i386-avx.dat: Likewise.
3045 * regformats/i386/x86-64-avx-linux.dat: Likewise.
3046 * regformats/i386/x86-64-avx.dat: Likewise.
3047
3048 2010-04-07 Doug Evans <dje@google.com>
3049
3050 * top.c (source_file_name): Make const char *.
3051 * top.h (source_file_name): Update.
3052 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
3053 const char *.
3054 (script_from_file): Change `file' arg to const char *.
3055 * cli/cli-script.h (script_from_file): Update.
3056
3057 2010-04-06 Doug Evans <dje@google.com>
3058
3059 * cli/cli-cmds.c (source_command): Run cleanups.
3060
3061 2010-04-06 Stan Shebs <stan@codesourcery.com>
3062
3063 * defs.h (char_ptr): Move typedef here from...
3064 * ada-lang.c (char_ptr): Remove.
3065 * charset.c (char_ptr): Remove.
3066 * tracepoint.h (struct uploaded_string): Remove.
3067 (struct uploaded_tp): Use vectors for string arrays.
3068 * tracepoint.c (trace_save): Use vectors of actions.
3069 (parse_tracepoint_definition): Ditto.
3070 (get_uploaded_tp): Clear vectors.
3071 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
3072 (next_cmd): Change to an int.
3073 (read_next_cmd): Use vector of command strings.
3074
3075 2010-04-06 Doug Evans <dje@google.com>
3076
3077 * top.h (source_script, cd_command): Delete.
3078 * main.c: #include "cli/cli-cmds.h"
3079
3080 2010-04-06 Kevin Buettner <kevinb@redhat.com>
3081
3082 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
3083 type in bytes, not bits.
3084
3085 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
3086
3087 * stabsread.c (define_symbol): Add support for char
3088 and string constants.
3089
3090 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
3091
3092 Remove remaining "%ll" uses.
3093 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
3094 hex_string call.
3095 * rs6000-nat.c (rs6000_ptrace64): Idem.
3096 * solib-pa64.c (pa64_current_sos): Idem.
3097 * solib-spu.c (spu_current_sos): Idem.
3098 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
3099 plongest call.
3100 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
3101 phex (VAR, 8) call.
3102 * sh64-tdep.c (sh64_show_media_regs): Idem.
3103
3104 2010-04-05 Stan Shebs <stan@codesourcery.com>
3105
3106 * tracepoint.c: Include gdbcore.h.
3107 (tfile_xfer_partial): Return partial results, also try reading
3108 from executable.
3109 (tfile_has_all_memory): New function.
3110 (init_tfile_ops): Use it.
3111
3112 2010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3113
3114 PR gdb/10736:
3115 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
3116 the changes in data-directory.
3117 (init_sysinfo): Reload the syscall XML file if the data-directory
3118 has changed.
3119
3120 2010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3121
3122 Code cleanup.
3123 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
3124
3125 2010-04-04 Stan Shebs <stan@codesourcery.com>
3126 Nathan Sidwell <nathan@codesourcery.com>
3127
3128 * breakpoint.c (breakpoint_1): Add filter argument, return number of
3129 breakpoints printed.
3130 (is_hardware_watchpoint): Make argument const.
3131 (is_watchpoint): Ditto.
3132 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
3133 use it everywhere.
3134 (breakpoints_info): Pass NULL to breakpoint_1.
3135 (maintenance_info_breakpoints): Ditto.
3136 (watchpoints_info): New function.
3137 (tracepoints_info): Use breakpoint_1 filter.
3138 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
3139 (_initialize_breakpoint): Make "info watchpoints" its own command.
3140 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
3141 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
3142
3143 2010-04-04 Stan Shebs <stan@codesourcery.com>
3144
3145 * tracepoint.c (tfile_fetch_registers): Add fallback case.
3146
3147 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3148
3149 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
3150 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
3151
3152 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3153
3154 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
3155 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
3156
3157 2010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3158
3159 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
3160 code form.
3161
3162 2010-04-02 Hui Zhu <teawater@gmail.com>
3163
3164 * i386-tdep.c (OT_DQUAD): New enum.
3165 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
3166 SSE3, SSSE3 and SSE4.
3167
3168 2010-04-02 Hui Zhu <teawater@gmail.com>
3169
3170 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
3171 "*addr = 0".
3172
3173 2010-04-02 Pedro Alves <pedro@codesourcery.com>
3174
3175 * tracepoint.c (trace_dump_actions): New, factored out from
3176 trace_dump_command, and adjusted to recurse into while-stepping's
3177 action list.
3178 (trace_dump_command): Use it.
3179
3180 2010-04-02 Pedro Alves <pedro@codesourcery.com>
3181
3182 * breakpoint.h (struct counted_command_line): Moved definition to
3183 breakpoint.c, and forward declare.
3184 (breakpoint_commands): Declare.
3185 * breakpoint.c (struct counted_command_line): Moved here.
3186 (breakpoint_commands): New.
3187 * tracepoint.c (encode_actions): Use breakpoint_commands.
3188 * remote.c (remote_download_tracepoint): Ditto.
3189
3190 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
3191
3192 * remote.c (remote_parse_stop_reply): Use hex_string instead
3193 of phex_nz for error.
3194
3195 2010-04-01 Stan Shebs <stan@codesourcery.com>
3196 Nathan Sidwell <nathan@codesourcery.com>
3197
3198 * tracepoint.h (enum actionline_type): Remove.
3199 (validate_actionline): Change return to void.
3200 * tracepoint.c (report_agent_reqs_errors): New function.
3201 (validate_actionline): Call it, change return to void, report errors
3202 more consistently.
3203 (collect_symbol): Call report_agent_reqs_errors.
3204 (encode_actions_1): Ditto.
3205 (encode_actions): Don't expect a result from validate_actionline.
3206
3207 2010-04-01 Stan Shebs <stan@codesourcery.com>
3208
3209 * tracepoint.c (trace_start_command): Confirm if trace is running.
3210 (trace_stop_command): Error if trace not running.
3211
3212 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
3213
3214 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
3215 (AMD64_NUM_LOWER_BYTE_REGS): New.
3216 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
3217 (amd64_pseudo_register_write): Likewise.
3218 (amd64_init_abi): Set num_byte_regs to 20.
3219
3220 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3221
3222 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
3223 (prev_breakpoint_count): New.
3224 (set_breakpoint_count): Adjust.
3225 (rbreak_start_breakpoint_count): New.
3226 (start_rbreak_breakpoints): Adjust.
3227 (end_rbreak_breakpoints): Adjust.
3228 (struct commands_info) <arg>: New field.
3229 (do_map_commands_command): Tweak output to include breakpoint spec
3230 range.
3231 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
3232 ARG was empty on entry. Set INFO's arg.
3233 (create_breakpoint): Adjust.
3234
3235 * NEWS: Clarify `commands' changes.
3236
3237 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3238
3239 * tracepoint.c: Include stack.h.
3240 (struct add_local_symbols_data): New.
3241 (do_collect_symbol): New.
3242 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
3243 iterate_over_block_local_vars.
3244 * stack.c (print_block_frame_locals): Rewrite as ...
3245 (iterate_over_block_locals): ... this. Take a callback function
3246 pointer and generic data pointer, and call that instead of
3247 print_variable_and_value.
3248 (struct print_variable_and_value_data): New.
3249 (do_print_variable_and_value): New.
3250 (iterate_over_block_local_vars): New, abstracted out from
3251 print_frame_local_vars.
3252 (print_frame_local_vars): Rewrite using
3253 iterate_over_block_local_vars.
3254 (iterate_over_block_arg_vars): New, abstracted out from
3255 print_frame_arg_vars.
3256 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
3257 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
3258 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
3259
3260 2010-03-31 Richard Earnshaw <rearnsha@arm.com>
3261
3262 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
3263 instructions. Use the PC+4 if the base of the TBB or TBH is the
3264 PC register.
3265
3266 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3267
3268 Fix crash on reading wrong function declaration DWARF.
3269 * dwarf2read.c (read_subroutine_type): New variable void_type.
3270 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
3271 more close to their use.
3272
3273 2010-03-31 Stan Shebs <stan@codesourcery.com>
3274
3275 * breakpoint.c (tracepoint_save_command): Include variables,
3276 conditionals, tracepoint types, and default-collect.
3277 * tracepoint.c (save_trace_state_variables): New function.
3278 * tracepoint.h (save_trace_state_variables): Declare it.
3279
3280 2010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
3281
3282 * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
3283
3284 2010-03-30 Keith Seitz <keiths@redhat.com>
3285
3286 * c-typeprint.c (c_type_print_args): Don't print "void"
3287 for java, regardless of whether it is TYPE_PROTOTYPED.
3288 Use the passed-in language instead of current_language.
3289 (c_type_print_varspec_suffix): Use current_language instead
3290 of assuming language_c.
3291 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
3292 any return type specifier from the physname.
3293
3294 2010-03-30 Pedro Alves <pedro@codesourcery.com>
3295
3296 * tui/tui-interp.c (tui_is_toplevel): New.
3297 (tui_init): Set it.
3298 (tui_allowed_p): New.
3299 * tui/tui.c (tui_enable): Check if the TUI is allowed before
3300 enabling it.
3301 * tui/tui.h (tui_allowed_p): Declare.
3302
3303 2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
3304
3305 * serial.h: Include winsock2.h before windows.h.
3306
3307 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3308
3309 * NEWS: Mention xmlRegisters= in qSupported packet.
3310
3311 * i386-tdep.c: Include "remote.h".
3312 (_initialize_i386_tdep): Call register_remote_support_xml.
3313
3314 * remote.c (remote_support_xml): New.
3315 (register_remote_support_xml): Likewise.
3316 (remote_query_supported_append): Likewise.
3317 (remote_query_supported): Support remote_support_xml.
3318
3319 * remote.h (register_remote_support_xml): New.
3320
3321 2010-03-29 Stan Shebs <stan@codesourcery.com>
3322
3323 * tracepoint.c (trace_find_line_command): Remove dead code.
3324
3325 * tracepoint.h (struct uploaded_string): New struct.
3326 (struct uploaded_tp): New fields for source strings.
3327 * breakpoint.c (this_utp, next_cmd): New globals.
3328 (read_uploaded_action): New function.
3329 (create_tracepoint_from_upload): Fill in more parts
3330 of a tracepoint.
3331 * tracepoint.c (encode_source_string): New function.
3332 (trace_save): Write out source strings, fix error checks.
3333 (parse_tracepoint_definition): Add source string parsing.
3334 * remote.c (PACKET_TracepointSource): New packet type.
3335 (remote_download_command_source): New function.
3336 (remote_download_tracepoint): Download source pieces also.
3337 (_initialize_remote): Add packet config command.
3338
3339 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
3340 expression handler.
3341
3342 * tracepoint.c (start_tracing): Check tracepoints before sending
3343 commands to target, don't start if all tracepoints disabled.
3344
3345 2010-03-28 Pedro Alves <pedro@codesourcery.com>
3346
3347 * cli/cli-script.c (process_next_line): Handle 'stepping'.
3348
3349 2010-03-26 Stan Shebs <stan@codesourcery.com>
3350
3351 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
3352
3353 2010-03-26 Tom Tromey <tromey@redhat.com>
3354
3355 * breakpoint.c (commands_command_1): Duplicate 'arg'.
3356
3357 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
3358
3359 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
3360 (skip_prologue_sal): Remove local definition.
3361 (resolve_sal_pc): Remove now unnecessary code.
3362 * linespec.c (minsym_found): Call skip_prologue_sal.
3363 * symtab.c (find_function_start_pc): Remove.
3364 (find_function_start_sal): Extract prologue skipping into ...
3365 (skip_prologue_sal): ... this new function. Handle code both
3366 with and without debug info. Respect SAL's explicit_pc and
3367 explicit_line flags. Inline old find_function_start_pc.
3368 * symtab.h (find_function_start_pc): Remove.
3369 (skip_prologue_sal): Add prototype.
3370
3371 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
3372
3373 * dwarf2read.c (read_func_scope): Also scan specification DIEs
3374 for DW_TAG_imported_module children.
3375
3376 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
3377
3378 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
3379 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
3380 * completer.c (add_struct_fields): Fix inverted logic.
3381
3382 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
3383
3384 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
3385
3386 2010-03-26 Pedro Alves <pedro@codesourcery.com>
3387
3388 * tracepoint.c (current_trace_status): Don't make sure error_desc
3389 is non-NULL here.
3390 (parse_trace_status): Release a previous error_desc string, and
3391 set it to NULL by default. If stop reason is tracepoint_error,
3392 make sure error_desc is not left NULL.
3393
3394 2010-03-26 Pedro Alves <pedro@codesourcery.com>
3395
3396 * tracepoint.c (trace_save): Remove X from tracepoint error
3397 description.
3398
3399 2010-03-26 Pedro Alves <pedro@codesourcery.com>
3400
3401 * tracepoint.c (parse_trace_status): Don't allow plain strings in
3402 the terror description. Don't expect an X prefix.
3403
3404 2010-03-25 Stan Shebs <stan@codesourcery.com>
3405
3406 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
3407 (struct trace_status): New field error_desc.
3408 * tracepoint.c (stop_reason_names): Add terror.
3409 (current_trace_status): Ensure non-NULL error description.
3410 (trace_status_command): Add error report.
3411 (trace_status_mi): Ditto.
3412 (trace_save): Add special case for error description.
3413 (parse_trace_status): Add case for errors.
3414
3415 2010-03-25 Keith Seitz <keiths@redhat.com>
3416
3417 * dwarf2read.c (read_subroutine_type): If the compilation unit
3418 language is Java, mark any formal parameter named "this" as
3419 artificial (GCC/43521).
3420 (dwarf2_name): Add special handling for Java constructors.
3421
3422 2010-03-25 Tom Tromey <tromey@redhat.com>
3423
3424 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
3425 * infrun.c (handle_inferior_event): Change initialization of
3426 stop_stack_dummy.
3427 (handle_inferior_event): Change assignment to stop_stack_dummy.
3428 (normal_stop): Update use of stop_stack_dummy.
3429 (struct inferior_status) <stop_stack_dummy>: Change type.
3430 * inferior.h (stop_stack_dummy): Update.
3431 * infcmd.c (stop_stack_dummy): Change type.
3432 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
3433 function.
3434 (call_function_by_hand): Call set_std_terminate_breakpoint.
3435 Rewrite std::terminate handling.
3436 * breakpoint.h (enum bptype) <bp_std_terminate,
3437 bp_std_terminate_master>: New.
3438 (enum stop_stack_kind): New.
3439 (struct bpstat_what) <call_dummy>: Change type.
3440 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
3441 Declare.
3442 * breakpoint.c (create_std_terminate_master_breakpoint): New
3443 function.
3444 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
3445 Call create_std_terminate_master_breakpoint.
3446 (print_it_typical): Handle new breakpoint kinds.
3447 (bpstat_stop_status): Handle bp_std_terminate_master.
3448 (bpstat_what): Correctly set call_dummy field. Handle
3449 bp_std_terminate_master and bp_std_terminate.
3450 (print_one_breakpoint_location): Update.
3451 (allocate_bp_location): Update.
3452 (set_std_terminate_breakpoint): New function.
3453 (delete_std_terminate_breakpoint): Likewise.
3454 (create_thread_event_breakpoint): Update.
3455 (delete_command): Update.
3456 (breakpoint_re_set_one): Update.
3457 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
3458
3459 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3460
3461 * symfile.c (build_section_addr_info_from_bfd): New.
3462 (build_section_addr_info_from_objfile): Base it on
3463 build_section_addr_info_from_bfd.
3464 (addrs_section_compar, addrs_section_sort): New.
3465 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
3466 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
3467 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
3468
3469 2010-03-24 Michael Snyder <msnyder@localhost.localdomain>
3470
3471 * elfread.c (find_separate_debug_file_by_buildid):
3472 Remove unused local variable.
3473
3474 2010-03-24 Tom Tromey <tromey@redhat.com>
3475
3476 PR breakpoints/9352:
3477 * NEWS: Mention changes to `commands' and `rbreak'.
3478 * symtab.c (do_end_rbreak_breakpoints): New function.
3479 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
3480 end_rbreak_breakpoints.
3481 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
3482 (set_breakpoint_count): Likewise. Clear last_was_multi.
3483 (multi_start, multi_end, last_was_multi): New globals.
3484 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
3485 functions.
3486 (struct commands_info): New
3487 (do_map_commands_command): New function.
3488 (commands_command_1): New function.
3489 (commands_command): Use it.
3490 (commands_from_control_command): Likewise.
3491 (do_delete_breakpoint): New function.
3492 (delete_command): Use it.
3493 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
3494 (do_map_disable_breakpoint): New function.
3495 (disable_command): Use it.
3496 (do_map_enable_breakpoint): New function.
3497 (enable_command): Use it.
3498 (enable_once_breakpoint): Add argument.
3499 (enable_once_command): Update.
3500 (enable_delete_breakpoint): Add argument.
3501 (enable_delete_command): Update.
3502 (break_command_really): Set last_was_multi when needed.
3503 (check_tracepoint_command): Fix formatting.
3504 (validate_commands_for_breakpoint): New function.
3505 (breakpoint_set_commands): Use it.
3506 (tracepoint_save_command): Update.
3507 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
3508 Declare.
3509
3510 2010-03-24 Tom Tromey <tromey@redhat.com>
3511
3512 * breakpoint.h (struct counted_command_line): New struct.
3513 (struct breakpoint) <commands>: Change type.
3514 (struct bpstats) <commands>: Change type.
3515 <commands_left>: New field.
3516 * breakpoint.c (alloc_counted_command_line): New function.
3517 (incref_counted_command_line): Likewise.
3518 (decref_counted_command_line): Likewise.
3519 (do_cleanup_counted_command_line): Likewise.
3520 (make_cleanup_decref_counted_command_line): Likewise.
3521 (breakpoint_set_commands): Use decref_counted_command_line and
3522 alloc_counted_command_line.
3523 (commands_command): Don't error if breakpoint commands are
3524 executing.
3525 (commands_from_control_command): Likewise.
3526 (bpstat_free): Update.
3527 (bpstat_copy): Likewise.
3528 (bpstat_clear_actions): Likewise.
3529 (bpstat_do_actions_1): Likewise.
3530 (bpstat_stop_status): Likewise.
3531 (print_one_breakpoint_location): Likewise.
3532 (delete_breakpoint): Likewise.
3533 (bpstat_alloc): Initialize new field.
3534 (tracepoint_save_command): Update.
3535 * tracepoint.c (encode_actions): Update.
3536 (trace_dump_command): Update.
3537
3538 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3539
3540 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
3541 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
3542 (read_structure_type): For RealView, set TYPE_STUB on structures with
3543 no byte size and no children.
3544 (read_subroutine_type): Mark functions as prototyped by default.
3545 * symtab.c (producer_is_realview): New function.
3546 * symtab.h (expand_line_sal): Fix declaration formatting.
3547 (producer_is_realview): Declare.
3548
3549 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3550
3551 * arm-tdep.c (skip_prologue_function): New function.
3552 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
3553 (thumb_analyze_prologue): Document return value. Recognize more
3554 Thumb instructions, skippable calls, and some Thumb-2 instructions.
3555 Add debug output.
3556 (arm_skip_prologue): Remove call dummy check. Check the prologue
3557 for non-GNU compilers.
3558 (arm_instruction_changes_pc): New function.
3559 (arm_analyze_prologue): New function, broken out from
3560 arm_scan_prologue. Recognize more ARM instructions and skippable
3561 calls. Update comments. Handle NULL cache. Return the address
3562 of the first unrecognized instruction. Do not skip past other
3563 instructions which change control flow. Add debug output.
3564 (arm_scan_prologue): Use arm_analyze_prologue.
3565 (ARM_PC_32): Delete.
3566 (shifted_reg_val): Simplify ARM_PC_32 check.
3567
3568 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3569
3570 * tracepoint.c (tvariables_info_1): Actually compute
3571 the number of rows in the result.
3572
3573 2010-03-24 Pedro Alves <pedro@codesourcery.com>
3574
3575 * remote.c (crc32): Constify `buf' parameter.
3576 (remote_verify_memory): New, abstracted out from...
3577 (compare_sections_command): ... this. Remove hardcoded target
3578 checks.
3579 (init_remote_ops): Install remote_verify_memory.
3580 * target.c (target_verify_memory): New.
3581 * target.h (struct target_ops) <to_verify_memory>: New field.
3582 (target_verify_memory): Declare.
3583
3584 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3585
3586 Implement -trace-save.
3587
3588 * mi-cmds.h (mi_cmds_trace_save): Declare.
3589 * mi-cmds.c (mi_cmds): Register -trace-save.
3590 * mi/mi-main.c (mi_cmd_trace_save): New.
3591 * remote.c (remote_save_trace_data): Take const parameter.
3592 * target.h (struct target_ops::to_save_trace_data): Take
3593 const parameter.
3594 * target.c (update_current_target): Adjust to the above.
3595 * tracepoint.c (trave_save): New, extracted from
3596 (trace_save_command): ...this.
3597 (tfile_trace_find): Remove message that is unnecessary now
3598 that 'tfind' reports found frame.
3599 * tracepoint.h (trace_save): Declare.
3600
3601 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3602
3603 Implement -trace-find.
3604
3605 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
3606 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
3607 * mi/mi-main.c (mi_cmd_trace_find): New.
3608 * target.h (struct target_ops): Document to_trace_find.
3609 * tracepoint.h (tfind_1): Declare.
3610 * tracepoint.c (finish_tfind_command): Rename to...
3611 (tfind_1): ...this.
3612 * remote.c (remote_trace_find): Return -1 if target say
3613 there's no frame. Improve error diagnostics.
3614
3615 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3616
3617 -trace-define-variable and -trace-list-variables.
3618
3619 * tracepoint.c (create_trace_state_variable): Make
3620 private copy of name, as opposed to assuming the
3621 pointer lives forever.
3622 (tvariables_info_1): New.
3623 (tvariables_info): Use the above.
3624 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
3625 Declare.
3626 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
3627 and -trace-list-variables.
3628 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
3629 (mi_cmd_trace_list_variables): New.
3630 * mi/mi-main.c (mi_cmd_trace_define_variable)
3631 (mi_cmd_trace_list_variables): New.
3632
3633 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3634
3635 Implement -break-passcount.
3636
3637 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
3638 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
3639 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
3640
3641 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3642
3643 -trace-start/-trace-end/-trace-status.
3644
3645 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
3646 and -trace-stop.
3647 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
3648 (mi_cmd_trace_stop): Declare.
3649 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
3650 (mi_cmd_trace_stop): New.
3651 * tracepoint.c (start_tracing): New, extracted from...
3652 (trace_start_command): ...this.
3653 (trace_status_mi): New.
3654 * tracepoint.h (struct trace_status): Document
3655 stopping_tracepoint.
3656 (start_tracing, stop_tracing, trace_status_mi): Declare.
3657
3658 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3659
3660 Implement creating tracepoints with -break-insert.
3661
3662 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
3663 to mean that tracepoint should be created.
3664
3665 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3666
3667 * breakpoint.c (check_no_tracepoint_commands): Use
3668 current spelling of 'teval'.
3669
3670 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3671
3672 Unify actions and commands
3673
3674 * defs.h (read_command_lines, read_command_lines_1): New
3675 parameters validator and closure.
3676 * tracepoint.h (struct action_line): Remove.
3677 * breakpoint.h (struct breakpoint): Remove the 'actions'
3678 field.
3679 * defs.h (enum command_control_type): New value
3680 while_stepping_control.
3681 (struct command_line): Add comments.
3682 * breakpoint.c (breakoint_is_tracepoint): New.
3683 (breakpoint_set_commands): For tracepoints,
3684 verify the commands are permissible.
3685 (check_tracepoint_commands): New.
3686 (commands_command): Require that each new line is validated using
3687 check_tracepoint_command, if we set commands for a tracepoint.
3688 (create_tracepoint_from_upload): Likewise.
3689 (print_one_breakpoint_location): Remove the code to print
3690 actions specifically.
3691 (tracepoint_save_command): Relay to print_command_lines.
3692 * cli/cli-script.c (process_next_line): New parameters validator
3693 and closure. Handle 'while-stepping'. Call validator if not null.
3694 (read_command_lines, read_command_lines1): Likewise.
3695 (recurse_read_control_structure): New parameters validator and
3696 closure. Handle while_stepping_control.
3697 (print_command_lines): Handle while-stepping.
3698 (get_command_line, define_command, document_command): Adjust.
3699 * remote.c (remote_download_tracepoint): Adjust.
3700 * tracepoint.c (make_cleanup_free_actions, read_actions)
3701 (free_actions, do_free_actions_cleanup): Remove.
3702 (trace_actions_command): Use read_command_lines.
3703 (validate_actionline): Use error in one place.
3704 (encode_actions_1): New, extracted from...
3705 (encode_actions): ...this. Also use cleanups for exception
3706 safety.
3707 (trace_dump_command): Adjust.
3708 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
3709 it's tracepoint.
3710
3711 2010-03-23 Mike Frysinger <vapier@gentoo.org>
3712
3713 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
3714
3715 2010-03-22 Stan Shebs <stan@codesourcery.com>
3716
3717 * value.c (value_static_field): Be lazy about the field's value.
3718
3719 2010-03-22 Reid Kleckner <reid@kleckner.net>
3720
3721 PR gdb/11094
3722 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
3723 bp_jit_event.
3724 (disable_breakpoints_in_shlibs): Likewise.
3725
3726 2010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
3727
3728 * dwarf2read.c (partial_die_parent_scope): Work around buggy
3729 GCC 4.1 debug info generation (GCC PR c++/28460).
3730 (determine_prefix): Likewise.
3731
3732 2010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
3733
3734 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
3735 get_current_arch.
3736 * tui/tui-layout.c (extract_display_start_addr): Likewise.
3737
3738 2010-03-19 Stan Shebs <stan@codesourcery.com>
3739
3740 * ax-gdb.c (gen_fetch): Handle bool.
3741 (gen_usual_unary): Ditto.
3742 (gen_cast): Ditto.
3743 (gen_equal): New function.
3744 (gen_less): New function.
3745 (gen_expr_binop_rest): Call them, also return integer type from
3746 logical operations.
3747 (gen_expr): Ditto.
3748
3749 2010-03-19 Tom Tromey <tromey@redhat.com>
3750
3751 * jv-lang.c (jv_dynamics_objfile_data_key)
3752 (jv_type_objfile_data_key): New globals.
3753 (class_symtab): Move earlier.
3754 (jv_per_objfile_free): New function.
3755 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
3756 parameter.
3757 Remove ancient #if 1.
3758 (add_class_symbol): Remove redundant declaration.
3759 (java_lookup_class): Use alloc_type, not alloc_type_arch.
3760 (java_link_class_type): Mark as static. Update.
3761 (jv_clear_object_type): New function.
3762 (set_java_object_type): Likewise.
3763 (get_java_object_type): Use set_java_object_type.
3764 (is_object_type): Likewise.
3765 (_initialize_java_language): Register new objfile keys.
3766 (get_java_class_symtab): Add 'gdbarch' parameter.
3767 (add_class_symtab_symbol): Update.
3768 (type_from_class): Update.
3769
3770 2010-03-19 Stan Shebs <stan@codesourcery.com>
3771
3772 * ax-general.c (ax_const_l): Fix a sizing bug.
3773
3774 2010-03-18 Joel Brobecker <brobecker@adacore.com>
3775
3776 GDB 7.1 released.
3777
3778 2010-03-18 Stan Shebs <stan@codesourcery.com>
3779 Pedro Alves <pedro@codesourcery.com>
3780
3781 * target.h (struct target_ops): New method
3782 to_set_circular_trace_buffer.
3783 (target_set_circular_trace_buffer): New macro.
3784 * target.c (update_current_target): Add
3785 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
3786 default behavior.
3787 * remote.c (remote_set_circular_trace_buffer): New function.
3788 (init_remote_ops): Add it to vector.
3789 * tracepoint.h (struct trace_status): New field traceframes_created,
3790 change buffer_size and buffer_free to int.
3791 * tracepoint.c (circular_trace_buffer): New global.
3792 (start_tracing): Send values of disconnected tracing and circular
3793 trace buffer settings.
3794 (set_circular_trace_buffer): New function.
3795 (parse_trace_state): Handle total space and frames created.
3796 (trace_status_command): Display total space and total frames
3797 created.
3798 (trace_save): Write out new status values.
3799 (parse_trace_status): Set traceframe_count, traceframes_created,
3800 buffer_free and buffer_size to -1 by default.
3801 (_initialize_tracepoint): New setshow for circular-trace-buffer.
3802 * NEWS: Mention the circular trace buffer option.
3803
3804 2010-03-18 Tom Tromey <tromey@redhat.com>
3805
3806 * infcmd.c (finish_command_continuation): Wrap print_return_value
3807 in TRY_CATCH.
3808
3809 2010-03-18 Joel Brobecker <brobecker@adacore.com>
3810
3811 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
3812 DIE has a name before creating the associated partial symbol.
3813 (read_func_scope): Emit a complaint if the subprogram does not
3814 have a name or when we can't extract the subprogram PC bounds.
3815
3816 2010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
3817
3818 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
3819 instead of selected frame architecture.
3820
3821 2010-03-18 Pedro Alves <pedro@codesourcery.com>
3822
3823 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
3824 a valid selected thread, and that it is not running.
3825 (advance_command): Ditto.
3826 (finish_command): Ditto.
3827
3828 2010-03-17 Stan Shebs <stan@codesourcery.com>
3829
3830 * ax-gdb.c (require_rvalue): Disallow non-scalars.
3831
3832 * infcall.c: Include tracepoint.h.
3833 (call_function_by_hand): Disallow calls in tfind mode.
3834 * infcmd.c: Include tracepoint.h.
3835 (ensure_not_tfind_mode): New function.
3836 (continue_1): Call it.
3837 (step_1) Ditto.
3838 (jump_command): Ditto.
3839 (signal_command): Ditto.
3840 (advance_command): Ditto.
3841 (until_command): Ditto.
3842 (finish_command): Ditto.
3843 * tracepoint.h (disconnect_or_stop_tracing): Declare.
3844
3845 * ax-gdb.h (struct axs_value): New field optimized_out.
3846 (gen_trace_for_var): Add gdbarch argument.
3847 * ax-gdb.c (gen_trace_static_fields): New function.
3848 (gen_traced_pop): Call it, add gdbarch argument.
3849 (gen_trace_for_expr): Update call to it.
3850 (gen_trace_for_var): Ditto, and report optimized-out variables.
3851 (gen_struct_ref_recursive): Check for optimized-out value.
3852 (gen_struct_elt_for_reference): Ditto.
3853 (gen_static_field): Pass gdbarch instead of expression, assume
3854 optimization if field not found.
3855 (gen_var_ref): Set the optimized_out flag.
3856 (gen_expr): Error on optimized-out variable.
3857 * tracepoint.c (collect_symbol): Handle struct-valued vars as
3858 expressions, skip optimized-out variables with computed locations.
3859 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
3860 erroring out if location expression missing.
3861 (loclist_tracepoint_var_ref): Don't error out here.
3862
3863 2010-03-17 Tom Tromey <tromey@redhat.com>
3864
3865 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
3866 DWARF data is available.
3867
3868 2010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
3869
3870 * symfile.c (generic_load): Reset breakpoints after loading.
3871
3872 2010-03-17 Tom Tromey <tromey@redhat.com>
3873
3874 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
3875
3876 2010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3877
3878 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
3879 create_breakpoint call, adjust the parameters.
3880
3881 2010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3882 Chandru <chandru@in.ibm.com>
3883
3884 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
3885 * valarith.c (value_subscripted_rvalue): Suppress error if
3886 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
3887
3888 2010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
3889
3890 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
3891
3892 2010-03-16 Joel Brobecker <brobecker@adacore.com>
3893
3894 * ada-tasks.c (task_command_1): Check that the task ptid is valid
3895 before doing the associated thread switch.
3896
3897 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
3898
3899 * MAINTAINERS: Update my email address.
3900
3901 2010-03-16 Vladimir Prus <vladimir@codesourcery.com>
3902
3903 Simplify MI breakpoint setting.
3904
3905 * breakpoint.c (break_command_really): Make nonstatic and
3906 rename to...
3907 (create_breakpoint): ...this. Rename prior function by this name
3908 to...
3909 (create_breakpoint_sal): ...this.
3910 (create_breakpoints): Rename to...
3911 (create_breakpoints_sal): ...this.
3912 (set_breakpoint): Remove.
3913 * breakpoint.h: Adjust to above changes.
3914 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
3915
3916 2010-03-15 Stan Shebs <stan@codesourcery.com>
3917
3918 * ax-gdb.c: Include cp-support.h.
3919 (find_field): Remove.
3920 (gen_primitive_field): New function.
3921 (gen_struct_ref_recursive): New function.
3922 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
3923 of find_field.
3924 (gen_static_field): New function.
3925 (gen_struct_elt_for_reference): New.
3926 (gen_namespace_elt): New.
3927 (gen_maybe_namespace_elt): New.
3928 (gen_aggregate_elt_ref): New.
3929 (gen_expr): Add OP_SCOPE, display opcode name in error message.
3930
3931 2010-03-15 Tom Tromey <tromey@redhat.com>
3932
3933 * dwarf2read.c (die_needs_namespace): Also return 0 for
3934 DW_TAG_subprogram.
3935
3936 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
3937
3938 PR c++/7936:
3939 * cp-support.h: Added char *declaration element to using_direct
3940 data struct.
3941 (cp_add_using): Added char *declaration argument.
3942 (cp_add_using_directive): Ditto.
3943 (cp_lookup_symbol_imports): made extern.
3944 * cp-namespace.c: Updated with the above changes.
3945 * dwarf2read.c (read_import_statement): Ditto.
3946 (read_namespace): Ditto.
3947 (read_import_statement): Support import declarations.
3948 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
3949 declarations.
3950 Added support for 'declaration_only' search.
3951 (cp_lookup_symbol_namespace): Attempt to search for the name as
3952 is before consideration of imports.
3953 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
3954 search at every block level search.
3955 Now takes language argument.
3956 (lookup_symbol_aux): Updated.
3957
3958 2010-03-15 Tom Tromey <tromey@redhat.com>
3959
3960 * c-exp.y (name_not_typename): Add 'operator' clause.
3961
3962 2010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
3963
3964 * configure.ac: Exit if ${gdb_target_obs}" is not set.
3965 * configure: Regenerate.
3966
3967 2010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3968
3969 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
3970 and ".sdynbss". Update the comment.
3971
3972 2010-03-15 Jie Zhang <jie@codesourcery.com>
3973
3974 * MAINTAINERS: Update my email address.
3975
3976 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
3977
3978 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
3979
3980 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
3981
3982 * charset.c [USE_WIN32API]: Include <windows.h>.
3983 (_initialize_charset): Correct type of w32_host_default_charset.
3984
3985 2010-03-14 Pedro Alves <pedro@codesourcery.com>
3986
3987 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
3988
3989 2010-03-12 Tom Tromey <tromey@redhat.com>
3990
3991 PR c++/9708:
3992 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
3993 in a lexical block does not need a namespace.
3994 (new_symbol) <DW_TAG_variable>: Put extern variables on
3995 list_in_scope in all cases.
3996
3997 2010-03-12 Stan Shebs <stan@codesourcery.com>
3998
3999 * ax-gdb.c (gen_expr): Add shift expressions.
4000 (gen_expr_binop_rest): Ditto.
4001
4002 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
4003
4004 * buildsym.c (finish_block): Reset using_directives pointer
4005 after block initialization.
4006
4007 2010-03-12 H.J. Lu <hongjiu.lu@intel.com>
4008
4009 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
4010 * i386-tdep.c (i386_word_names): Likewise.
4011
4012 2010-03-12 Pedro Alves <pedro@codesourcery.com>
4013
4014 * target.c (memory_xfer_partial): Don't use the stack cache if
4015 inspecting trace frames.
4016 * tracepoint.c (finish_tfind_command): Invalidate the target
4017 dcache.
4018
4019 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4020
4021 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
4022 for the PIC displacement, print also the displacement value.
4023 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
4024
4025 2010-03-10 Kevin Buettner <kevinb@redhat.com>
4026
4027 * remote-mips.c (close_ports, mips_initialize_cleanups)
4028 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
4029 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
4030 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
4031 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
4032 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
4033 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
4034 comments describing each of these functions.
4035 (mips_enter_debug, mips_exit_debug, common_open)
4036 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
4037 blank line after the comment describing the function.
4038
4039 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4040
4041 * solib-svr4.c (svr4_exec_displacement): Return now success, new
4042 parameter displacementp. Update comment.
4043 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
4044 element exists. Return if svr4_exec_displacement was not successful.
4045 Update comment.
4046
4047 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4048 Daniel Jacobowitz <dan@codesourcery.com>
4049
4050 * solib-svr4.c (read_program_header): Support type == -1 to read
4051 all program headers.
4052 (read_program_headers_from_bfd): New function.
4053 (svr4_static_exec_displacement): Remove and move the comment ...
4054 (svr4_exec_displacement): ... here. Remove variable found. New
4055 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
4056 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
4057 targets using read_program_headers_from_bfd. Remove the call of
4058 svr4_static_exec_displacement.
4059
4060 2010-03-10 Tom Tromey <tromey@redhat.com>
4061
4062 * dwarf2read.c (struct pubnames_header): Remove.
4063 (_PUBNAMES_HEADER): Remove.
4064 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
4065 (struct aranges_header): Remove.
4066 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
4067 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
4068 (PUBNAMES_SECTION): Remove.
4069 (ARANGES_SECTION): Remove.
4070 (dwarf2_locate_sections): Don't handle pubnames or aranges.
4071 (dwarf2_build_psymtabs): Remove dead code.
4072 (dwarf2_build_psymtabs_easy): Remove.
4073
4074 2010-03-10 Tom Tromey <tromey@redhat.com>
4075
4076 * elfread.c (elf_symfile_read): Don't call
4077 dwarf2_build_frame_info.
4078 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
4079 (struct dwarf2_per_objfile) <objfile>: New field.
4080 (dwarf2_has_info): Now idempotent. Set objfile field.
4081 (dwarf2_read_section): Check and set readin field. Call
4082 posix_madvise.
4083 (dwarf2_build_psymtabs): Don't read all sections.
4084 (read_type_comp_unit_head): Read types section.
4085 (create_debug_types_hash_table): Likewise.
4086 (init_cu_die_reader): Add asserts.
4087 (process_type_comp_unit): Add assert.
4088 (dwarf2_build_psymtabs_hard): Read info section.
4089 (load_partial_comp_unit): Add assert.
4090 (create_all_comp_units): Read info section.
4091 (load_full_comp_unit): Likewise.
4092 (dwarf2_ranges_read): Read ranges section.
4093 (dwarf2_record_block_ranges): Add assert.
4094 (dwarf2_read_abbrevs): Read abbrev section.
4095 (read_indirect_string): Read str section.
4096 (dwarf_decode_line_header): Read line section.
4097 (read_signatured_type_at_offset): Read types section.
4098 (dwarf_decode_macros): Read macinfo section.
4099 (dwarf2_symbol_mark_computed): Read loc section.
4100 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
4101 dwarf2_build_frame_info.
4102 (dwarf2_build_frame_info): Unconditionally set
4103 dwarf2_frame_objfile_data on the objfile.
4104 * configure.ac: Check for posix_madvise.
4105 * config.in, configure: Rebuild.
4106
4107 2010-03-10 Tom Tromey <tromey@redhat.com>
4108
4109 * xcoffread.c (xcoff_start_psymtab): Update.
4110 (xcoff_end_psymtab): Update.
4111 * psymtab.c (allocate_psymtab): Remove dead code.
4112 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
4113 void*.
4114 * mdebugread.c (parse_partial_symbols): Update.
4115 (new_psymtab): Likewise.
4116 * dwarf2read.c (process_psymtab_comp_unit): Update.
4117 (psymtab_to_symtab_1): Update.
4118 * dbxread.c (start_psymtab): Update.
4119 (end_psymtab): Likewise.
4120
4121 2010-03-10 Tom Tromey <tromey@redhat.com>
4122
4123 * xcoffread.c: Include psymtab.h.
4124 (xcoff_sym_fns): Update.
4125 * symtab.h (struct partial_symbol): Remove.
4126 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
4127 (struct partial_symtab): Remove.
4128 (PSYMTAB_TO_SYMTAB): Remove.
4129 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
4130 (find_pc_sect_psymtab): Remove.
4131 (find_pc_sect_symtab_via_partial): Declare.
4132 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
4133 (find_main_psymtab): Remove.
4134 (find_main_filename): Declare.
4135 (fixup_psymbol_section): Remove.
4136 (fixup_section): Declare.
4137 * symtab.c: Include psymtab.h.
4138 (lookup_symtab): Use lookup_symtab method.
4139 (lookup_partial_symtab): Remove.
4140 (find_pc_sect_psymtab_closer): Remove.
4141 (find_pc_sect_psymtab): Remove.
4142 (find_pc_sect_symtab_via_partial): New function.
4143 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
4144 (fixup_section): No longer static.
4145 (fixup_psymbol_section): Remove.
4146 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
4147 (lookup_global_symbol_from_objfile): Likewise.
4148 (lookup_symbol_aux_psymtabs): Remove.
4149 (lookup_symbol_aux_quick): New function.
4150 (lookup_symbol_global): Use lookup_symbol_aux_quick.
4151 (lookup_partial_symbol): Remove.
4152 (basic_lookup_transparent_type_quick): New function.
4153 (basic_lookup_transparent_type): Use it.
4154 (find_main_psymtab): Remove.
4155 (find_main_filename): New function.
4156 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
4157 (find_line_symtab): Use expand_symtabs_with_filename method.
4158 (output_partial_symbol_filename): New function.
4159 (sources_info): Use map_partial_symbol_filenames.
4160 (struct search_symbols_data): New type.
4161 (search_symbols_file_matches): New function.
4162 (search_symbols_name_matches): Likewise.
4163 (search_symbols): Use expand_symtabs_matching method.
4164 (struct add_name_data): Rename from add_macro_name_data.
4165 (add_macro_name): Update.
4166 (add_partial_symbol_name): New function.
4167 (default_make_symbol_completion_list): Use
4168 map_partial_symbol_names.
4169 (struct add_partial_symbol_name): New type.
4170 (maybe_add_partial_symtab_filename): New function.
4171 (make_source_files_completion_list): Use
4172 map_partial_symbol_filenames.
4173 (expand_line_sal): Use expand_symtabs_with_filename method.
4174 * symmisc.c: Include psymtab.h.
4175 (print_objfile_statistics): Use print_stats method.
4176 (dump_objfile): Use dump method.
4177 (dump_psymtab, maintenance_print_psymbols)
4178 (maintenance_info_psymtabs, maintenance_check_symtabs)
4179 (extend_psymbol_list): Remove.
4180 * symfile.h (struct quick_symbol_functions): New struct.
4181 (struct sym_fns) <qf>: New field.
4182 (sort_pst_symbols): Remove.
4183 (increment_reading_symtab): Declare.
4184 * symfile.c: Include psymtab.h.
4185 (compare_psymbols, sort_pst_symbols): Remove.
4186 (psymtab_to_symtab): Remove.
4187 (increment_reading_symtab): New function.
4188 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
4189 method.
4190 (set_initial_language): Use find_main_filename.
4191 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
4192 (free_named_symtabs): Remove unused code.
4193 (start_psymtab_common, add_psymbol_to_bcache)
4194 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
4195 Remove.
4196 * stack.c: Include psymtab.h, symfile.h.
4197 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
4198 * source.h (psymtab_to_fullname): Don't declare.
4199 * source.c: Include psymtab.h.
4200 (select_source_symtab): Use find_last_source_symtab method.
4201 (forget_cached_source_info): Use forget_cached_source_info
4202 method.
4203 (find_and_open_source): No longer static.
4204 (psymtab_to_fullname): Remove.
4205 * somread.c: Include psymtab.h.
4206 (som_sym_fns): Update.
4207 * psympriv.h: New file.
4208 * psymtab.h: New file.
4209 * psymtab.c: New file.
4210 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
4211 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
4212 * objfiles.c: Include psymtab.h.
4213 (objfile_relocate1): Use relocate method.
4214 (objfile_has_partial_symbols): Use has_symbols method.
4215 * mipsread.c: Include psymtab.h.
4216 (ecoff_sym_fns): Update.
4217 * mi/mi-cmd-file.c: Include psymtab.h.
4218 (print_partial_file_name): New function.
4219 (mi_cmd_file_list_exec_source_files): Use
4220 map_partial_symbol_filenames.
4221 * mdebugread.c: Include psympriv.h.
4222 * machoread.c: Include psympriv.h.
4223 (macho_sym_fns): Update.
4224 * m2-exp.y (yylex): Use lookup_symtab.
4225 * elfread.c: Include psympriv.h.
4226 (elf_sym_fns): Update.
4227 * dwarf2read.c: Include psympriv.h.
4228 * dbxread.c: Include psympriv.h.
4229 (aout_sym_fns): Update.
4230 * cp-support.c: Include psymtab.h.
4231 (read_in_psymtabs): Remove.
4232 (make_symbol_overload_list_qualified): Use
4233 expand_symtabs_for_function method.
4234 * coffread.c: Include psympriv.h.
4235 (coff_sym_fns): Update.
4236 * blockframe.c: Include psymtab.h.
4237 (find_pc_partial_function): Use find_pc_sect_symtab method.
4238 * ada-lang.h (ada_update_initial_language): Update.
4239 * ada-lang.c: Include psymtab.h.
4240 (ada_update_initial_language): Remove 'main_pst' argument.
4241 (ada_lookup_partial_symbol): Remove.
4242 (struct ada_psym_data): New type.
4243 (ada_add_psyms): New function.
4244 (ada_add_non_local_symbols): Use map_ada_symtabs method.
4245 (struct add_partial_datum): New type.
4246 (ada_add_partial_symbol_completions): New function.
4247 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
4248 (ada_exception_support_info_sniffer): Update.
4249 * Makefile.in (SFILES): Add psymtab.c.
4250 (COMMON_OBS): Add psymtab.o.
4251 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
4252
4253 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
4254
4255 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
4256
4257 2010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
4258
4259 PR C++/11236:
4260 * cp-namespace.c (cp_add_using): Deleted.
4261 (cp_add_using_directive): Use obstack allocations.
4262 Merged the function cp_add_using into this one.
4263 Added 'struct obstack *' argument.
4264 (cp_scan_for_anonymous_namespaces): Updated.
4265 * cp-support.h: Updated.
4266 * dwarf2read.c (read_import_statement): Updated.
4267 (read_namespace): Updated.
4268
4269 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
4270
4271 * windows-nat.c (cygwin_conv_path): Remove old macro.
4272
4273 2010-03-10 Pedro Alves <pedro@codesourcery.com>
4274
4275 * breakpoint.c (condition_command): Handle watchpoint conditions.
4276 (is_hardware_watchpoint): Add comment.
4277 (is_watchpoint): New.
4278 (update_watchpoint): Don't reparse the watchpoint's condition
4279 unless necessary.
4280 (WP_IGNORE): New.
4281 (watchpoint_check): Use it.
4282 (bpstat_check_watchpoint): Handle it.
4283 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
4284 conditions in a frame where it makes sense.
4285 (watch_command_1): Store the innermost block of the condition
4286 expression.
4287 (delete_breakpoint): Delete the watchpoint condition expression.
4288 * breakpoint.h (struct bp_location) <cond>: Update comment.
4289 (struct breakpoint): New field `cond_exp_valid_block'.
4290
4291 2010-03-09 Joel Brobecker <brobecker@adacore.com>
4292
4293 Adjust handling of Ada DIEs after dwarf2_physname patch.
4294 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
4295
4296 2010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
4297 Pierre Muller <muller@ics.u-strasbg.fr>
4298
4299 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
4300 from/to posix/win32.
4301 (windows_make_so): Use non-Cygwin 1.7 specific function.
4302 (windows_create_inferior): Make sure that cygallargs points to
4303 original args in non Cygwin 1.7. case.
4304
4305 2010-03-09 Michael Snyder <msnyder@vmware.com>
4306
4307 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
4308 after target_read_memory to get host byte order.
4309 (i386_process_record): Ditto.
4310
4311 2010-03-09 Keith Seitz <keiths@redhat.com>
4312
4313 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
4314 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
4315 print out const or volatile qualifiers, too.
4316 (c_type_print_args): Add parameters show_artificial and language.
4317 Skip artificial parameters when requested.
4318 Use the appropriate language printer.
4319 (c_type_print_varspec): Tell c_type_print_args to skip artificial
4320 parameters and pass language_c.
4321 * dwarf2read.c (die_list): New file global.
4322 (struct partial_die_info): Update comments for name field.
4323 (pdi_needs_namespace): Renamed to ...
4324 (die_needs_namespace): ... this. Rewrite.
4325 (dwarf2_linkage_name): Remove.
4326 (add_partial_symbol): Do not predicate the call to
4327 partial_die_full_name based on pdi_needs_namespace.
4328 Remove call to cp_check_possible_namespace_symbols and associated
4329 outdated comments.
4330 (guess_structure_name): Do not inspect child subprogram DIEs.
4331 (dwarf2_fullname): Update comments.
4332 Use die_needs_namespace to assist in computing the name.
4333 (read_func_scope): Use dwarf2_name to get the DIE's name.
4334 Use dwarf2_physname to get the "linkage name" of the DIE.
4335 (dwarf2_add_member_field): Use dwarf2_physname instead of
4336 dwarf2_linkage_name.
4337 (read_structure_type): For structs and classes, set TYPE_NAME, too.
4338 (determine_class): Remove.
4339 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
4340 except Ada.
4341 (new_symbol): Unconditionally call dwarf2_name.
4342 Compute the "linkage name" using dwarf2_physname.
4343 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
4344 When determining to scan for anonymous C++ namespaces, ignore
4345 the linkage name.
4346 (dwarf2_physname): New function.
4347 (dwarf2_full_name): Move content to new function and call
4348 that.
4349 (dwarf2_compute_name): "New" function.
4350 (_initialize_dwarf2_read): Initialize die_list.
4351 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
4352 physname.
4353 (gnu_v3_print_method_ptr): Use the physname for virtual methods
4354 without a demangled name.
4355 Print out type information for non-virtual methods.
4356 * linespec.c (decode_line_1): Force ANY string using "::" (or
4357 "." for java) to use decode_compound, and clean up any stray quoting.
4358 If we found a file symtab, re-evaluate whether the remainder is_quoted.
4359 (decode_compound): Stop consuming at an open parenthesis.
4360 Keep template parameters.
4361 Keep any overload information.
4362 Keep keywords like "const".
4363 Remove paren_pointer.
4364 Move is_quoted check from set_flags to here.
4365 Remove #if 0 code from 2000. Ten years is long enough.
4366 (find_method): Before comparing symbol names, canonicalize the string
4367 from the user.
4368 If a specific overload is requested, find it. Otherwise throw an error.
4369 (find_method_overload_end): New function.
4370 (set_flags): Remove.
4371 (decode_compound): Assume that parentheses are matched.
4372 It's a lot easier.
4373 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
4374 to cplus_demangle.
4375 * linespec.c (decode_line_1): Keep important keywords like
4376 "const" and "volatile".
4377 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
4378 * typeprint.h (c_type_print_args): Add declaration.
4379 * ui-file.c (do_ui_file_obsavestring): New function.
4380 (ui_file_obsavestring): New function.
4381 * ui-file.h (ui_file_obsavestring): Add declaration.
4382 * valops.c (find_overload_match): Resolve the object to
4383 a non-pointer type.
4384 If the object is a data member, search the object for the member
4385 and return with staticp set.
4386 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
4387 Do not attempt to extract a function name from non-function types.
4388 If the extracted function name and the original name are the same,
4389 we don't have a C++ method.
4390
4391 From Jan Kratochvil <jan.kratochvil@redhat.com>:
4392 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
4393
4394 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
4395 and arguments from symbol lookups.
4396 * ax-gdb.c (gen_expr): Likewise.
4397 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
4398 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
4399 lookup_possible_namespace_symbol): Likewise.
4400 * cp-support.c (read_in_psymtabs): Likewise.
4401 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
4402 * language.h (la_lookup_symbol_nonlocal): Likewise.
4403 * scm-valprint.c (scm_inferior_print): Likewise.
4404 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
4405 * solib-svr.c (elf_lookup_lib): Likewise.
4406 * solib.c (show_auto_solib_add): Likewise.
4407 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
4408 * symmisc.c (maintenance_check_symtabs): Likewise.
4409 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
4410 lookup_symbol_aux_local, lookup_symbol_aux_block,
4411 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
4412 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
4413 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
4414 basic_lookup_transparent_type, find_main_psymtab,
4415 lookup_block_symbol): Likewise.
4416 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
4417 lookup_symbol_global, lookup_symbol_aux_block,
4418 lookup_symbol_partial_symbol, lookup_block_symbol,
4419 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
4420
4421 2010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
4422
4423 * python/python-internal.h: Include symtab.h.
4424
4425 2010-03-09 Joel Brobecker <brobecker@adacore.com>
4426 Pierre Muller <muller@ics.u-strasbg.fr>
4427
4428 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
4429 * p-valprint.c (pascal_val_print): Remove undeed block and fix
4430 indentation.
4431
4432 2010-03-08 Tom Tromey <tromey@redhat.com>
4433
4434 * breakpoint.c (breakpoint_1): Add "QUIT".
4435
4436 2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
4437 Pedro Alves <pedro@codesourcery.com>
4438
4439 * solib.c (solib_find): Replace extension if
4440 solib_symbols_extension is set in the target gdbarch.
4441 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
4442 solib_symbols_extension to "sym".
4443 * gdbarch.sh (solib_symbols_extension): New variable.
4444 (pstring): New function.
4445 * gdbarch.h, gdbarch.c: Regenerate.
4446
4447 2010-03-08 Tom Tromey <tromey@redhat.com>
4448
4449 PR cli/9591:
4450 * NEWS: Update.
4451 * utils.c: Include main.h.
4452 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
4453 (defaulted_query): Use default answer if `batch_flag'.
4454 * main.h (batch_flag): Declare.
4455 * main.c (batch_flag): New global.
4456 (captured_main): Remove 'batch'. Update.
4457
4458 2010-03-08 Kevin Buettner <kevinb@redhat.com>
4459
4460 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
4461 and Kevin Buettner:
4462
4463 * remote-mips.c (rockhopper_ops): New target_ops struct.
4464 (MON_ROCKHOPPER): New mips_monitor_type.
4465 (read_hex_value): New function.
4466 (mips_request): Send 8-byte values with a 'T' packet. Read the
4467 packet argument as a string and use read_hex_value to parse it.
4468 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
4469 (rockhopper_open): New function.
4470 (mips_wait): Read the PC, FP and SP fields as strings. Use
4471 read_hex_value to parse them and mips_set_register to commit them.
4472 (mips_set_register): New function.
4473 (mips_fetch_registers): Do not cast register value to "unsigned"
4474 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
4475 (mips_store_registers): Use a 'T' packet to set registers when
4476 using MON_ROCKHOPPER.
4477 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
4478 and expect the total to be printed before the entry address.
4479 (_initialize_remote_mips): Initialize and add rockhopper_ops.
4480
4481 2010-03-08 Kevin Buettner <kevinb@redhat.com>
4482
4483 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
4484 Change return value to int. Store value fetched in location
4485 addressed by `val'. Use function's return value as success
4486 or failure indicator. Adjust all callers.
4487
4488 2010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
4489
4490 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
4491
4492 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4493 Hui Zhu <teawater@gmail.com>
4494
4495 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
4496 tmp_to_stopped_data_address.
4497 (record_open): Reset tmp_to_stopped_by_watchpoint and
4498 tmp_to_stopped_data_address.
4499 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
4500 to_stopped_data_address.
4501
4502 2010-03-08 Hui Zhu <teawater@gmail.com>
4503
4504 * i386-tdep.c (i386_process_record): Initialize regnum.
4505
4506 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4507
4508 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
4509 Do not warn on ".gnu.liblist" and ".gnu.conflict".
4510
4511 2010-03-08 Joel Brobecker <brobecker@adacore.com>
4512
4513 Memory error when reading wrong core file.
4514 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
4515 errors while reading the inferior memory, and return zero if
4516 an exception was raised.
4517
4518 2010-03-07 Michael Snyder <msnyder@vmware.com>
4519
4520 * record.c (record_restore): Rename tmpu8 to rectype.
4521
4522 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
4523 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
4524
4525 (i386_record_push): Rename local tmpulongest to addr.
4526
4527 (i386_process_record): Rename local tmpulongest to addr.
4528
4529 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
4530 addr64.
4531
4532 Rename local variable tmpu8 to opcode8 and regnum.
4533
4534 2010-03-07 Joel Brobecker <brobecker@adacore.com>
4535
4536 * remote.c (remote_get_ada_task_ptid): New function.
4537 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
4538
4539 2010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
4540
4541 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
4542 block. Define helper macros to reduce ifdefs in code.
4543 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
4544 size. Call unadorned GetModuleFileNameEx rather than
4545 GetModuleFileNameEx*.
4546 (windows_make_so): Use __PMAX to denote maximum buffer size and
4547 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
4548 appropriate.
4549 (get_image_name): Use __PMAX to denote maximum buffer size.
4550 (handle_load_dll): Likewise.
4551 (windows_pid_to_exec_file): Likewise.
4552 (windows_create_inferior): Add many accommodations for older Cygwin and
4553 non-Cygwin.
4554 (bad_GetModuleFileNameExW): Control inclusion of this function based on
4555 __USEWIDE conditional.
4556 (bad_GetModuleFileNameExA): Likewise.
4557 (_initialize_loadable): Just use real function names without the dyn_
4558 part since they are defined earlier.
4559
4560 2010-03-05 Corinna Vinschen <vinschen@redhat.com>
4561 Tom Tromey <tromey@redhat.com>
4562
4563 * utils.c (host_char_to_target): Add 'gdbarch' argument.
4564 (parse_escape): Likewise.
4565 * python/py-utils.c (unicode_to_target_string): Update.
4566 (unicode_to_target_python_string): Update.
4567 (target_string_to_unicode): Update.
4568 * printcmd.c (printf_command): Update.
4569 * p-exp.y (yylex): Update.
4570 * objc-exp.y (yylex): Update.
4571 * mi/mi-parse.c: Include charset.h.
4572 (mi_parse_escape): New function.
4573 (mi_parse_argv): Use it.
4574 * jv-exp.y (yylex): Update.
4575 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
4576 function.
4577 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
4578 * gdbarch.sh (auto_charset, auto_wide_charset): New.
4579 * gdbarch.c: Rebuild.
4580 * gdbarch.h: Rebuild.
4581 * defs.h (parse_escape): Update.
4582 * cli/cli-setshow.c: Include arch-utils.h.
4583 (do_setshow_command): Update.
4584 * cli/cli-cmds.c (echo_command): Update.
4585 * charset.h (target_charset, target_wide_charset): Update.
4586 * charset.c: Include arch-utils.h.
4587 (target_charset_name): Default to "auto".
4588 (target_wide_charset_name): Likewise.
4589 (show_target_charset_name): Handle "auto".
4590 (show_target_wide_charset_name): Likewise.
4591 (be_le_arch): New global.
4592 (set_be_le_names): Add 'gdbarch' argument.
4593 (validate): Likewise. Don't call set_be_le_names.
4594 (set_charset_sfunc, set_host_charset_sfunc)
4595 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
4596 Update.
4597 (target_charset): Add 'gdbarch' argument.
4598 (target_wide_charset): Likewise. Remove 'byte_order' argument.
4599 (auto_target_charset_name): New global.
4600 (default_auto_charset, default_auto_wide_charset): New functions.
4601 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
4602 for target charsets. Copy result of nl_langinfo. Use GetACP if
4603 USE_WIN32API.
4604 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
4605 remove 'byte_order' argument. Update.
4606 (classify_type): Likewise.
4607 (c_emit_char): Update.
4608 (c_printchar): Update.
4609 (c_printstr): Update.
4610 (c_get_string): Update.
4611 (evaluate_subexp_c): Update.
4612 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
4613 Declare.
4614 * python/python.c (gdbpy_target_charset): New function.
4615 (gdbpy_target_wide_charset): Likewise.
4616 (GdbMethods): Update.
4617 * NEWS: Update.
4618
4619 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
4620
4621 * symfile.c (build_section_addr_info_from_objfile): Do not mask
4622 off high address bits.
4623
4624 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
4625
4626 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
4627 address as UnsignedLongLong, not LongLong.
4628
4629 2010-03-05 Kevin Buettner <kevinb@redhat.com>
4630 Pedro Alves <pedro@codesourcery.com>
4631
4632 * remote-mips.c (gdbthread.h): Include.
4633 (remote_mips_ptid): Declare.
4634 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
4635 (common_open): Set inferior_ptid, add it as an inferior, and
4636 as a thread too. Delete FIXME comment regarding start_remote().
4637 (mips_close): Invoke generic_mourn_inferior().
4638 (mips_kill): Make sure that target_mourn_inferior is invoked.
4639 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
4640 it's now invoked from mips_close().
4641 (mips_load): Don't null out inferior_ptid. Don't call
4642 clear_symtab_users().
4643 (mips_thread_alive, mips_pid_to_str): New functions.
4644 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
4645 to_thread_alive and to_pid_to_str operations.
4646
4647 2010-03-04 Tom Tromey <tromey@redhat.com>
4648
4649 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
4650 in DWARF 3 and later.
4651 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
4652
4653 2010-03-04 Keith Seitz <keiths@redhat.com>
4654
4655 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
4656 If the filename portion of the linespec was quoted, recheck the
4657 remainder for additional quoting.
4658 (locate_first_half): Skip over completer chars, too.
4659
4660 2010-03-04 Tom Tromey <tromey@redhat.com>
4661
4662 * printcmd.c (printf_command): Pass dummy argument to
4663 printf_filtered.
4664
4665 2010-03-04 Doug Evans <dje@google.com>
4666
4667 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
4668 unwound_fp.
4669
4670 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
4671
4672 2010-03-04 Pedro Alves <pedro@codesourcery.com>
4673
4674 * breakpoint.c (update_watchpoint): Create a sentinel location if
4675 the software watchpoint isn't watching any memory.
4676 (breakpoint_address_bits): Skip dummy software watchpoint locations.
4677
4678 2010-03-04 Pedro Alves <pedro@codesourcery.com>
4679
4680 * utils.c (fputs_maybe_filtered): Check if there's already a top
4681 level interpreter before dereferencing it. If there isn't one,
4682 don't paginate either.
4683
4684 2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4685
4686 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
4687 the state right when single stepping.
4688 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
4689 Get the next PC along with the instruction state.
4690 (thumb_get_next_pc): Remove.
4691 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
4692
4693 2010-03-04 Hui Zhu <teawater@gmail.com>
4694
4695 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
4696
4697 2010-03-03 Pedro Alves <pedro@codesourcery.com>
4698
4699 * utils.c (fputs_maybe_filtered): Always disable pagination if the
4700 top level interpreter is MI.
4701
4702 2010-03-03 Stan Shebs <stan@codesourcery.com>
4703
4704 * remote.c (remote_download_tracepoint): Iterate over locations.
4705 * tracepoint.c (validate_actionline): Ditto.
4706 (encode_actions): Add location argument.
4707 (trace_dump_command): Check all locations to see if stepping
4708 frame.
4709
4710 2010-03-03 H.J. Lu <hongjiu.lu@intel.com>
4711 Eli Zaretskii <eliz@gnu.org>
4712
4713 * NEWS: Add X86 general purpose registers section.
4714
4715 2010-03-03 Tom Tromey <tromey@redhat.com>
4716
4717 PR mi/11098:
4718 * varobj.c (install_new_value): Handle case where new print_value
4719 is NULL.
4720
4721 2010-03-03 Dainis Jonitis <jonitis@gmail.com>
4722
4723 PR gdb/11345:
4724 * printcmd.c (printf_command): Print end of format string using
4725 printf_filtered.
4726
4727 2010-03-02 Tom Tromey <tromey@redhat.com>
4728
4729 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
4730 * defs.h (read_command_lines_1): Add missing 'void'.
4731 * cli/cli-script.c (recurse_read_control_structure): Add missing
4732 'void'.
4733 (read_next_line): Likewise.
4734 (read_command_lines_1): Likewise.
4735
4736 2010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
4737
4738 * spu-tdep.c (spu_analyze_prologue): Track instruction to
4739 store backchain as part of prologue.
4740
4741 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
4742
4743 * progspace.c (update_address_spaces): Update inferior address spaces
4744 also.
4745
4746 2010-03-02 Doug Evans <dje@google.com>
4747
4748 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
4749 lowpc,highpc args to addrmap_set_empty.
4750
4751 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
4752
4753 * amd64-tdep.c (amd64_byte_names): New.
4754 (amd64_word_names): Likewise.
4755 (amd64_dword_names): Likewise.
4756 (amd64_pseudo_register_name): Likewise.
4757 (amd64_pseudo_register_read): Likewise.
4758 (amd64_pseudo_register_write): Likewise.
4759 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
4760 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
4761 set_gdbarch_pseudo_register_write and
4762 set_tdesc_pseudo_register_name. Don't call
4763 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
4764
4765 * i386-tdep.c (i386_num_mmx_regs): Removed.
4766 (i386_num_pseudo_regs): Likewise.
4767 (i386_byte_names): New.
4768 (i386_word_names): Likewise.
4769 (i386_byte_regnum_p): Likewise.
4770 (i386_word_regnum_p): Likewise.
4771 (i386_mmx_regnum_p): Updated.
4772 (i386_pseudo_register_name): Make it global. Handle byte and
4773 word pseudo-registers.
4774 (i386_pseudo_register_read): Likewise.
4775 (i386_pseudo_register_write): Likewise.
4776 (i386_pseudo_register_type): Handle byte, word and dword
4777 pseudo-registers
4778 (i386_register_reggroup_p): Don't include pseudo
4779 registers, except for MXX, in any register groups. Don't
4780 include pseudo byte, word, dword registers in general_reggroup.
4781 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
4782 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
4783 pseudo-registers after word pseudo-registers. Call
4784 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
4785
4786 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
4787 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
4788 eax_regnum.
4789 (i386_byte_regnum_p): New.
4790 (i386_word_regnum_p): Likewise.
4791 (i386_dword_regnum_p): Likewise.
4792 (i386_pseudo_register_name): Likewise.
4793 (i386_pseudo_register_read): Likewise.
4794 (i386_pseudo_register_write): Likewise.
4795
4796 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
4797
4798 * target-descriptions.c (tdesc_type): Remove
4799 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
4800 (tdesc_predefined_types): Likewise.
4801 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
4802 if flag name is empty.
4803 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
4804
4805 * features/i386/32bit-core.xml: Define i386_eflags.
4806 * features/i386/64bit-core.xml: Likewise.
4807
4808 * features/i386/32bit-sse.xml: Define i386_mxcsr.
4809 * features/i386/64bit-sse.xml: Likewise.
4810
4811 * features/i386/amd64-linux.c: Regenerated.
4812 * features/i386/amd64.c: Likewise.
4813 * features/i386/i386-linux.c: Likewise.
4814 * features/i386/i386.c: Likewise.
4815
4816 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4817
4818 * gdbtypes.c (append_composite_type_field_raw): New.
4819 (append_composite_type_field_aligned): Use the new function.
4820 * gdbtypes.h (append_composite_type_field_raw): Declare.
4821 * target-descriptions.c (struct tdesc_type_field): Add start and end.
4822 (struct tdesc_type_flag): New type.
4823 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
4824 kind. Add size to u.u. Add u.f for flags.
4825 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
4826 (tdesc_free_type): Likewise.
4827 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
4828 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
4829 (tdesc_add_bitfield, tdesc_add_flag): New.
4830 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
4831 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
4832 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
4833 current_type. Add current_type_size and current_type_is_flags.
4834 (tdesc_start_union): Clear the new fields.
4835 (tdesc_start_struct, tdesc_start_flags): New.
4836 (tdesc_start_field): Handle struct fields, including bitfields.
4837 (field_attributes): Make type optional. Add start and end.
4838 (union_children): Rename to struct_union_children.
4839 (union_attributes): Rename to struct_union_attributes. Add optional
4840 size.
4841 (flags_attributes): New.
4842 (feature_children): Add struct and flags.
4843 * features/gdb-target.dtd: Add flags and struct to features.
4844 Make field type optional. Add field start and end.
4845
4846 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
4847
4848 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
4849 (amd64_linux_read_description): Likewise.
4850 (_initialize_amd64_linux_nat): Set to_read_description to
4851 amd64_linux_read_description.
4852
4853 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
4854 (amd64_linux_register_name): Removed.
4855 (amd64_linux_register_type): Likewise.
4856 (amd64_linux_core_read_description): New.
4857 (amd64_linux_init_abi): Set target description to
4858 tdesc_amd64_linux if needed. Support orig_rax in target
4859 description. Don't call set_gdbarch_register_name nor
4860 set_gdbarch_register_type. Call
4861 set_gdbarch_core_read_description.
4862 (_initialize_amd64_linux_tdep): Call
4863 initialize_tdesc_amd64_linux.
4864
4865 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
4866
4867 * amd64-tdep.c: Include "features/i386/amd64.c".
4868 (amd64_register_names): Removed.
4869 (amd64_register_name): Likewise.
4870 (amd64_register_type): Likewise.
4871 (amd64_init_abi): Set num_core_regs and register_names. Set
4872 target description to tdesc_amd64 if needed. Don't call
4873 set_gdbarch_register_name nor set_gdbarch_register_type.
4874 (_initialize_amd64_tdep): New.
4875
4876 * i386-linux-nat.c (i386_linux_read_description): New.
4877 (_initialize_i386_linux_nat): Set to_read_description to
4878 i386_linux_read_description.
4879
4880 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
4881 (i386_linux_register_name): Removed.
4882 (i386_linux_core_read_description): New.
4883 (i386_linux_read_description): Likewise.
4884 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
4885 Set target description to tdesc_i386_linux if needed. Support
4886 orig_eax. Set register_reggroup_p. Call
4887 set_gdbarch_core_read_description.
4888 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
4889
4890 * i386-linux-tdep.h (tdesc_i386_linux): New.
4891
4892 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
4893 with I387_NUM_REGS.
4894
4895 * i386-tdep.c: Include "features/i386/i386.c".
4896 (i386_register_names): Make it const.
4897 (i386_mmx_names): Likewise.
4898 (i386_num_register_names): Removed.
4899 (i386_register_name): Likewise.
4900 (i386_eflags_type): Likewise.
4901 (i386_mxcsr_type): Likewise.
4902 (i386_sse_type): Likewise.
4903 (i386_register_type): Likewise.
4904 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
4905 (i386_pseudo_register_name): New.
4906 (i386_pseudo_register_type): Likewise.
4907 (i386_mmx_type): Make it static.
4908 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
4909 I387_NUM_REGS. Set num_core_regs and register_names. Don't
4910 call set_gdbarch_register_name nor set_gdbarch_register_type.
4911 Set register_reggroup_p. Set target description to tdesc_i386
4912 if needed. Call set_tdesc_pseudo_register_type,
4913 set_tdesc_pseudo_register_name and tdesc_use_registers.
4914 (_initialize_i386_tdep): Call initialize_tdesc_i386.
4915 initialize_tdesc_x86_64.
4916
4917 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
4918 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
4919 register_names, tdesc and register_reggroup_p.
4920 (I386_NUM_FREGS): Removed.
4921 (i386_eflags_type): Likewise.
4922 (i386_mxcsr_type): Likewise.
4923 (i386_mmx_type): Likewise.
4924 (i386_sse_type): Likewise.
4925 (i386_register_name): Likewise.
4926 (i386_regnum): Add I386_MXCSR_REGNUM.
4927 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
4928
4929 * i387-tdep.h (I387_NUM_REGS): New.
4930
4931 * regformats/i386/i386-linux.dat: Generated.
4932 * regformats/i386/i386.dat: Likewise.
4933 * regformats/i386/amd64-linux.dat: Likewise.
4934 * regformats/i386/amd64.dat: Likewise.
4935
4936 * regformats/reg-i386-linux.dat: Removed.
4937 * regformats/reg-i386.dat: Likewise.
4938 * regformats/reg-x86-64-linux.dat: Likewise.
4939 * regformats/reg-x86-64.dat: Likewise.
4940
4941 2010-03-01 Corinna Vinschen <vinschen@redhat.com>
4942
4943 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
4944 cygwin_conv_path API rather than the deprecated
4945 cygwin_conv_to_full_posix_path.
4946 * windows-nat.c:
4947 (GetModuleFileNameExA): Undefine for Cygwin.
4948 (GetModuleFileNameExW): Define for Cygwin.
4949 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
4950 Call GetModuleFileNameExW and convert path to POSIX using
4951 cygwin_conv_path.
4952 (windows_make_so): Always define p. Drop unused variable m.
4953 Don't use Win32 functions to check file existance, rather use
4954 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
4955 Use canonicalize_file_name to get full path.
4956 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
4957 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
4958 use correct target buffer size in call to WideCharToMultiByte.
4959 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
4960 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
4961 (windows_create_inferior): Convert all paths and arguments to wchar_t
4962 and use CreateProcessW on Cygwin.
4963 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
4964 (bad_GetModuleFileNameExA): Undefine for Cygwin.
4965 (bad_GetModuleFileNameExW): Define for Cygwin.
4966 (_initialize_loadable): Load GetModuleFileNameExW into
4967 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
4968
4969 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4970
4971 PR python/11036
4972 * python/py-frame.c (frapy_read_var): Add block argument and logic
4973 to cope with user provided blocks.
4974
4975 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4976
4977 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
4978 New comment.
4979
4980 2010-02-28 Corinna Vinschen <vinschen@redhat.com>
4981
4982 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
4983 (COMMON_OBS): ... to here since it's used unconditionally.
4984 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
4985 (SFILES): To here.
4986
4987 2010-02-26 David Daney <ddaney@caviumnetworks.com>
4988
4989 * mips-linux-tdep.c: Update struct sigframe comments.
4990 (SIGFRAME_CODE_OFFSET): Delete macro.
4991 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
4992 this_frame's sp.
4993 (mips_linux_n32n64_sigframe_init): Same.
4994
4995 2010-02-26 Kevin Buettner <kevinb@redhat.com>
4996
4997 * remote-mips.c (mips_load): Don't use pseudo-register when
4998 invalidating regcache.
4999
5000 2010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5001
5002 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
5003
5004 2010-02-26 Pedro Alves <pedro@codesourcery.com>
5005
5006 * NEWS: Add "New targets" section, and mention ARM Symbian
5007 support.
5008
5009 2010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
5010
5011 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
5012 add ADDR_SIZE member.
5013 (allocate_piece_closure): Update.
5014 (copy_pieced_value_closure): Likewise.
5015 (dwarf2_evaluate_loc_desc): Likewise.
5016 (read_pieced_value): Use DWARF address size instead of
5017 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
5018
5019 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
5020 Tom Tromey <tromey@redhat.com>
5021
5022 * python/py-type.c (typy_lookup_typename): Add in block argument.
5023 If provided restrict lookup to specified blocks.
5024 (gdbpy_lookup_type): Likewise.
5025 (typy_lookup_type): Likewise.
5026
5027 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
5028
5029 Symbian config
5030
5031 gdb/
5032 * arm-symbian-tdep.c: New.
5033 * configure.tgt (arm*-*-symbianelf*): New target.
5034 (*-*-symbianelf*): New OS.
5035 * osabi.c (gdb_osabi_names): Add Symbian.
5036 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
5037 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
5038 (ALLDEPFILES): Add arm-symbian-tdep.c.
5039
5040 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
5041
5042 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
5043
5044 2010-02-24 Pedro Alves <pedro@codesourcery.com>
5045
5046 * mi/mi-main.c (mi_cmd_execute): Fix typo.
5047
5048 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5049 Tom Tromey <tromey@redhat.com>
5050 Thiago Jung Bauermann <bauerman@br.ibm.com>
5051
5052 * python/python.c (_initialize_python): Call
5053 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
5054 gdbpy_initialize_blocks.
5055 * python/python-internal.h: Declare struct symbol, block and
5056 symtab_and_line. Declare block_object_type and
5057 symbol_object_type
5058 (gdbpy_lookup_symbol gdbpy_block_for_pc)
5059 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
5060 (symbol_to_symbol_object, block_to_block_object)
5061 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
5062 (gdbpy_initialize_blocks ): Declare.
5063 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
5064 (frapy_select): Add methods.
5065 (frapy_read_var): Add symbol branch.
5066 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
5067 py-block.
5068 (SUBDIR_PYTHON_SRCS): Likewise.
5069 (py-symbol.o): New rule.
5070 (py-symtab.o): Likewise.
5071 (py-block.o): Likewise.
5072 * python/py-symbol.c: New file.
5073 * python/py-symtab.c: Likewise.
5074 * python/py-block.c: Likewise.
5075
5076 2010-02-24 Pedro Alves <pedro@codesourcery.com>
5077
5078 PR gdb/11321
5079
5080 * inferior.h (prepare_for_detach): Declare.
5081 (struct inferior) <detaching>: New field.
5082 * infrun.c (prepare_for_detach): New.
5083 (handle_inferior_event) <random signal>: Don't stop if detaching.
5084 * target.c (target_detach): Call prepare_for_detach.
5085
5086 2010-02-24 Pedro Alves <pedro@codesourcery.com>
5087
5088 Per-process displaced stepping queue.
5089
5090 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
5091 (displaced_step_gdbarch, displaced_step_closure,
5092 (displaced_step_original, displaced_step_copy): Move globals to
5093 this...
5094 (struct displaced_step_inferior_state): ... new structure.
5095 (displaced_step_inferior_states): New global.
5096 (get_displaced_stepping_state, add_displaced_stepping_state)
5097 (remove_displaced_stepping_state, infrun_inferior_exit): New
5098 functions.
5099 (displaced_step_clear): Add displaced_step_inferior_state
5100 parameter, and adjust to handle it.
5101 (displaced_step_clear_cleanup): Parameter is now a
5102 displaced_step_inferior_state. Adjust.
5103 (displaced_step_prepare): Adjust.
5104 (displaced_step_fixup, displaced_step_fixup)
5105 (infrun_thread_ptid_changed, resume): Adjust.
5106 (init_wait_for_inferior): Don't call displaced_step_clear.
5107 (infrun_thread_stop_requested): Rewrite.
5108 (_initialize_infrun): Install infrun_inferior_exit as
5109 inferior_exit observer.
5110
5111 2010-02-24 Pedro Alves <pedro@codesourcery.com>
5112
5113 * inferior.h (ptid_match): Declare.
5114 * infrun.c (ptid_match): New.
5115 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
5116 (handle_notification): Add debug output.
5117 * linux-nat.c (ptid_match): Delete.
5118
5119 2010-02-24 David S. Miller <davem@davemloft.net>
5120
5121 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
5122 * syscalls/sparc-linux.xml: New.
5123 * syscalls/sparc64-linux.xml: New.
5124 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
5125 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
5126 (sparc32_linux_get_syscall_number): New function.
5127 (sparc32_linux_init_abi): Set syscall XML file name and hook up
5128 syscall number fetcher.
5129 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
5130 (sparc64_linux_get_syscall_number): New function.
5131 (sparc64_linux_init_abi): Set syscall XML file name and hook up
5132 syscall number fetcher.
5133
5134 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5135
5136 Multiexec MI
5137
5138 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5139 * inferior.c (add_inferior_silent): Notify inferior_added
5140 observer.
5141 (delete_inferior_1): Notify inferior_removed observer.
5142 (exit_inferior_1): Pass inferior, not pid, to observer.
5143 (inferior_appeared): Likewise.
5144 (add_inferior_with_spaces): New.
5145 (add_inferior_command): Use the above.
5146 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
5147 Declare.
5148
5149 * inflow.c (inflow_inferior_exit): Likewise.
5150 * jit.c (jit_inferior_exit_hook): Likewise.
5151
5152 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
5153 remove-inferior.
5154 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
5155 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
5156 (report_initial_inferior): New.
5157 (mi_inferior_removed): Register the above. Make sure
5158 inferior_added observer is called on the first inferior.
5159 (mi_new_thread, mi_thread_exit): Thread group is now identified by
5160 inferior number, not pid.
5161 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
5162 affected.
5163 * mi/mi-main.c (current_context): New.
5164 (proceed_thread_callback): Use typed closure.
5165 Proceed everything if pid is 0. Most implementation split into
5166 (proceed_thread): ... this.
5167 (run_one_inferior): New.
5168 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
5169 Adjust for multiexec behaviour.
5170 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
5171 (mi_cmd_execute): Handle the 'thread-group' option here.
5172 Do some extra checks.
5173 * mi-parse.c (mi_parse): Handle the --all and --thread-group
5174 options.
5175 * mi-parse.h (struct mi_parse): New fields all and thread_group.
5176
5177 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5178
5179 Make -exec-run a proper MI commands.
5180
5181 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
5182 * mi/mi-cmds.c (mi_cmds): Adjust.
5183 * mi/mi-main.c (mi_cmd_exec_run): New.
5184
5185 2010-02-24 Pedro Alves <pedro@codesourcery.com>
5186 Stan Shebs <stan@codesourcery.com>
5187
5188 * tracepoint.h (set_traceframe_number)
5189 (cleanup_restore_current_traceframe): Declare.
5190 * tracepoint.c (set_traceframe_number): New.
5191 (struct current_traceframe_cleanup): New.
5192 (do_restore_current_traceframe_cleanup)
5193 (restore_current_traceframe_cleanup_dtor)
5194 (make_cleanup_restore_current_traceframe): New.
5195 * infrun.c: Include tracepoint.h.
5196 (fetch_inferior_event): Switch out and in of tfind mode.
5197
5198 2010-02-24 Pedro Alves <pedro@codesourcery.com>
5199
5200 * breakpoint.c (breakpoint_init_inferior): Also delete
5201 bp_shlib_event breakpoints.
5202 * solib-frv.c (enable_break): Remove call to
5203 remove_solib_event_breakpoints.
5204 * solib-svr4.c (enable_break): Ditto.
5205 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
5206 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
5207 * solib-som.c (som_solib_create_inferior_hook): Ditto.
5208 * solib-spu.c (spu_enable_break): Ditto.
5209
5210 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
5211
5212 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
5213
5214 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
5215
5216 * varobj.c (varobj_update): Avoid non-constants in initializers.
5217
5218 2010-02-23 Tom Tromey <tromey@redhat.com>
5219
5220 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
5221 handle big-endian values.
5222 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
5223
5224 2010-02-22 Pedro Alves <pedro@codesourcery.com>
5225
5226 PR9605
5227
5228 gdb/
5229 * breakpoint.c (insert_bp_location): If inserting the read
5230 watchpoint failed, fallback to an access watchpoint.
5231 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
5232 if the value changed, if not watching the same memory for writes.
5233 (watchpoint_locations_match): Add comment.
5234 (update_global_location_list): Copy the location's watchpoint type.
5235 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
5236 handle read watchpoints here.
5237 (i386_insert_watchpoint): Read watchpoints aren't supported.
5238 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
5239 packets.
5240 * target.h (target_insert_watchpoint): Update description.
5241
5242 2010-02-19 Tom Tromey <tromey@redhat.com>
5243
5244 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
5245 * m2-typeprint.c (m2_print_type): Update.
5246 * gdbtypes.c (recursive_dump_type): Update.
5247 (copy_type_recursive): Update.
5248 * c-typeprint.c (c_type_print_varspec_prefix): Update.
5249 (c_type_print_base): Update.
5250 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
5251 Remove.
5252 (struct cplus_struct_type) <ntemplate_args>: Remove.
5253 <struct template_arg>: Remove.
5254 <is_dynamic>: Move earlier.
5255 (TYPE_TEMPLATE_ARGS): Remove.
5256 (TYPE_NTEMPLATE_ARGS): Remove.
5257 (TYPE_TEMPLATE_ARG): Remove.
5258
5259 2010-02-19 Tom Tromey <tromey@redhat.com>
5260
5261 PR c++/8693, PR c++/9496:
5262 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
5263 * c-exp.y (lex_one_token): Rename from yylex. Don't call
5264 write_dollar_variable. Don't try to classify NAME tokens.
5265 (token_and_value): New type.
5266 (token_fifo, popping, name_obstack): New globals.
5267 (classify_name): New function.
5268 (classify_inner_name): Likewise.
5269 (yylex): Likewise.
5270 (VARIABLE): Now has type sval.
5271 (exp : VARIABLE): Call write_dollar_variable.
5272 (qualified_name): Use TYPENAME, not typebase. Add production for
5273 multiple "::" instances.
5274 (variable): Use name_not_typename.
5275 (qualified_type): Remove.
5276 (typebase): Update.
5277
5278 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5279
5280 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
5281 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
5282 found by bfd_get_section_by_name.
5283 * symfile.h (struct section_addr_info) <sectindex>: New comment.
5284
5285 2010-02-19 Joel Brobecker <brobecker@adacore.com>
5286
5287 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
5288 7.0 section" into "Changes in 7.1".
5289
5290 2010-02-19 Joel Brobecker <brobecker@adacore.com>
5291
5292 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
5293 * version.in: Bump version to 7.1.50.20100219-cvs.
5294
5295 2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
5296
5297 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
5298 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
5299
5300 2010-02-17 Tom Tromey <tromey@redhat.com>
5301
5302 * NEWS: Add Python API Improvements section.
5303
5304 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
5305
5306 * NEWS: Correct typo.
5307
5308 2010-02-17 Tom Tromey <tromey@redhat.com>
5309
5310 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
5311
5312 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5313
5314 * symfile.c (build_section_addr_info_from_objfile): Include sections
5315 only if they are SEC_ALLOC or SEC_LOAD.
5316
5317 2010-02-17 H.J. Lu <hongjiu.lu@intel.com>
5318
5319 PR shlibs/11293
5320 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
5321 of ULONGEST for address size.
5322
5323 2010-02-17 Tom Tromey <tromey@redhat.com>
5324
5325 * NEWS: Add C++ improvements section.
5326
5327 2010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
5328
5329 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
5330 PyThreadState_Swap): Avoid "statement with no effect" warning.
5331
5332 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5333
5334 * solib-svr4.c (enable_break <target_auxv_search>): New variable
5335 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
5336
5337 2010-02-17 Tristan Gingold <gingold@adacore.com>
5338 Petr Hluzin <petr.hluzin@gmail.com>
5339
5340 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
5341 gdb_assert. Fix info->size for SIG prologue.
5342
5343 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5344
5345 * infcmd.c (show_inferior_tty_command): Check for NULL.
5346 Correct output message.
5347
5348 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5349
5350 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
5351 FUNCTION contains parentheses. Improve removal of a trailing
5352 single quote.
5353
5354 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5355
5356 * gcore.c (do_bfd_delete_cleanup): New function.
5357 (gcore_command): Use it. Discard the cleanup after success.
5358 (gcore_copy_callback): Delete dead code.
5359
5360 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5361
5362 * symfile.c (addr_info_make_relative): Always use
5363 find_lowest_section.
5364
5365 2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
5366
5367 * NEWS: Added entry for namespace fixes.
5368
5369 2010-02-15 Tom Tromey <tromey@redhat.com>
5370
5371 * dwarf2read.c (guess_structure_name): Allocate name on the
5372 objfile obstack.
5373
5374 2010-02-15 Tom Tromey <tromey@redhat.com>
5375
5376 * c-typeprint.c (c_type_print_base): Reverse order of test.
5377
5378 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5379
5380 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
5381 initialize it from ELF BFD. Extend the prelink condition by it.
5382
5383 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5384
5385 * defs.h (parse_pid_to_attach): New.
5386 * utils.c (parse_pid_to_attach): New.
5387 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
5388 * gnu-nat.c (gnu_attach): Likewise.
5389 * nto-procfs.c (procfs_attach): Likewise.
5390 * procfs.c (procfs_attach): Likewise.
5391 * windows-nat.c (windows_attach): Likewise.
5392 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
5393 * inf-ttrace.c (inf_ttrace_attach): Likewise.
5394 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
5395 check.
5396
5397 2010-02-14 Masaki Muranaka <monaka@monami-software.com>
5398
5399 * MAINTAINERS: Add myself for write after approval privileges.
5400
5401 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5402
5403 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
5404 block.
5405
5406 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5407
5408 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
5409 only if INFO_VERBOSE.
5410
5411 2010-02-12 Tomas Holmberg <th@virtutech.com>
5412
5413 * mi/mi-main.c: Added the --reverse flag to the following MI
5414 commands: exec-continue, exec-finish, exec-next, exec-step,
5415 exec-next-instruction, exec-step-instruction. This is to
5416 support reverse execution over the MI interface to gdb.
5417
5418 2010-02-12 Pedro Alves <pedro@codesourcery.com>
5419
5420 * tracepoint.c (_initialize_tracepoint): Specify that the address
5421 range of `tfind outsize' is exclusive, and that the address range
5422 of `tfind range' is inclusive, in the commands' help strings.
5423
5424 2010-02-12 Joel Brobecker <brobecker@adacore.com>
5425
5426 Spurious "dll not found" error messages on x64-windows.
5427 * windows-nat.c: Add include of complaints.h.
5428 (handle_unload_dll): Change dll-not-found error into a complaint.
5429
5430 2010-02-12 Pedro Alves <pedro@codesourcery.com>
5431
5432 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
5433 bp_tracepoint and bp_fast_tracepoint, not
5434 bp_loc_software_breakpoint.
5435 (update_global_location_list): Tracepoints are never duplicates of
5436 anything.
5437
5438 2010-02-12 Pedro Alves <pedro@codesourcery.com>
5439
5440 * breakpoint.c (break_command_really): Change return type to int.
5441 Return false if no breakpoint was created, true otherwise.
5442 (trace_command): Don't set the tracepoint count if no tracepoint
5443 was created.
5444 (ftrace_command): Ditto.
5445 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
5446 created in the breakpoints table.
5447
5448 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5449 Ulrich Weigand <uweigand@de.ibm.com>
5450
5451 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
5452
5453 2010-02-11 Pedro Alves <pedro@codesourcery.com>
5454
5455 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
5456 the offset value isn't of integral type.
5457
5458 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5459
5460 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
5461 New.
5462
5463 2010-02-11 Pedro Alves <pedro@codesourcery.com>
5464
5465 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
5466 non-subscriptable types.
5467 * valarith.c (binop_types_user_defined_p): New, abstracted out
5468 from ...
5469 (binop_user_defined_p): ... this.
5470 * value.h (binop_types_user_defined_p): Declare.
5471
5472 2010-02-11 Pedro Alves <pedro@codesourcery.com>
5473
5474 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
5475 Merge uploaded TSVs before merging uploaded tracepoints.
5476
5477 2010-02-11 Pedro Alves <pedro@codesourcery.com>
5478
5479 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
5480
5481 2010-02-11 Vladimir Prus <vladimir@codesourcery.com>
5482
5483 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
5484 whitespace character after a dot in comment.
5485 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
5486 Likewise.
5487 (list_args_or_locals): For the 'all' (that is
5488 -stack-list-variables) case, always output list of tuples.
5489 Output 'arg' field if variable is argument.
5490
5491 2010-02-10 Tom Tromey <tromey@redhat.com>
5492
5493 * parser-defs.h (parser_debug): Declare.
5494 * parse.c (_initialize_parse): Install "debug parser" set/show
5495 command.
5496 (parser_debug): New global.
5497 (show_parserdebug): New function.
5498 * c-exp.y (c_parse): Set yydebug.
5499
5500 2010-02-10 H.J. Lu <hongjiu.lu@intel.com>
5501
5502 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
5503 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
5504 (tdesc_predefined_types): Add i387_ext, i386_eflags and
5505 i386_mxcsr.
5506 (tdesc_find_type): New.
5507 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
5508 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
5509
5510 * target-descriptions.h (tdesc_find_type): New.
5511
5512 2010-02-10 Michael Snyder <msnyder@vmware.com>
5513
5514 * gdb-gdb.py: Comment fix.
5515
5516 2010-02-09 Tristan Gingold <gingold@adacore.com>
5517
5518 * machoread.c (macho_symfile_relocate): New function.
5519 (macho_sym_fns): Use macho_symfile_relocate instead of
5520 default_symfile_relocate.
5521 (macho_oso_data): New type.
5522 (current_oso): New variable.
5523 (macho_add_oso_symfile): Do not compute section_addr_info, but
5524 instead set vma of sections.
5525 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
5526 Set and clear current_oso.
5527
5528 2010-02-09 Joel Brobecker <brobecker@adacore.com>
5529
5530 Wrong type description for tagged type parameter.
5531 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
5532 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
5533 reference to a tagged type.
5534
5535 2010-02-09 Tristan Gingold <gingold@adacore.com>
5536
5537 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
5538 brothers of the parent.
5539
5540 2010-02-08 Tom Tromey <tromey@redhat.com>
5541
5542 PR c++/8017:
5543 * value.h: Update.
5544 * valops.c (search_struct_field): Make 'name' const.
5545 (search_struct_method): Likewise.
5546 (find_method_list): Make 'method' const.
5547 (value_struct_elt): Make 'name' and 'err' const.
5548 (value_find_oload_method_list): Make 'method' const.
5549 (find_overload_match): Make 'name' const.
5550 * eval.c (evaluate_subexp_standard): New locals function,
5551 function_name.
5552 <OP_FUNCALL>: Handle OP_SCOPE specially.
5553
5554 2010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
5555
5556 * infrun.c (handle_inferior_event): Do not look up regcache
5557 for exited processes.
5558
5559 2010-02-08 Chris Moller <moller@mollerware.com>
5560
5561 PR gdb/10728
5562 * valarith.c (value_ptrdiff): Added a test for a zero type length,
5563 warn if found, and assume length = 1.
5564
5565 2010-02-08 Chris Moller <cmoller@redhat.com>
5566
5567 PR gdb/9067
5568 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
5569 cp_print_static_field) Fix use of obstacks.
5570
5571 2010-02-08 Pedro Alves <pedro@codesourcery.com>
5572
5573 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
5574 resumed LWPs as resumed.
5575 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
5576 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
5577 of throwing an internal error. If an LWP of a process we're not
5578 waiting for reports a signal, don't force collecting a SIGSTOP,
5579 and if it was breakpoint hit in non-stop mode, cancel it. Don't
5580 go through all LWPs cancelling breakpoints in non-stop mode.
5581 (resume_stopped_resumed_lwps): New.
5582 (linux_nat_wait): Use it.
5583
5584 2010-02-07 H.J. Lu <hongjiu.lu@intel.com>
5585
5586 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
5587 i386/amd64 and i386/amd64-linux.
5588 (i386/i386-expedite): New.
5589 (i386/i386-linux-expedite): Likewise.
5590 (i386/amd64-expedite):Likewise.
5591 (i386/amd64-linux-expedite): Likewise.
5592 ($(outdir)/i386/i386-linux.dat): Likewise.
5593 ($(outdir)/i386/amd64.dat): Likewise.
5594 ($(outdir)/i386/amd64-linux.dat): Likewise.
5595
5596 * features/i386/32bit-core.xml: New.
5597 * features/i386/32bit-linux.xml: Likewise.
5598 * features/i386/32bit-sse.xml: Likewise.
5599 * features/i386/64bit-core.xml: Likewise.
5600 * features/i386/64bit-linux.xml: Likewise.
5601 * features/i386/64bit-sse.xml: Likewise.
5602 * features/i386/i386-linux.xml: Likewise.
5603 * features/i386/i386.xml: Likewise.
5604 * features/i386/amd64-linux.xml: Likewise.
5605 * features/i386/amd64.xml: Likewise.
5606 * features/i386/i386-linux.c: Likewise.
5607 * features/i386/i386.c: Likewise.
5608 * features/i386/amd64-linux.c: Likewise.
5609 * features/i386/amd64.c: Likewise.
5610
5611 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
5612
5613 PR c++/7935:
5614 * cp-support.h: Added char* alias element to using_direct data
5615 struct.
5616 (cp_add_using): Added char* alias argument.
5617 (cp_add_using_directive): Ditto.
5618 * cp-namespace.c: Updated with the above changes.
5619 (cp_lookup_symbol_imports): Check for aliases.
5620 * dwarf2read.c (read_import_statement): Figure out local alias
5621 for the import and pass it on to cp_add_using.
5622 (read_namespace): Pass alias argument to cp_add_using.
5623
5624 2010-02-05 Hui Zhu <teawater@gmail.com>
5625
5626 * defs.h (gdb_bfd_errmsg): New extern.
5627 * exec.c (exec_file_attach): Change bfd_errmsg to
5628 gdb_bfd_errmsg.
5629 * utils.c (AMBIGUOUS_MESS1): New macro.
5630 (AMBIGUOUS_MESS2): New macro.
5631 (gdb_bfd_errmsg): New function.
5632
5633 2010-02-04 Doug Evans <dje@google.com>
5634
5635 * solib-svr4.c (enable_break): Add comment.
5636
5637 2010-02-04 Anthony Green <green@moxielogic.com>
5638
5639 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
5640 gracefully.
5641
5642 2010-02-04 Tom Tromey <tromey@redhat.com>
5643
5644 * valops.c (search_struct_field): Account for
5645 value_embedded_offset. Fix check for virtual base past the end of
5646 the object. Use value_copy when making a slice of the value.
5647
5648 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
5649
5650 PR tui/9622
5651 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
5652 only if gdb_stdout is a tty.
5653
5654 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
5655
5656 * target-descriptions.c: Include "osabi.h".
5657 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
5658 OSABI.
5659
5660 2010-02-04 Tristan Gingold <gingold@adacore.com>
5661
5662 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
5663 (macho_symtab_read): Adjust calls to macho_add_oso.
5664 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
5665 (macho_symfile_read): Adjust call to macho_oso_symfile.
5666 (macho_new_init): Move this function after declarations.
5667 (macho_symfile_init): Ditto.
5668 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
5669 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
5670
5671 2010-02-04 Vladimir Prus <vladimir@codesourcery.com>
5672
5673 Include MI command in remotelog.
5674
5675 * mi/mi-main.c (mi_execute_command): Call target_log_command.
5676
5677 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
5678
5679 * remote.c (remote_state): Remove gdbarch.
5680 (init_remote_state): Don't set gdbarch.
5681 (remote_query_supported): Pass target_gdbarch instead of
5682 rs->gdbarch to gdbarch_qsupported.
5683
5684 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
5685
5686 * gdbarch.sh: Add qsupported.
5687
5688 * gdbarch.c: Regenerated.
5689 * gdbarch.h: Likewise.
5690
5691 * remote.c (remote_state): Add gdbarch.
5692 (init_remote_state): Set gdbarch.
5693 (remote_query_supported): Support gdbarch_qsupported.
5694
5695 2010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
5696
5697 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
5698 __FreeBSD_kernel_version.
5699
5700 2010-02-03 Tristan Gingold <gingold@adacore.com>
5701
5702 * symfile.h (struct sym_fns): Add sym_relocate field.
5703 (default_symfile_relocate): New prototype.
5704 (symfile_relocate_debug_section): First argument is now an objfile.
5705 * symfile.c (default_symfile_relocate): Rename from
5706 symfile_relocate_debug_section, first argument is now an objfile.
5707 (symfile_relocate_debug_section): New function.
5708 * coffread.c (coff_sym_fns): Set sym_relocate field.
5709 * somread.c (som_sym_fns): Ditto.
5710 * mipsread.c (ecoff_sym_fns): Ditto.
5711 * machoread.c (macho_sym_fns): Ditto.
5712 * elfread.c (elf_sym_fns): Ditto.
5713 * dwarf2read.c (dwarf2_read_section): Ditto.
5714 * xcoffread.c (xcoff_sym_fns): Ditto.
5715 * dbxread.c (aout_sym_fns): Ditto.
5716 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
5717 (elfstab_build_psymtabs): Ditto.
5718
5719 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
5720
5721 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
5722
5723 2010-02-02 Tom Tromey <tromey@redhat.com>
5724
5725 * valops.c (value_cast_structs): Try downcasting using the RTTI
5726 type.
5727
5728 2010-02-02 Tom Tromey <tromey@redhat.com>
5729
5730 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
5731 (gnuv2_baseclass_offset): Now static.
5732 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
5733 * gnu-v2-abi.h: Remove.
5734
5735 2010-02-02 Tom Tromey <tromey@redhat.com>
5736
5737 * m2-typeprint.c (m2_record_fields): Don't use
5738 TYPE_DECLARED_TYPE.
5739 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
5740 (struct main_type) <flag_declared_class>: New field.
5741 (struct cplus_struct_type) <declared_type>: Remove.
5742 <ntemplate_args>: Move earlier.
5743 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
5744 (DECLARED_TYPE_TEMPLATE): Remove.
5745 (TYPE_DECLARED_TYPE): Remove.
5746 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
5747 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
5748 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
5749 TYPE_DECLARED_TYPE.
5750
5751 2010-02-02 Tom Tromey <tromey@redhat.com>
5752
5753 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
5754 * valops.c (search_struct_field): Compute nbases after calling
5755 CHECK_TYPEDEF.
5756 (check_field): Call CHECK_TYPEDEF.
5757 * cp-valprint.c (cp_print_value): Pass correct address to
5758 baseclass_offset. Fix check for virtual base past the end of the
5759 object. Don't offset address passed to cp_print_value_fields or
5760 apply_val_pretty_printer.
5761 (cp_print_value_fields): Fix call to val_print.
5762 (cp_print_value_fields_rtti): New function.
5763 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
5764 * p-valprint.c (pascal_object_print_value_fields): Fix call to
5765 val_print.
5766 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
5767 offset to address.
5768 * language.h (struct language_defn) <la_val_print>: Document.
5769 * c-lang.h (cp_print_value_fields_rtti): Declare.
5770
5771 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5772
5773 PR libc/11214:
5774 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
5775 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
5776 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
5777
5778 2010-02-01 Michael Matz <matz@suse.de>
5779 Daniel Jacobowitz <dan@codesourcery.com>
5780
5781 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
5782 functions use a frame pointer.
5783
5784 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5785
5786 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
5787 by a conditional setting DYN_ADDR. Use DYN_ADDR.
5788 * config/djgpp/fnchange.lst: Add translations for
5789 symbol-without-target_section.exp and symbol-without-target_section.c.
5790
5791 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5792
5793 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
5794 (remote_breakpoint_for_pc): Correct invalid_p check.
5795 * gdbarch.c: Regenerated.
5796
5797 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5798
5799 * arm-tdep.c (arm_find_mapping_symbol): New function, from
5800 arm_pc_is_thumb.
5801 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
5802 (extend_buffer_earlier): New function.
5803 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
5804 (arm_adjust_breakpoint_address): New function.
5805 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
5806
5807 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5808
5809 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
5810 (arm_linux_thumb2_le_breakpoint): New constants.
5811 (arm_linux_init_abi): Set thumb2_breakpoint and
5812 thumb2_breakpoint_size.
5813 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
5814 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
5815 Implement support for single stepping through IT blocks if
5816 a 32-bit Thumb breakpoint instruction is available.
5817 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
5818 is available, use it when needed.
5819 (arm_remote_breakpoint_from_pc): New function.
5820 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
5821 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
5822 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
5823
5824 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5825
5826 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
5827 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
5828 * gdbarch.c, gdbarch.h: Regenerated.
5829 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
5830 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
5831 gdbarch_remote_breakpoint_from_pc.
5832
5833 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5834
5835 * infrun.c (prepare_to_proceed): Handle other signals which might
5836 match a breakpoint.
5837 (handle_inferior_event): Move the check for unusual breakpoint
5838 signals earlier.
5839
5840 2010-01-29 Paul Hilfinger <hilfinger@adacore.com>
5841
5842 amd64 - function returning record with field straddling 2 registers.
5843 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
5844 a record of length <= 16 in which a field straddles the two
5845 eightbytes.
5846
5847 2010-01-29 Joel Brobecker <brobecker@adacore.com>
5848
5849 Implement return values on amd64-windows.
5850 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
5851 (amd64_windows_return_value): New function.
5852 (amd64_windows_init_abi): Call set_gdbarch_return_value with
5853 amd64_windows_return_value.
5854
5855 2010-01-29 Joel Brobecker <brobecker@adacore.com>
5856
5857 amd64-windows: 32 bytes allocated on stack by caller for integer
5858 parameter registers.
5859 * i386-tdep.h (struct gdbarch_tdep): Add new field
5860 integer_param_regs_saved_in_caller_frame.
5861 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5862 tdep->integer_param_regs_saved_in_caller_frame to 1.
5863 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
5864 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
5865
5866 2010-01-29 Joel Brobecker <brobecker@adacore.com>
5867
5868 amd64-windows: memory args passed by pointer during function calls.
5869 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
5870 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
5871 where tdep->memory_args_by_pointer is non-zero.
5872 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5873 tdep->memory_args_by_pointer to 1.
5874
5875 2010-01-29 Joel Brobecker <brobecker@adacore.com>
5876
5877 amd64-windows: Integer parameters in function calls.
5878 * i386-tdep.h (enum amd64_reg_class): New, moved here from
5879 amd64-tdep.c.
5880 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
5881 call_dummy_integer_regs, and classify.
5882 * amd64-tdep.h (amd64_classify): Add declaration.
5883 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
5884 (amd64_reg_class): Delete, moved to i386-tdep.h.
5885 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
5886 Replace call to amd64_classify by call to tdep->classify.
5887 (amd64_push_arguments): Get the list of registers to use for
5888 passing integer parameters from the gdbarch tdep structure,
5889 rather than using a hardcoded one. Replace calls to amd64_classify
5890 by calls to tdep->classify.
5891 (amd64_push_dummy_call): Get the register number used for
5892 the "hidden" argument from tdep->call_dummy_integer_regs.
5893 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
5894 and tdep->call_dummy_integer_regs. Set tdep->classify.
5895 * amd64-windows-tdep.c: Add include of gdbtypes.h.
5896 (amd64_windows_dummy_call_integer_regs): New static global.
5897 (amd64_windows_classify): New function.
5898 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
5899 tdep->call_dummy_integer_regs and tdep->classify.
5900
5901 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5902
5903 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
5904 for the new regcache. All callers updated.
5905 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
5906 (get_thread_arch_regcache): Do not set aspace here.
5907 * regcache.h (regcache_xmalloc): Update declaration.
5908
5909 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
5910 regcache_xmalloc updated.
5911
5912 2010-01-28 Joel Brobecker <brobecker@adacore.com>
5913
5914 Another -Wunused-function error in procfs.c (sparc-solaris)
5915 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
5916 Only define if SYS_syssgi is defined.
5917 (remove_dbx_link_breakpoint): Delete declaration. Move up.
5918 (dbx_link_addr, insert_dbx_link_bpt_in_file)
5919 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
5920 is itself defined.
5921
5922 2010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
5923
5924 * windows-nat.c (windows_initialization_done): New variable.
5925 (get_windows_debug_event): Issue error when process dies before
5926 completely initializing.
5927 (do_initial_windows_stuff): Set flag to indicate when we are done with
5928 the initial steps of attaching to the child.
5929
5930 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5931
5932 * symtab.h (struct symbol <symtab>): New comment on NULL values.
5933
5934 2010-01-27 Doug Evans <dje@google.com>
5935
5936 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
5937
5938 * breakpoint.c (bpstat_stop_status): Delete useless code.
5939
5940 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5941
5942 * printcmd.c (display_uses_solib_p): Remove variable section. Access
5943 objfile via SYMBOL_SYMTAB.
5944
5945 2010-01-26 Tom Tromey <tromey@redhat.com>
5946
5947 PR exp/7643:
5948 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
5949 coerce_array on result.
5950
5951 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
5952
5953 * cp-namespace.c (cp_lookup_symbol_namespace): Added
5954 search_parent argument.
5955 (cp_add_using): Initialize 'searched' field.
5956 (reset_directive_searched): New function.
5957 * cp-support.h: Add 'searched' field to using_direct struct.
5958 (cp_lookup_symbol_imports): Ditto.
5959 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
5960 Perform recursive search.
5961 Implement non parent search.
5962 * valops.c (value_maybe_namespace_elt): Updated.
5963
5964 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
5965
5966 PR gdb/10929:
5967 * dwarf2read.c (read_lexical_block_scope): Create blocks for
5968 scopes which contain using directives even if they contain no
5969 declarations.
5970 * symtab.c (lookup_symbol_aux): Pass lowest level block to
5971 la_lookup_symbol_nonlocal.
5972 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
5973 cp_lookup_symbol_namespace.
5974 (cp_lookup_symbol_namespace): Perform an import lookup at every
5975 block level.
5976 (cp_lookup_symbol_imports): New function.
5977 (cp_lookup_symbol_in_namespace): New function.
5978
5979 2010-01-25 Tom Tromey <tromey@redhat.com>
5980
5981 PR gdb/11049:
5982 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
5983 result.
5984
5985 2010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5986
5987 * configure.ac: Only use host_os part when disabling TUI on osf.
5988 Use test to check variables, prefix strings with x.
5989 * configure: Regenerate.
5990
5991 * solib-osf.c (osf_current_sos): Initialize tail.
5992
5993 2010-01-25 gingold <gingold@adacore.com>
5994
5995 * windows-nat.c (windows_continue): Use %x to print thread id.
5996 (get_windows_debug_event): Ditto.
5997
5998 2010-01-22 Tom Tromey <tromey@redhat.com>
5999
6000 PR symtab/11199:
6001 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
6002 type and arguments. Use smash_to_methodptr_type.
6003 (read_structure_type): Call quirk_gcc_member_function_pointer
6004 later.
6005 * gdbtypes.h (smash_to_methodptr_type): Declare.
6006 * gdbtypes.c (smash_to_methodptr_type): New function.
6007 (lookup_methodptr_type): Use it.
6008
6009 2010-01-21 Tom Tromey <tromey@redhat.com>
6010
6011 PR symtab/11198:
6012 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
6013 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
6014 * glibc-tdep.c (find_minsym_and_objfile): Remove.
6015 (glibc_skip_solib_resolver): Use
6016 lookup_minimal_symbol_and_objfile.
6017
6018 2010-01-21 Kai Tietz <kai.tietz@onevision.com>
6019
6020 * inflow.c (check_syscall): Guard by #if clause for GO32 and
6021 WIN32 targets.
6022
6023 2010-01-20 Tom Tromey <tromey@redhat.com>
6024
6025 PR backtrace/10770:
6026 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
6027 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
6028 * dwarf2expr.c (new_dwarf_expr_context): Allocate
6029 dwarf_stack_values, not CORE_ADDRs.
6030 (execute_stack_op): Change DW_OP_div and comparison operators to
6031 use signed operands.
6032
6033 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
6034
6035 Per-inferior args and tty and environment.
6036
6037 * infcmd.c (inferior_args): Rename to ...
6038 (inferior_args_scratch): ... this.
6039 (inferior_io_terminal): Rename to ...
6040 (inferior_io_terminal_scratch): ... this.
6041 (inferior_argc, inferior_argv): Remove.
6042 (set_inferior_io_terminal, get_inferior_io_terminal): Store
6043 inside current_inferior().
6044 (set_inferior_tty_command, show_inferior_tty_command): New.
6045 (get_inferior_args, set_inferior_args): Store inside
6046 current_inferior().
6047 (notice_args_set): Likewise and rename to...
6048 (set_args_command): ... this.
6049 (set_inferior_args_vector): Likewise.
6050 (notice_args_read): Rename to...
6051 (show_args_command): ...new.
6052 (tty_command): Remove.
6053 (run_command_1): Don't free old args, as they are freed by
6054 set_inferior_arg now.
6055 (run_no_args_command): Likewise.
6056 (inferior_environ): Remove.
6057 (run_command_1): Use environment of the current inferior.
6058 (environment_info, set_environment_command)
6059 (unset_environment_command, path_info, path_command): Likewise.
6060 (_initialize_infcmd): Adjust for function and variable renames.
6061 Do not init inferior_environ.
6062 * inferior.h (set_inferior_arg): Adjust prototype.
6063 (struct inferior): New fields args, argc, argv, terminal, environment.
6064 (inferior_environ): Remove declaration.
6065 * inferior.c (free_inferior): Free new fields.
6066 (add_inferior_silent): Initialize 'environment' field.
6067 * main.c (captured_main): Set arguments only after the initial
6068 inferior has been created. Set set_inferior_io_terminal,
6069 not tty_command.
6070 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
6071 inferior.
6072 (_initialize_mi_cmd_env): Adjust for disappearance of global
6073 inferior_environ.
6074 * solib.c (solib_find): Use environment of the current inferior.
6075
6076 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6077
6078 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
6079 HAVE_PYTHON.
6080 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
6081
6082 2010-01-20 Joel Brobecker <brobecker@adacore.com>
6083
6084 Get rid of ada-lang.c:function_name_from_pc.
6085 * ada-lang.c: Add "stack.h" #include.
6086 (function_name_from_pc): Delete.
6087 (is_known_support_routine): Replace call to function_name_from_pc
6088 by call to find_frame_funname.
6089 (ada_unhandled_exception_name_addr_from_raise): Likewise.
6090
6091 2010-01-19 Tom Tromey <tromey@redhat.com>
6092
6093 PR c++/11026:
6094 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
6095 objfile obstack.
6096
6097 2010-01-19 Tom Tromey <tromey@redhat.com>
6098
6099 * top.c (stop_sig, float_handler, do_nothing): Remove.
6100
6101 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6102
6103 * breakpoint.c (watchpoint_check): Check the call
6104 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
6105 Extend the comment.
6106 * config/djgpp/fnchange.lst: Add translations for
6107 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
6108 watchpoint-cond-gone-stripped.c.
6109
6110 2010-01-19 Tom Tromey <tromey@redhat.com>
6111
6112 PR c++/8000:
6113 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
6114 into parent scope, and enumerator into grandparent scope.
6115
6116 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6117
6118 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
6119
6120 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6121
6122 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
6123 i[34567]86-*-solaris2.1[0-9]*.
6124 * configure.tgt: Likewise.
6125
6126 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6127
6128 * NEWS: Document the source command enhancement allowing it
6129 to load Python scripts. Document the "set/show script-extension"
6130 commands.
6131
6132 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6133
6134 Add -Wunused-function to compile flags.
6135 * configure.ac: Add -Wunused-function to build_warnings.
6136 * configure: Regenerate.
6137
6138 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6139
6140 "delete" ada-lex.c:input function, not used.
6141 * ada-lex.l: #define YY_NO_INPUT.
6142
6143 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6144
6145 Delete free_named_symtabs and associated cleanup.
6146 * symfile.h (free_named_symtabs): Delete declaration.
6147 * symfile.c: Remove some commented out code (clear_symtab_users_once).
6148 (cashier_psymtab): Comment function out.
6149 Delete declaration.
6150 (free_named_symtabs): Delete.
6151 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
6152 * dbxread.c (end_psymtab): Likewise.
6153 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
6154 * exec.c (exec_close_1): Ditto.
6155 * xcoffread.c (xcoff_end_psymtab): Likewise.
6156
6157 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6158
6159 * stack.c (print_block_frame_labels): Comment function out.
6160
6161 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6162
6163 Delete unused or undefined functions.
6164 * breakpoint.c (ep_parse_optional_filename): Delete.
6165 * dcache.c (dcache_write_line): Remove declaration.
6166 * infrun.c (build_infrun): Remove declaration.
6167 * tracepoint.c (tracepoint_save_command): Remove declaration.
6168 * linux-nat.c (init_lwp_list): Delete. No longer used.
6169 * event-loop.c (check_async_signal_handlers): Delete declaration.
6170 * infrun.c (init_execution_control_state): Delete.
6171 (proceed): Update comment to avoid mentioning
6172 init_execution_control_state.
6173 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
6174 * ada-lang.c (ada_to_static_fixed_value): Delete.
6175 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
6176 * cp-namespace.c (cp_copy_usings): Delete.
6177 * xml-syscall.c (xml_number_of_syscalls): Delete.
6178 * progspace.c (find_program_space_by_num): Delete.
6179 * inflow.c (handle_sigio): Delete declaration.
6180 * hppa-tdep.c (hppa_alignof): Delete.
6181 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
6182 (mipsnbsd_core_osabi_sniffer): Delete.
6183
6184 2010-01-18 Tom Tromey <tromey@redhat.com>
6185
6186 PR c++/9680:
6187 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
6188 (CONST_CAST): New tokens.
6189 (exp): Add new productions.
6190 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
6191 reinterpret_cast.
6192 (is_cast_operator): New function.
6193 (yylex): Handle cast operators specially.
6194 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
6195 UNOP_REINTERPRET_CAST>: New cases.
6196 * expprint.c (print_subexp_standard): Likewise.
6197 (op_name_standard): Likewise.
6198 (dump_subexp_body_standard): Likewise.
6199 * parse.c (operator_length_standard): Likewise.
6200 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
6201 UNOP_REINTERPRET_CAST.
6202 * gdbtypes.c (class_types_same_p): New function.
6203 (is_ancestor): Use it.
6204 (is_public_ancestor): New function.
6205 (is_unique_ancestor_worker): Likewise.
6206 (is_unique_ancestor): Likewise.
6207 * gdbtypes.h (class_types_same_p, is_public_ancestor)
6208 (is_unique_ancestor): Declare.
6209 * valops.c (value_reinterpret_cast): New function.
6210 (dynamic_cast_check_1): Likewise.
6211 (dynamic_cast_check_2): Likewise.
6212 (value_dynamic_cast): Likewise.
6213 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
6214
6215 2010-01-18 Joel Brobecker <brobecker@adacore.com>
6216
6217 Fix build failure when building without Python support.
6218 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
6219 is not defined.
6220
6221 2010-01-18 Joel Brobecker <brobecker@adacore.com>
6222
6223 Use XVS field type instead of doing a parallel lookup.
6224 * ada-lang.c (ada_get_base_type): Follow the XVS field type
6225 if it is a reference type instead of doing a type lookup using
6226 the XVS field name.
6227
6228 2010-01-18 Joel Brobecker <brobecker@adacore.com>
6229
6230 Trust PAD types instead of using PAD___XVS.
6231 * ada-lang.c (trust_pad_over_xvs): New static variable.
6232 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
6233 parallel XVS type, follow the XVS type instead of the PAD type.
6234 (unwrap_value): Make sure that there is no parallel XVE type
6235 before returning the value as is.
6236 (set_ada_list, show_ada_list): New static variables.
6237 (set_ada_command, show_ada_command): New functions.
6238 (_initialize_ada_language): Add new "set/show ada" prefix commands.
6239 Add new "set/show ada trust-PAD-over-XVS" setting.
6240
6241 2010-01-18 Tom Tromey <tromey@redhat.com>
6242 Thiago Jung Bauermann <bauerman@br.ibm.com>
6243
6244 Allow "source" to load python scripts.
6245 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
6246 * python/python.c (source_python_script): New function.
6247 * python/python.h (source_python_script): Add declaration.
6248 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
6249 (script_ext_off, script_ext_soft, script_ext_strict)
6250 (script_ext_enums, script_ext_mode): New static constants.
6251 (show_script_ext_mode, find_and_open_script): New functions.
6252 (source_script): Enhance to handle Python scripts.
6253 (init_cli_cmds): Add set/show script-extension commands.
6254
6255 2010-01-16 Stan Shebs <stan@codesourcery.com>
6256
6257 * tracepoint.h (struct trace_status): Use unsigned long long
6258 instead of size_t.
6259 * tracepoint.c (trace_status_command): Fix printf directive.
6260 (trace_save_command): Check fwrite returns, fix printf directive.
6261 (trace_filename): New global.
6262 (tfile_open): Set it, check read returns.
6263 (tfile_close): Free trace_filename.
6264 (tfile_get_traceframe_address): Check read returns.
6265 (tfile_trace_find): Ditto.
6266 (tfile_fetch_registers): Ditto.
6267 (tfile_xfer_partial): Ditto.
6268 (tfile_get_trace_state_variable_value): Ditto.
6269
6270 2010-01-15 Stan Shebs <stan@codesourcery.com>
6271
6272 Add trace file support.
6273 * tracepoint.h (enum trace_stop_reason): New enum.
6274 (struct trace_status): New struct.
6275 (parse_trace_status): Declare.
6276 (struct uploaded_tp): Move here from remote.c,
6277 add fields for actions.
6278 (struct uploaded_tsv): New struct.
6279 * tracepoint.c (tfile_ops): New target vector.
6280 (trace_fd): New global.
6281 (tfile_open): New function.
6282 (tfile_close): New function.
6283 (tfile_files_info): New function.
6284 (tfile_get_trace_status): New function.
6285 (tfile_get_traceframe_address): New function.
6286 (tfile_trace_find): New function.
6287 (tfile_fetch_registers): New function.
6288 (tfile_xfer_partial): New function.
6289 (tfile_get_trace_state_variable_value): New function.
6290 (init_tfile_ops): New function.
6291 (_initialize_tracepoint): Call it, add tfile target.
6292 (trace_status): New global.
6293 (current_trace_status): New function.
6294 (trace_running_p): Remove, change all users to get from
6295 current_trace_status()->running.
6296 (get_trace_status): Remove.
6297 (trace_status_command): Call target_get_trace_status directly,
6298 report more detail including tracing stop reasons.
6299 (trace_find_command): Always allow tfind on a file.
6300 (trace_find_pc_command): Ditto.
6301 (trace_find_tracepoint_command): Ditto.
6302 (trace_find_line_command): Ditto.
6303 (trace_find_range_command): Ditto.
6304 (trace_find_outside_command): Ditto.
6305 (trace_frames_offset, cur_offset): Declare as off_t.
6306 (trace_regblock_size): Rename from reg_size, update users.
6307 (parse_trace_status): New function.
6308 (tfile_interp_line): New function.
6309 (disconnect_or_stop_tracing): Ensure current trace
6310 status before asking what to do.
6311 (stop_reason_names): New global.
6312 (trace_save_command): New command.
6313 (get_uploaded_tp): Move here from remote.c.
6314 (find_matching_tracepoint): Ditto.
6315 (merge_uploaded_tracepoints): New function.
6316 (parse_trace_status): Use stop_reason_names.
6317 (_initialize_tracepoint): Define tsave command.
6318 * target.h (target_ops): New fields to_save_trace_data,
6319 to_upload_tracepoints, to_upload_trace_state_variables,
6320 to_get_raw_trace_data, change to_get_trace_status
6321 to take a pointer to a status struct.
6322 (target_save_trace_data): New macro.
6323 (target_upload_tracepoints): New macro.
6324 (target_upload_trace_state_variables): New macro.
6325 (target_get_raw_trace_data): New macro.
6326 * target.c (update_current_target): Add new methods, change
6327 signature of to_get_trace_status.
6328 * remote.c (hex2bin): Make globally visible.
6329 (bin2hex): Ditto.
6330 (remote_download_trace_state_variable): Download name also.
6331 (remote_get_trace_status): Update parameter, use
6332 parse_trace_status.
6333 (remote_save_trace_data): New function.
6334 (remote_upload_tracepoints): New function.
6335 (remote_upload_trace_state_variables): New function.
6336 (remote_get_raw_trace_data): New function.
6337 (remote_start_remote): Use them.
6338 (_initialize_remote_ops): Add operations.
6339 * ax-gdb.c: Include breakpoint.h.
6340 * breakpoint.c (create_tracepoint_from_upload): Use
6341 break_command_really, return tracepoint, warn about unimplemented
6342 parts.
6343 * NEWS: Mention trace file addition.
6344
6345 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6346
6347 Fix compilation warning on gcc-3.4.
6348 * exec.c (print_section_info): Move the `displacement' variable
6349 initialization to its declaration.
6350
6351 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6352
6353 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
6354 comparison.
6355
6356 2010-01-15 Eric Botcazou <botcazou@adacore.com>
6357
6358 "info tasks" broken by typedefs in ATCB type definitions.
6359 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
6360 ada_check_typedef before retrieving the length of the type for
6361 regular fields.
6362
6363 2010-01-15 Joel Brobecker <brobecker@adacore.com>
6364
6365 Do not use name-based lookup for unconstrained packed arrays.
6366 * ada-lang.c (find_parallel_type_by_descriptive_type):
6367 Limit the fallback to name-based lookups to the case where
6368 the type is a constrained packed array.
6369
6370 2010-01-15 Joel Brobecker <brobecker@adacore.com>
6371
6372 Enhance gdb-gdb.py to handle main_type.type_specific.
6373 * gdb-gdb.py: Print the type-specific part of struct main_type.
6374
6375 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6376
6377 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
6378 * configure: Regenerate.
6379 * config.in: Regenerate.
6380 * utils.c: Include sys/resource.h.
6381 (dump_core, can_dump_core): New.
6382 (internal_vproblem): Update the comment. Check can_dump_core while
6383 setting dump_core_p. Replace two abort calls by dump_core calls.
6384
6385 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6386 Eli Zaretskii <eliz@gnu.org>
6387
6388 * NEWS: Document the PIE support.
6389
6390 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6391
6392 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
6393 (check_is_pie_binary, _initialize_linux_tdep): Remove.
6394
6395 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6396
6397 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
6398 Replace exec_entry_point call by bfd_get_start_address.
6399
6400 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6401
6402 Support Valgrind attachments broken by the PIE support.
6403 * auxv.c: Include gdbcore.h.
6404 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
6405 parameters ops, object and annex. Remove their assertions.
6406 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
6407 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
6408 (memory_xfer_auxv): ... here.
6409 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
6410 memory_xfer_auxv.
6411 * procfs.c (procfs_xfer_partial): Likewise.
6412 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
6413 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
6414 (svr4_solib_create_inferior_hook): Conditionalize the
6415 svr4_relocate_main_executable call.
6416
6417 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6418
6419 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
6420 target_section. Find SECT in current_target_sections, gdb_assert it.
6421 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
6422 New variable abfd.
6423 * symtab.c (lookup_objfile_from_block): Return the binary file instead
6424 of separate debug info file.
6425
6426 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6427
6428 Support PIEs with no symfile_objfile.
6429 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
6430 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
6431
6432 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6433
6434 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
6435 code part to ...
6436 (svr4_static_exec_displacement): ... a new function.
6437 (svr4_exec_displacement): New function.
6438 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
6439 new_offsets using alloca now. Remove variable old_chain and changed.
6440 Call objfile_relocate unconditionally now.
6441
6442 2010-01-14 Doug Evans <dje@google.com>
6443
6444 * gdbtypes.c (arch_flags_type): Fix comment.
6445 * gdbtypes.h (arch_composite_type): Fix comment.
6446
6447 2009-01-14 Tristan Gingold <gingold@adacore.com>
6448
6449 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
6450 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
6451 to symbol_file_add_from_bfd. Add OSO as separate objfile.
6452 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
6453 macho_add_oso_symfile.
6454 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
6455
6456 2010-01-14 Joel Brobecker <brobecker@adacore.com>
6457
6458 Tru64: Dead threads are never deleted.
6459 * dec-thread.c (dec_thread_ptid_is_alive): New function.
6460 (dec_thread_count_gdb_threads): Fix counter increment.
6461 (dec_thread_add_gdb_thread): Fix *listp increment.
6462 (resync_thread_list): Fix bug in deletion of dead threads that
6463 caused all threads to be deleted, instead of just the dead ones.
6464
6465 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6466
6467 PR python/10705
6468
6469 * python/python-internal.h: Add lazy_string_object_type
6470 definition.
6471 (create_lazy_string_object, gdbpy_initialize_lazy_string)
6472 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
6473 * python/py-value.c (valpy_lazy_string): New function.
6474 (convert_value_from_python): Add lazy string conversion.
6475 * python/py-prettyprint.c (pretty_print_one_value): Check if
6476 return is also a lazy string.
6477 (print_string_repr): Add lazy string printing branch.
6478 (print_children): Likewise.
6479 * python/py-lazy-string.c: New file. Implement lazy strings.
6480 * python/python.c (_initialize_python): Call
6481 gdbpy_initialize_lazy_string.
6482 * varobj.c (value_get_print_value): Add lazy string printing
6483 branch. Account for encoding.
6484 * c-lang.c (c_printstr): Account for new encoding argument. If
6485 encoding is NULL, find encoding suited for type, otherwise use
6486 user encoding.
6487 * language.h (language_defn): Add encoding argument.
6488 (LA_PRINT_STRING): Likewise.
6489 * language.c (unk_lang_printstr): Update to reflect new encoding
6490 argument to language_defn.
6491 * ada-lang.h (ada_printstr): Likewise.
6492 * c-lang.h (c_printstr): Likewise.
6493 * p-lang.h (pascal_printstr);
6494 * f-lang.c (f_printstr): Likewise.
6495 * m2-lang.c (m2_printstr): Likewise.
6496 * objc-lang.c (objc_printstr): Likewise.
6497 * p-lang.c (pascal_printstr): Likewise.
6498 * scm-lang.c (scm_printstr): Likewise.
6499 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
6500 encoding argument.
6501 * ada-valprint.c (ada_printstr): Likewise.
6502 * f-valprint.c (f_val_print): Likewise
6503 * m2-valprint.c (m2_val_print): Likewise.
6504 * p-valprint.c (pascal_val_print): Likewise.
6505 * expprint.c (print_subexp_standard): Likewise.
6506 * valprint.c (val_print_string): Likewise.
6507 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
6508 (SUBDIR_PYTHON_SRCS): Likewise.
6509 (py-lazy-string.o): New rule.
6510
6511 2010-01-13 Doug Evans <dje@google.com>
6512
6513 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
6514 uninitialized" warning from gcc on local `tree'.
6515
6516 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6517
6518 Implement core awareness.
6519
6520 * bcache.c (compare_ints): Remove
6521 (print_percentage): Use compare_positive_ints.
6522 * defs.h (compare_positive_ints): Declare.
6523 * linux-nat.h (struct lin_lwp): New field core.
6524 (linux_nat_core_of_thread_1): Declare.
6525 * linux-nat.c (add_lwp): Init the 'core' field.
6526 (linux_nat_wait_1): Record the core.
6527 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
6528 (linux_nat_add_target): Register the above.
6529 * linux-thread-db.c (update_thread_core): New.
6530 (thread_db_find_new_threads): Update core information for
6531 every thread.
6532 * remote.c (struct private_thread_info): New.
6533 (free_private_thread_info, demand_private_info): New.
6534 (PACKET_qXfer_threads, use_osdata_threads): New.
6535 (struct thread_item, threads_parsing_context
6536 (start_thread, end_thread, thread_attributes)
6537 (thread_children, threads_children, threads_elements): New.
6538 (remote_threads_info): Try qXfer:threads before anything
6539 else.
6540 (remote_protocol_packets): Register qXfer:threads.
6541 (remote_open_1): Init use_osdata_threads.
6542 (struct stop_reply): New field 'core'.
6543 (remote_parse_stop_reply): Parse core number.
6544 (process_stop_reply): Record core number.
6545 (remote_xfer_partial): Handle qXfer:threads.
6546 (remote_core_of_thread): New.
6547 (init_remote_ops): Register remote_core_of_thread.
6548 (_initialize_remote): Register qXfer:read.
6549 * target.c (target_core_of_thread): New
6550 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
6551 (struct target_ops): New field to_core_of_threads.
6552 (target_core_of_thread): Declare.
6553 * gdbthread.h (struct thread_info): New field private_dtor.
6554 * thread.c (print_thread_info): Report the core.
6555 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
6556 * utils.c (compare_positive_ints): New.
6557 * features/threads.dtd: New.
6558 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
6559 * mi/mi-main.c (struct collect_cores_data, collect_cores)
6560 (do_nothing, free_vector_of_osdata_items)
6561 (splay_tree_int_comparator, free_splay_tree): New.
6562 (print_one_inferior_data): Implemented printing of selected
6563 inferiors. Collect and print cores.
6564 (output_cores): New.
6565 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
6566 thread groups together with --available.
6567
6568 2010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6569
6570 * configure: Regenerate (for _STRUCTURED_PROC).
6571
6572 2010-01-12 Joel Brobecker <brobecker@adacore.com>
6573
6574 Delete dead function.
6575 * ada-lang.c (extract_string): Delete. No longer used.
6576
6577 2010-01-12 Joel Brobecker <brobecker@adacore.com>
6578
6579 Fix -Wunused warning in dec-thread.c.
6580 * dec-thread.c (dec_thread_count_gdb_threads)
6581 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
6582
6583 2010-01-12 Joel Brobecker <brobecker@adacore.com>
6584
6585 * ada-valprint.c (ada_print_floating): Remove trailing space.
6586
6587 2010-01-12 Joel Brobecker <brobecker@adacore.com>
6588
6589 Add support for DW_AT_GNAT_descriptive_type.
6590 * gdbtypes.h (enum type_specific_kind): New enum.
6591 (struct main_type) [type_specific_field]: New component.
6592 [type_specific]: Add new component "gnat_stuff".
6593 (struct gnat_aux_type): New type.
6594 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
6595 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
6596 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
6597 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
6598 (TYPE_SPECIFIC_FIELD): New macros.
6599 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
6600 type does not hold any cplus-specific data.
6601 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
6602 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
6603 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
6604 cplus-specific data.
6605 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
6606 Set new component TYPE_SPECIFIC_FIELD (type).
6607 (gnat_aux_default): New constant.
6608 (allocate_gnat_aux_type): New function.
6609 (init_type): Add initialization the type-specific stuff for
6610 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
6611 (print_gnat_stuff): New function.
6612 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
6613 specific data. Adjust code that prints the contents of the
6614 type-specific union using the TYPE_SPECIFIC_FIELD value.
6615 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
6616 the type cplus stuff for Ada types.
6617 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
6618 Error out if these routines are called with an Ada type.
6619 (read_structure_type, read_array_type, read_subrange_type):
6620 Add call to set_descriptive_type.
6621 (set_die_type): Initialize the gnat-specific data if necessary.
6622 (need_gnat_info, die_descriptive_type, set_descriptive_type):
6623 New functions.
6624 * ada-lang.c (decode_constrained_packed_array_type): Use
6625 decode_constrained_packed_array_type instead of doing a standard
6626 lookup to locate a parallel type.
6627 (find_parallel_type_by_descriptive_type): New function.
6628 (ada_find_parallel_type_with_name): New function.
6629 (ada_find_parallel_type): Reimplement using
6630 ada_find_parallel_type_with_name.
6631 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
6632 to check if type has a cplus stuff.
6633 * linespec.c (total_number_of_methods): Likewise.
6634 * mdebugread.c (new_type): Likewise.
6635
6636 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6637
6638 * NEWS: Document the 0b binary number prefix parsing.
6639
6640 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6641
6642 * objfiles.c (objfile_relocate1): Change the return type to int.
6643 Describe the new return value. Return non-zero if data changed.
6644 (objfile_relocate): New variable changed. Set it. Call
6645 breakpoint_re_set depending on CHANGED.
6646
6647 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6648
6649 Implement binary numbers parsing.
6650 * c-exp.y (parse_number): New case 'b' and 'B'.
6651
6652 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6653 Tristan Gingold <gingold@adacore.com>
6654
6655 * solib.c (info_sharedlibrary_command): Replace
6656 objfile_has_partial_symbols and objfile_has_full_symbols calls by
6657 objfile_has_symbols.
6658
6659 2010-01-10 Joel Brobecker <brobecker@adacore.com>
6660
6661 * NEWS: Document the improvements made to the mips-irix port.
6662
6663 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6664
6665 Fix the documentation of valprint.c:value_print.
6666 * valprint.c (value_print): Update the function description to
6667 mention that the syntax of the output follows the current_language,
6668 not necessarily C.
6669
6670 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6671
6672 Fix displacement of separate debug info files.
6673 * objfiles.c (objfile_relocate): Rename to ...
6674 (objfile_relocate1): ... here and make it static. Extend the comment.
6675 (objfile_relocate): New function.
6676 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
6677 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
6678 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
6679 allocated using alloca.
6680 * symfile.c (copy_section_addr_info): Remove.
6681 (build_section_addr_info_from_objfile): Make it global. New variables
6682 addr_bit and mask, use them.
6683 * symfile.h (build_section_addr_info_from_objfile): New prototype.
6684 (copy_section_addr_info): Remove.
6685
6686 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6687
6688 Signal unwinder for mips-irix N32.
6689 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
6690 tramp-frame.h.
6691 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
6692 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
6693 (SIGCONTEXT_LO_OFF): New macros.
6694 (mips_irix_n32_tramp_frame_init): New function.
6695 (mips_irix_n32_tramp_frame): New static constant.
6696 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
6697
6698 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6699
6700 Breakpoint in shared library does not work on mips-irix.
6701 * procfs.c: #include "observer.h".
6702 (procfs_inferior_created): New function, moving here the code
6703 which unsets the syssgi syscall-exit notifications.
6704 (procfs_create_inferior): Remove the code which unsets the syssgi
6705 syscall-exit notifications. It is too early to do this here.
6706 (_initialize_procfs): Attach the procfs_inferior_created observer.
6707
6708 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6709
6710 Wrong return convention for arrays (mips-irix).
6711 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
6712 128 bits or smaller are returned the same way as structs
6713 and unions of the the same size.
6714
6715 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6716
6717 Cannot set the PC on mips-irix.
6718 * irix5-nat.c (fill_gregset): Check regno against the raw PC
6719 register number, no the cooked one.
6720
6721 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6722
6723 Error while loading core file on mips-irix.
6724 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
6725 if debugging from a core file.
6726
6727 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6728
6729 GDB hangs when attaching to process on mips-irix.
6730 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
6731 attaching to a process.
6732
6733 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6734
6735 Use the correct breakpoint instruction on mips-irix.
6736 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
6737 containing the correct breakpoint instruction to use on mips-irix.
6738 Use it when the osabi is GDB_OSABI_IRIX.
6739
6740 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6741
6742 -Wunused warning in procfs.c (mips-irix only).
6743 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
6744 throughout instead of using praddset and prdelset respectively.
6745
6746 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6747
6748 GDB crash while stepping into function.
6749 * infrun.c (handle_inferior_event): Refetch the current frame
6750 after handling what.main_action, in case that pointer became
6751 dangling.
6752
6753 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6754
6755 Fix build failure of solaris-hosted cross debuggers.
6756 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
6757
6758 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
6759
6760 Fix build failure on sparc-solaris.
6761 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
6762
6763 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6764
6765 Move some symfile code into subroutines.
6766 * symfile.h (relative_addr_info_to_section_offsets)
6767 (addr_info_make_relative): New prototypes.
6768 * symfile.c (default_symfile_offsets): Move a part to ...
6769 (relative_addr_info_to_section_offsets): ... this new function.
6770 (default_symfile_offsets): Call it.
6771 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
6772 this part to ...
6773 (addr_info_make_relative): ... this new function.
6774
6775 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6776
6777 Add from_tty to solib_create_inferior_hook.
6778 * infcmd.c (post_create_inferior): Move solib_add after
6779 solib_create_inferior_hook. Pass from_tty to
6780 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
6781 0 from_tty and comment why.
6782 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
6783 * linux-nat.c (linux_child_follow_fork): Likewise.
6784 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
6785 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
6786 from_tty.
6787 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
6788 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
6789 * solib-null.c (null_solib_create_inferior_hook): Likewise.
6790 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
6791 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
6792 * solib-som.c (som_solib_create_inferior_hook): Likewise.
6793 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
6794 Pass it to svr4_so_ops.solib_create_inferior_hook.
6795 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
6796 from_tty.
6797 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
6798 solib_add.
6799 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
6800 enable_break.
6801 * solib-target.c (solib_target_solib_create_inferior_hook): New
6802 parameter from_tty.
6803 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
6804 it to ops->solib_create_inferior_hook.
6805 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
6806 Move solib_add after solib_create_inferior_hook, call it now with
6807 from_tty as 0. New comment there.
6808 * solib.h (solib_create_inferior_hook): New parameter from_tty.
6809 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
6810 Likewise.
6811
6812 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
6813
6814 Fix multiexec race.
6815 * infrun.c (handle_inferior_event): Use get_thread_regcache
6816 with events ptid, not get_current_regcache.
6817
6818 2009-01-08 Joel Brobecker <brobecker@adacore.com>
6819
6820 GDB crash with empty executable name (MinGW).
6821 * source.c (openp): Add assert that parameter string is not NULL.
6822 if parameter string is an empty string, then return with a failure
6823 immediately.
6824
6825 2009-01-08 Joel Brobecker <brobecker@adacore.com>
6826
6827 Get rid of support for VAX Floats.
6828 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
6829 (ada_vax_float_print_function): Delete.
6830 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
6831 (ada_vax_float_print_function): Delete.
6832 * ada-typeprint.c (print_vax_floating_point_type): Delete.
6833 (ada_print_type): Remove support for VAX floats.
6834 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
6835
6836 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6837
6838 * stabsread.c (read_args): Handle zero arguments.
6839
6840 2009-01-08 Joel Brobecker <brobecker@adacore.com>
6841
6842 Cannot find in-tree libiconv.a after reconfigure.
6843 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
6844 that we can use, then cache the path to this archive.
6845 * configure: Regenerate.
6846
6847 2010-01-07 Stan Shebs <stan@codesourcery.com>
6848
6849 Make tracepoint operations go through target vector.
6850 * target.h (enum trace_find_type): New enum.
6851 (struct target_ops): New fields to_trace_init,
6852 to_download_tracepoint, to_download_trace_state_variable,
6853 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
6854 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
6855 to_set_disconnected_tracing.
6856 (target_trace_init): New macro.
6857 (target_download_tracepoint): New macro.
6858 (target_download_trace_state_variable): New macro.
6859 (target_trace_start): New macro.
6860 (target_trace_set_readonly_regions): New macro.
6861 (target_get_trace_status): New macro.
6862 (target_trace_stop): New macro.
6863 (target_trace_find): New macro.
6864 (target_get_trace_state_variable_value): New macro.
6865 (target_set_disconnected_tracing): New macro.
6866 * target.c (update_current_target): Inherit and set defaults for
6867 tracepoint operations.
6868 * tracepoint.c (default_collect): Make globally visible.
6869 (target_is_remote): Remove, along with all calls.
6870 (tvariables_info): Call target_get_trace_state_variable_value.
6871 (remote_set_transparent_ranges): Remove.
6872 (trace_start_command): Call target_trace_init,
6873 target_download_tracepoint, etc.
6874 (download_tracepoint): Remove.
6875 (trace_stop_command): Simplify.
6876 (stop_tracing): Call target_trace_stop.
6877 (get_trace_status): Call target_get_trace_status.
6878 (trace_status_command): Add case for targets that cannot trace.
6879 (finish_tfind_command): Change to take numerical arguments, call
6880 target_trace_find.
6881 (trace_find_command): Update call to finish_tfind_command.
6882 (trace_find_pc_command): Ditto.
6883 (trace_find_tracepoint_command): Ditto.
6884 (trace_find_line_command): Ditto.
6885 (trace_find_range_command): Ditto.
6886 (trace_find_outside_command): Ditto.
6887 (set_disconnected_tracing_value): Call
6888 target_set_disconnected_tracing.
6889 * remote.c: Add protocol encoding bits from tracepoint.c.
6890 (trace_error): Move from tracepoint.c.
6891 (remote_get_noisy_reply): Ditto.
6892 (free_actions_list_cleanup_wrapper): Ditto.
6893 (free_actions_list): Ditto.
6894 (remote_trace_init): New function.
6895 (remote_download_tracepoint): New function.
6896 (remote_download_trace_state_variable): New function.
6897 (remote_trace_set_readonly_regions): New function.
6898 (remote_trace_start): New function.
6899 (remote_get_trace_status): New function.
6900 (remote_trace_stop): New function.
6901 (remote_trace_find): New function.
6902 (remote_download_trace_state_variable): New function.
6903 (remote_set_disconnected_tracing): New function.
6904 (init_remote_ops): Add tracepoint operations.
6905
6906 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
6907
6908 2010-01-07 Tristan Gingold <gingold@adacore.com>
6909
6910 * symfile.c (build_section_addr_info_from_objfile): New function.
6911 (symbol_file_add_separate): Don't use offsets from objfile but
6912 built an addr info.
6913
6914 2010-01-06 Stan Shebs <stan@codesourcery.com>
6915
6916 Support disconnected tracing.
6917 * infcmd.c (detach_command): Ask whether to stop tracing.
6918 * cli/cli-cmds.c (quit_command): Ditto.
6919 * breakpoint.h (struct breakpoint): New field number_on_target.
6920 * breakpoint.c (create_tracepoint_from_upload): New function.
6921 (get_tracepoint_by_number_on_target): New function.
6922 * remote.c (struct remote): New field disconnected_tracing.
6923 (remote_disconnected_tracing_feature): New function.
6924 (remote_protocol_features): Add DisconnectedTracing.
6925 (struct uploaded_tp): New struct.
6926 (uploaded_tps): New global.
6927 (get_uploaded_tp): New function.
6928 (find_matching_tracepoint): New function.
6929 (remote_get_tracing_state): New function.
6930 (remote_start_remote): Call it.
6931 * tracepoint.c (disconnected_tracing): New global.
6932 (trace_start_command): Initialize number_on_target.
6933 (stop_tracing): New function, split out from...
6934 (trace_stop_command): Call stop_tracing.
6935 (get_trace_status): New function, split out from...
6936 (trace_status_command): Call get_trace_status, add info on
6937 disconnection behavior.
6938 (disconnect_or_stop_tracing): New function.
6939 (finish_tfind_command): Translate from number on target.
6940 (trace_find_tracepoint_command): Translate to number on target.
6941 (send_disconnected_tracing_value): New function.
6942 (set_disconnected_tracing): New function.
6943 (_initialize_tracepoint): Add disconnected-tracing variable.
6944 * NEWS: Mention disconnected tracing.
6945
6946 2010-01-06 Tristan Gingold <gingold@adacore.com>
6947
6948 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
6949 parameter to main_objfile. Iterate on all separate debug objfiles.
6950 * symfile.h (symbol_file_add_separate)
6951 (find_separate_debug_file_by_debuglink): Remove parameter names.
6952 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
6953 (reread_symbols): Use free_objfile_separate_debug.
6954 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
6955 Adjust comment.
6956 (objfile_separate_debug_iterate, add_separate_debug_objfile)
6957 (free_objfile_separate_debug): New prototypes.
6958 * objfiles.c (objfile_separate_debug_iterate): New function.
6959 (add_separate_debug_objfile, free_objfile_separate_debug): New
6960 functions.
6961 (free_objfile): Use free_objfile_separate_debug. Adjust for
6962 multiple separate debug objfile.
6963 (objfile_has_symbols): Adjust comment. Iterate on all separate
6964 debug objfiles.
6965 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
6966 debug objfile.
6967 (lookup_minimal_symbol_text): Ditto.
6968 (lookup_minimal_symbol_by_pc_name): Ditto.
6969 (lookup_minimal_symbol_solib_trampoline): Ditto.
6970 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
6971 debug objfiles.
6972
6973 2010-01-05 Stan Shebs <stan@codesourcery.com>
6974
6975 Add fast tracepoints.
6976 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
6977 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
6978 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
6979 * breakpoint.c (tracepoint_type): New function.
6980 (ALL_TRACEPOINTS): Use it.
6981 (should_be_inserted): Ditto.
6982 (bpstat_check_location): Ditto.
6983 (print_one_breakpoint_location): Ditto.
6984 (user_settable_breakpoint): Ditto.
6985 (set_breakpoint_location_function): Ditto.
6986 (disable_breakpoints_in_shlibs): Ditto.
6987 (delete_trace_command): Ditto.
6988 (print_it_typical): Add bp_fast_tracepoint case.
6989 (bpstat_what): Ditto.
6990 (print_one_breakpoint_location): Ditto.
6991 (allocate_bp_location): Ditto.
6992 (mention): Ditto.
6993 (breakpoint_re_set_one): Ditto.
6994 (disable_command): Ditto.
6995 (enable_command): Ditto.
6996 (check_fast_tracepoint_sals): New function.
6997 (break_command_really): Call it.
6998 (ftrace_command): New function.
6999 (_initialize_breakpoint): Add ftrace command.
7000 * gdbarch.sh (fast_tracepoint_valid_at): New.
7001 * gdbarch.h, gdbarch.c: Regenerate.
7002 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
7003 (i386_gdbarch_init): Use it.
7004 * remote.c (struct remote_state): New field fast_tracepoints.
7005 (PACKET_FastTracepoints): New packet config type.
7006 (remote_fast_tracepoint_feature): New function.
7007 (remote_protocol_features): Add FastTracepoints.
7008 (remote_supports_fast_tracepoints): New function.
7009 (_initialize_remote): Add FastTracepoints.
7010 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
7011 * NEWS: Mention fast tracepoints.
7012
7013 2010-01-06 Joel Brobecker <brobecker@adacore.com>
7014
7015 * gdb-gdb.py: New file.
7016
7017 2010-01-05 Michael Snyder <msnyder@vmware.com>
7018
7019 * infrun.c (handle_inferior_event): Fix typo in comment.
7020
7021 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7022
7023 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
7024
7025 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
7026
7027 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
7028 and s390x-linux64.
7029 (s390-linux32-expedite): Define.
7030 (s390-linux64-expedite): Define.
7031 (s390x-linux64-expedite): Define.
7032 * features/s390-acr.xml: New file.
7033 * features/s390-fpr.xml: New file.
7034 * features/s390-core32.xml: New file.
7035 * features/s390-core64.xml: New file.
7036 * features/s390x-core64.xml: New file.
7037 * features/s390-linux32.xml: New file.
7038 * features/s390-linux64.xml: New file.
7039 * features/s390x-linux64.xml: New file.
7040 * features/s390-linux32.c: New generated file.
7041 * features/s390-linux64.c: New generated file.
7042 * features/s390x-linux64.c: New generated file.
7043
7044 * regformats/s390-linux32.dat: New generated file.
7045 * regformats/s390-linux64.dat: New generated file.
7046 * regformats/s390x-linux64.dat: New generated file.
7047 * regformats/reg-s390.dat: Remove.
7048 * regformats/reg-s390x.dat: Remove.
7049
7050 * s390-nat.c: Include "auxv.h" and <elf.h>.
7051 (HWCAP_S390_HIGH_GPRS): Define if undefined.
7052 (s390_target_wordsize): New function.
7053 (s390_auxv_parse): Likewise.
7054 (s390_get_hwcap): Likewise.
7055 (s390_read_description): Likewise.
7056 (_initialize_s390_nat): Install s390_auxv_parse and
7057 s390_read_description.
7058
7059 * s390-tdep.c: Include "features/s390-linux32.c",
7060 "features/s390-linux64.c", and "features/s390x-linux64.c".
7061 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
7062 (s390_register_call_saved): New function.
7063 (s390_register_name): Remove.
7064 (s390_register_type): Remove.
7065 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
7066 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
7067 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
7068 (s390_pseudo_register_name): New function.
7069 (s390_pseudo_register_type): New function.
7070 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
7071 Handle full GPR pesudos and varying pseudo register numbers.
7072 (s390_pseudo_register_write): Likewise
7073 (s390x_pseudo_register_read): Remove.
7074 (s390x_pseudo_register_write): Likewise.
7075 (s390_register_group): Remove.
7076 (s390_pseudo_register_group): New function.
7077 (s390_regmap_gregset): Add GPR upper halves.
7078 (s390x_regmap_gregset): Likewise.
7079 (s390_regmap_fpregset): Likewise.
7080 (s390_regmap_upper): New global variable.
7081 (s390_upper_regset): New global variable.
7082 (s390_upper_regset_sections): New global variable.
7083 (s390_regset_from_core_section): Handle GPR upper halves.
7084 (s390_core_read_description): New function.
7085 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
7086 register information. Handle varying pseudo register numbers.
7087 (s390_backchain_frame_unwind_cache): Likewise.
7088 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
7089 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
7090 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
7091 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
7092 Handle varying pseudo register numbers.
7093 (s390_unwind_pc): Handle varying pseudo register numbers.
7094 (s390_dwarf2_prev_register): New function.
7095 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
7096 register information. Handle varying pseudo register numbers.
7097 Install s390_dwarf2_prev_register to unwind full GPRs.
7098 (s390_gdbarch_init): Handle target descriptions. Assign varying
7099 pseudo register numbers. Install s390_adjust_frame_regnum.
7100 (_initialize_s390_tdep): Initialize target descriptions.
7101
7102 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
7103 (S390_NUM_REGS): Redefine to include upper half registers.
7104 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
7105 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
7106 (tdesc_s390_linux32): Add declaration.
7107 (tdesc_s390_linux64): Likewise.
7108 (tdesc_s390x_linux64): Likewise.
7109
7110 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
7111
7112 * regset.h (struct core_regset_section): Add HUMAN_NAME.
7113 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
7114 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
7115 (ppc_linux_vmx_regset_sections): Likewise.
7116 (ppc_linux_fp_regset_sections): Likewise.
7117
7118 * corelow.c (get_core_register_section): Constify arguments.
7119 (get_core_registers): Use gdbarch_core_regset_sections instead
7120 of hard-coded platform-specific register section names.
7121
7122 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
7123
7124 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
7125 a register, assume the least-significant part is used.
7126 (write_pieced_value): Likewise.
7127
7128 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
7129
7130 * printcmd.c: Include "arch-utils.h".
7131 (do_one_display): Re-parse expression if current architecture changed.
7132
7133 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7134 Joel Brobecker <brobecker@adacore.com>
7135
7136 * gdbtypes.c (check_typedef): New comment on type length.
7137 * value.c (allocate_value_lazy): Remove the unused atype variable. New
7138 comment on type length.
7139 (value_primitive_field): Keep the original TYPE value, new comment.
7140
7141 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7142
7143 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
7144 p_start. Change != comparisons to > and < comparisons.
7145
7146 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7147
7148 * cli/cli-script.c (process_next_line): Check P2 overrun.
7149
7150 2009-01-01 Joel Brobecker <brobecker@adacore.com>
7151
7152 Update the copyright hearder to add year 2010 for most GDB files.
7153
7154 2009-01-01 Joel Brobecker <brobecker@adacore.com>
7155
7156 Fix build failure in inf-ptrace.c.
7157 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
7158
7159 2010-01-01 Joel Brobecker <brobecker@adacore.com>
7160
7161 * top.c (print_gdb_version): Update copyright year.
7162
7163 2010-01-01 Joel Brobecker <brobecker@adacore.com>
7164
7165 Fix break *FUN'address thread NUM.
7166 * ada-lex.l (task): Expand rule to also match the thread keyword.
7167
7168 2010-01-01 Joel Brobecker <brobecker@adacore.com>
7169
7170 Fix break *FUN'address task NUM.
7171 * ada-lex.l (task): New rule.
7172 * ada-lang.c (valid_task_id): Make sure the Ada task list has
7173 been built before using it.
7174
7175 For older changes see ChangeLog-2009.
7176 \f
7177 Local Variables:
7178 mode: change-log
7179 left-margin: 8
7180 fill-column: 74
7181 version-control: never
7182 coding: utf-8
7183 End:
This page took 0.2841 seconds and 4 git commands to generate.