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