* symtab.c (find_pc_sect_symtab): Add comment.
[binutils-gdb.git] / gdb / ChangeLog
1 2012-12-10 Doug Evans <dje@google.com>
2
3 * symtab.c (find_pc_sect_symtab): Add comment.
4
5 2012-12-10 Tom Tromey <tromey@redhat.com>
6
7 * defs.h: Don't check for definition of LONGEST.
8 (min, max): Remove duplicates.
9
10 2012-12-10 Tom Tromey <tromey@redhat.com>
11
12 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
13 (dwarf2_fetch_die_loc_cu_off): Rename from
14 dwarf2_fetch_die_location_block. Rewrite to use
15 dwarf2_fetch_die_loc_sect_off.
16 * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
17 (dwarf2_fetch_die_loc_cu_off): Rename.
18 * dwarf2loc.c (indirect_pieced_value): Use
19 dwarf2_fetch_die_loc_sect_off.
20 * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
21 comment.
22 (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
23 * dwarf2expr.c (add_piece): Update.
24 (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
25
26 2012-12-10 Tom Tromey <tromey@redhat.com>
27
28 * buildsym.c (struct pending_block): Move from buildsym.h.
29 (pending_blocks): Likewise; now static.
30 (pending_block_obstack): New global.
31 (free_pending_blocks): Free blocks.
32 (record_pending_block): Use pending_block_obstack.
33 * buildsym.h (struct pending_block): Move definition to
34 buildsym.c.
35 (pending_blocks): Don't declare.
36
37 2012-12-10 Pedro Alves <palves@redhat.com>
38
39 * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
40 dead SCO code, and adjust function description comment.
41
42 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
43
44 * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
45 * defs.h (LONGEST, ULONGEST): Remove conditionalization for
46 CC_HAS_LONG_LONG.
47 * dwarf2-frame.c (DW64_CIE_ID): Likewise.
48 * dwarf2read.c (extract_cu_value): Remove the function.
49 (create_cus_from_index_list): Make the return type void, inline the
50 extract_cu_value caller, include new gdb_static_assert.
51 (create_cus_from_index): Make the return type void, update the function
52 comment, update the create_cus_from_index_list caller.
53 (create_signatured_type_table_from_index): Make the return type void,
54 inline the extract_cu_value caller, include new gdb_static_assert.
55 (dwarf2_read_index): Update the create_cus_from_index and
56 create_signatured_type_table_from_index caller.
57 * printcmd.c (ui_printf): Remove conditionalizations for
58 CC_HAS_LONG_LONG.
59 * config.in: Regenerate.
60 * configure: Regenerate.
61
62 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
63
64 * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
65 Update the comment for checked_producer.
66 (check_producer): New forward declaration.
67 (producer_is_gcc_lt_4_3): New function.
68 (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
69 (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
70
71 2012-12-07 Tom Tromey <tromey@redhat.com>
72
73 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
74 argument, assertion.
75 * c-exp.y (typebase): Add completion productions.
76 * completer.c (expression_completer): Handle tag completion.
77 * expression.h (parse_expression_for_completion): Add argument.
78 * f-lang.c (f_make_symbol_completion_list): Add 'code'
79 argument.
80 * language.h (struct language_defn)
81 <la_make_symbol_completion_list>: Add 'code' argument.
82 * parse.c (expout_tag_completion_type, expout_completion_name):
83 New globals.
84 (mark_struct_expression): Add assertion.
85 (mark_completion_tag): New function.
86 (parse_exp_in_context): Initialize new globals.
87 (parse_expression_for_completion): Add 'code' argument. Handle
88 tag completion.
89 * parser-defs.h (mark_completion_tag): Declare.
90 * symtab.c (default_make_symbol_completion_list_break_on): Add
91 'code' argument. Update.
92 (default_make_symbol_completion_list): Add 'code' argument.
93 (make_symbol_completion_list): Update.
94 (make_symbol_completion_type): New function.
95 * symtab.h (default_make_symbol_completion_list_break_on)
96 (default_make_symbol_completion_list): Update.
97 (make_symbol_completion_type): Declare.
98
99 2012-12-07 Tom Tromey <tromey@redhat.com>
100
101 * expression.h (parse_expression_for_completion): Rename
102 from parse_field_expression.
103 (parse_completion): Rename from in_parse_field.
104 * c-exp.y (lex_one_token): Update.
105 * completer.c (expression_completer): Update.
106 * go-exp.y (lex_one_token): Update.
107 * p-exp.y (yylex): Update.
108 * parse.c (parse_completion): Rename from in_parse_field.
109 (parse_exp_in_context): Update.
110 (parse_expression_for_completion): Rename from
111 parse_field_expression. Update.
112
113 2012-12-07 Tom Tromey <tromey@redhat.com>
114
115 * typeprint.c (_initialize_typeprint): Set completer
116 for "whatis" and "ptype".
117
118 2012-12-07 Joel Brobecker <brobecker@adacore.com>
119
120 * copyright.py (NOT_FSF_LIST): Remove duplicate entry
121 "sim/common/cgen-fpu.h". Remove invalid entries
122 "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
123 which actually have an FSF copyright header.
124
125 2012-12-07 Joel Brobecker <brobecker@adacore.com>
126
127 * osf-share/AT386/cma_thread_io.h: Delete.
128 * osf-share/HP800/cma_thread_io.h: Delete.
129 * osf-share/README: Delete.
130 * osf-share/RIOS/cma_thread_io.h: Delete.
131 * osf-share/cma_attr.h: Delete.
132 * osf-share/cma_deb_core.h: Delete.
133 * osf-share/cma_debug_client.h: Delete.
134 * osf-share/cma_errors.h: Delete.
135 * osf-share/cma_handle.h: Delete.
136 * osf-share/cma_init.h: Delete.
137 * osf-share/cma_list.h: Delete.
138 * osf-share/cma_mutex.h: Delete.
139 * osf-share/cma_sched.h: Delete.
140 * osf-share/cma_semaphore_defs.h: Delete.
141 * osf-share/cma_sequence.h: Delete.
142 * osf-share/cma_stack.h: Delete.
143 * osf-share/cma_stack_int.h: Delete.
144 * osf-share/cma_tcb_defs.h: Delete.
145 * osf-share/cma_util.h: Delete.
146 * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
147 in osf-share.
148 * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
149 * contrib/ari/gdb_find.sh: Remove handling of osf-share.
150 * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
151
152 2012-12-06 Pedro Alves <palves@redhat.com>
153 Tom Tromey <tromey@redhat.com>
154
155 * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
156
157 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
158
159 PR mi/14741:
160 * mi/mi-cmd-var.c (varobj_update_one): Take value of
161 attribute "dynamic" and "displayhint" from printed child,
162 not the root variable.
163
164 2012-12-06 Joel Brobecker <brobecker@adacore.com>
165
166 * aix-thread.c (getthrds): Fix type of 4th parameter.
167 (get_signaled_thread): Change type of variable ktid to tid_t.
168
169 2012-12-06 Hui Zhu <hui_zhu@mentor.com>
170
171 * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
172 value of get_frame_block.
173
174 2012-12-05 Pierre Muller <muller@sourceware.org>
175
176 Avoid memory leaks on struct cmd_list_element.doc field.
177 * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
178 if flags contains DOC_ALLOCATED.
179 (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
180 flags.
181 (delete_cmd): Handle DOC_ALLOCATED flag.
182 * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
183 in flags filed of struct cmd_list_element.
184 (struct cmd_list_element): Document new flag item.
185
186 2012-12-04 Doug Evans <dje@google.com>
187
188 * symmisc.c: Whitespace fixes.
189
190 2012-12-04 Karthik Bhat <kv.bhat@samsung.com>
191
192 * i386-tdep.c (i386_skip_prologue): Using symbol table
193 to find the end of prologue for clang compiled binaries.
194 * amd64-tdep.c (amd64_skip_prologue): Using symbol table
195 to find the end of prologue for clang compiled binaries.
196
197 2012-12-03 Doug Evans <dje@google.com>
198
199 * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
200 (dw2_find_symbol_file): Delete unused local file_data.
201
202 2012-12-03 Tom Tromey <tromey@redhat.com>
203
204 * ada-exp.y (write_object_renaming, write_var_or_type)
205 (write_ambiguous_var, write_var_from_sym): Make blocks const.
206 * ada-lang.c (replace_operator_with_call)
207 (find_old_style_renaming_symbol): Make blocks const.
208 * ada-lang.h (ada_find_renaming_symbol): Update.
209 (struct ada_symbol_info) <block>: Now const.
210 * breakpoint.c (watch_command_1): Update.
211 * breakpoint.h (struct watchpoint) <exp_valid_block,
212 cond_exp_valid_block>: Now const.
213 * c-exp.y (classify_inner_name, classify_name): Make block
214 argument const.
215 * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
216 const.
217 * expression.h (innermost_block, parse_exp_1): Update.
218 (union exp_element) <block>: Now const.
219 * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
220 (lookup_struct): Make block argument const.
221 * gdbtypes.h (lookup_template_type): Update.
222 * go-exp.y (classify_name, classify_packaged_name)
223 (package_name_p): Make block argument const.
224 * objc-lang.c (lookup_struct_typedef): Make block argument const.
225 * objc-lang.h (lookup_struct_typedef): Update.
226 * parse.c (parse_exp_in_context, parse_exp_1)
227 (write_exp_elt_block): Make block arguments const.
228 (expression_context_block, innermost_block): Now const.
229 * parser-defs.h (write_exp_elt_block): Update.
230 (expression_context_block, innermost_block, block_found): Now
231 const.
232 * printcmd.c (struct display) <block>: Now const.
233 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
234 * valops.c (address_of_variable): Make block argument const.
235 * value.h (value_of_variable): Update.
236 * varobj.c (struct varobj_root) <valid_block>: Now const.
237
238 2012-11-30 Yao Qi <yao@codesourcery.com>
239
240 * breakpoint.c (print_one_breakpoint_location): Indent code.
241
242 2012-11-30 Yao Qi <yao@codesourcery.com>
243
244 * breakpoint.c (print_one_breakpoint_location): Combine two
245 blocks handling 'hit count' together.
246
247 2012-11-30 Yao Qi <yao@codesourcery.com>
248
249 * infrun.c (error_is_running, ensure_not_running): Move them
250 to ...
251 * infcmd.c (error_is_running, ensure_not_running): ... here.
252 Make them 'static'.
253 * inferior.h: Remove declarations of error_is_running and
254 ensure_not_running.
255
256 2012-11-30 Yao Qi <yao@codesourcery.com>
257
258 * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
259 check REGNUM >= 0.
260
261 2012-11-30 Yao Qi <yao@codesourcery.com>
262
263 * infrun.c: Make the declaration of 'init_infwait_state'
264 static.
265 (init_infwait_state): Make it 'static'.
266
267 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
268
269 * python/python.c (finalize_python): Cast unused PyGILState_Ensure
270 return value to void to avoid compiler warning.
271
272 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
273
274 * opencl-lang.c (opencl_print_type): New function.
275 (opencl_language_arch_info): Install it.
276
277 2012-11-29 Tom Tromey <tromey@redhat.com>
278
279 * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
280 xvasprintf.
281 * common/common-utils.c (xasprintf, xvasprintf): Remove.
282 * common/common-utils.h (xasprintf, xvasprintf): Remove.
283
284 2012-11-29 Jerome Guitton <guitton@adacore.com>
285
286 * ada-lang.c (ada_is_interface_tag): New function.
287 (ada_is_ignored_field): Add interface tags to the list
288 of ignored fields.
289
290 2012-11-29 Jerome Guitton <guitton@adacore.com>
291
292 * ada-lang.h (ada_tag_value_at_base_address): New function
293 declaration.
294 * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
295 New functions.
296 (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
297 relocate the class-wide value if need be.
298 (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
299 Let ada_tag_value_at_base_address relocate the class-wide access/ref
300 before dereferencing it.
301 * ada-valprint.c (ada_val_print_1): Relocate to base address
302 before displaying the content of an interface-wide ref.
303
304 2012-11-29 Jerome Guitton <guitton@adacore.com>
305
306 * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
307
308 2012-11-29 Joel Brobecker <brobecker@adacore.com>
309
310 GDB 7.5.1 released.
311
312 2012-11-29 Yao Qi <yao@codesourcery.com>
313 Tom Tromey <tromey@redhat.com>
314
315 * eval.c (evaluate_subexp_standard): Get the correct pointer
316 type for TYPE_CODE_MEMBERPTR.
317
318 2012-11-28 Edjunior Machado <emachado@linux.vnet.ibm.com>
319
320 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
321 since now it is being done by binutils' powerpc_init_dialect().
322
323 2012-11-28 Tom Tromey <tromey@redhat.com>
324
325 PR gdb/14290:
326 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
327 (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
328 Use it.
329 * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
330 * gdb_bfd.c (gdb_bfd_mark_parent): New function.
331 (gdb_bfd_openr_next_archived_file): Use it.
332
333 2012-11-28 Markus Metzger <markus.t.metzger@intel.com>
334
335 * configure.ac: Check for linux/perf_event.h.
336 * config.in: Regenerated.
337 * configure: Regenerated.
338
339 2012-11-28 Yao Qi <yao@codesourcery.com>
340
341 * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
342 abbreviate 'delete tracepoints' to 'delete tr'.
343 * corefile.c (_initialize_core): Call add_alias_cmd to
344 abbreviate 'set gnutarget' to 'set g'.
345 * value.c (_initialize_values): Call add_alias_cmd to abbreviate
346 'show convenience' to 'show conv'.
347
348 2012-11-27 Joel Brobecker <brobecker@adacore.com>
349
350 * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
351 call to sparc_supply_fpregset.
352 (fill_fpregset): Fix first parameter in call to
353 sparc_collect_fpregset.
354
355 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
356 Kazu Hirata <kazu@codesourcery.com>
357 Yao Qi <yao@codesourcery.com>
358
359 * objfiles.c (init_entry_point_info): Call
360 gdbarch_convert_from_func_ptr_addr and
361 gdbarch_addr_bits_remove here ...
362 (entry_point_address_query): ... instead of here.
363 * solib-svr4.c (exec_entry_point): Call
364 gdbarch_addr_bits_remove.
365 * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
366 the entry address.
367
368 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
369 Yao Qi <yao@codesourcery.com>
370
371 * eval.c (evaluate_subexp_standard): Add handling of
372 TYPE_CODE_MEMBERPTR when calling functions. Correct the
373 result of ptype for calling a TYPE_CODE_METHODPTR.
374
375 2012-11-27 Yao Qi <yao@codesourcery.com>
376
377 * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
378 warning.
379 Add i18n markup.
380
381 2012-11-26 Alexander Larsson <alexl@redhat.com>
382 Jan Kratochvil <jan.kratochvil@redhat.com>
383 Tom Tromey <tromey@redhat.com>
384
385 * NEWS: Mention mini debuginfo feature.
386 * minidebug.c: New file.
387 * configure.ac: Check for lzma.
388 * configure, config.in: Rebuild.
389 * Makefile.in (LIBLZMA): New variable.
390 (CLIBS): Include LIBLZMA.
391 (SFILES): Mention minidebug.c.
392 (COMMON_OBS): Mention minidebug.o.
393 * symfile.c (read_symbols): New function.
394 (syms_from_objfile, reread_symbols): Call it.
395 * symfile.h (find_separate_debug_file_in_section): Declare.
396
397 2012-11-26 Keith Seitz <keiths@redhat.com>
398
399 * exec.c (exec_file_attach): Move cleanup after verifying that
400 memory has in fact been allocated.
401
402 2012-11-26 Tom Tromey <tromey@redhat.com>
403
404 * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
405 * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
406 SYMBOL_SYMTAB.
407 * skip.c (skip_info): Use SYMBOL_SYMTAB.
408
409 2012-11-26 Maxime Villard <rustyBSD@gmx.fr>
410 Pedro Alves <palves@redhat.com>
411
412 * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
413 size parameter passed to readlink by one byte.
414 * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
415 * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
416 * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
417 * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
418 size by one byte.
419
420 2012-11-26 Yao Qi <yao@codesourcery.com>
421
422 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
423 extraneous parentheses.
424
425 2012-11-26 Yao Qi <yao@codesourcery.com>
426
427 * remote.c (remote_start_remote): Typo fix.
428
429 2012-11-23 David S. Miller <davem@davemloft.net>
430
431 * sparc-tdep.h (struct sparc_fpregset): New data structure.
432 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
433 sparc32_sol2_fpregset): Declare new globals.
434 (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
435 'fpregset' argument.
436 * sparc64-tdep.h (sparc64_supply_fpregset,
437 sparc64_collect_fpregset): Likewise.
438 (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
439 globals.
440 * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
441 (sparc_fpregset): Declare new global.
442 (sparc_supply_fpregset, sparc_collect_fpregset): Add new
443 'fpregset' argument.
444 * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
445 into handler.
446 (fill_fpregset): Likewise.
447 (_initialize_sparc_linux_nat): Set sparc_fpregset to
448 sparc32_bsd_fpregset.
449 * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
450 sparc32_bsd_fpregset down into handler.
451 (sparc32_linux_collect_core_fpregset): Likewise.
452 * sparc-nat.c (sparc_fpregset): Define.
453 (sparc_supply_fpregset): Add 'fpregset' argument.
454 (sparc_collect_fpregset): Likewise.
455 (sparc_fetch_inferior_registers): Pass sparc_fpregset down
456 into fpregset handler.
457 (sparc_store_inferior_registers): Likewise.
458 (_initialize_sparc_nat): Set sparc_fpregset to
459 sparc32_sunos4_fpregset if NULL.
460 * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
461 down into handler.
462 (fill_fpregset): Likewise.
463 * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
464 * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
465 use it to compute offsets.
466 (sparc32_collect_fpregset): Likewise.
467 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
468 * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
469 down into handler.
470 (fill_fpregset): Likewise.
471 * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
472 Likewise.
473 (sparc64_linux_collect_core_fpregset): Likewise.
474 * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
475 * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
476 use it to compute offsets.
477 (sparc64_collect_fpregset): Likewise.
478 (sparc64_bsd_fpregset): Define.
479 * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
480 sparc64_bsd_fpregset down into handler.
481 (sparc64fbsd_collect_fpregset): Likewise.
482 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
483 and pass sparc{32,64}_bsd_fpregset down into handler.
484 (sparc64nbsd_collect_fpregset): Likewise.
485 * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
486 sparc64_bsd_fpregset down into handler.
487 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
488 * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
489 to sparc32_bsd_fpregset.
490 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
491 sparc32_bsd_fpregset down into sparc32_supply_fpregset.
492 (sparc32nbsd_supply_fpregset): Likewise.
493
494 2012-11-21 Tom Tromey <tromey@redhat.com>
495
496 * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
497 field.
498 (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
499 Remove.
500 * c-typeprint.c (c_type_print_base): Update.
501
502 2012-11-21 Yao Qi <yao@codesourcery.com>
503
504 PR tdep/7438
505 * gdbarch.sh (smash_text_address): Remove.
506 * gdbarch.c, gdbarch.h: Regenerate.
507 * arm-tdep.c (arm_smash_text_address): Remove.
508 (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
509 * hppa-tdep.c (hppa_smash_text_address): Remove.
510 (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
511 (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
512 Caller update.
513 * coffread.c (coff_symtab_read): Caller update.
514 * dbxread.c (process_one_symbol): Likewise.
515 * elfread.c (record_minimal_symbol): Likewise.
516 * somread.c (som_symtab_read): Likewise.
517
518 2012-11-20 Pierre Muller <muller@sourceware.org>
519
520 ARI fixes: sprintf rule.
521 Replace sprintf function calls for char arrays by
522 calls to xsnprintf calls.
523 * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
524 (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
525 (arm_neon_quad_read, arm_pseudo_read): Ditto.
526 (arm_neon_quad_write, arm_pseudo_write): Ditto.
527 * breakpoint.c (condition_completer): Ditto.
528 (create_tracepoint_from_upload): Ditto.
529 * dwarf2read.c (file_full_name): Ditto.
530 * gcore.c (gcore_command): Ditto.
531 * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
532 * go32-nat.c (go32_sysinfo): Ditto.
533 * interps.c (interp_set): Ditto.
534 * m32c-tdep.c (make_types): Ditto.
535 * ppc-linux-nat.c (fetch_register, store_register): Ditto.
536 * remote-m32r-sdi.c (m32r_open): Ditto.
537 * sol-thread.c (td_err_string): Ditto.
538 (td_state_string, solaris_pid_to_str): Ditto.
539 * symtab.c (gdb_mangle_name): Ditto.
540 * cli/cli-script.c (execute_control_command): Ditto.
541 (define_command, document_command): Ditto.
542 * tui/tui-io.c (tui_rl_display_match_list): Ditto.
543 * tui/tui-stack.c (tui_make_status_line): Ditto.
544 * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
545
546 2012-11-20 Mike Frysinger <vapier@gentoo.org>
547
548 * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
549 it when looking at ptr->func.
550 * command.h (complete_on_cmdlist): Add a fourth arg.
551 * completer.c (complete_line_internal): Add local ignore_help_classes,
552 and set it to 1 when reason is not handle_help. Pass this down to
553 lookup_cmd_1 and complete_on_cmdlist.
554
555 2012-11-20 Tom Tromey <tromey@redhat.com>
556
557 * completer.c (count_struct_fields): Remove.
558 (expression_completer): Don't call count_struct_fields.
559
560 2012-11-20 Pedro Alves <palves@redhat.com>
561
562 * annotate.c (breakpoints_changed): Rename to ...
563 (annotate_breakpoints_changed): ... this.
564 (annotate_stopped, breakpoint_changed): Adjust caller.
565 * annotate.h (breakpoints_changed): Rename to ...
566 (annotate_breakpoints_changed): ... this.
567 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
568 (do_map_commands_command, init_raw_breakpoint, clear_command)
569 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
570
571 2012-11-20 David S. Miller <davem@davemloft.net>
572
573 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
574 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
575 sysconf.
576 (get_cores_used_by_process): Update comment.
577
578 2012-11-20 Yao Qi <yao@codesourcery.com>
579
580 * objfiles.c (init_entry_point_info): Remove trailing spaces.
581
582 2012-11-20 Yao Qi <yao@codesourcery.com>
583
584 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
585 to deprecated_context_hook.
586
587 2012-11-19 Yao Qi <yao@codesourcery.com>
588
589 * infrun.c (infwait_state): Add static.
590
591 2012-11-16 Keith Seitz <keiths@redhat.com>
592
593 PR c++/13615
594 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
595 parameter and pass it to lookup_symbol_file.
596 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
597 to search base classes.
598 (cp_lookup_symbol_namespace): Likewise.
599 (lookup_namespace_scope): Likewise.
600 (lookup_symbol_file): Add SEARCH parameter.
601 If SEARCH is non-zero and no symbol is found, lookup the class
602 and call cp_lookup_nested_symbol.
603 (find_symbol_in_baseclass): New function.
604 (cp_lookup_nested_symbol): Do not let
605 cp_lookup_symbol_in_namespace search through base classes.
606 Do that later when there is no global symbol match.
607
608 2012-11-16 Doug Evans <dje@google.com>
609
610 * main.c (gdb_datadir_provided): New static global.
611 (get_init_files): If --data-directory is provided,
612 and SYSTEM_GDBINIT lives in data-directory, look for it there.
613 * NEWS: Mention it.
614
615 2012-11-15 Pierre Muller <muller@sourceware.org>
616
617 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
618 * gdb_stat.h: Delete. Moved to common directory.
619 * common/gdb_stat.h: New file.
620 * gdb_wait.h: Delete. Moved to common directory.
621 * common/gdb_wait.h: New file.
622 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
623 location.
624 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
625 location.
626 (stat.h rule): Adapt to new gdb_stat.h location.
627 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
628 <sys/stat.h> header.
629 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
630 <sys/wait.h> header.
631
632 2012-11-15 Pierre Muller <muller@sourceware.org>
633
634 * configure.ac (AC_HEADER_STAT): Remove.
635 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
636 and corresponding code.
637 * configure: Regenerate.
638 * config.in: Regenerate.
639
640 2012-11-15 Pierre Muller <muller@sourceware.org>
641
642 ARI xasprintf rule fixes.
643 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
644 instead of xasprintf.
645 (open_and_init_dwp_file): Ditto.
646
647 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
648
649 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
650 target types.
651
652 2012-11-14 Tom Tromey <tromey@redhat.com>
653
654 * configure, config.in: Rebuild.
655 * configure.ac: Don't check for ctype.h, time.h.
656 * expprint.c: Don't use HAVE_CTYPE_H.
657
658 2012-11-13 Tom Tromey <tromey@redhat.com>
659
660 * gdbarch.h, gdbarch.c: Rebuild.
661 * gdbarch.sh (set_target_gdbarch): Rename from
662 deprecated_target_gdbarch_select_hack.
663 * arch-utils.c (gdbarch_update_p): Update.
664 (set_gdbarch_from_file): Update.
665
666 2012-11-14 Pierre Muller <muller@sourceware.org>
667
668 * MAINTAINERS (Responsible Maintainers/misc): Add myself
669 as responsible of contrib/ari directory.
670
671 2012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
672 Yao Qi <yao@codesourcery.com>
673
674 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
675 bit of EXC_RETURN.
676 (arm_m_exception_cache, arm_m_exception_this_id)
677 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
678 (arm_m_exception_unwind): New.
679 (arm_gdbarch_init): Register arm_m_exception_unwind.
680
681 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
682
683 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
684 parameter COUNT, for pattern filling of memory regions.
685 * NEWS: Mention it.
686
687 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
688
689 * disasm.h (DISASSEMBLY_FILENAME): New macro.
690 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
691 to print_source_lines ().
692 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
693 flag.
694 * source.c (print_source_lines_base): Prefix source line with
695 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
696
697 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
698
699 * symtab.h (print_source_lines_flags): New enum.
700 * source.c (print_source_lines_base): Change noerror to flags.
701 (print_source_lines): Change noerror to flags.
702
703 2012-11-13 Pierre Muller <muller@sourceware.org>
704
705 ARI fixes: Avoid sprintf function use rule.
706 * charset.c (convert_between_encodings): Use xsnprintf.
707 * cli-out.c (cli_field_int): Likewise.
708 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
709 * expprint.c (op_name_standard): Likewise.
710 * frv-tdep.c (set_variant_num_gprs): Likewise.
711 (set_variant_num_fprs): Likewise.
712 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
713 * nto-tdep.c (nto_find_and_open_solib): Likewise.
714 (nto_init_solib_absolute_prefix): Likewise.
715 * source.c (init_source_path): Likewise.
716 (print_source_lines_base): Likewise.
717 * valprint.c (print_wchar): Likewise.
718 * mi/mi-out.c (mi_field_int): Likewise.
719 windows-nat.c (windows_pid_to_exec_file): Likewise.
720 (windows_create_inferior): Likewise.
721 (_initialize_check_for_gdb_ini): Likewise.
722
723 2012-11-12 Joel Brobecker <brobecker@adacore.com>
724
725 * frame.h (deprecated_frame_register_read): Renames
726 frame_register_read.
727 * frame.c (deprecated_frame_register_read): Renames
728 frame_register_read. Update all callers.
729 * i386-tdep.c: Update all callers of frame_register_read.
730 * infcmd.c: Likewise.
731 * jit.c: Likewise.
732 * mips-tdep.c: Likewise.
733 * mt-tdep.c: Likewise.
734 * sh64-tdep.c: Likewise.
735
736 2012-11-12 Joel Brobecker <brobecker@adacore.com>
737
738 * frame.h (frame_register_read): Remove FIXME comment.
739 * frame.c (frame_register_read): Add suggestion explaining
740 which function to use in place of this one.
741
742 2012-11-12 Tom Tromey <tromey@redhat.com>
743
744 * python/python.c (start_type_printers): Initialize 'result_obj'.
745
746 2012-11-12 Tom Tromey <tromey@redhat.com>
747
748 * NEWS: Update.
749 * data-directory/Makefile.in (PYTHON_FILES): Add
750 type_printers.py.
751 * python/lib/gdb/command/type_printers.py: New file.
752 * python/lib/gdb/command/types.py (TypePrinter): New class.
753 (_get_some_type_recognizers, get_type_recognizers,
754 apply_type_recognizers, register_type_printer): New
755 functions.
756 * python/py-objfile.c (objfile_object) <type_printers>: New
757 field.
758 (objfpy_dealloc): Decref new field.
759 (objfpy_new): Set new field.
760 (objfpy_get_type_printers, objfpy_set_type_printers): New
761 functions.
762 (objfile_to_objfile_object): Set new field.
763 (objfile_getset): Add "type_printers".
764 * python/py-progspace.c (pspace_object) <type_printers>: New
765 field.
766 (pspy_dealloc): Decref new field.
767 (pspy_new): Set new field.
768 (pspy_get_type_printers, pspy_set_type_printers): New functions.
769 (pspace_to_pspace_object): Set new field.
770 (pspace_getset): Add "type_printers".
771 * python/python.c (start_type_printers, apply_type_printers,
772 free_type_printers): New functions.
773 (_initialize_python): Set gdb.type_printers.
774 * python/python.h (start_type_printers, apply_type_printers,
775 free_type_printers): Declare.
776 * typeprint.c (type_print_raw_options, default_ptype_flags):
777 Update for new fields.
778 (do_free_global_table, create_global_typedef_table,
779 find_global_typedef): New functions.
780 (find_typedef_in_hash): Use find_global_typedef.
781 (whatis_exp): Use create_global_typedef_table. Change cleanup
782 handling.
783 * typeprint.h (struct type_print_options) <global_typedefs,
784 global_printers>: New fields.
785
786 2012-11-12 Tom Tromey <tromey@redhat.com>
787
788 * c-typeprint.c (find_typedef_for_canonicalize,
789 print_name_maybe_canonical): New functions.
790 (c_print_type): Look up type name.
791 (cp_type_print_derivation_info): Add flags argument. Use
792 print_name_maybe_canonical.
793 (cp_type_print_method_args): Add wrapping.
794 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
795 (c_type_print_template_args): New function.
796 (c_type_print_base): Change wrapping. Use
797 print_name_maybe_canonical.
798 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
799 type name lookups.
800 * gdbtypes.c (types_equal): No longer static.
801 * gdbtypes.h (types_equal): Declare.
802 * typeprint.c (type_print_raw_options, default_ptype_flags):
803 Update.
804 (struct typedef_hash_table): New.
805 (hash_typedef_field, eq_typedef_field,
806 recursively_update_typedef_hash, add_template_parameters,
807 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
808 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
809 copy_typedef_hash, find_typedef_in_hash): New functions.
810 * typeprint.h (struct type_print_options) <local_typedefs>:
811 New field.
812 (recursively_update_typedef_hash, add_template_parameters,
813 create_typedef_hash, free_typedef_hash,
814 make_cleanup_free_typedef_hash, copy_typedef_hash,
815 find_typedef_in_hash): Declare.
816
817 2012-11-12 Tom Tromey <tromey@redhat.com>
818
819 * cp-support.c (inspect_type,
820 replace_typedefs_qualified_name, replace_typedefs): Add
821 finder, data arguments. Call as needed.
822 (cp_canonicalize_string_full): New function.
823 (cp_canonicalize_string_no_typedefs): Rewrite.
824 * cp-support.h (canonicalization_ftype): New typedef.
825 (cp_canonicalize_string_full): Declare.
826
827 2012-11-12 Tom Tromey <tromey@redhat.com>
828
829 * NEWS: Update.
830 * c-typeprint.c (c_type_print_base): Handle print_method and
831 print_typedefs flags.
832 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
833 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
834 options.
835 * typeprint.c (type_print_raw_options, default_ptype_flags):
836 Update for new field.s
837 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
838 (setprinttypelist, showprinttypelist, print_methods,
839 print_typedefs): New globals.
840 (set_print_type, show_print_type, set_print_type_methods,
841 show_print_type_methods, set_print_type_typedefs,
842 show_print_type_typedefs): New functions.
843 (_initialize_typeprint): Update documentation. Add "print
844 type methods" and "print type typedefs" parameters.
845 * typeprint.h (struct type_print_options) <print_methods,
846 print_typedefs>: New fields.
847
848 2012-11-12 Tom Tromey <tromey@redhat.com>
849
850 * c-typeprint.c (cp_type_print_method_args): Add flags
851 argument. Call c_print_type, not type_print.
852 (c_type_print_base): Call c_print_type, not type_print.
853 Update.
854
855 2012-11-12 Tom Tromey <tromey@redhat.com>
856
857 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
858 to type-printing functions.
859 * ada-lang.h (ada_print_type): Add argument.
860 * ada-typeprint.c (print_array_type, print_variant_clauses,
861 print_variant_part, print_selected_record_field_types,
862 print_record_field_types, print_unchecked_union_type,
863 print_func_type, ada_print_type): Add flags argument.
864 (ada_print_typedef): Update.
865 * c-exp.y (OPERATOR conversion_type_id): Update.
866 * c-lang.h (c_print_type, c_type_print_base): Update.
867 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
868 c_type_print_modifier, c_type_print_args,
869 c_type_print_varspec_suffix, c_type_print_base): Add flags
870 argument.
871 * cp-valprint.c (cp_print_class_member): Update.
872 * dwarf2read.c (dwarf2_compute_name): Update.
873 * f-lang.h (f_print_type): Add argument.
874 * f-typeprint.c (f_print_type): Add flags argument.
875 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
876 * go-lang.h (go_print_type): Add argument.
877 * go-typeprint.c (go_print_type): Add flags argument.
878 * jv-lang.h (java_print_type): Add argument.
879 * jv-typeprint.c (java_type_print_base, java_print_type): Add
880 flags argument.
881 * language.c (unk_lang_print_type): Add flags argument.
882 * language.h (struct language_defn) <la_print_type>: Add flags
883 argument.
884 (LA_PRINT_TYPE): Likewise.
885 * m2-lang.h (m2_print_type): Add argument.
886 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
887 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
888 m2_unbounded_array, m2_record_fields): Add flags argument.
889 * p-lang.h (pascal_print_type, pascal_type_print_base,
890 pascal_type_print_varspec_prefix): Add argument.
891 * p-typeprint.c (pascal_print_type,
892 pascal_type_print_varspec_prefix, pascal_print_func_args,
893 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
894 flags argument.
895 * symmisc.c (print_symbol): Update.
896 * typeprint.c (type_print_raw_options, default_ptype_flags):
897 New globals.
898 (type_print): Update.
899 * typeprint.h (struct type_print_options): New.
900 (type_print_raw_options): Declare.
901 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
902
903 2012-11-10 Keith Seitz <keiths@redhat.com>
904
905 * breakpoint.c (clear_command): Add cleanup for
906 sals.sals if an argument is given.
907
908 * linespec.c (parse_linespec): Do cleanups after
909 parsing a convenience variable.
910
911 2012-11-10 Keith Seitz <keiths@redhat.com>
912
913 PR gdb/14288
914 * c-valprint.c (c_val_print): For character arrays
915 with "print null" option on, print ellipses if
916 the output is truncated and the next character is not \000.
917 * valprint.c (MAX_WCHARS): Define.
918 (WCHAR_BUFLEN): Likewise.
919 (WCHAR_BUFLEN_MAX): Likewise.
920 (struct converted_character): New structure.
921 (count_next_character): New function.
922 (print_converted_chars_to_obstack): New function.
923 (generic_printstr): Rewrite using count_next_character
924 and print_converted_chars_to_obstack.
925
926 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
927
928 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
929 while executing the gdb command.
930 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
931 are called from prompt_for_continue.
932 * tui/tui-io.c (tui_redisplay_readline): Likewise.
933
934 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
935
936 PR tui/9584
937
938 * tui/tui.c (tui_rl_command_key): Do not call execute_command
939 but insert the command to execute in readline's buffer.
940
941 2012-11-09 Tom Tromey <tromey@redhat.com>
942
943 * gdbarch.sh (target_gdbarch): Remove macro.
944 (get_target_gdbarch): Rename to target_gdbarch.
945 * gdbarch.c, gdbarch.h: Rebuild.
946 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
947 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
948 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
949 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
950 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
951 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
952 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
953 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
954 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
955 procfs.c, progspace.c, ravenscar-thread.c, record.c,
956 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
957 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
958 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
959 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
960 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
961 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
962 target-descriptions.c, target.c, target.h, tracepoint.c,
963 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
964 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
965 python/py-inferior.c, python/python.c: Update.
966
967 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
968
969 * source.c (print_source_lines_base): Add fullname field giving
970 full path to file in mi output.
971 * NEWS: Mention the new fullname field.
972
973 2012-11-09 Yao Qi <yao@codesourcery.com>
974
975 * NEWS: Mention the fix to the ambiguity of 'fo' command.
976
977 2012-11-09 Pedro Alves <palves@redhat.com>
978
979 PR gdb/14306
980
981 * infrun.c: Include target-descriptions.h.
982 (follow_exec): Fetch new target description.
983
984 2012-11-09 Yao Qi <yao@codesourcery.com>
985
986 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
987 0x8d (lea).
988
989 2012-11-09 Yao Qi <yao@codesourcery.com>
990
991 * breakpoint.c: Declare set_tracepoint_count.
992 (install_breakpoint): Call set_tracepoint_count if B is a
993 tracepoint.
994 (trace_command): Don't call set_tracepoint_count. Re-indent.
995 (strace_command, ftrace_command):
996 (create_tracepoint_from_upload): Likewise.
997
998 2012-11-09 Pedro Alves <palves@redhat.com>
999
1000 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1001 (get_target_gdbarch) <gdbarch.h>: New function.
1002 (startup_gdbarch) <gdbarch.h>: Declare.
1003 <gdbarch.c> (target_gdbarch): Delete.
1004 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1005 current inferior's gdbarch.
1006 <gdbarch.c> (get_target_gdbarch): New function.
1007 * inferior.c: Include target-descriptions.h.
1008 (free_inferior): Free target description info.
1009 (add_inferior_with_spaces): Set the inferior's initial
1010 architecture.
1011 (clone_inferior_command): Copy the original inferior's target
1012 description if it was user specified.
1013 (initialize_inferiors): Add comment.
1014 * inferior.h (struct target_desc_info): Forward declare.
1015 (struct inferior) <gdbarch>: New field.
1016 * linux-nat.c: Include target-descriptions.h.
1017 (linux_child_follow_fork): Copy the parent's architecture and
1018 target description to the child.
1019 * target-descriptions.c: Include inferior.h.
1020 (struct target_desc_info): New structure, holding the equivalents
1021 of ...
1022 (target_desc_fetched, current_target_desc)
1023 (target_description_filename): ... these removed globals.
1024 (get_tdesc_info, target_desc_info_from_user_p)
1025 (copy_inferior_target_desc_info, target_desc_info_free): New.
1026 (target_desc_fetched, current_target_desc)
1027 (target_description_filename): Reimplemented as convenience
1028 macros.
1029 (tdesc_filename_cmd_string): New global.
1030 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1031 tdescs filename ..." commands to the per-inferior equivalent.
1032 (show_tdesc_filename_cmd): Get the value to show from the
1033 per-inferior description filename.
1034 (_initilize_target_descriptions): Change the "set/show tdesc
1035 filename" commands' variable.
1036 * target-descriptions.h (struct target_desc, struct target_desc_info)
1037 (struct inferior): Forward declare.
1038 (target_find_description, target_clear_description)
1039 (target_current_description): Adjust comments.
1040 (copy_inferior_target_desc_info, target_desc_info_free)
1041 (target_desc_info_from_user_p). Declare.
1042
1043 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1044
1045 * tui/tui-hooks.c (tui_about_to_proceed): New function.
1046 (tui_target_wait_hook): Remove.
1047 (tui_install_hooks): Install the about_to_proceed observer.
1048 (tui_remove_hooks): And remove it here.
1049
1050 2012-11-08 Tom Tromey <tromey@redhat.com>
1051
1052 * linux-tdep.c (linux_make_siginfo_note): New function.
1053 (linux_make_corefile_notes): Use it.
1054 * corelow.c (get_core_siginfo): New function.
1055 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1056
1057 2012-11-08 Tom Tromey <tromey@redhat.com>
1058
1059 PR gdb/14704:
1060 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1061 (zlib_decompress_section): Remove.
1062 (gdb_bfd_map_section): Only check for compressed section
1063 in mmap case. Use bfd_get_full_section_contents.
1064 * osabi.c (check_note): Add 'sectsize' argument. Read
1065 section data.
1066 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1067 section data. Update for check_note change.
1068 * xcoffread.c (xcoff_initial_scan): Use
1069 bfd_get_full_section_contents.
1070 * py-auto-load.c (auto_load_section_scripts): Use
1071 bfd_get_full_section_contents.
1072 * contrib/cc-with-tweaks.sh: Add -Z option.
1073
1074 2012-11-08 Tom Tromey <tromey@redhat.com>
1075
1076 * python/py-bpevent.c: Include defs.h.
1077 * python/py-continueevent.c: Include defs.h.
1078 * python/py-event.c: Include defs.h.
1079 * python/py-event.h: Don't include defs.h.
1080 * python/py-events.h: Don't include defs.h.
1081 * python/py-evts.c: Include defs.h.
1082 * python/py-exitedevent.c: Include defs.h.
1083 * python/py-newobjfileevent.c: Include defs.h.
1084 * python/py-signalevent.c: Include defs.h.
1085 * python/py-stopevent.c: Include defs.h.
1086 * python/py-threadevent.c: Include defs.h.
1087
1088 2012-11-08 Pierre Muller <muller@sourceware.org>
1089
1090 * update-web-ari.sh (print_heading): Add number of files
1091 checked.
1092 (nb_files): New variable counting the number of sources
1093 files found by gdb_find.sh script.
1094 (debug_awk): New variable to allow extra debug output.
1095 (indexes): Add more information if DEBUG_AWK is set.
1096
1097 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
1098
1099 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1100 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1101 following the change in PLT call stubs on linker.
1102
1103 2012-11-08 Pierre Muller <muller@sourceware.org>
1104
1105 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1106 as default language.
1107 (AWK): Use = instead of == for sh test to avoid warning.
1108 (Linux rule): Correct [:digit] into [[:digit:]].
1109 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1110 (vasprintf rule): Adapt to common subdirectory moves.
1111 (xasprintf rule): Idem.
1112 (xvasprintf rule): Idem.
1113 (var_boolean rule): Accept occurence in == or != test.
1114
1115 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1116
1117 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1118
1119 * tui/tui-hooks.c (tui_inferior_exit): New function.
1120 (tui_detach_hook): Remove.
1121 (tui_install_hooks): Install the inferior exit observer.
1122 (tui_remove_hooks): Remove it.
1123
1124 2012-11-08 Yao Qi <yao@codesourcery.com>
1125
1126 PR gdb/14777.
1127 * source.c (_initialize_source): Call add_com_alias to abbreviate
1128 'forward-search' as 'fo'.
1129
1130 2012-11-07 Pedro Alves <palves@redhat.com>
1131
1132 * arm-tdep.c: Make defs.h be the first include.
1133 * coff-pe-read.c: Ditto.
1134 * gnu-nat.c: Ditto.
1135 * go32-nat.c: Ditto.
1136 * i386-nat.c: Ditto.
1137 * ppcnbsd-nat.c: Ditto.
1138 * ada-varobj.h: Don't include defs.h.
1139 * i386-darwin-tdep.h: Ditto.
1140 * i386-nat.h: Ditto.
1141
1142 2012-11-07 Pedro Alves <palves@redhat.com>
1143
1144 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
1145 Committee.
1146
1147 2012-11-07 Pierre Muller <muller@sourceware.org>
1148
1149 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
1150 File already uses "gdb_dirent.h" header.
1151
1152 2012-11-07 Yao Qi <yao@codesourcery.com>
1153
1154 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
1155 tracepoint_count'.
1156
1157 2012-11-06 Tom Tromey <tromey@redhat.com>
1158
1159 * target.h (inferior_has_forked, inferior_has_vforked)
1160 (inferior_has_execd, inferior_has_called_syscall): Remove
1161 declarations.
1162
1163 2012-11-06 Pierre Muller <muller@sourceware.org>
1164
1165 * remote.c (remote_insert_hw_breakpoint): ARI fix,
1166 add missing internalization markup.
1167
1168 2012-11-06 Pedro Alves <palves@redhat.com>
1169
1170 PR gdb/14810
1171
1172 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1173
1174 2012-11-06 Pierre Muller <muller@sourceware.org>
1175
1176 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1177 is not executable.
1178
1179 2012-11-05 Joel Brobecker <brobecker@adacore.com>
1180
1181 * gnulib/update-gnulib.sh: New script.
1182
1183 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
1184
1185 * MAINTAINERS: Update my email address.
1186
1187 2012-11-05 Tom Tromey <tromey@redhat.com>
1188
1189 * frame.c (put_frame_register): Don't use temporary buffer.
1190
1191 2012-11-05 Pedro Alves <palves@redhat.com>
1192
1193 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1194 child. Clear 'pending_detach'.
1195 * infrun.c (handle_vfork_child_exec_or_exit): Clear
1196 'pending_detach' in the vfork parent.
1197
1198 2012-11-05 Doug Evans <dje@google.com>
1199
1200 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
1201 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
1202 * dwarf2read.c: #include "elf-bfd.h".
1203 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
1204 (dwop_section_names): Renamed from dwo_section names. All uses
1205 updated. Add entries for .debug_cu_index, .debug_tu_index.
1206 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
1207 All uses updated.
1208 (struct dwp_sections): New type.
1209 (struct virtual_dwo_sections): New type.
1210 (struct dwp_hash_table): New type.
1211 (struct dwp_file): New type.
1212 (init_cutu_and_read_dies): Ensure DWO info/types section has been
1213 read in. Handle DWOs coming from DWP files.
1214 (lookup_dwo_file_slot): New function.
1215 (dwarf2_locate_dwo_sections): Move definition closer to use.
1216 (create_dwo_debug_info_hash_table_reader): Renamed from
1217 create_debug_info_hash_table_reader. All callers updated.
1218 (create_dwo_debug_info_hash_table): Renamed from
1219 create_debug_info_hash_table. All callers updated.
1220 (create_dwp_hash_table): New function.
1221 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
1222 (lookup_dwo_in_dwp): New function.
1223 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
1224 is_dwp. All callers updated.
1225 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
1226 (open_and_init_dwo_file): Renamed from init_dwo_file.
1227 All callers updated.
1228 (lookup_dwo_file): Delete.
1229 (dwarf2_locate_dwp_sections): New function.
1230 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
1231 (allocate_dwp_loaded_cutus_table): New function.
1232 (open_and_init_dwp_file): New function.
1233 (lookup_dwo_cutu): New function.
1234 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
1235
1236 2012-11-03 Yao Qi <yao@codesourcery.com>
1237
1238 Fix PR gdb/14617.
1239 * breakpoint.c (trace_pass_set_count): Call
1240 observer_notify_breakpoint_modified instead of
1241 observer_notify_tracepoint_modified.
1242 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
1243
1244 2012-11-02 Tom Tromey <tromey@redhat.com>
1245
1246 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
1247 argument to complete_on_enum.
1248
1249 2012-11-02 Tom Tromey <tromey@redhat.com>
1250
1251 * configure: Rebuild.
1252 * configure.ac (build_warnings): Add -Wempty-body.
1253 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
1254 * remote.c (handle_notification): Use braces for empty 'else' body.
1255 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
1256 'else' body.
1257 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
1258 'else' body.
1259 * solib-som.c (som_relocate_section_addresses): Use braces
1260 for empty 'else' body.
1261 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
1262 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
1263
1264 2012-11-02 Pedro Alves <palves@redhat.com>
1265
1266 PR gdb/14766
1267
1268 * infrun.c (handle_inferior_event)
1269 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
1270 null_ptid before handling a vfork child exec or exit. Switch to
1271 the event ptid afterwards.
1272
1273 2012-11-02 Yao Qi <yao@codesourcery.com>
1274
1275 * std-operator.def: Remove OP_LABELED.
1276 * eval.c: Remove the declaration of 'get_label'.
1277 (get_label): Remove.
1278 (evaluate_struct_tuple): Remove code handling OP_LABELED.
1279 Update comment.
1280 Remove local variable 'variantno' and related code.
1281 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
1282 with 'fieldno'.
1283 * expprint.c (print_subexp_standard): Likewise.
1284 (dump_subexp_body_standard): Likewise.
1285 * parse.c (operator_length_standard): Likewise.
1286
1287 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
1288
1289 Incorporate ARI web page generator into GDB sources.
1290 * contrib/ari/create-web-ari-in-src.sh: New file.
1291 * contrib/ari/gdb_ari.sh: New file.
1292 * contrib/ari/gdb_find.sh: New file.
1293 * contrib/ari/update-web-ari.sh: New file.
1294
1295 2012-10-31 Tom Tromey <tromey@redhat.com>
1296
1297 * gdbarch.c: Rebuild.
1298 * gdbarch.sh: Remove references to gdbarch_swap.
1299 * corelow.c (core_open): Remove obsolete comment.
1300
1301 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
1302
1303 PR cli/14772
1304 * c-typeprint.c (c_print_type): Don't print a space for vector
1305 types, this is handled within the suffix.
1306 (c_type_print_varspec_suffix): Add a space to vector suffix.
1307
1308 2012-10-26 Pedro Alves <palves@redhat.com>
1309
1310 * amd64-tdep.c (amd64_relocate_instruction): Use
1311 store_unsigned_integer instead of memcpy.
1312 * i386-tdep.c (i386_relocate_instruction): Ditto.
1313
1314 2012-10-26 Pedro Alves <palves@redhat.com>
1315
1316 * infrun.c (handle_inferior_event): Merge handling of
1317 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
1318 switch case.
1319
1320 2012-10-26 Pedro Alves <palves@redhat.com>
1321
1322 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
1323 Remove comment.
1324
1325 2012-10-26 Pedro Alves <palves@redhat.com>
1326
1327 * target.c (target_waitstatus_to_string): Handle
1328 TARGET_WAITKIND_VFORK_DONE.
1329
1330 2012-10-26 Pedro Alves <palves@redhat.com>
1331
1332 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
1333 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
1334
1335 2012-10-24 Tristan Gingold <gingold@adacore.com>
1336
1337 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
1338 Add comments.
1339
1340 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1341
1342 * ravenscar-thread.c (ravenscar_wait): Only update the list
1343 of threads and inferior_ptid if the inferior is still alive.
1344
1345 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1346
1347 * ada-lang.c (is_known_support_routine): Use lbasename when
1348 matching the symtab's filename against
1349 known_runtime_file_name_patterns.
1350
1351 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1352
1353 * ada-lang.c (ada_same_array_size_p): New function.
1354 (ada_promote_array_of_integrals): New function.
1355 (coerce_for_assign): Add handling of arrays where the elements
1356 are integrals of a smaller size than the size of the target
1357 array element type.
1358
1359 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1360
1361 * doublest.c (convert_doublest_to_floatformat): Fix comparison
1362 against maximum exponent value.
1363
1364 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1365
1366 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
1367 "unwind-seh.c".
1368
1369 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1370
1371 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
1372 strip typedef layer when computing the fixed type's field type,
1373 only when computing its size.
1374
1375 2012-10-24 Mark Kettenis <kettenis@gnu.org>
1376
1377 PR gdb/12783
1378 * i386-tdep.c (i386_return_value): Handle complex double and long
1379 double.
1380
1381 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1382
1383 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
1384 New local variable args_len.
1385 Quote the name of the executable when computing the command line.
1386
1387 2012-10-23 Mark Kettenis <kettenis@gnu.org>
1388
1389 PR gdb/12796
1390 PR gdb/12798
1391 PR gdb/12800
1392 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
1393 AMD64_FTAG_REGNUM.
1394 * amd64-tdep.c (amd64_classify): Classify complex types.
1395 (amd64_return_value): Handle the COMPLEX_X87 class.
1396
1397 2012-10-23 Joel Brobecker <brobecker@adacore.com>
1398
1399 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
1400 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
1401
1402 2012-10-23 Joel Brobecker <brobecker@adacore.com>
1403
1404 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
1405 function.
1406 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
1407 to amd64_windows_auto_wide_charset.
1408
1409 2012-10-23 Yao Qi <yao@codesourcery.com>
1410
1411 * event-top.c (mark_async_signal_handler_wrapper): Remove.
1412 * event-top.h: Remove its declaration.
1413 (async_request_quit): Call mark_async_signal_handler instead of
1414 mark_async_signal_handler_wrapper.
1415 (async_do_nothing, async_disconnect): Likewise.
1416 (async_stop_sig): Likewise.
1417 * remote.c (handle_remote_sigint): Likewise.
1418 (handle_remote_sigint_twice): Likewise.
1419
1420 2012-10-23 Yao Qi <yao@codesourcery.com>
1421
1422 * event-top.c (sigint_token, sighup_token): Replace 'void *'
1423 with 'static struct async_signal_handler *'.
1424 (sighup_token, sigquit_token, sigstp_token): Likewise.
1425
1426 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
1427
1428 * gdbarch.sh (function_list): Use 'pstring' when printing
1429 a variable which could return NULL.
1430 * gdbarch.c: Regenerate.
1431
1432 2012-10-10 Joel Brobecker <brobecker@adacore.com>
1433 Tom Tromey <tromey@redhat.com>
1434
1435 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
1436 inneffective if condition by gdb assertion. Add function
1437 description comment.
1438
1439 2012-10-19 Joel Brobecker <brobecker@adacore.com>
1440
1441 * parser-defs.h (struct exp_descriptor): Document constraint
1442 on return value for "op_name" callbacks.
1443
1444 2012-10-18 Tom Tromey <tromey@redhat.com>
1445
1446 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
1447 * symtab.c (iterate_over_some_symtabs): Constify.
1448 * source.h (symtab_to_fullname): Return 'const char *'.
1449 * source.c (symtab_to_fullname): Return 'const char *'.
1450 * python/py-symtab.c (stpy_fullname): Constify.
1451 * cli/cli-cmds.c (edit_command): Constify.
1452 * breakpoint.c (print_breakpoint_location)
1453 (update_static_tracepoint): Constify.
1454
1455 2012-10-18 Tom Tromey <tromey@redhat.com>
1456
1457 * breakpoint.c (compare_breakpoints): Fix comparison.
1458
1459 2012-10-18 Tom Tromey <tromey@redhat.com>
1460
1461 * valprint.c (generic_emit_char, generic_printstr): Pass size of
1462 gdb_wchar_t to convert_between_encodings.
1463
1464 2012-10-17 Yao Qi <yao@codesourcery.com>
1465
1466 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
1467 more parameter 'inferior'.
1468 * corefile.c (write_memory_with_notification): Caller update.
1469
1470 * mi/mi-cmd-var.c: Include "mi-main.h".
1471 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
1472 to 1 and restore it later.
1473 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
1474 and "data-write-memory-bytes.
1475 * mi/mi-interp.c: Include objfiles.h.
1476 (mi_interpreter_init): Call observer_attach_memory_changed.
1477 (mi_memory_changed): New.
1478 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
1479 New field.
1480
1481 * NEWS: Mention new MI notification "memory-changed".
1482
1483 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1484
1485 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
1486
1487 2012-10-15 Doug Evans <dje@google.com>
1488
1489 New option -nh: inhibit loading of ~/.gdbinit.
1490 * NEWS: Mention -nh.
1491 * main.c (captured_main): Recognize and process -nh.
1492 (print_gdb_help): Mention -nh.
1493 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
1494
1495 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
1496
1497 PR backtrace/14646
1498 PR gdb/14647
1499 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
1500 pc_regnum_from_eax.
1501 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
1502 nor pc_regnum_from_eax.
1503 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
1504 nor pc_regnum_from_eax.
1505
1506 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1507
1508 Fix entry values resolving in inlined frames.
1509 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
1510 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
1511 entries of FRAME.
1512
1513 2012-10-15 Joel Brobecker <brobecker@adacore.com>
1514
1515 * configure.ac: Build with -DMS_WIN64 if building with Python
1516 enabled using GCC on amd64-windows.
1517 * configure: Regenerate.
1518
1519 2012-10-15 Tom Tromey <tromey@redhat.com>
1520
1521 PR python/14635:
1522 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
1523 to Py_None.
1524
1525 2012-10-15 Tom Tromey <tromey@redhat.com>
1526
1527 PR python/14634:
1528 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
1529
1530 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
1531
1532 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
1533 reset thread numbering back to 1.
1534
1535 2012-10-11 Doug Evans <dje@google.com>
1536
1537 PR breakpoints/14643.
1538 * linespec.c (struct ls_parser): New member keyword_ok.
1539 (linespec_lexer_lex_string): Add comment.
1540 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
1541 for one.
1542 (parse_linespec): Set keyword_ok.
1543
1544 2012-10-10 Doug Evans <dje@google.com>
1545
1546 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
1547 "0x" prefix on address in log message.
1548
1549 * dwarf2read.c (read_1_byte): Add const to buf parameter.
1550 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
1551 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
1552 (lookup_dwo_file): Add const to dwo_name parameter.
1553 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1554
1555 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1556
1557 Fix crash during stepping on ppc32.
1558 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
1559 SYM.
1560
1561 2012-10-03 Doug Evans <dje@google.com>
1562
1563 PR symtab/14601
1564 * buildsym.c (buildsym_init): Reset using_directives to NULL.
1565
1566 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
1567
1568 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
1569 output and use uint32_t not long to ensure 4 byte size.
1570
1571 2012-10-02 Joel Brobecker <brobecker@adacore.com>
1572
1573 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
1574 unref'ed it.
1575
1576 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
1577
1578 * target.c (simple_search_memory): Include access length in
1579 warning message.
1580
1581 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
1582 Edjunior Machado <emachado@linux.vnet.ibm.com>
1583
1584 PR gdb/13989
1585 * solib.c (solib_find): Prevent GDB from loading native libraries when
1586 debugging a cross-target corefile.
1587
1588 2012-09-28 selven <pcthegreat@gmail.com>
1589
1590 Make definition match declaration.
1591
1592 * regcache.c (regcache_register_status): Change return type to
1593 enum register_status.
1594
1595 2012-09-28 Yao Qi <yao@codesourcery.com>
1596
1597 * mi/mi-main.c (mi_cmd_data_write_memory): Call
1598 write_memory_with_notification instead of write_memory.
1599 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1600 instead of target_write_memory.
1601
1602 2012-09-28 Yao Qi <yao@codesourcery.com>
1603
1604 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1605 when the length of content is not an even number.
1606
1607 2012-09-27 Tom Tromey <tromey@redhat.com>
1608
1609 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1610 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1611
1612 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1613
1614 * sol-thread.c (sol_thread_fetch_registers)
1615 (sol_thread_store_registers): Delete commented out code.
1616
1617 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1618
1619 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1620 Move these functions to sparc-sol-thread.c.
1621 * sparc-sol-thread.c: New file.
1622 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1623 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1624 configurations.
1625 * configure: Regenerate.
1626
1627 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1628
1629 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1630 Remove commented-out code.
1631
1632 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1633
1634 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1635 Enable this code for sparc hosts only.
1636
1637 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1638
1639 * procfs.h (procfs_find_LDT_entry): Add declaration.
1640 * sol-thread.c (ps_lgetLDT): Delete local declaration of
1641 function procfs_find_LDT_entry.
1642
1643 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1644
1645 * procfs.c (proc_get_LDT_entry): Make static.
1646
1647 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1648
1649 * procfs.c (proc_find_memory_regions): Fix declaration.
1650
1651 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1652
1653 * amd64-tdep.c (amd64_return_value): Revert previous change
1654 that used TYPE_LENGTH directly.
1655 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1656 (bfin_store_return_value): Likewise.
1657 * cris-tdep.c (cris_store_return_value): Likewise.
1658 (cris_extract_return_value): Likewise.
1659 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1660 * hppa-tdep.c (hppa64_return_value): Likewise.
1661 * lm32-tdep.c (lm32_store_return_value): Likewise.
1662 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1663 * spu-tdep.c (spu_value_from_register): Likewise.
1664 * vax-tdep.c (vax_return_value): Likewise.
1665
1666 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1667
1668 * gdbtypes.c (lookup_array_range_type): Expand parameters
1669 LOW_BOUND and HIGH_BOUND to LONGEST.
1670 (lookup_string_range_type): Likewise.
1671 * gdbtypes.h (lookup_array_range_type): Likewise.
1672 (lookup_string_range_type): Likewise.
1673 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1674 Expand HIGHBOUND to ssize_t.
1675 (value_string): Likewise.
1676 * value.h (value_cstring): Expand parameter LEN to ssize_t.
1677 (value_string): Likewise.
1678
1679 2012-09-27 Yao Qi <yao@codesourcery.com>
1680
1681 PR breakpoints/13898
1682 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1683 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1684 per breakpoint type.
1685
1686 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1687
1688 * procfs.c: Add gdb_bfd header.
1689 * rs6000-nat.c: Likewise.
1690 * solib-pa64.c: Likewise.
1691 * spu-linux-nat.c: Likewise.
1692 * windows-nat.c: Likewise.
1693
1694 2012-09-26 Tom Tromey <tromey@redhat.com>
1695
1696 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1697
1698 2012-09-26 Tom Tromey <tromey@redhat.com>
1699
1700 * dwarf2read.c (mark_common_block_symbol_computed): New function.
1701 (read_common_block): Handle child DIEs with
1702 DW_AT_data_member_location.
1703 (new_symbol_full): Add special case for common blocks.
1704
1705 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1706 Tom Tromey <tromey@redhat.com>
1707
1708 * dwarf2read.c (read_common_block): Rewrite.
1709 (new_symbol_full): Handle DW_TAG_common_block.
1710 * f-lang.c (head_common_list, find_common_for_function):
1711 Remove.
1712 * f-lang.h (struct common_entry, struct saved_f77_common,
1713 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1714 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1715 BLANK_COMMON_NAME_LOCAL): Remove.
1716 (struct common_block): New.
1717 * f-valprint.c (list_all_visible_commons): Remove.
1718 (info_common_command_for_block): New function.
1719 (info_common_command): Use it.
1720 * stack.c (iterate_over_block_locals): Special case for
1721 COMMON_BLOCK_DOMAIN.
1722 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1723 constant.
1724 (struct general_symbol_info) <value.common_block>: New field.
1725 (SYMBOL_VALUE_COMMON_BLOCK): New define.
1726
1727 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1728 Tom Tromey <tromey@redhat.com>
1729
1730 * f-lang.c (allocate_saved_bf_node,
1731 allocate_saved_function_node, allocate_saved_f77_common_node,
1732 allocate_common_entry_node, tail_common_list, current_common,
1733 saved_bf_list, saved_bf_list_end, current_head_bf_list,
1734 tmp_bf_ptr, add_common_block, add_common_entry,
1735 find_first_common_named, patch_common_entries,
1736 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1737 global_remote_debug, get_bf_for_fcn, saved_function_list,
1738 saved_function_list_end, clear_function_list, struct saved_fcn,
1739 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1740 SAVED_BF, SAVED_BF_PTR): Remove.
1741 * f-lang.h (tail_common_list, current_common,
1742 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1743 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1744 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1745 real_main_c_value): Remove.
1746 * f-valprint.c (there_is_a_visible_common_named): Remove.
1747
1748 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
1749
1750 * breakpoint.c (update_global_location_list): Ignore previous
1751 duplicate status of a breakpoint when starting a new scan for
1752 duplicate breakpoints.
1753
1754 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
1755 PR breakpoints/14419
1756 * arm-tdep.c (arm_skip_prologue): Extending producer check to
1757 support LLVM compiler.
1758
1759 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1760
1761 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1762 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1763 (bfin_store_return_value): Likewise.
1764 * cris-tdep.c (cris_store_return_value): Likewise.
1765 (cris_extract_return_value): Likewise.
1766 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1767 * hppa-tdep.c (hppa64_return_value): Likewise.
1768 * lm32-tdep.c (lm32_store_return_value): Likewise.
1769 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1770 * spu-tdep.c (spu_value_from_register): Likewise.
1771 * vax-tdep.c (vax_return_value): Likewise.
1772
1773 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1774
1775 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1776 parameter LEN to ssize_t.
1777
1778 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1779
1780 * ada-valprint.c (ada_val_print_1): Eliminate single-use
1781 variable LEN.
1782 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1783 directly.
1784 (alpha_store_return_value): Likewise.
1785 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1786 (amd64_push_arguments): Likewise.
1787 * ax-gdb.c (gen_trace_static_fields): Likewise.
1788 (gen_traced_pop): Likewise.
1789 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1790 * breakpoint.c (update_watchpoint): Likewise.
1791 * findcmd.c (parse_find_args): Use local variable for type
1792 instead of length.
1793 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1794 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1795 (h8300_store_return_value): Likewise.
1796 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1797 Use i386_darwin_arg_type_alignment directly.
1798 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1799 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1800 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1801 (m68hc11_extract_return_value): Likewise.
1802 * mep-tdep.c (mep_push_dummy_call): Likewise.
1803 * printcmd.c (float_type_from_length): Likewise.
1804 * s390-tdep.c (s390_value_from_register): Likewise.
1805 * stack.c (read_frame_arg): Likewise.
1806 * tracepoint.c (encode_actions_1): Likewise.
1807 * valops.c (value_fetch_lazy): Use local variable for type
1808 instead of length. Use TYPE_LENGTH directly.
1809 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1810
1811 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1812
1813 * symtab.c (skip_prologue_sal): Fix typo in comment.
1814
1815 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1816
1817 * linespec.c (create_sals_line_offset): Fix typo in comment.
1818
1819 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1820
1821 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1822 use plongest to print the array size.
1823
1824 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1825
1826 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1827 * p-valprint.c (pascal_type_print_base): Likewise.
1828
1829 2012-09-22 Yao Qi <yao@codesourcery.com>
1830
1831 * remote.c (remote_get_trace_status): Remove setting default
1832 values of fields of 'ts'.
1833
1834 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1835
1836 Fix internal error on canonicalization of clang types.
1837 * cp-name-parser.y (operator): New comment at make_operator call for
1838 new, delete, new[] and delete[].
1839 (exp): Use "sizeof ". Add new comment at make_operator call.
1840
1841 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1842
1843 Fix disassemble without parameters in tailcall frame.
1844 * cli/cli-cmds.c (disassemble_current_function): Use
1845 get_frame_address_in_block.
1846
1847 2012-09-21 Tom Tromey <tromey@redhat.com>
1848
1849 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1850 TYPE_CODE_UNION>: Unify, removing a goto.
1851
1852 2012-09-21 Tom Tromey <tromey@redhat.com>
1853
1854 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1855
1856 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
1857
1858 * findvar.c (read_frame_register_value): Mark the result value as
1859 optimized out if any of the input registers have been optimized out.
1860
1861 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
1862
1863 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1864
1865 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
1866
1867 * eval.c (evaluate_subexp_standard): Eliminate single-use
1868 variable LOWER.
1869
1870 2012-09-21 Yao Qi <yao@codesourcery.com>
1871
1872 * mi/mi-interp.c: Declare mi_record_changed.
1873 (mi_interpreter_init): Call observer_attach_record_changed.
1874 (mi_record_changed): New.
1875 * record.c (record_open): Call observer_notify_record_changed.
1876 (cmd_record_stop): Call observer_notify_record_changed.
1877 * NEWS: Mention it.
1878
1879 2012-09-20 Tom Tromey <tromey@redhat.com>
1880
1881 * NEWS: Update.
1882 * python/python.c (finalize_python): New function.
1883 (_initialize_python): Make a final cleanup.
1884
1885 2012-09-19 Doug Evans <dje@google.com>
1886
1887 * buildsym.h (param_symbols): Delete, unused.
1888 (context_stack): Delete member "params", unused.
1889 * buildsym.c (push_context): Update.
1890 * dwarf2read.c (read_func_scope): Update.
1891
1892 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1893
1894 * sh-tdep.c (sh_register_convert_to_virtual)
1895 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
1896 all callers. Just do a memcpy if not the little-endian case.
1897
1898 * h8300-tdep.c (h8300_gdbarch_init): Invoke
1899 set_gdbarch_double_format and set_gdbarch_long_double_format.
1900 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1901 set_gdbarch_double_format.
1902 * sh-tdep.c (sh_gdbarch_init): Likewise.
1903
1904 * NEWS: Document the removal of SH's 'regs' command.
1905 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1906 command.
1907
1908 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1909
1910 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1911 `jump'.
1912
1913 2012-09-18 Joel Brobecker <brobecker@adacore.com>
1914
1915 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1916 language when iterating over symbols.
1917
1918 2012-09-18 Yao Qi <yao@codesourcery.com>
1919
1920 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1921 (mi_interpreter_init): Call observer_attach_tsv_created and
1922 observer_attach_tsv_deleted.
1923 (mi_tsv_created, mi_tsv_deleted): New.
1924 * tracepoint.c (delete_trace_state_variable): Call
1925 observer_notify_tsv_deleted.
1926 (trace_variable_command): Call observer_notify_tsv_created.
1927 (delete_trace_variable_command): Call
1928 observer_notify_tsv_deleted.
1929 (create_tsv_from_upload): Call observer_notify_tsv_created.
1930 * NEWS: Mention it.
1931
1932 2012-09-18 Yao Qi <yao@codesourcery.com>
1933
1934 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1935 if traceframe changed.
1936 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1937 "trace-find".
1938 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1939 (mi_interpreter_init): Hook mi_traceframe_changed to observer
1940 'traceframe_changed'.
1941 (mi_traceframe_changed): New.
1942 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1943 New field.
1944 * NEWS: Mention the new MI notification.
1945
1946 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
1947
1948 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1949
1950 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1951
1952 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1953 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
1954 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1955 Extend code also for PaX support. Convert all gdb_assert to warning
1956 calls.
1957
1958 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1959
1960 Implement auto-load user conveniences suggested by Doug Evans.
1961 * auto-load.c: Include top.h.
1962 (file_is_auto_load_safe): New variable advice_printed. Print advice.
1963 (_initialize_auto_load): New variable scripts_directory_help. Mention
1964 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1965 scripts-directory. Document in online help one can use also files for
1966 set auto-load safe-path.
1967 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1968 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1969
1970 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1971
1972 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1973 of LEN.
1974
1975 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1976
1977 * m2-valprint.c (m2_print_array_contents): Eliminate variable
1978 ELTLEN and use TYPE_LENGTH directly.
1979 (m2_val_print): Likewise.
1980 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1981 variable LEN and use TYPE_LENGTH directly.
1982 (m68k_svr4_store_return_value): Likewise.
1983 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1984 ARGLEN and use TYPE_LENGTH directly.
1985 (mips_o64_push_dummy_call): Likewise.
1986 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1987 variable LENGTH and use TYPE_LENGTH directly.
1988 (s390_function_arg_float): Likewise.
1989 (s390_function_arg_integer): Likewise.
1990 (s390_push_dummy_call): Likewise.
1991 (s390_return_value_convention): Likewise.
1992 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1993 TYPE_LENGTH directly.
1994
1995 2012-09-17 Yao Qi <yao@codesourcery.com>
1996
1997 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1998 Update comment to add_setshow_integer_cmd.
1999 * cli/cli-setshow.c (do_set_command): Handle case
2000 'var_zuinteger_unlimited'.
2001 (do_show_command): Likewise.
2002 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2003 for command 'remotetimeout'.
2004 * command.h (enum var_types): New zuinteger_unlimited. Update comment
2005 to var_integer.
2006 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
2007 for command 'set listsize'.
2008
2009 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2010
2011 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2012 variable LEN.
2013
2014 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2015
2016 PR 14119
2017 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2018 (frame_pop): Drop also TAILCALL_FRAME frames.
2019 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2020
2021 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2022 Pedro Alves <palves@redhat.com>
2023
2024 PR 14548
2025 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2026 function start if we are already at function start. Both for
2027 reverse-next and for reverse-step into function without line number
2028 info.
2029
2030 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2031
2032 Code cleanup - rename 'inline' depth to 'artificial' depth.
2033 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2034 frame_id_artificial_p, extend the comment.
2035 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2036 * frame.c (fprint_frame_id): Rename at a user, change debug output
2037 text to "artificial=".
2038 (skip_inlined_frames): Rename to ...
2039 (skip_artificial_frames): ... here. Extend the comment.
2040 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2041 (frame_id_inlined_p): Rename to ...
2042 (frame_id_artificial_p): ... here. Rename at a user.
2043 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2044 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2045 at a user.
2046 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2047 Extend the comment.
2048 (frame_id_inlined_p): Rename to ...
2049 (frame_id_artificial_p): ... here.
2050 * inline-frame.c (inline_frame_this_id): Rename at a user.
2051
2052 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
2053
2054 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2055 vector variables using vector_size syntax rather than array
2056 syntax.
2057
2058 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2059
2060 * valarith.c (value_concat): Replace unsafe ALLOCA with
2061 XMALLOC/XFREE.
2062
2063 2012-09-14 Pedro Alves <palves@redhat.com>
2064
2065 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2066
2067 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
2068
2069 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2070 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2071 data-directory as appropriate.
2072
2073 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2074
2075 * printcmd.c (ui_printf): Eliminate single-use variable
2076 PARAM_LEN.
2077
2078 2012-09-14 Yao Qi <yao@codesourcery.com>
2079 Pedro Alves <palves@redhat.com>
2080
2081 * valops.c (value_assign): Move observer_notify_target_changed
2082 below to replace reinit_frame_cache.
2083
2084 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
2085
2086 Refactor Python "gdb" module into a proper Python package, by
2087 introducing a new "_gdb" module for code implemented in C, and
2088 using reload/__import__ instead of exec.
2089 * python/lib/gdb/__init__.py: Import * from _gdb.
2090 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2091 prompt_hook, sys.argv): Moved from finish_python_initialization.
2092 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2093 (packages, auto_load_packages): New list and function replacing
2094 module_dict and auto-loading code, using __file__ instead of
2095 gdb.PYTHONDIR and reload/__import__ instead of exec.
2096 (GdbSetPythonDirectory): Replacing function of the same name
2097 from finish_python_initialization, using reload/__import__ instead
2098 of exec, as well as call auto_load_packages.
2099 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2100 gdb_python_module and not gdb_module.
2101 * python/python-internal.h (gdb_python_module): Declare.
2102 * python/python.c (gdb_python_module): New global.
2103 (before_prompt_hook): Check gdb_python_module and not gdb_module.
2104 (_initialize_python): Rename gdb module to _gdb.
2105 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2106 (finish_python_initialization): Move Python code to
2107 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2108 __main__.
2109
2110 2012-09-13 Pedro Alves <palves@redhat.com>
2111
2112 * Makefile.in (COMMON_OBS): Add registry.o.
2113 * registry.c: New file.
2114 * registry.h (struct registry_container): Declare.
2115 (registry_data_callback): New typedef.
2116 (struct registry_data, struct registry_data_registration, struct
2117 registry_data_registry): New type.
2118 (register_data_with_cleanup, registry_alloc_data)
2119 (registry_callback_adaptor, registry_clear_data)
2120 (registry_container_free_data, registry_set_data, registry_data):
2121 Declare.
2122 (DEFINE_REGISTRY): Refactor structures and functions as shims over
2123 the new common structures and functions.
2124 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
2125 callback typedefs.
2126
2127 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
2128
2129 * remote.c (remote_insert_hw_breakpoint): Throw exception if
2130 there is an error inserting hardware breakpoints and use the
2131 error message from the target.
2132
2133 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
2134 Catch this exception and print the error message contained within. Do not
2135 print the default hardware error breakpoint message in this case.
2136
2137 2012-09-12 Doug Evans <dje@google.com>
2138
2139 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2140 cu == NULL.
2141
2142 2012-09-11 Doug Evans <dje@google.com>
2143
2144 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
2145 .gdb_index symbol attributes if there are none.
2146
2147 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2148
2149 * symtab.h (struct minimal_symbol) [has_size]: New field.
2150 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
2151 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
2152 * printcmd.c (build_address_symbolic): Only filter out zero-sized
2153 minimal symbols if the symbol's size is actually known.
2154 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
2155 of msymbol's size field. Add comment.
2156 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2157 SET_MSYMBOL_SIZE to set the minimal symbol size.
2158
2159 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2160
2161 * minsyms.c (install_minimal_symbols): Use memset to fill entire
2162 minimal_symbol struct object, rather than setting some of its
2163 fields one by one.
2164
2165 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
2166
2167 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2168 passed_a_ptr flag when displaying typedef types.
2169
2170 2012-09-10 Joel Brobecker <brobecker@adacore.com>
2171
2172 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2173 the optimized_out flag is preserved.
2174
2175 2012-09-10 Anthony Green <green@moxielogic.com>
2176
2177 * moxie-tdep.c (moxie_analyze_prologue): Update for function
2178 prologue changes in GCC.
2179
2180 2012-09-10 Keith Seitz <keiths@redhat.com>
2181
2182 PR gdb/13483
2183 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2184 (BOOL_CONVERSION_BADNESS): ... this.
2185 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2186 (rank_one_type): Allow all boolean conversions
2187 permitted by the standard.
2188
2189 2012-09-06 Tom Tromey <tromey@redhat.com>
2190
2191 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2192 Don't decref py_objfile.
2193
2194 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
2195
2196 Do not enable -lmcheck by default when Python is enabled with
2197 threading support.
2198 * configure.ac: (python_has_threads) New variable, by testing
2199 if WITH_THREAD is defined in Python.h.
2200 Move --enable-lmcheck after --with-python.
2201 Do not enable -lmcheck by default if python_has_threads=yes.
2202 Warn if --enable-lmcheck and python_has_threads=yes.
2203 * configure: Regenerate.
2204
2205 2012-08-31 Yao Qi <yao@codesourcery.com>
2206
2207 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
2208 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
2209 Update some commands.
2210 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
2211 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
2212 to 1.
2213
2214 2012-08-31 Yao Qi <yao@codesourcery.com>
2215
2216 * mi/mi-cmds.c (mi_cmds): Add 'static'.
2217
2218 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
2219
2220 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
2221
2222 2012-08-29 Doug Evans <dje@google.com>
2223
2224 * main.c (print_gdb_help): Remove reference to
2225 --use-deprecated-index-sections.
2226
2227 2012-08-28 Yao Qi <yao@codesourcery.com>
2228
2229 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
2230 (init_cmds): Call add_setshow_uinteger_cmd for command
2231 'max-user-call-depth'.
2232 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
2233 declaration of 'max_user_call_depth'.
2234 * frame.c (backtrace_limit): Add 'unsigned'.
2235 (_initialize_frame): Call add_setshow_uinteger_cmd for command
2236 'limit'.
2237 * remote.c (remoteaddresssize): Add 'unsigned'.
2238 (remote_address_masked): Change local var 'address_size' to
2239 'unsigned'.
2240 (_initialize_remote): Call add_setshow_uinteger_cmd for
2241 'remoteaddresssize'.
2242 * top.c (history_size): Add 'unsigned'.
2243 (show_commands): Change local variables to 'unsigned'.
2244 (set_history_size_command): Don't check history_size is negative.
2245 Adjust the condition to call unstifle_history and set history_size
2246 to UNIT_MAX.
2247
2248 2012-08-28 Pedro Alves <palves@redhat.com>
2249
2250 PR gdb/14428
2251
2252 * infcmd.c (default_print_one_register_info): New, factored out
2253 from default_print_registers_info.
2254 (default_print_registers_info): Use it. Mark value unavailable if
2255 necessary.
2256 (registers_info): Print user registers with
2257 default_print_one_register_info.
2258
2259 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
2260
2261 PR tui/14486
2262 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
2263 is not NULL before referencing it.
2264
2265 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2266
2267 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
2268 variable pc. Call find_pc_line instead of find_pc_overlay, restore
2269 original PC for it.
2270
2271 2012-08-27 Eli Zaretskii <eliz@gnu.org>
2272 Jan Kratochvil <jan.kratochvil@redhat.com>
2273
2274 * auto-load.c (auto_load_objfile_script): Rename to ...
2275 (auto_load_objfile_script_1): ... here, change variable realname to
2276 parameter realname, document it, add return value, add variable retval.
2277 (auto_load_objfile_script): New function.
2278
2279 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2280
2281 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
2282 followed by a whitespace.
2283
2284 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2285
2286 PR gdb/14494.
2287 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
2288 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
2289 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
2290 here.
2291
2292 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
2293
2294 * memattr.c (create_mem_region): Fix memory region overlapping
2295 checking.
2296
2297 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
2298
2299 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
2300 with xmalloc/cleanup.
2301 * mt-tdep.c (mt_push_dummy_call): Likewise.
2302 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2303 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2304
2305 2012-08-24 Yao Qi <yao@codesourcery.com>
2306
2307 * jv-exp.y (push_expression_name): Add "." at the end of error
2308 message.
2309
2310 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2311
2312 Document how to return from "python-interactive" to GDB.
2313 * python/python.c (_initialize_python): Update documentation.
2314
2315 2012-08-23 Pedro Alves <palves@redhat.com>
2316
2317 * infrun.c (_initialize_infrun) <handle command help text>:
2318 Mention that multiple signals are supported.
2319
2320 2012-08-23 Pedro Alves <palves@redhat.com>
2321
2322 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
2323 string.
2324
2325 2012-08-23 Yao Qi <yao@codesourcery.com>
2326
2327 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
2328 (tfind_1): Don't call registers_changed, set_traceframe_num,
2329 and clear_traceframe_info.
2330 Call set_current_traceframe.
2331 (set_current_traceframe): call set_traceframe_num.
2332
2333 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
2334
2335 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
2336 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
2337
2338 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2339
2340 Enable readline in Python in a GDB-specific way and block the
2341 standard Python readline module to prevent conflicts with GDB.
2342 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
2343 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
2344 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
2345 * python/py-gdb-readline.c: New file.
2346 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
2347 prototype.
2348 * python/python.c (_initialize_python): Call
2349 gdbpy_initialize_gdb_readline.
2350
2351 2012-08-22 Keith Seitz <keiths@redhat.com>
2352
2353 * defs.h: Include build-gnulib/config.h
2354
2355 2012-08-22 Joseph Myers <joseph@codesourcery.com>
2356
2357 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
2358 and blx pc.
2359
2360 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2361
2362 Add a new "python-interactive" command that starts a standard
2363 Python interactive prompt with "pi" as alias, and add "py" as
2364 an alias to "python".
2365 * NEWS: Mention the new commands.
2366 * python/python.c (eval_python_command): New function.
2367 (python_interactive_command): For "python-interactive" with
2368 arguments, call eval_python_command. For "python-interactive"
2369 without arguments, call PyRun_InteractiveLoop.
2370 (_initialize_python): Add "python-interactive" command with
2371 "pi" as alias, and add "py" as an alias to "python".
2372
2373 2012-08-22 Tom Tromey <tromey@redhat.com>
2374
2375 * defs.h (quit_flag): Don't declare.
2376 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
2377 (QUIT): Use new functions.
2378 * event-top.c (command_handler): Use clear_quit_flag.
2379 (handle_sigint): Use set_quit_flag.
2380 (async_request_quit): Use check_quit_flag. Don't check
2381 immediate_quit.
2382 * exceptions.c (throw_exception): Use clear_quit_flag.
2383 * main.c (captured_main): Use clear_quit_flag.
2384 * python/python.c (clear_quit_flag, set_quit_flag)
2385 (check_quit_flag): New functions.
2386 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
2387 clear_quit_flag.
2388 * remote.c (remote_wait_as): Use check_quit_flag,
2389 clear_quit_flag.
2390 (remote_start_remote): Call QUIT.
2391 * symfile.c (load_progress): Use check_quit_flag.
2392 * top.c (command_loop): Use clear_quit_flag.
2393 (command_line_input): Call QUIT.
2394 * utils.c (quit_flag): Conditionally define.
2395 (clear_quit_flag, check_quit_flag, set_quit_flag): New
2396 functions.
2397 (prompt_for_continue): Call QUIT. Use quit, not
2398 async_request_quit.
2399 * remote-mips.c (mips_expect_timeout): Call QUIT.
2400 * monitor.c (monitor_expect): Call QUIT.
2401
2402 2012-08-22 Tom Tromey <tromey@redhat.com>
2403
2404 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
2405 (async_init_signals): Update.
2406 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
2407 (SIGWINCH_HANDLER_BODY): Remove.
2408
2409 2012-08-22 Tom Tromey <tromey@redhat.com>
2410
2411 * jit.c (jit_object_close_impl): Don't malloc the objfile
2412 name.
2413 * objfiles.c (allocate_objfile): Don't malloc the objfile
2414 name.
2415 (free_objfile): Don't free the objfile name.
2416 * objfiles.h (struct objfile) <name>: Update comment.
2417 * symfile.c (reread_symbols): Fix reference counting. Don't
2418 malloc objfile name.
2419
2420 2012-08-22 Tom Tromey <tromey@redhat.com>
2421
2422 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2423 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
2424 (symfile_bfd_open): Likewise.
2425 (generic_load): Likewise.
2426 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
2427 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2428 gdb_bfd_open.
2429 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2430 Use gdb_bfd_open.
2431 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
2432 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
2433 (pmon_load_fast): Likewise.
2434 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
2435 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
2436 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
2437 (macho_check_dsym): Likewise.
2438 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
2439 (m32r_upload_command): Likewise.
2440 * gdb_bfd.h (gdb_bfd_cache): Declare.
2441 * gdb_bfd.c (struct gdb_bfd_data): New.
2442 (gdb_bfd_cache): New global.
2443 (struct gdb_bfd_cache_search): New.
2444 (hash_bfd): New function.
2445 (eq_bfd): Likewise.
2446 (gdb_bfd_open): Likewise.
2447 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
2448 (gdb_bfd_unref): Remove closed BFD from cache. Update for
2449 gdb_bfd_data.
2450 * exec.c (exec_file_attach): Use gdb_bfd_open.
2451 * dsrec.c (load_srec): Use gdb_bfd_open.
2452
2453 2012-08-22 Tom Tromey <tromey@redhat.com>
2454
2455 * dwarf2read.c (macro_start_file): Update.
2456 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
2457 (free_objfile_per_bfd_storage): Destroy macro_cache.
2458 (allocate_objfile, free_objfile): Update.
2459 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
2460 New field.
2461 (struct objfile) <macro_cache>: Remove.
2462 * symfile.c (reread_symbols): Update.
2463 * symmisc.c (print_symbol_bcache_statistics): Update.
2464 (print_objfile_statistics): Update.
2465
2466 2012-08-22 Tom Tromey <tromey@redhat.com>
2467
2468 * elfread.c (elf_symtab_read): Update.
2469 * objfiles.c (objfiles_bfd_data): New global.
2470 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
2471 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
2472 (allocate_objfile, free_objfile): Update.
2473 (_initialize_objfiles): Initialize objfiles_bfd_data.
2474 * objfiles.h (struct objfile_per_bfd_storage): New.
2475 (struct objfile) <per_bfd>: New field.
2476 <filename_cache>: Remove.
2477 (set_objfile_per_bfd): Declare.
2478 * symfile.c (reread_symbols): Update. Call
2479 set_objfile_per_bfd.
2480 (allocate_symtab): Update.
2481 * symmisc.c (print_symbol_bcache_statistics): Update.
2482 (print_objfile_statistics): Print the size of the BFD obstack.
2483
2484 2012-08-22 Tom Tromey <tromey@redhat.com>
2485
2486 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
2487 * gdb_bfd.c: Use DEFINE_REGISTRY.
2488 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
2489 (gdb_bfd_ref): Call bfd_alloc_data.
2490 (gdb_bfd_unref): Call bfd_free_data.
2491
2492 2012-08-22 Tom Tromey <tromey@redhat.com>
2493
2494 * registry.h (struct registry_fields): New.
2495 (REGISTRY_FIELDS): Redefine.
2496 (REGISTRY_ACCESS_FIELD): New macro.
2497 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
2498 functions.
2499
2500 2012-08-22 Tom Tromey <tromey@redhat.com>
2501
2502 * auto-load.c (_initialize_auto_load): Update.
2503 * solib-svr4.c (_initialize_svr4_solib): Update
2504 * solib-dsbt.c (_initialize_dsbt_solib): Update.
2505 * solib-darwin.c (_initialize_darwin_solib): Update.
2506 * registry.h: New file.
2507 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
2508 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
2509 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
2510 (register_program_space_data_with_cleanup)
2511 (register_program_space_data, program_space_alloc_data)
2512 (clear_program_space_data, set_program_space_data)
2513 (program_space_data): Don't declare.
2514 * progspace.c: Use DEFINE_REGISTRY.
2515 (struct program_space_data, struct
2516 program_space_data_registration, struct
2517 program_space_data_registry, program_space_data_registry)
2518 (register_program_space_data_with_cleanup)
2519 (register_program_space_data, program_space_alloc_data)
2520 (program_space_free_data, clear_program_space_data)
2521 (set_program_space_data, program_space_data): Remove.
2522 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
2523 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
2524 (register_objfile_data_with_cleanup, register_objfile_data)
2525 (clear_objfile_data, set_objfile_data, objfile_data): Don't
2526 declare.
2527 * objfiles.c: Use DEFINE_REGISTRY.
2528 (struct objfile_data, struct objfile_data_registration, struct
2529 objfile_data_registry, objfile_data_registry)
2530 (register_objfile_data_with_cleanup, register_objfile_data)
2531 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
2532 (set_objfile_data, objfile_data): Remove.
2533 (_initialize_objfiles): Update.
2534 * jit.c (_initialize_jit): Update.
2535 * inflow.c (_initialize_inflow): Update.
2536 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
2537 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
2538 (register_inferior_data_with_cleanup, register_inferior_data)
2539 (clear_inferior_data, set_inferior_data, inferior_data): Don't
2540 declare.
2541 * inferior.c: Use DEFINE_REGISTRY.
2542 (struct inferior_data, struct inferior_data_registration, struct
2543 inferior_data_registry, inferior_data_registry)
2544 (register_inferior_data_with_cleanup, register_inferior_data)
2545 (inferior_alloc_data, inferior_free_data clear_inferior_data)
2546 (set_inferior_data, inferior_data): Remove.
2547 * auxv.c (_initialize_auxv): Update.
2548 * ada-lang.c (_initialize_ada_language): Update.
2549 * breakpoint.c (_initialize_breakpoint): Update.
2550 * i386-nat.c (i386_use_watchpoints): Update.
2551
2552 2012-08-22 Tom Tromey <tromey@redhat.com>
2553
2554 * exec.c (exec_close, exec_file_attach): Update.
2555 (add_to_section_table): Initialize 'key' field.
2556 (add_target_sections, remove_target_sections): Add 'key' argument.
2557 * exec.h (add_target_sections, remove_target_sections): Add
2558 'key' argument.
2559 * solib.c (solib_map_sections, update_solib_list, clear_solib)
2560 (reload_shared_libraries_1): Update.
2561 * target.h (struct target_section) <key>: New field.
2562
2563 2012-08-22 Tom Tromey <tromey@redhat.com>
2564
2565 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2566
2567 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
2568
2569 * symfile.c (allocate_symtab): Use host_address_to_string
2570 function instead of cast of pointer to long which is not
2571 compatible with x86_64-w64-mingw32 build.
2572
2573 2012-08-19 Andrew Pinski <apinski@cavium.com>
2574
2575 * mips-tdep.c (is_octeon): New function.
2576 (is_octeon_bbit_op): New function.
2577 (mips32_next_pc): Handle Octeon's bbit instructions.
2578 (mips32_instruction_has_delay_slot): Likewise.
2579
2580 2012-08-19 Andrew Pinski <apinski@cavium.com>
2581
2582 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
2583 before the function.
2584
2585 2012-08-19 Andrew Pinski <apinski@cavium.com>
2586
2587 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2588
2589 2012-08-19 Keith Seitz <keiths@redhat.com>
2590
2591 PR c++/14365
2592 * c-typeprint.c (c_type_print_varspec_prefix): Pass
2593 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2594
2595 2012-08-18 Eli Zaretskii <eliz@gnu.org>
2596
2597 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2598 The typo broke "make TAGS".
2599
2600 2012-08-17 Joel Brobecker <brobecker@adacore.com>
2601
2602 GDB 7.5 released.
2603
2604 2012-08-17 Keith Seitz <keiths@redhat.com>
2605
2606 PR c++/13356
2607 * gdbtypes.c (strict_type_checking): New variable.
2608 (show_strict_type_checking): New function.
2609 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2610 if strict type checking is disabled.
2611 (_initialize_gdbtypes): Add "check type" subcommand.
2612 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2613
2614 2012-08-17 Keith Seitz <keiths@redhat.com>
2615
2616 * language.h (type_mode): Remove.
2617 (type_check): Remove.
2618 (struct language_defn): Remove la_type_check.
2619 (STRICT_TYPE): Remove unused macro.
2620 (type_error): Remove.
2621 * language.c (set_type_range_case): Renamed to ...
2622 (set_range_case): ... this. Update all callers.
2623 Remove type_mode/type_check.
2624 (type_mode): Remove.
2625 (type_check): Remove.
2626 (show_type_command): Remove.
2627 (set_type_command): Remove.
2628 (language_info): Remove type checking output.
2629 (type_error): Remove unused function.
2630 (range_error): Update comment.
2631 (unknown_language_defn): Remove la_type_check.
2632 (auto_language_defn): Likewise.
2633 (local_language_defn): Likewise.
2634 (_initialize_language): Remove "check type" subcommand.
2635 * ada-lang.c (ada_language_defn): Remove la_type_check.
2636 * c-lang.c (c_language_defn): Likewise.
2637 (cplus_language_defn): Likewise.
2638 (asm_language_defn): Likewise.
2639 (minimal_language_defn): Likewise.
2640 * d-lang.c (d_language_defn): Likewise.
2641 * f-lang.c (f_language_defn): Likewise.
2642 * go-lang.c (go_language_defn): Likewise.
2643 * jv-lang.c (java_language_defn): Likewise.
2644 * m2-lang.c (m2_language_defn): Likewise.
2645 * objc-lang.c (objc_language_defn): Likewise.
2646 * opencl-lang.c (opencl_language_defn): Likewise.
2647 * p-lang.c (pascal_language_defn): Likewise.
2648
2649 2012-08-16 Mike Frysinger <vapier@gentoo.org>
2650
2651 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2652
2653 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2654
2655 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2656 New function.
2657 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2658 using the regache. Use ia64_hpux_get_register_from_save_state_t
2659 to access the bsp and bspstore registers if not.
2660
2661 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2662
2663 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2664 * breakpoint.c (detach_breakpoints): Change pid parameter into
2665 a ptid. Adjust code accordingly.
2666 * infrun.c (handle_inferior_event): Delete variable child_pid.
2667 Update call to detach_breakpoints to pass the child ptid for
2668 fork events.
2669 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2670 assert that inferior_ptid's lwp is zero.
2671 (linux_handle_extended_wait): Update call to detach_breakpoints.
2672 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2673 detach_breakpoints.
2674
2675 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2676
2677 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2678 parent, only call detach_breakpoints if tts.tts_event ==
2679 TTEVT_VFORK.
2680
2681 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2682
2683 * dwarf2-frame.c (dwarf2_frame_cache): Use
2684 get_frame_address_in_block instead of get_frame_pc as
2685 the bound for executing the frame's FDE.
2686
2687 2012-08-16 Yao Qi <yao@codesourcery.com>
2688
2689 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2690 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2691 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2692 (c_type_print_varspec_suffix): Likewise.
2693 * eval.c (evaluate_subexp_standard): Likewise.
2694 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2695 (f_type_print_varspec_suffix): Likewise.
2696 * gdbtypes.c (is_scalar_type): Likewise.
2697 (recursive_dump_type): Likewise.
2698 * infcall.c (value_arg_coerce): Likewise.
2699 * m2-valprint.c (m2_val_print): Likewise.
2700 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2701 (pascal_type_print_varspec_suffix): Likewise.
2702 (pascal_type_print_base): Likewise.
2703 * p-valprint.c (pascal_val_print): Likewise.
2704 (pascal_val_print): Likewise.
2705 * valops.c (value_slice): Likewise.
2706 * valprint.c (scalar_type_p): Likewise.
2707 * valarith.c (value_bitstring_subscript): Remove.
2708 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2709 Remove comment on TYPE_CODE_BITSTRING.
2710
2711 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2712 TYPE_CODE_BITSTRING.
2713
2714 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2715 slot 0.
2716
2717 2012-08-16 Yao Qi <yao@codesourcery.com>
2718
2719 * tracepoint.c (trace_find_none_command): Remove.
2720 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2721
2722 2012-08-16 Yao Qi <yao@codesourcery.com>
2723
2724 * remote.c (handle_notification): Remove parameter 'length'.
2725 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2726
2727 2012-08-15 Keith Seitz <keiths@redhat.com>
2728
2729 * gdbtypes.c (opaque_type_resolution): Make static.
2730 Add missing comment.
2731 (overload_debug): Add missing comment.
2732 (show_opaque_type_resolution): Likewise.
2733 (show_overload_debug): Likewise.
2734 (print_bit_vector): Remove unnecessary forward declaration.
2735 (print_arg_types): Likewise.
2736 (dump_fn_fieldlists): Likewise.
2737 (print_cplus_stuff): Likewise.
2738
2739 2012-08-15 Tom Tromey <tromey@redhat.com>
2740
2741 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2742 (gdb_bfd_ref): Initialize new field.
2743 (gdb_bfd_unref): Unref the archive BFD.
2744 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2745 parent archive.
2746
2747 2012-08-15 Tom Tromey <tromey@redhat.com>
2748
2749 PR python/14387:
2750 * python/py-bpevent.c (create_breakpoint_event_object): Update
2751 comment.
2752 * python/py-event.c (evpy_add_attribute): Update comment.
2753 * python/py-exitedevent.c (create_exited_event_object): Fix
2754 reference counting and error handling.
2755 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2756 Fix reference counting.
2757 * python/py-signalevent.c (create_signal_event_object): Fix
2758 reference counting and error handling.
2759 * python/py-stopevent.c (emit_stop_event): Fix reference
2760 counting.
2761 * python/py-threadevent.c (get_event_thread): Return a
2762 borrowed reference.
2763 * python/py-type.c (convert_field): Fix reference counting.
2764
2765 2012-08-15 Tom Tromey <tromey@redhat.com>
2766
2767 * dwarf2read.c (dwarf_decode_macro_bytes)
2768 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2769 as hash key.
2770
2771 2012-08-14 Mike Frysinger <vapier@gentoo.org>
2772
2773 * infcmd.c (_initialize_infcmd): Update help text for the signal,
2774 stepi, nexti, finish, next, step, jump, and continue commands.
2775 * infrun.c (_initialize_infrun): Update help text for the handle
2776 command.
2777
2778 2012-08-14 Doug Evans <dje@google.com>
2779
2780 * gdbtypes.c (struct extra): Delete, unused.
2781
2782 * gdbtypes.c: Whitespace cleanup.
2783 (address_space_name_to_int): Remove "extern" from definition.
2784 (_initialize_gdbtypes): Declare with initialize_file_ftype.
2785
2786 * gdbtypes.c (make_pointer_type): Remove redundant setting of
2787 TYPE_POINTER_TYPE (type).
2788
2789 2012-08-14 Gary Benson <gbenson@redhat.com>
2790
2791 * solib-svr4.c (svr4_free_library_list): Use free_so.
2792
2793 2012-08-13 Mike Frysinger <vapier@gentoo.org>
2794
2795 * .gitignore: Add go-exp.c.
2796
2797 2012-08-13 Doug Evans <dje@google.com>
2798
2799 * value.c (show_convenience): Tweak comment.
2800 (_initialize_values): Mention convenience functions in the help text
2801 for "show convenience".
2802
2803 2012-08-13 Yao Qi <yao@codesourcery.com>
2804
2805 * std-operator.def: Remove TERNOP_SLICE_COUNT.
2806 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2807 TERNOP_SLICE_COUNT.
2808 * eval.c (evaluate_subexp_standard): Likewise.
2809 * expprint.c (print_subexp_standard): Likewise.
2810 (dump_subexp_body_standard): Likewise.
2811 * parse.c (operator_length_standard): Likewise.
2812
2813 2012-08-13 Yao Qi <yao@codesourcery.com>
2814
2815 * std-operator.def: Remove OP_BITSTRING.
2816 * breakpoint.c (watchpoint_exp_is_const): Update.
2817 * eval.c (evaluate_subexp_standard): Remove handling to
2818 OP_BITSTRING.
2819 * expprint.c (print_subexp_standard): Likewise.
2820 (dump_subexp_body_standard): Likewise.
2821 * parse.c (operator_length_standard): Likewise.
2822 * valops.c (value_bitstring): Remove.
2823 * value.h: Remove the declaration of 'value_bitstring'.
2824
2825 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2826
2827 * linespec.c (find_methods): Remove unused variables `i1' and
2828 `name_len'.
2829 (decode_line_full): Likewise for `arg_start'.
2830
2831 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2832
2833 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2834 (zlib_decompress_section): Likewise for `section_data'.
2835 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2836
2837 2012-08-10 Doug Evans <dje@google.com>
2838
2839 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2840 * NEWS: Document them.
2841 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2842 function/strfns.py.
2843 * python/py-type.c (typy_array_1): New function.
2844 (typy_array): Call it.
2845 (typy_vector): New function.
2846 (type_object_methods): Add "vector".
2847 * python/lib/gdb/function/__init__.py: New file.
2848 * python/lib/gdb/function/strfns.py: New file.
2849
2850 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
2851
2852 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2853 for TYPE_FIELD_BITPOS.
2854 (typy_get_sizeof): Likewise for TYPE_LENGTH.
2855
2856 2012-08-10 Mike Frysinger <vapier@gentoo.org>
2857
2858 PR cli/10436:
2859 * common/vec.h (VEC_merge): Define.
2860 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2861 (DEF_VEC_ALLOC_FUNC_P): Likewise.
2862 (DEF_VEC_ALLOC_FUNC_O): Likewise.
2863 * completer.c: Include gdb_signals.h.
2864 (signal_completer): Define.
2865 * completer.h (signal_completer): Add prototype.
2866 * infcmd.c (_initialize_infcmd): Assign the command
2867 completer for "signal" to handle_completer.
2868 * infrun.c: Include completer.h.
2869 (handle_completer): Define.
2870 (_initialize_infrun): Declare a new local variable c. Store the
2871 result of add_com("handle") to it. Assign the command
2872 completer for "handle" to handle_completer.
2873
2874 2012-08-09 Yao Qi <yao@codesourcery.com>
2875
2876 * cli/cli-decode.c (set_cmd_prefix): New.
2877 (lookup_cmd_for_prefixlist): New.
2878 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2879 of each cmd_list_element in *prefixlist.
2880 (add_setshow_cmd_full): set_cmd_prefix.
2881 (add_alias_cmd): Likewise.
2882 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2883 Declare 'auto_boolean_enums'.
2884 * cli/cli-setshow.c: Include "observer.h".
2885 (notify_command_param_changed_p): New.
2886 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2887 Remove 'static'.
2888 (do_setshow_command): Split it to ...
2889 (do_set_command, do_show_command): ... them. New.
2890 (do_set_command): Call observer_notify_command_param_changed if
2891 notify_command_param_changed_p returns true.
2892 (cmd_show_list): Caller update.
2893 * auto-load.c (set_auto_load_cmd): Likewise.
2894 * remote.c (show_remote_cmd): Likewise.
2895 * cli/cli-setshow.h: Update declarations.
2896 * top.c (execute_command): Call do_set_command and do_show_command.
2897
2898 * NEWS: Mention new MI notification.
2899 * mi/mi-interp.c: Declare mi_command_param_changed.
2900 (mi_interpreter_init): Attach mi_command_param_changed to
2901 observer command_param_changed.
2902 (mi_command_param_changed): New.
2903 Remove mi_suppress_breakpoint_notifications.
2904 Define global variable mi_suppress_notification.
2905 (mi_breakpoint_created): Update.
2906 (mi_breakpoint_deleted): Likewise.
2907 (mi_breakpoint_modified): Likewise.
2908 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
2909 'gdb-set' and set mi_suppress_notification.
2910 * mi/mi-main.h: (mi_suppress_notification): New struct.
2911
2912 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
2913 Jan Kratochvil <jan.kratochvil@redhat.com>
2914
2915 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2916
2917 2012-08-09 Yao Qi <yao@codesourcery.com>
2918
2919 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2920 (skiplist): Move it to skip.c.
2921 (init_cmd_lists): Remove code setting enablebreaklist and
2922 skiplist to NULL.
2923 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2924 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2925 skiplist.
2926 * gdbcmd.h: Likewise.
2927 * skip.c (_initialize_step_skip): Move 'skiplist' from
2928 cli/cli-cmds.c.
2929
2930 2012-08-09 Yao Qi <yao@codesourcery.com>
2931
2932 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2933 * gnu-nat.c, symfile.c: Likewise.
2934
2935 2012-08-08 Aaron Gamble <agamble@google.com>
2936
2937 * utils.c (prompt_for_continue_wait_time): New static global.
2938 (make_command_stats_cleanup): Initialize it.
2939 (report_command_stats): Subtract time waiting for user.
2940 (prompt_for_continue): Track time waiting for user.
2941 (defaulted_query): Track time waiting for user.
2942
2943 2012-08-08 Doug Evans <dje@google.com>
2944
2945 * eval.c (evaluate_subexp_standard): Fix thinko in handling
2946 UNOP_MEMVAL_TYPE.
2947 * expprint.c (print_subexp_standard, case OP_TYPE): New.
2948 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2949 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2950 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2951 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2952 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2953 elt.
2954 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2955 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2956 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2957 (dump_prefix_expression): Handle OP_TYPE.
2958
2959 2012-08-08 Keith Seitz <keiths@redhat.com>
2960
2961 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2962 addr_start.
2963
2964 2012-08-08 Doug Evans <dje@google.com>
2965
2966 * linux-thread-db.c: #include "gdb_vecs.h".
2967 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
2968 updated.
2969 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
2970 (thread_db_load_search): Use a vector to iterate over path elements.
2971 Handle text appearing after "$pdir".
2972
2973 * gdb_string.h: Moved to ...
2974 * common/gdb_string.h: ... here.
2975 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2976 gdb_string.h and gdb_assert.h.
2977
2978 2012-08-08 Yao Qi <yao@codesourcery.com>
2979
2980 * tic6x-tdep.c (tic6x_register_to_value): Remove.
2981 (tic6x_value_to_register): Likewise.
2982 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2983 and set_gdbarch_value_to_register.
2984
2985 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2986 Jean-Marc Saffroy <saffroy@gmail.com>
2987
2988 PR 11804
2989 * defs.h (find_memory_region_ftype): New comment. New arg modified.
2990 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2991 * gcore.c (gcore_create_callback): New function comment. Add modified
2992 parameter. Only write modified regions. Set SEC_READONLY exactly
2993 according to MODIFIED.
2994 (objfile_find_memory_regions): Ignore separate debug info files. Ass
2995 the passed modified value to FUNC.
2996 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2997 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2998 first. New variables modified and has_anonymous. Parse the lines of
2999 smaps file. Add the passed MODIFIED value to FUNC.
3000 * procfs.c (find_memory_regions_callback): Add the passed modified
3001 value.
3002
3003 2012-08-06 Tom Tromey <tromey@redhat.com>
3004
3005 * dwarf2-frame.c (clear_pointer_cleanup): New function.
3006 (dwarf2_frame_cache): Use it.
3007 * frame-unwind.h (frame_sniffer_ftype): Document prologue
3008 cache initialization constraint.
3009
3010 2012-08-06 Tom Tromey <tromey@redhat.com>
3011
3012 PR python/14386:
3013 * varobj.c (update_dynamic_varobj_children): Don't call
3014 PyIter_Check.
3015
3016 2012-08-06 Tom Tromey <tromey@redhat.com>
3017
3018 PR cli/14392:
3019 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3020
3021 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3022
3023 * NEWS: New entry for 'cd' default parameters.
3024 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3025
3026 2012-08-03 Tom Tromey <tromey@redhat.com>
3027
3028 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3029 return.
3030
3031 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3032
3033 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3034 to attempting lseek/write.
3035 (inf_child_fileio_pread): Likewise for pread.
3036
3037 2012-08-02 Yao Qi <yao@codesourcery.com>
3038
3039 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3040 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3041 add_setshow_zinteger_cmd.
3042 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3043 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3044 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3045 instead of add_setshow_zinteger_cmd.
3046 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3047 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3048 instead of add_setshow_zinteger_cmd.
3049 * frame.c (frame_debug): Add 'unsigned'.
3050 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3051 add_setshow_zinteger_cmd.
3052 * frame.h: Update the declaration of 'frame_debug'.
3053 * gdbtypes.c (overload_debug): Add 'unsigned'.
3054 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3055 add_setshow_zinteger_cmd.
3056 * inferior.h: Update declaration of 'debug_infrun'.
3057 * infrun.c (debug_infrun): Add 'unsigned'.
3058 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3059 add_setshow_zinteger_cmd.
3060 * jit.c (jit_debug): Add 'unsigned'.
3061 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3062 add_setshow_zinteger_cmd.
3063 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3064 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3065 instead of add_setshow_zinteger_cmd.
3066 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3067 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3068 add_setshow_zinteger_cmd.
3069 * machoread.c (mach_o_debug_level): Add 'unsigned'.
3070 (_initialize_machoread): Call add_setshow_zuinteger_cmd
3071 instead of add_setshow_zinteger_cmd.
3072 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3073 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3074 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3075 intead of add_setshow_zinteger_cmd.
3076 * mips-tdep.c (mips_debug): Add 'unsigned'.
3077 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3078 instead of add_setshow_zinteger_cmd.
3079 * monitor.c (monitor_debug): Add 'unsigned'.
3080 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3081 add_setshow_zinteger_cmd.
3082 * observer.c (observer_debug): Add 'unsigned'.
3083 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3084 add_setshow_zinteger_cmd.
3085 * parse.c (expressiondebug): Add 'unsigned'.
3086 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3087 add_setshow_zinteger_cmd.
3088 * record.c (record_debug): Add 'unsigned'.
3089 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3090 add_setshow_zinteger_cmd.
3091 * record.h: Update the declaration of 'record_debug'.
3092 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3093 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3094 add_setshow_zinteger_cmd.
3095 * serial.c (global_serial_debug_p): Add 'unsigned'.
3096 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3097 add_setshow_zinteger_cmd.
3098 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3099 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3100 add_setshow_zinteger_cmd.
3101 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3102 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3103 add_setshow_zinteger_cmd.
3104 * target.c (targetdebug): Add 'unsigned'.
3105 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3106 add_setshow_zinteger_cmd.
3107 * valops.c (overload_debug): Add 'unsigned'.
3108 * varobj.c (varobjdebug): Add 'unsigned'.
3109 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3110 add_setshow_zinteger_cmd.
3111 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3112 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3113 instead of add_setshow_zinteger_cmd.
3114
3115 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3116 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3117 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3118 instead of add_setshow_zinteger_cmd.
3119 * gdbarch.c, gdbarch.h: Re-generated.
3120
3121 2012-08-02 Yao Qi <yao@codesourcery.com>
3122
3123 * nto-tdep.c: Don't include cli/cli-decode.h and
3124 cli/cli-cmds.h.
3125 (_initialize_nto_tdep): Remove.
3126 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3127 Remove field.
3128 Remove macro nto_internal_debugging.
3129
3130 2012-08-01 Richard Henderson <rth@redhat.com>
3131
3132 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3133 (mep-*-*) [gdb_target_obs]: Likewise.
3134
3135 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3136
3137 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3138 linux_get_siginfo_type.
3139
3140 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3141
3142 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3143 AT_ENTRY_POINT.
3144 (call_function_by_hand) <ON_STACK>: Call write_memory with
3145 gdbarch_breakpoint_from_pc, if possible.
3146 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
3147 here.
3148
3149 2012-07-31 Yao Qi <yao@codesourcery.com>
3150
3151 * tracepoint.c: Add 'static' for some variables.
3152
3153 2012-07-31 Yao Qi <yao@codesourcery.com>
3154
3155 * go32-nat.c: Declare _initialize_go32_nat.
3156 * ser-go32.c: Declare _initialize_ser_dos.
3157 * top.c (do_chdir_cleanup): Add 'static'.
3158
3159 2012-07-30 Keith Seitz <keiths@redhat.com>
3160
3161 * linespec.c (linespec_lex_number): A number followed
3162 by quotes is a valid number, too.
3163
3164 2012-07-30 Tom Tromey <tromey@redhat.com>
3165
3166 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3167
3168 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
3169
3170 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3171 attempt to 4-byte-align HW breakpoint addresses for Thumb.
3172
3173 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
3174
3175 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3176 invalid or reevaluated to prevent prevent references to possibly
3177 delete'd type objects being left in the varobj.
3178
3179 2012-07-27 Tom Tromey <tromey@redhat.com>
3180 Jan Kratochvil <jan.kratochvil@redhat.com>
3181
3182 * copying.awk: Print buffer-read-only and vi ro markers.
3183 * copying.c: Rebuild.
3184 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3185 * gdbarch.c, gdbarch.h: Rebuild.
3186 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3187 buffer-read-only and vi ro markers.
3188 * features/arm-with-iwmmxt.c: Rebuild.
3189 * features/arm-with-m-fpa-layout.c: Rebuild.
3190 * features/arm-with-m-vfp-d16.c: Rebuild.
3191 * features/arm-with-m.c: Rebuild.
3192 * features/arm-with-neon.c: Rebuild.
3193 * features/arm-with-vfpv2.c: Rebuild.
3194 * features/arm-with-vfpv3.c: Rebuild.
3195 * features/i386/amd64-avx-linux.c: Rebuild.
3196 * features/i386/amd64-avx.c: Rebuild.
3197 * features/i386/amd64-linux.c: Rebuild.
3198 * features/i386/amd64.c: Rebuild.
3199 * features/i386/i386-avx-linux.c: Rebuild.
3200 * features/i386/i386-avx.c: Rebuild.
3201 * features/i386/i386-linux.c: Rebuild.
3202 * features/i386/i386-mmx-linux.c: Rebuild.
3203 * features/i386/i386-mmx.c: Rebuild.
3204 * features/i386/i386.c: Rebuild.
3205 * features/i386/x32-avx-linux.c: Rebuild.
3206 * features/i386/x32-avx.c: Rebuild.
3207 * features/i386/x32-linux.c: Rebuild.
3208 * features/i386/x32.c: Rebuild.
3209 * features/mips-dsp-linux.c: Rebuild.
3210 * features/mips-linux.c: Rebuild.
3211 * features/mips64-dsp-linux.c: Rebuild.
3212 * features/mips64-linux.c: Rebuild.
3213 * features/rs6000/powerpc-32.c: Rebuild.
3214 * features/rs6000/powerpc-32l.c: Rebuild.
3215 * features/rs6000/powerpc-403.c: Rebuild.
3216 * features/rs6000/powerpc-403gc.c: Rebuild.
3217 * features/rs6000/powerpc-405.c: Rebuild.
3218 * features/rs6000/powerpc-505.c: Rebuild.
3219 * features/rs6000/powerpc-601.c: Rebuild.
3220 * features/rs6000/powerpc-602.c: Rebuild.
3221 * features/rs6000/powerpc-603.c: Rebuild.
3222 * features/rs6000/powerpc-604.c: Rebuild.
3223 * features/rs6000/powerpc-64.c: Rebuild.
3224 * features/rs6000/powerpc-64l.c: Rebuild.
3225 * features/rs6000/powerpc-7400.c: Rebuild.
3226 * features/rs6000/powerpc-750.c: Rebuild.
3227 * features/rs6000/powerpc-860.c: Rebuild.
3228 * features/rs6000/powerpc-altivec32.c: Rebuild.
3229 * features/rs6000/powerpc-altivec32l.c: Rebuild.
3230 * features/rs6000/powerpc-altivec64.c: Rebuild.
3231 * features/rs6000/powerpc-altivec64l.c: Rebuild.
3232 * features/rs6000/powerpc-cell32l.c: Rebuild.
3233 * features/rs6000/powerpc-cell64l.c: Rebuild.
3234 * features/rs6000/powerpc-e500.c: Rebuild.
3235 * features/rs6000/powerpc-e500l.c: Rebuild.
3236 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
3237 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
3238 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
3239 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
3240 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
3241 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
3242 * features/rs6000/powerpc-vsx32.c: Rebuild.
3243 * features/rs6000/powerpc-vsx32l.c: Rebuild.
3244 * features/rs6000/powerpc-vsx64.c: Rebuild.
3245 * features/rs6000/powerpc-vsx64l.c: Rebuild.
3246 * features/rs6000/rs6000.c: Rebuild.
3247 * features/s390-linux32.c: Rebuild.
3248 * features/s390-linux32v1.c: Rebuild.
3249 * features/s390-linux32v2.c: Rebuild.
3250 * features/s390-linux64.c: Rebuild.
3251 * features/s390-linux64v1.c: Rebuild.
3252 * features/s390-linux64v2.c: Rebuild.
3253 * features/s390x-linux64.c: Rebuild.
3254 * features/s390x-linux64v1.c: Rebuild.
3255 * features/s390x-linux64v2.c: Rebuild.
3256 * features/tic6x-c62x-linux.c: Rebuild.
3257 * features/tic6x-c62x.c: Rebuild.
3258 * features/tic6x-c64x-linux.c: Rebuild.
3259 * features/tic6x-c64x.c: Rebuild.
3260 * features/tic6x-c64xp-linux.c: Rebuild.
3261 * features/tic6x-c64xp.c: Rebuild.
3262
3263 2012-07-27 Tom Tromey <tromey@redhat.com>
3264
3265 * c-exp.y (classify_name): Avoid assignment in condition.
3266
3267 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
3268
3269 * amd64-windows-tdep.c: Include "frame.h".
3270 (amd64_windows_skip_trampoline_code): New function.
3271 (amd64_windows_init_abi): Add trampoline registration.
3272
3273 2012-07-27 Yao Qi <yao@codesourcery.com>
3274
3275 * tracepoint.c (cur_traceframe_number): Remove.
3276 (set_tfile_traceframe): Remove.
3277 (tfile_trace_find, tfile_fetch_registers): Update callers.
3278 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
3279 (tfile_open, tfile_trace_find): Likewise.
3280
3281 2012-07-27 Yao Qi <yao@codesourcery.com>
3282
3283 * thread.c (switch_to_thread): Don't call registers_changed.
3284
3285 2012-07-26 Tom Tromey <tromey@redhat.com>
3286
3287 * Makefile.in (SFILES): Remove objc-exp.y.
3288 (YYFILES): Remove objc-exp.c.
3289 (YYOBJ): Remove objc-exp.o.
3290 (local-maintainer-clean): Don't mention objc-exp.c.
3291 * c-exp.y: Include objc-lang.h.
3292 (%union) <class>: New field.
3293 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
3294 (exp): Clone subscript production for OBJC_LBRAC. Add various
3295 Objective C productions.
3296 (msglist, msgarglist, msgarg): New productions.
3297 (array_mod, func_mod, operator): Clone productions for
3298 OBJC_LBRAC.
3299 (parse_string_or_char): Handle '@' strings.
3300 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
3301 (classify_name): Check la_name_of_this. Recognize ObjC class
3302 names.
3303 * objc-exp.y: Remove.
3304 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
3305 * objc-lang.h (objc_parse, objc_error): Don't declare.
3306
3307 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
3308
3309 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
3310
3311 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3312
3313 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
3314 and decrement.
3315
3316 2012-07-26 Tom Tromey <tromey@redhat.com>
3317
3318 * copying.c: Rebuild.
3319 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
3320 'no_class'.
3321
3322 2012-07-26 Tom Tromey <tromey@redhat.com>
3323
3324 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
3325 immediate_quit.
3326 (print_objfile_statistics): Likewise.
3327 (maintenance_print_symbols): Likewise.
3328 (maintenance_print_msymbols): Likewise.
3329 (maintenance_print_objfiles): Likewise.
3330 * psymtab.c (print_partial_symbols): Call QUIT.
3331 (maintenance_print_psymbols): Likewise. Don't modify
3332 immediate_quit.
3333 * copying.c (show_copying_command): Don't modify immediate_quit.
3334 (show_warranty_command): Likewise.
3335 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
3336
3337 2012-07-26 Keith Seitz <keiths@redhat.com>
3338
3339 * linespec.c (linespec_lexer_lex_number): The input
3340 is also a valid number if the next character is a comma
3341 or colon.
3342
3343 2012-07-26 Joel Brobecker <brobecker@adacore.com>
3344
3345 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
3346 configure options.
3347
3348 2012-07-26 Tristan Gingold <gingold@adacore.com>
3349
3350 * machoread.c: Include gdb_bfd.h.
3351
3352 2012-07-26 Tristan Gingold <gingold@adacore.com>
3353
3354 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
3355 offset.
3356
3357 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3358
3359 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
3360 SIZE to size_t.
3361 (dwarf2_evaluate_loc_desc): Likewise.
3362 (dwarf2_loc_desc_needs_frame): Likewise.
3363 (locexpr_describe_location_1): Likewise.
3364 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
3365 size_t.
3366 (struct dwarf2_loclist_baton): Likewise.
3367 * dwarf2read.c (struct dwarf_block): Likewise.
3368 (dump_die_shallow): Use pulongest to print dwarf_block.size.
3369 (decode_locdesc): Expand SIZE and I to size_t.
3370
3371 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3372
3373 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
3374
3375 2012-07-25 Joel Brobecker <brobecker@adacore.com>
3376
3377 * doublest.c (convert_doublest_to_floatformat): If the exponent
3378 is too small, treat the value as zero. If the exponent is too
3379 large, treat the value as infinity.
3380
3381 2012-07-25 Joel Brobecker <brobecker@adacore.com>
3382
3383 * configure.ac: Add --enable-lmcheck configure option.
3384 * configure: Regenerate.
3385
3386 2012-07-25 Tom Tromey <tromey@redhat.com>
3387
3388 * NEWS: Mention maint info bfds.
3389 * gdb_bfd.c (all_bfds): New global.
3390 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
3391 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
3392 New functions.
3393
3394 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
3395
3396 * configure.tgt: Add v850*-*-rtems*.
3397
3398 2012-07-25 Tom Tromey <tromey@redhat.com>
3399
3400 * macrotab.c (macro_bcache_str): Remove cast.
3401
3402 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
3403
3404 * linespec.c (linespec_lexer_lex_number): Update comments,
3405 change the return and add check to make sure the input is
3406 the decimal numbers.
3407 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
3408 false, call linespec_lexer_lex_string.
3409
3410 2012-07-24 Tom Tromey <tromey@redhat.com>
3411
3412 * symfile.c (symbol_file_add): Don't open BFD twice.
3413
3414 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
3415
3416 * breakpoint.c (create_breakpoint): Store condition for pending
3417 breakpoints.
3418
3419 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
3420
3421 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
3422 (m68k_return_value): Handle complex types like structures.
3423 (m68k_svr4_return_value): Likewise.
3424
3425 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
3426
3427 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
3428 parameters to bfd_get_section_name.
3429
3430 2012-07-24 Yao Qi <yao@codesourcery.com>
3431
3432 * cli/cli-setshow.c: Handle case 'var_uinteger'
3433 and 'var_zuninteger' together. Handle case 'var_integer' and
3434 'var_zinteger' together.
3435
3436 2012-07-23 Keith Seitz <keiths@redhat.com>
3437
3438 * linespec.c (convert_linespec_to_sal): Don't add
3439 any symbols to the result vector if symbol_to_sal
3440 returns zero.
3441
3442 2012-07-23 Keith Seitz <keiths@redhat.com>
3443
3444 * linespec.c (decode_objc): Record the function name
3445 in the linespec.
3446
3447 2012-07-23 Tom Tromey <tromey@redhat.com>
3448
3449 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
3450 counting.
3451 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
3452 (map_vmap): Acquire a reference to the BFD.
3453
3454 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
3455
3456 * p-valprint.c (pascal_object_print_value): Replace potentially
3457 unsafe alloca with xmalloc/xfree.
3458 * valops.c (search_struct_method): Likewise.
3459
3460 2012-07-23 Tom Tromey <tromey@redhat.com>
3461
3462 * solib-svr4.c (enable_break): Update.
3463 * bfd-target.h (target_bfd_reopen): Update documentation.
3464
3465 2012-07-23 Tom Tromey <tromey@redhat.com>
3466
3467 * symfile.c (separate_debug_file_exists): Update.
3468 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
3469 (reread_symbols): Update.
3470 * elfread.c (build_id_verify): Update.
3471 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
3472 bfd_open_maybe_remote.
3473
3474 2012-07-23 Tom Tromey <tromey@redhat.com>
3475
3476 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
3477
3478 2012-07-23 Tom Tromey <tromey@redhat.com>
3479
3480 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
3481 and 'abfd'.
3482 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
3483 and 'abfd'.
3484 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
3485 * machoread.c (macho_add_oso_symfile): Make a cleanup for
3486 'abfd'.
3487 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
3488 * objfiles.c (allocate_objfile): Acquire a new reference.
3489 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
3490 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
3491 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
3492 a cleanup for 'nbfd'.
3493 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
3494 for 'nbfd'.
3495 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
3496 make a cleanup for 'abfd'.
3497 (symbol_file_add): Make a BFD cleanup.
3498
3499 2012-07-23 Tom Tromey <tromey@redhat.com>
3500
3501 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
3502 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
3503 * corelow.c (core_open): Use gdb_bfd_fopen.
3504 * dsrec.c (load_srec): Use gdb_bfd_openr.
3505 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
3506 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
3507 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3508 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3509 (gdb_bfd_fdopenr): New functions.
3510 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3511 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3512 (gdb_bfd_fdopenr): Declare.
3513 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
3514 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
3515 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
3516 gdb_bfd_openr_next_archived_file.
3517 (macho_check_dsym): Use gdb_bfd_openr.
3518 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
3519 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
3520 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
3521 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
3522 gdb_bfd_openr.
3523 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
3524 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
3525 gdb_bfd_openr_next_archived_file.
3526 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3527 Use gdb_bfd_openr.
3528 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3529 gdb_bfd_openr.
3530 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
3531 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
3532 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
3533 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
3534 (symfile_bfd_open): Use gdb_bfd_fopen.
3535 (generic_load): Use gdb_bfd_openr.
3536 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
3537
3538 2012-07-23 Tom Tromey <tromey@redhat.com>
3539
3540 * bfd-target.c (target_bfd_reopen): Update.
3541 * cli/cli-dump.c (bfd_openr_with_cleanup)
3542 (bfd_openw_with_cleanup): Update.
3543 * corelow.c (core_open): Update.
3544 * dsrec.c (load_srec): Update.
3545 * exec.c (exec_file_attach): Update.
3546 * gcore.c (create_gcore_bfd): Update.
3547 * gdb_bfd.c (gdb_bfd_ref): Return void.
3548 (gdb_bfd_open): Update.
3549 * gdb_bfd.h (gdb_bfd_ref): Return void.
3550 Update comments.
3551 * jit.c (jit_bfd_try_read_symtab): Update.
3552 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3553 * machoread.c (macho_symfile_read_all_oso): Update.
3554 (macho_check_dsym): Update.
3555 * procfs.c (insert_dbx_link_bpt_in_file): Update.
3556 * remote-m32r-sdi.c (m32r_load): Update.
3557 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
3558 * rs6000-nat.c (add_vmap): Update.
3559 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3560 Update.
3561 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3562 * solib-spu.c (spu_bfd_open): Update.
3563 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
3564 * spu-linux-nat.c (spu_bfd_open): Update.
3565 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
3566 (generic_load): Update.
3567 * windows-nat.c (windows_make_so): Update.
3568
3569 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
3570
3571 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
3572
3573 2012-07-20 Jeff Kenton <jkenton@tilera.com>
3574
3575 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
3576 SIGTRAMP_FRAME unwinding.
3577
3578 2012-07-20 Doug Evans <dje@google.com>
3579
3580 * NEWS: Document new options "set/show use-deprecated-index-sections",
3581 and delete reference to --use-deprecated-index-sections.
3582 * symfile.h (use_deprecated_index_sections): Delete.
3583 * dwarf2read.c (use_deprecated_index_sections): Make static.
3584 (read_index_from_section): Update wording of how to load
3585 deprecated index sections.
3586 (_initialize_dwarf2_read): New options
3587 "set/show use-deprecated-index-sections".
3588 * main.c (captured_main): Delete --use-deprecated-index-sections.
3589
3590 2012-07-20 Pedro Alves <palves@redhat.com>
3591
3592 PR threads/11692
3593 PR gdb/12203
3594
3595 * infrun.c (handle_inferior_event) <new thread>: Don't special
3596 case minus_one_ptid.
3597 <TARGET_WAITKIND_SPURIOUS>: Ditto.
3598 * linux-thread-db.c (thread_get_info_callback): Don't return early
3599 if the thread is zombie.
3600 (thread_from_lwp): Change return type to void. Rewrite stale
3601 comment.
3602 (attach_thread): Don't return early if the thread is zombie,
3603 instead set its "dying" flag.
3604 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3605 (find_new_threads_callback): Don't return early if the thread is
3606 zombie.
3607
3608 2012-07-20 Pedro Alves <palves@redhat.com>
3609
3610 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3611 * target.c (target_wait): Likewise.
3612 (str_comma_list_concat_elem, do_option, target_options_to_string):
3613 New functions.
3614 * target.h (target_options_to_string): Declare.
3615
3616 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3617 Tom Tromey <tromey@redhat.com>
3618
3619 * dwarf2read.c (dwarf_decode_macros)
3620 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3621 DW_MACRO_GNU_transparent_include_alt>: New cases.
3622 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3623 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3624
3625 2012-07-20 Tom Tromey <tromey@redhat.com>
3626
3627 * dwarf2read.c (try_open_dwo_file): Don't call
3628 gdb_bfd_stash_filename.
3629
3630 2012-07-20 Pedro Alves <palves@redhat.com>
3631
3632 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3633 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3634 (i386_process_record): Tweak description comments.
3635
3636 2012-07-20 Pedro Alves <palves@redhat.com>
3637
3638 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3639 (i386_process_record): Use record_read_memory.
3640 * record.c (record_read_memory): New function.
3641 (record_arch_list_add_mem, record_exec_insn): Use
3642 record_read_memory.
3643 * record.h (record_read_memory): Declare.
3644
3645 2012-07-20 Yao Qi <yao@codesourcery.com>
3646
3647 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3648 NULL for xfree.
3649
3650 2012-07-19 Pedro Alves <palves@redhat.com>
3651
3652 * record.c (record_resume): Ask the target beneath to report all
3653 signals.
3654
3655 2012-07-19 Doug Evans <dje@google.com>
3656
3657 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3658 there's no section at address zero.
3659 (dwarf2_record_block_ranges): Ditto.
3660
3661 2012-07-19 Yao Qi <yao@codesourcery.com>
3662
3663 * command.h, remote.c: Fix a typo in comment.
3664
3665 2012-07-19 Tom Tromey <tromey@redhat.com>
3666
3667 PR exp/13206:
3668 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3669 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3670 OP_DECLTYPE>: New cases.
3671 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3672 (type_exp): Add new productions.
3673 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3674 and decltype.
3675 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3676 New case.
3677 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3678 OP_DECLTYPE>: New case.
3679 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3680 New case.
3681 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3682 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3683
3684 2012-07-19 Tom Tromey <tromey@redhat.com>
3685
3686 * c-exp.y (enum token_flags): New.
3687 (struct token) <cxx_only>: Remove.
3688 <flags>: New field.
3689 (tokentab3, tokentab2, ident_tokens): Update.
3690 (lex_one_token): Update. Handle FLAG_SHADOW.
3691
3692 2012-07-19 Tom Tromey <tromey@redhat.com>
3693
3694 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3695 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3696 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3697 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
3698 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
3699 type_exp production where appropriate.
3700 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3701 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3702 <UNOP_MEMVAL_TYPE>: New case.
3703 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3704 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3705 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3706 <UNOP_MEMVAL_TYPE>: New case.
3707 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3708 UNOP_REINTERPRET_CAST>: Update.
3709 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3710 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3711 UNOP_REINTERPRET_CAST>: Update.
3712 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3713 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3714 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3715 constants.
3716
3717 2012-07-19 Yao Qi <yao@codesourcery.com>
3718 Jan Kratochvil <jan.kratochvil@redhat.com>
3719
3720 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3721 and case 'var_optional_filename' together.
3722 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3723 instead of add_setshow_optional_filename_cmd for setshow command
3724 'args'. Set completer for 'set args'.
3725
3726 2012-07-18 Doug Evans <dje@google.com>
3727
3728 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3729 * common/gdb_vecs.c: New file, contents from utils.c.
3730 * common/host-defs.h: New file, contents from defs.h.
3731 * utils.h: New file, contents from defs.h.
3732 * defs.h: Move all declarations of objects defined in utils.c
3733 to utils.h (except QUIT() and related).
3734 #include "utils.h", "host-defs.h".
3735 * probe.h (probe_p): Move here from gdb_vecs.h.
3736 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3737 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3738 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3739 * Makefile.in (SFILES): Add common/gdb_vecs.c.
3740 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3741 (COMMON_OBS): Add gdb_vecs.o.
3742 (gdb_vecs.o): New rule.
3743
3744 2012-07-18 Keith Seitz <keiths@redhat.com>
3745
3746 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3747 parameter. If non-zero, use SYMNAME as the canonical name
3748 for the SaL.
3749 Update all callers.
3750 (convert_linespec_to_sals): Use add_sal_to_sals for
3751 expressions, too.
3752 (decode_line_full): No need to "fill in missing canonical names"
3753 anymore. Simply make cleanups for the allocated names.
3754
3755 2012-07-18 Keith Seitz <keiths@redhat.com>
3756
3757 * linespec.c (struct linespec): Constify expression,
3758 source_filename, function_name, and label_name.
3759 (symbol_not_found_error): Make all parameters const.
3760 (linespec_parser_delete): No need to check for NULL
3761 when using xfree. Cast const char * to char * for xfree.
3762
3763 2012-07-18 Keith Seitz <keiths@redhat.com>
3764
3765 * breakpoint.c (invalid_thread_id_error): New function.
3766 (find_condition_and_thread): Use invalid_thread_id_error.
3767 (watch_command_1): Likewise.
3768
3769 2012-07-18 Tom Tromey <tromey@redhat.com>
3770
3771 * cc-with-index.sh, cc-with-dwz.sh: Remove.
3772 * contrib/cc-with-tweaks.sh: New file.
3773
3774 2012-07-18 Tom Tromey <tromey@redhat.com>
3775
3776 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3777 (locate_dwz_sections): Recognize .gdb_index.
3778 (create_cus_from_index_list): New function.
3779 (create_cus_from_index): Use it. Handle .dwz data.
3780 (read_index_from_section): New function, extracted from
3781 dwarf2_read_index.
3782 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
3783 if needed.
3784
3785 2012-07-18 Tom Tromey <tromey@redhat.com>
3786
3787 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3788 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3789 <is_dwz>: New field.
3790 (struct dwz_file): New.
3791 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3792 (locate_dwz_sections, dwarf2_get_dwz_file)
3793 (get_abbrev_section_for_cu): New functions.
3794 (error_check_comp_unit_head, read_and_check_comp_unit_head)
3795 (read_and_check_type_unit_head): Add abbrev_section argument.
3796 (create_debug_types_hash_table): Update.
3797 (init_cutu_and_read_dies): Use proper abbrev section.
3798 (init_cutu_and_read_dies_no_follow): Likewise.
3799 (set_partial_user): Do nothing if PST==NULL.
3800 (read_comp_units_from_section): New function.
3801 (create_all_comp_units): Use it.
3802 (scan_partial_symbols, partial_die_parent_scope): Update.
3803 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3804 (process_imported_unit_die, read_partial_die): Handle .dwz files.
3805 (find_partial_die): Add offset_in_dwz argument. Update.
3806 (guess_partial_die_structure_name, fixup_partial_die): Update.
3807 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3808 DW_FORM_GNU_strp_alt.
3809 (read_indirect_string_from_dwz): New function.
3810 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3811 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3812 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3813 (follow_die_offset): Add offset_in_dwz argument.
3814 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3815 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3816 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3817 Handle new macro forms.
3818 (dwarf_decode_macros): Update.
3819 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3820 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3821 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3822 (create_debug_types_hash_table): Use correct abbrev section.
3823 (get_debug_line_section): New function.
3824 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3825 (process_full_comp_unit): Pass 'required' argument to
3826 end_symtab_get_static_block.
3827 * buildsym.h (end_symtab_get_static_block): Update.
3828 * buildsym.c (end_symtab_get_static_block): Add 'required'
3829 argument.
3830 (end_symtab, end_expandable_symtab): Update.
3831
3832 2012-07-18 Tom Tromey <tromey@redhat.com>
3833
3834 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3835 (pagesize): Remove.
3836 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3837 (zlib_decompress_section): Remove.
3838 (dwarf2_read_section): Use gdb_bfd_map_section.
3839 (munmap_section_buffer): Remove.
3840 (free_dwo_file, dwarf2_per_objfile_free): Don't use
3841 munmap_section_buffer.
3842 * gdb_bfd.c: Include zlib.h, sys/mman.h.
3843 (struct gdb_bfd_section_data): New.
3844 (free_one_bfd_section): New function.
3845 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3846 (get_section_descriptor, zlib_decompress_section)
3847 (gdb_bfd_map_section): New functions.
3848 * gdb_bfd.h (gdb_bfd_map_section): Declare.
3849
3850 2012-07-18 Tom Tromey <tromey@redhat.com>
3851
3852 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3853
3854 2012-07-18 Tom Tromey <tromey@redhat.com>
3855
3856 * gdb_bfd.c (struct gdb_bfd_data): New.
3857 (gdb_bfd_cache): New global.
3858 (struct gdb_bfd_cache_search): New.
3859 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3860 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3861 * gdb_bfd.h (gdb_bfd_open): Declare.
3862
3863 2012-07-18 Tom Tromey <tromey@redhat.com>
3864
3865 * utils.c (make_cleanup_bfd_unref): Rename from
3866 make_cleanup_bfd_close.
3867 * defs.h (make_cleanup_bfd_unref): Rename from
3868 make_cleanup_bfd_close.
3869 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3870 (bfd_openw_with_cleanup): Update.
3871 * corelow.c (core_open): Update.
3872 * dsrec.c (load_srec): Update.
3873 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3874 * remote-m32r-sdi.c (m32r_load): Update.
3875 * remote-mips.c (mips_load_srec): Update.
3876 (pmon_load_fast): Update.
3877 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3878 Update.
3879 (darwin_bfd_open): Update.
3880 * solib.c (solib_bfd_fopen): Update.
3881 * symfile-mem.c (symbol_file_add_from_memory): Update.
3882 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3883 (symfile_bfd_open): Update.
3884 (generic_load): Update.
3885
3886 2012-07-18 Tom Tromey <tromey@redhat.com>
3887
3888 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3889 (pmon_load_fast): Likewise.
3890 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3891 (m32r_upload_command): Likewise.
3892 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3893 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3894 Use make_cleanup_bfd_close.
3895
3896 2012-07-18 Tom Tromey <tromey@redhat.com>
3897
3898 * symfile.c (symfile_bfd_open): Don't copy name. Call
3899 gdb_bfd_stash_filename.
3900 (load_command): Open the new BFD before freeing the old.
3901 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3902 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3903 Call gdb_bfd_stash_filename.
3904 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3905 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
3906 gdb_bfd_stash_filename.
3907 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3908 Free found_pathname.
3909 * rs6000-nat.c (add_vmap): Don't copy filename. Call
3910 gdb_bfd_stash_filename.
3911 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3912 * machoread.c (macho_add_oso_symfile): Call
3913 gdb_bfd_stash_filename.
3914 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
3915 gdb_bfd_stash_filename.
3916 (macho_check_dsym): Don't copy filename. Call
3917 gdb_bfd_stash_filename.
3918 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3919 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3920 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3921 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3922 * exec.c (exec_close): Don't free the BFD's filename.
3923 (exec_file_attach): Don't copy the filename. Call
3924 gdb_bfd_stash_filename.
3925 * corelow.c (core_close): Don't free the BFD's filename.
3926 (core_open): Call gdb_bfd_stash_filename.
3927 * corefile.c (reopen_exec_file): Remove #if 0 code.
3928 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
3929 pathname.
3930 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3931
3932 2012-07-18 Tom Tromey <tromey@redhat.com>
3933
3934 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3935 gdb_bfd_unref.
3936 (free_dwo_file): Use gdb_bfd_unref.
3937 * cli/cli-dump.c: Include gdb_bfd.h.
3938 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3939 (bfd_openr_with_cleanup): Likewise.
3940 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3941 gdb_bfd_unref.
3942 * utils.c: Include gdb_bfd.h.
3943 (do_bfd_close_cleanup): Use gdb_bfd_unref.
3944 * symfile.c: Include gdb_bfd.h.
3945 (separate_debug_file_exists): Use gdb_bfd_unref.
3946 (bfd_open_maybe_remote): Use gdb_bfd_ref.
3947 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3948 (generic_load): Use gdb_bfd_ref.
3949 (reread_symbols): Use gdb_bfd_unref.
3950 * symfile-mem.c: Include gdb_bfd.h.
3951 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3952 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3953 * solib.c: Include gdb_bfd.h.
3954 (solib_bfd_fopen): Use gdb_bfd_ref.
3955 (solib_bfd_open): Use gdb_bfd_unref.
3956 (free_so_symbols): Use gdb_bfd_unref.
3957 (reload_shared_libraries_1): Use gdb_bfd_unref.
3958 * solib-spu.c: Include gdb_bfd.h.
3959 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3960 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3961 gdb_bfd_unref.
3962 * solib-frv.c: Include gdb_bfd.h.
3963 (enable_break2): Use gdb_bfd_unref.
3964 * solib-dsbt.c: Include gdb_bfd.h.
3965 (enable_break2): Use gdb_bfd_unref.
3966 * solib-darwin.c: Include gdb_bfd.h.
3967 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3968 gdb_bfd_unref.
3969 (darwin_bfd_open): Use gdb_bfd_unref.
3970 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3971 * remote-mips.c: Include gdb_bfd.h.
3972 (mips_load_srec): Use gdb_bfd_ref.
3973 (pmon_load_fast): Use gdb_bfd_ref.
3974 * remote-m32r-sdi.c: Include gdb_bfd.h.
3975 (m32r_load): Use gdb_bfd_ref.
3976 * record.c: Include gdb_bfd.h.
3977 (record_save_cleanups): Use gdb_bfd_unref.
3978 (cmd_record_save): Use gdb_bfd_unref.
3979 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3980 gdb_bfd_unref.
3981 * objfiles.h (gdb_bfd_close_or_warn): Remove.
3982 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3983 * objfiles.c: Include gdb_bfd.h.
3984 (free_objfile): Use gdb_bfd_unref.
3985 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3986 gdb_bfd.c.
3987 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3988 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3989 (macho_check_dsym): Likewise.
3990 * m32r-rom.c: Include gdb_bfd.h.
3991 (m32r_load): Use gdb_bfd_ref.
3992 (m32r_upload_command): Use gdb_bfd_ref.
3993 * jit.c: Include gdb_bfd.h.
3994 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3995 * gdb_bfd.h: New file.
3996 * gdb_bfd.c: New file.
3997 * gcore.c: Include gdb_bfd.h.
3998 (create_gcore_bfd): Use gdb_bfd_ref.
3999 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4000 (gcore_command): Use gdb_bfd_unref.
4001 * exec.c: Include gdb_bfd.h.
4002 (exec_close): Use gdb_bfd_unref.
4003 (exec_close_1): Use gdb_bfd_unref.
4004 (exec_file_attach): Use gdb_bfd_ref.
4005 * elfread.c: Include gdb_bfd.h.
4006 (build_id_verify): Use gdb_bfd_unref.
4007 * dsrec.c: Include gdb_bfd.h.
4008 (load_srec): Use gdb_bfd_ref.
4009 * corelow.c: Include gdb_bfd.h.
4010 (core_close): Use gdb_bfd_unref.
4011 (core_open): Use gdb_bfd_ref.
4012 * bfd-target.c: Include gdb_bfd.h.
4013 (target_bfd_xclose): Use gdb_bfd_unref.
4014 (target_bfd_reopen): Use gdb_bfd_ref.
4015 * Makefile.in (SFILES): Add gdb_bfd.c.
4016 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4017 (COMMON_OBS): Add gdb_bfd.o.
4018
4019 2012-07-18 Keith Seitz <keiths@redhat.com>
4020
4021 * breakpoint.c (find_condition_and_thread): Initialize
4022 TASK and REST.
4023 (create_breakpiont): find_condition_and_thread will now
4024 initialize COND_STRING, THREAD, and REST (and TASK).
4025 (addr_string_to_sals): Likewise.
4026
4027 2012-07-18 Pedro Alves <palves@redhat.com>
4028
4029 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4030 Pull the single step breakpoints out of the target.
4031
4032 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4033
4034 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4035 * stap-probe.c (compile_probe_arg): Likewise.
4036
4037 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4038
4039 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4040 (elf_compile_to_ax): Likewise.
4041 * infrun.c (insert_exception_resume_from_probe): Likewise.
4042 (check_exception_resume): Remove `objfile' variable.
4043 * probe.c (find_probe_by_pc): Remove `objfile' argument.
4044 (struct probe_and_objfile, probe_and_objfile_s): Delete.
4045 (collect_probes): Adjust return value to `VEC (probe_p) *'.
4046 (compare_entries): Rename to...
4047 (compare_probes): ...this. Adjust function to work with
4048 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
4049 respectively.
4050 (gen_ui_out_table_header_info): Adjust `probes' argument to be
4051 `VEC (probe_p) *'.
4052 (print_ui_out_info): Adjust argument to be `struct probe *'.
4053 (info_probes_for_ops): Adjust internal computations to use
4054 `VEC (probe_p) *'.
4055 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4056 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4057 gen_info_probes_table_values>: Remove `objfile' argument.
4058 (struct probe) <objfile>: New field.
4059 (find_probe_by_pc): Remove `objfile' argument.
4060 * stap-probe.c (stap_parse_probe_arguments): Likewise.
4061 (stap_get_probe_argument_count): Likewise.
4062 (stap_get_arg): Likewise.
4063 (stap_evaluate_probe_argument): Likewise.
4064 (stap_compile_to_ax): Likewise.
4065 (compile_probe_arg): Refactor not to pass `objfile' anymore.
4066 (handle_stap_probe): Fill `objfile' field from `struct probe'.
4067 (stap_gen_info_probes_table_header): Remove `objfile' argument.
4068 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4069 sym_compile_to_ax>: Likewise.
4070
4071 2012-07-18 Terry Guo <terry.guo@arm.com>
4072
4073 PR 14329
4074 * defs.h (GDB_MI_MSG_WIDTH): New.
4075 * ser_base (ser_base_read_error_fd): New function.
4076 (do_ser_base_readchar): Poll error file descriptor as well as
4077 standard output.
4078 (generic_readchar): Refactor error handling.
4079
4080 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4081
4082 * NEWS: Create a new section for the next release branch.
4083 Rename the section of the current branch, now that it has
4084 been cut.
4085
4086 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4087
4088 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4089 * version.in: Bump version to 7.5.50.20120718-cvs.
4090
4091 2012-07-17 Keith Seitz <keiths@redhat.com>
4092
4093 * linespec.c (linespec_parse_line_offset): Make parameter
4094 const.
4095
4096 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4097
4098 PR 11914
4099 * f-valprint.c (info_common_command): New variable frame_id.
4100 Reinitialize FI form FRAME_ID after each print_variable_and_value.
4101 * printcmd.c (print_variable_and_value): Extend function comment.
4102 Add comment for invalidated FRAME.
4103 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
4104 FI form FRAME_ID after each print_frame_local_vars.
4105 (struct print_variable_and_value_data): Change frame to frame_id.
4106 (do_print_variable_and_value): New variable frame, initialize it from
4107 p->frame_id. Add comment for invalidated FRAME.
4108 (print_frame_local_vars, print_frame_arg_vars): New function comment.
4109 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
4110 for invalidated FRAME.
4111
4112 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
4113 Pedro Alves <palves@redhat.com>
4114
4115 * linux-nat.c (linux_nat_detach): Don't unregister from the event
4116 loop.
4117
4118 2012-07-16 Tom Tromey <tromey@redhat.com>
4119
4120 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4121
4122 2012-07-15 Doug Evans <dje@google.com>
4123
4124 * dwarf2read.c (stmt_list_hash): New struct.
4125 (type_unit_group): Embed "per_cu" member, remove pointer.
4126 New union member "t", move member "tus" into it, all uses updated.
4127 New member "hash", replaces member "line_offset, all uses updated.
4128 (quick_file_names): Replace member "offset" with "hash", all uses
4129 updated.
4130 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4131 (hash_file_name_entry, eq_file_name_entry): Call them.
4132 (hash_type_unit_group, eq_type_unit_group): Ditto.
4133 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4134 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4135 (dw2_get_file_names): Update.
4136 (create_type_unit_group): Replace "per_cu" arg with "cu".
4137 All callers updated. Fix "quick" (.gdb_index) handling.
4138 (get_type_unit_group): Replace "per_cu" arg with "cu".
4139 All callers updated.
4140 (build_type_unit_groups): Don't reset tu_stats.
4141
4142 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4143 "tab_cur_size". Change member "tab" to be a htab_t.
4144 (create_filename_seen_cache): Update.
4145 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
4146 (filename_seen): Update.
4147
4148 2012-07-13 Doug Evans <dje@google.com>
4149
4150 * symtab.c (filename_seen): Update comment.
4151
4152 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4153 Doug Evans <dje@google.com>
4154
4155 * buildsym.c (end_symtab_1): Split it to ...
4156 (end_symtab_get_static_block): ... this ...
4157 (end_symtab_from_static_block): ... and this function.
4158 (end_symtab, end_expandable_symtab): Call them.
4159 * buildsym.h (end_symtab_get_static_block)
4160 (end_symtab_from_static_block): New declarations.
4161 * dwarf2read.c (process_full_comp_unit): New variable static_block.
4162 Set its valid CU ranges.
4163
4164 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4165
4166 * dwarf2loc.c (disassemble_dwarf_expression): Handle
4167 DW_OP_GNU_parameter_ref.
4168
4169 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4170
4171 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4172 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4173
4174 2012-07-13 Doug Evans <dje@google.com>
4175
4176 * symtab.c (output_source_filename): Delete unnecessary forward decl.
4177 (filename_seen_cache): New struct.
4178 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4179 (create_filename_seen_cache): New function.
4180 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4181 (filename_seen): Delete arg "first". New arg "cache". All callers
4182 updated.
4183 (output_source_filename_data): New struct.
4184 (output_source_filename): Delete arg "first". New arg "data".
4185 All callers updated.
4186 (sources_info): Delete local "first". New locals "data", "cleanups".
4187 Rewrite to use filename_seen_cache.
4188 (add_partial_filename_data): Delete member "first". New member
4189 "filename_seen_cache". All uses updated.
4190 (make_source_files_completion_list): Rewrite to use
4191 filename_seen_cache.
4192
4193 2012-07-12 Doug Evans <dje@google.com>
4194
4195 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
4196
4197 2012-07-10 Doug Evans <dje@google.com>
4198
4199 PR gdb/13498
4200 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
4201 all_type_unit_groups, type_unit_groups, tu_stats.
4202 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
4203 All uses updated. Add type_unit_group to union "s".
4204 (type_unit_group): New struct.
4205 (IS_TYPE_UNIT_GROUP): New macro.
4206 (abbrev_table): Delete unused member "section".
4207 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
4208 (dw2_get_cu): Assert not used with type_unit_group.
4209 (dw2_get_primary_cu): New function.
4210 (dw2_build_type_unit_groups_reader): New function.
4211 (dw2_build_type_unit_groups): New function.
4212 (dw2_get_file_names): Assert not called on type units.
4213 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
4214 Redo loop to iterate over type unit groups instead of type units.
4215 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
4216 (read_abbrev_offset): New function.
4217 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
4218 updated.
4219 (create_partial_symtab): New function.
4220 (process_psymtab_comp_unit_reader): Assert not used with type units.
4221 Call create_partial_symtab.
4222 (process_psymtab_type_unit): Delete.
4223 (hash_type_unit_group, eq_type_unit_group): New functions.
4224 (allocate_type_unit_groups_table): New function.
4225 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
4226 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
4227 (create_type_unit_group, get_type_unit_group): New functions.
4228 (tu_abbrev_offset): New struct.
4229 (sort_tu_by_abbrev_offset): New function.
4230 (add_type_unit_group_to_table): New function.
4231 (build_type_unit_groups): New function.
4232 (build_type_psymtabs_reader): New function.
4233 (build_type_psymtab_dependencies): New function.
4234 (build_type_psymtabs): Rewrite.
4235 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
4236 is seen in a type unit.
4237 (process_queue): Move symtab expansion debugging printfs here.
4238 Call process_full_type_unit for type units.
4239 (compute_symtab_includes): Assert not called for type units.
4240 (process_cu_includes): Don't call compute_symtab_includes for
4241 type units.
4242 (process_full_type_unit): New function.
4243 (process_imported_unit_die): Flag an error if called for type units.
4244 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
4245 updated. Assert not called for type units.
4246 (read_file_scope): Call dwarf2_start_symtab.
4247 (setup_type_unit_groups): New function.
4248 (read_type_unit_scope): Rewrite.
4249 (abbrev_table_read_table): Initialize abbrev_table->offset.
4250 (abbrev_table_free_cleanup): New function.
4251 (dwarf2_start_symtab): New function.
4252 (load_full_type_unit): Assert not called for type unit groups.
4253 * buildsym.c (finish_block_internal): New arg "expandable".
4254 All callers updated.
4255 (start_symtab): Move most contents to ...
4256 (restart_symtab): ... here. New function.
4257 (reset_symtab_globals): New function.
4258 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
4259 Call reset_symtab_globals.
4260 (end_symtab, end_expandable_symtab): New functions.
4261 (set_missing_symtab, augment_type_symtab): New functions.
4262 * buildsym.h (end_expandable_symtab): Declare.
4263 (augment_type_symtab, restart_symtab): Declare.
4264 * psympriv.h (struct partial_symtab): New member "anonymous".
4265 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
4266 anonymous psymtabs.
4267 (read_psymtabs_with_filename): Ditto.
4268 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
4269 (expand_symtabs_matching_via_partial): Ditto.
4270 (dump_psymtab): Update.
4271 * dictionary.c (dict_add_pending): New function.
4272 * dictionary.h (dict_add_pending): Declare.
4273
4274 2012-07-09 Doug Evans <dje@google.com>
4275
4276 * buildsym.c (start_subfile): Remove unnecessary check for
4277 name == NULL.
4278
4279 * psymtab.c (allocate_psymtab): Use host_address_to_string.
4280
4281 * dwarf2read.c (load_full_type_unit): Simplify.
4282
4283 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
4284 to struct signatured_type **. All uses updated.
4285
4286 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
4287 All callers updated.
4288
4289 2012-07-09 Tom Tromey <tromey@redhat.com>
4290
4291 * c-exp.y (check_parameter_typelist): New function.
4292 (parameter_typelist): Call it.
4293 * eval.c (make_params): Handle '(void)' case.
4294 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4295 '(void)' case.
4296
4297 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4298
4299 * common/linux-ptrace.c: Include gdb_assert.h.
4300 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
4301 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
4302 stdint.h.
4303 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
4304 functions.
4305 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
4306 * linux-nat.c (linux_child_post_attach)
4307 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
4308
4309 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4310
4311 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
4312 nptl <2.7 bug workaround for core files.
4313
4314 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4315
4316 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
4317 clearing.
4318 (save_siginfo): Remove.
4319 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
4320 call.
4321 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
4322 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
4323 * linux-nat.h (struct lwp_info): Remove field siginfo.
4324
4325 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4326
4327 Code cleanup for the next patch.
4328 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
4329 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4330 call for it.
4331 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
4332 (ia64_linux_stopped_data_address):
4333 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
4334 the return value.
4335 * linux-nat.h (linux_nat_get_siginfo): Likewise.
4336 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
4337 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4338 call for it.
4339
4340 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4341
4342 PR 14321
4343 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
4344 Increase buffer sizes to 2x we need, not just 2x of the previous size.
4345
4346 2012-07-06 Tom Tromey <tromey@redhat.com>
4347
4348 * c-exp.y (DOTDOTDOT): New token.
4349 (func_mod, exp): Use parameter_typelist.
4350 (parameter_typelist): New production.
4351 (tokentab3): Add "..." token.
4352 * eval.c (make_params): Handle varargs.
4353 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4354 varargs.
4355
4356 2012-07-06 Tom Tromey <tromey@redhat.com>
4357
4358 PR exp/9608:
4359 * c-exp.y (%union) <tvec>: Change type.
4360 (func_mod): Now uses <tvec> type.
4361 (exp): Update for tvec change.
4362 (direct_abs_decl): Push the typelist.
4363 (func_mod): Return a typelist.
4364 (nonempty_typelist): Update for tvec change.
4365 * gdbtypes.c (lookup_function_type_with_arguments): New function.
4366 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
4367 * parse.c (pop_type_list): New function.
4368 (push_typelist): New function.
4369 (follow_types): Handle tp_function_with_arguments.
4370 * parser-defs.h (type_ptr): New typedef. Define a VEC.
4371 (enum type_pieces) <tp_function_with_arguments>: New constant.
4372 (union type_stack_elt) <typelist_val>: New field.
4373 (push_typelist): Declare.
4374
4375 2012-07-06 Tom Tromey <tromey@redhat.com>
4376
4377 * c-exp.y (%union) <type_stack>: New field.
4378 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
4379 (ptr_operator_ts): New production.
4380 (ptype): Update.
4381 * parse.c (type_stack_reserve): New function.
4382 (check_type_stack_depth): Use it.
4383 (pop_type_stack, append_type_stack, push_type_stack)
4384 (get_type_stack, type_stack_cleanup): New functions.
4385 (follow_types): Handle tp_type_stack.
4386 (_initialize_parse): Simplify initialization.
4387 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
4388 constant.
4389 (union type_stack_elt) <stack_val>: New field.
4390 (get_type_stack, append_type_stack, push_type_stack)
4391 (type_stack_cleanup): Declare.
4392
4393 2012-07-06 Tom Tromey <tromey@redhat.com>
4394
4395 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
4396 Remove.
4397 (struct type_stack): New.
4398 * parse.c (type_stack, type_stack_size, type_stack_depth):
4399 Remove.
4400 (type_stack): New global.
4401 (parse_exp_in_context, check_type_stack_depth)
4402 (insert_into_type_stack, insert_type, push_type, push_type_int)
4403 (insert_type_address_space, pop_type, pop_type_int)
4404 (_initialize_parse): Update.
4405
4406 2012-07-06 Tom Tromey <tromey@redhat.com>
4407
4408 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
4409 Remove %type.
4410
4411 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4412
4413 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
4414
4415 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4416 Jan Kratochvil <jan.kratochvil@redhat.com>
4417
4418 * cp-valprint.c (cp_print_value): Replace potentially unsafe
4419 alloca with xmalloc/xfree.
4420
4421 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4422
4423 * MAINTAINERS (Write After Approval): Add myself to the list.
4424
4425 2012-07-05 Doug Evans <dje@google.com>
4426
4427 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
4428
4429 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4430
4431 * ax-gdb.c (cli/cli-utils.h): New include.
4432 (linespec.h): Ditto.
4433 (agent_eval_command_one): New function.
4434 (agent_command_1): Ditto.
4435 (agent_command): Call function agent_command_1.
4436 (agent_eval_command): Ditto.
4437 (_initialize_ax_gdb): Change help for "maint agent"
4438 and "maint agent-eval".
4439
4440 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4441
4442 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
4443 * cli/cli-utils.c (check_for_argument): New function.
4444 * cli/cli-utils.h (check_for_argument): Ditto.
4445
4446 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4447
4448 * NEWS: Mention x32 ABI support.
4449
4450 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4451
4452 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
4453 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
4454
4455 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
4456 and pc_regnum_from_eax to -1. Update SP regnum from
4457 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
4458 needed.
4459
4460 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
4461 pc_regnum_from_eax.
4462
4463 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4464
4465 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
4466 * dwarf2expr.h: Include gdbtypes.h.
4467 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
4468 these forward declarations.
4469 (cu_offset, sect_offset): Move these ...
4470 * gdbtypes.h: Remove include dwarf2expr.h.
4471 (cu_offset, sect_offset): ... here.
4472
4473 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
4474
4475 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
4476 (amd64_linux_sigtramp_code): This.
4477 (amd64_x32_linux_sigtramp_code): New.
4478 (LINUX_SIGTRAMP_LEN): Updated.
4479 (amd64_linux_sigtramp_start): Check x32 sigtramp.
4480
4481 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4482
4483 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
4484
4485 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4486
4487 * config.in: Regenerate.
4488 * configure: Regenerate.
4489 * configure.ac: Remove check for gnu/libc-version.h.
4490 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
4491 gnu/libc-version.h.
4492 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
4493 variables libc_version, libc_major and libc_minor. Replace sscanf by
4494 inferior_has_bug. Extend the comment.
4495
4496 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4497
4498 * linux-thread-db.c (inferior_has_bug): New function.
4499 (thread_db_find_new_threads_silently): Return boolean as checked by
4500 inferior_has_bug, describe it in the comments.
4501 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
4502 earlier. Abort the initialization if it returned non-zero.
4503 (thread_db_new_objfile): Exclude debug files.
4504 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
4505 if UNTIL_NO_NEW,
4506
4507 2012-07-02 Doug Evans <dje@google.com>
4508
4509 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
4510 related to queue management.
4511
4512 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
4513 instead of "debug dwarf2-die" in debugging printfs.
4514 (create_debug_info_hash_table_reader): Ditto.
4515 (create_debug_info_hash_table): Ditto.
4516 (init_dwo_file): Ditto.
4517 (init_cutu_and_read_dies): Add debugging printf.
4518 (init_cutu_and_read_dies_no_follow): Ditto.
4519 (process_psymtab_comp_unit_reader): Ditto.
4520
4521 2012-07-02 Stan Shebs <stan@codesourcery.com>
4522
4523 Add target-side support for dynamic printf.
4524 * NEWS: Mention the additional style.
4525 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
4526 (struct bp_location): New field cmd_bytecode.
4527 * breakpoint.c: Include format.h.
4528 (disconnected_dprintf): New global.
4529 (parse_cmd_to_aexpr): New function.
4530 (build_target_command_list): New function.
4531 (insert_bp_location): Call it.
4532 (remove_breakpoints_pid): Skip dprintf breakpoints.
4533 (print_one_breakpoint_location): Ditto.
4534 (dprintf_style_agent): New global.
4535 (dprintf_style_enums): Add dprintf_style_agent.
4536 (update_dprintf_command_list): Add agent case.
4537 (agent_printf_command): New function.
4538 (_initialize_breakpoint): Add new commands.
4539 * common/ax.def (printf): New bytecode.
4540 * ax.h (ax_string): Declare.
4541 * ax-gdb.h (gen_printf): Declare.
4542 * ax-gdb.c: Include cli-utils.h, format.h.
4543 (gen_printf): New function.
4544 (maint_agent_print_command): New function.
4545 (_initialize_ax_gdb): Add maint agent-printf command.
4546 * ax-general.c (ax_string): New function.
4547 (ax_print): Add printf disassembly.
4548 * Makefile.in (SFILES): Add format.c
4549 (COMMON_OBS): Add format.o.
4550 * common/format.h: New file.
4551 * common/format.c: New file.
4552 * printcmd.c: Include format.h.
4553 (ui_printf): Call parse_format_string.
4554 * remote.c (remote_state): New field breakpoint_commands.
4555 (PACKET_BreakpointCommands): New enum.
4556 (remote_breakpoint_commands_feature): New function.
4557 (remote_protocol_features): Add new BreakpointCommands entry.
4558 (remote_can_run_breakpoint_commands): New function.
4559 (remote_add_target_side_commands): New function.
4560 (remote_insert_breakpoint): Call it.
4561 (remote_insert_hw_breakpoint): Ditto.
4562 (_initialize_remote): Add new packet configuration for
4563 target-side breakpoint commands.
4564 * target.h (struct target_ops): New field
4565 to_can_run_breakpoint_commands.
4566 (target_can_run_breakpoint_commands): New macro.
4567 * target.c (update_current_target): Handle
4568 to_can_run_breakpoint_commands.
4569
4570 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4571
4572 Execute -ix and -iex only after system and user gdbinit files.
4573 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
4574 processing down after gdbinit files.
4575
4576 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4577
4578 Add fnmatch-gnu module.
4579 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
4580 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
4581 * gnulib/aclocal.m4: Regenerate.
4582 * gnulib/config.in: Regenerate.
4583 * gnulib/configure: Regenerate.
4584 * gnulib/import/dummy.c: Remove.
4585 * gnulib/import/Makefile.am: Regenerate.
4586 * gnulib/import/Makefile.in: Likewise.
4587 * gnulib/import/m4/gnulib-cache.m4: Likewise.
4588 * gnulib/import/m4/gnulib-comp.m4: Likewise.
4589 * gnulib/import/alloca.c: New file.
4590 * gnulib/import/alloca.in.h: Likewise.
4591 * gnulib/import/config.charset: Likewise.
4592 * gnulib/import/fnmatch.c: Likewise.
4593 * gnulib/import/fnmatch.in.h: Likewise.
4594 * gnulib/import/fnmatch_loop.c: Likewise.
4595 * gnulib/import/localcharset.c: Likewise.
4596 * gnulib/import/localcharset.h: Likewise.
4597 * gnulib/import/m4/alloca.m4: Likewise.
4598 * gnulib/import/m4/codeset.m4: Likewise.
4599 * gnulib/import/m4/configmake.m4: Likewise.
4600 * gnulib/import/m4/fcntl-o.m4: Likewise.
4601 * gnulib/import/m4/fnmatch.m4: Likewise.
4602 * gnulib/import/m4/glibc21.m4: Likewise.
4603 * gnulib/import/m4/localcharset.m4: Likewise.
4604 * gnulib/import/m4/locale-fr.m4: Likewise.
4605 * gnulib/import/m4/locale-ja.m4: Likewise.
4606 * gnulib/import/m4/locale-zh.m4: Likewise.
4607 * gnulib/import/m4/mbrtowc.m4: Likewise.
4608 * gnulib/import/m4/mbsinit.m4: Likewise.
4609 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4610 * gnulib/import/m4/mbstate_t.m4: Likewise.
4611 * gnulib/import/m4/stdbool.m4: Likewise.
4612 * gnulib/import/m4/wchar_h.m4: Likewise.
4613 * gnulib/import/m4/wctype_h.m4: Likewise.
4614 * gnulib/import/m4/wint_t.m4: Likewise.
4615 * gnulib/import/mbrtowc.c: Likewise.
4616 * gnulib/import/mbsinit.c: Likewise.
4617 * gnulib/import/mbsrtowcs-impl.h: Likewise.
4618 * gnulib/import/mbsrtowcs-state.c: Likewise.
4619 * gnulib/import/mbsrtowcs.c: Likewise.
4620 * gnulib/import/ref-add.sin: Likewise.
4621 * gnulib/import/ref-del.sin: Likewise.
4622 * gnulib/import/stdbool.in.h: Likewise.
4623 * gnulib/import/streq.h: Likewise.
4624 * gnulib/import/strnlen1.c: Likewise.
4625 * gnulib/import/strnlen1.h: Likewise.
4626 * gnulib/import/verify.h: Likewise.
4627 * gnulib/import/wchar.in.h: Likewise.
4628 * gnulib/import/wctype.in.h: Likewise.
4629
4630 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4631
4632 Support shell wildcards for 'set auto-load safe-path'.
4633 * auto-load.c: Include fnmatch.h.
4634 (filename_is_in_dir): Rename to ...
4635 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4636 it. Update function comment. Rename dir_len to pattern_len. New
4637 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
4638 messages. Use gdb_filename_fnmatch.
4639 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4640 pattern.
4641 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4642 * defs.h (gdb_filename_fnmatch): New declaration.
4643 * utils.c: Include fnmatch.h.
4644 (gdb_filename_fnmatch): New function.
4645
4646 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4647
4648 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4649 `-probe' and `-probe-stap' options.
4650
4651 2012-07-01 Yao Qi <yao@codesourcery.com>
4652
4653 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4654 always_inserted_off, and always_inserted_enums.
4655 Change always_inserted_mode's type to 'enum auto_boolean'.
4656 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4657 callers.
4658 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4659 of add_setshow_enum_cmd.
4660 * infrun.c: Remove can_use_displaced_stepping_auto,
4661 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4662 can_use_displaced_stepping_enum.
4663 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4664 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4665 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4666 add_setshow_enum_cmd.
4667
4668 2012-06-30 Doug Evans <dje@google.com>
4669
4670 * dwarf2read.c (signatured_type): Make "per_cu" member first.
4671 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4672 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
4673
4674 2012-06-29 Doug Evans <dje@google.com>
4675
4676 * linespec.c: #include "stack.h".
4677 (decode_line_with_current_source): Moved here from symtab.c and
4678 renamed from decode_line_spec. All callers updated.
4679 (decode_line_with_last_displayed): Moved here from breakpoint.c and
4680 renamed from decode_line_spec_1. All callers updated.
4681 * linespec.h (decode_line_with_current_source): Move declaration here
4682 from symtab.h and renamed from decode_line_spec.
4683 (decode_line_with_last_displayed): Move declaration here from symtab.h
4684 and renamed from decode_line_spec_1.
4685 * macrocmd.c: #include "linespec.h".
4686 * symtab.c: Remove #include "linespec.h".
4687
4688 2012-06-28 Doug Evans <dje@google.com>
4689
4690 * dwarf2read.c (get_cu_length): New function.
4691 (offset_in_cu_p, error_check_comp_unit_head): Call it.
4692 (create_debug_types_hash_table): Ditto.
4693 (init_cutu_and_read_dies): Ditto.
4694 (init_cutu_and_read_dies_no_follow): Ditto.
4695
4696 * dwarf2read.c (dwarf2_find_base_address): Move definition.
4697
4698 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4699 (struct abbrev_table): Define.
4700 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4701 abbrev_table.
4702 (init_cutu_and_read_dies): Update.
4703 (abbrev_table_alloc_abbrev): New function. Replaces
4704 dwarf_alloc_abbrev. All callers updated.
4705 (abbrev_table_add_abbrev): New function.
4706 (abbrev_table_lookup_abbrev): New function. Replaces
4707 dwarf2_lookup_abbrev. All callers updated.
4708 (abbrev_table_read_table): New function. Contents moved here from
4709 dwarf2_read_abbrevs.
4710 (dwarf2_read_abbrevs): Call it.
4711 (abbrev_table_free): New function.
4712 (dwarf2_free_abbrev_table): Call it.
4713
4714 2012-06-28 Stan Shebs <stan@codesourcery.com>
4715
4716 * osdata.c (info_osdata_command): Filter out "Title" columns
4717 from non-MI uses.
4718 * common/linux-osdata.c (struct osdata_type): Add title field.
4719 (osdata_table): Add titles to each entry.
4720 (linux_command_xfer_osdata): Add a column for title data.
4721
4722 2012-06-28 Stan Shebs <stan@codesourcery.com>
4723
4724 Make logging work for MI.
4725 * NEWS: Mention it.
4726 * interps.h (interp_set_logging_ftype): New typedef.
4727 (struct interp_procs): New field set_logging_proc.
4728 (current_interp_set_logging): Declare.
4729 * interps.c (current_interp_set_logging): New function.
4730 * cli/cli-logging.c: Include interps.h.
4731 (set_logging_redirect): Call current_interp_set_logging.
4732 (pop_output_files): Ditto.
4733 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4734 * mi/mi-console.h (mi_console_set_raw): Declare.
4735 * mi/mi-console.c (mi_console_set_raw): New function.
4736 * mi/mi-interp.c (saved_raw_stdout): New global.
4737 (mi_set_logging): New function.
4738 (_initialize_mi_interp): Add it to interp procs.
4739
4740 2012-06-28 Doug Evans <dje@google.com>
4741
4742 * symtab.c (lookup_symbol_aux_objfile): Use
4743 ALL_OBJFILE_PRIMARY_SYMTABS.
4744
4745 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4746
4747 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4748
4749 * common/buffer.c: Include inttypes.h and stdint.h.
4750 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4751
4752 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4753 Pedro Alves <palves@redhat.com>
4754
4755 * gdbthread.h (ALL_THREADS): New macro.
4756 (thread_list): Declare.
4757 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4758 going, but instead fall through to the stepping handling.
4759 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
4760 the passed in signal. Adjust debug output.
4761 (resume_callback): Rename to ...
4762 (linux_nat_resume_callback): ... this. Pass the thread's last
4763 stop signal, if in "pass" state.
4764 (linux_nat_resume): Adjust to rename.
4765 (stop_wait_callback): New assertion. Don't respawn signals;
4766 instead let the LWP remain with SIGNALLED set.
4767 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4768 * remote.c (append_pending_thread_resumptions): New.
4769 (remote_vcont_resume): Call it.
4770 * target.h (target_resume): Extend comment.
4771
4772 2012-06-28 Iain Sandoe <iain@codesourcery.com>
4773
4774 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4775
4776 2012-06-27 Doug Evans <dje@google.com>
4777
4778 * dwarf2read.c (dwarf2_cu): Add ranges_base.
4779 Delete have_addr_base, unused. All uses updated.
4780 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4781 (dwarf2_get_pc_bounds): Add ranges_base.
4782 (dwarf2_record_block_ranges): Ditto.
4783
4784 2012-06-27 Tom Tromey <tromey@redhat.com>
4785
4786 PR macros/7961:
4787 * varobj.c (varobj_create): Update.
4788 (varobj_set_value): Update.
4789 * tracepoint.c (validate_actionline): Update.
4790 (encode_actions_1): Update.
4791 * parse.c (parse_exp_1): Add 'pc' argument.
4792 (parse_exp_in_context): Add 'pc' argument. Change how
4793 expression_context_pc is set.
4794 (parse_expression): Update.
4795 (parse_field_expression): Update.
4796 * expression.h (parse_exp_1): Update.
4797 * eval.c (parse_to_comma_and_eval): Update.
4798 * breakpoint.c (set_breakpoint_condition): Update.
4799 (update_watchpoint): Update.
4800 (init_breakpoint_sal): Update
4801 (find_condition_and_thread): Update.
4802 (watch_command_1): Update.
4803 (update_breakpoint_locations): Update.
4804 * ada-lang.c (ada_read_renaming_var_value): Update.
4805 (create_excep_cond_exprs): Update.
4806
4807 2012-06-27 Doug Evans <dje@google.com>
4808
4809 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4810 type units.
4811
4812 2012-06-26 Doug Evans <dje@google.com>
4813
4814 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4815 prototype.
4816 (error_check_comp_unit_head): New arg abbrev_section. All callers
4817 updated.
4818 (read_and_check_comp_unit_head): Ditto.
4819 (read_and_check_type_unit_head): Ditto.
4820
4821 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4822
4823 New attribute 'last' for gdb.Symtab_and_line.
4824 * NEWS (Python Scripting): Add entry about the new attribute.
4825 * python/py-symtab.c (salpy_get_last): New function which
4826 implements the get method for the 'last' attribute of
4827 gdb.Symtab_and_line.
4828 (sal_object_getset): Add entry for the 'last' attribute.
4829
4830 2012-06-26 Doug Evans <dje@google.com>
4831
4832 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4833 (dwo_sections): Add macinfo, macro.
4834 (dwarf2_locate_dwo_sections): Watch for macro sections.
4835 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4836 All callers updated. Handle DWO files.
4837
4838 * NEWS: Mention new options "set debug dwarf2-read" and
4839 "set debug symtab-create".
4840 * dwarf2read.c (dwarf2_read_debug): New static global.
4841 (dwarf2_build_psymtabs_hard): Add debugging printfs.
4842 (process_queue): Ditto.
4843 (process_full_comp_unit): Ditto.
4844 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4845 * elfread.c (elf_symfile_read): Add debugging printf.
4846 * minsyms.c (install_minimal_symbols): Ditto.
4847 * psymtab.c (allocate_psymtab): Ditto.
4848 * symfile.c (allocate_symtab): Ditto.
4849 * symtab.c (symtab_create_debug): New global.
4850 (_initialize_symtab): Add new option "set debug symtab-create".
4851 * symtab.h (symtab_create_debug): Declare.
4852
4853 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4854 (lookup_dwo_type_unit): Ditto.
4855
4856 2012-06-26 Roland McGrath <roland@hack.frob.com>
4857 H.J. Lu <hongjiu.lu@intel.com>
4858
4859 * amd64-linux-nat.c: Include <sys/user.h>.
4860 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4861 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4862 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4863
4864 * configure.ac: Check if the fs_base and gs_base members of
4865 `struct user_regs_struct' exist.
4866 * config.in: Regenerated.
4867 * configure: Likewise.
4868
4869 2012-06-25 Michael Eager <eager@eagercon.com>
4870
4871 PR python/14291
4872 * python/python.c (gdbpy_write): Check for interrupted output.
4873
4874 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4875
4876 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4877 register as a stack alignment in ARM mode.
4878
4879 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4880
4881 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4882 * gnulib/config.in: Regenerate.
4883 * gnulib/configure: Likewise.
4884 * gnulib/import/m4/extensions.m4: Update it.
4885 * gnulib/import/m4/gnulib-common.m4: Likewise.
4886 * gnulib/import/m4/memmem.m4: Likewise.
4887 * gnulib/import/m4/mmap-anon.m4: Likewise.
4888 * gnulib/import/m4/multiarch.m4: Likewise.
4889 * gnulib/import/stdint.in.h: Likewise.
4890
4891 2012-06-24 Yao Qi <yao@codesourcery.com>
4892
4893 * corefile.c (write_memory_with_notification): New.
4894 * gdbcore.h: Declare write_memory_with_notification.
4895 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4896 'observer_notify_memory_changed' with 'write_memory_with_notification'.
4897 * valops.c (value_assign): Likewise.
4898 * python/py-inferior.c (infpy_write_memory): Call
4899 'write_memory_with_notification'.
4900
4901 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4902
4903 * cc-with-index.sh: Use also -ex "set auto-load no".
4904
4905 2012-06-23 Doug Evans <dje@google.com>
4906
4907 PR 14125
4908 * NEWS: Document additions to .gdb_index.
4909 * dwarf2read.c: #include "gdb/gdb-index.h".
4910 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4911 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4912 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4913 (dwarf2_read_index): Recognize version 7.
4914 (dw2_do_expand_symtabs_matching): New args want_specific_block,
4915 block_kind, domain): All callers updated.
4916 (dw2_find_symbol_file): Handle new index CU values.
4917 (dw2_expand_symtabs_matching): Match symbol kind if requested.
4918 (add_index_entry): New args is_static, kind. All callers updated.
4919 (offset_type_compare, uniquify_cu_indices): New functions
4920 (symbol_kind): New function.
4921 (write_psymtabs_to_index): Remove duplicate CU values.
4922 (write_psymtabs_to_index): Write .gdb_index version 7.
4923
4924 2012-06-22 Joel Brobecker <brobecker@adacore.com>
4925
4926 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4927 * configure: Regenerate.
4928
4929 2012-06-20 Yao Qi <yao@codesourcery.com>
4930
4931 * python/py-inferior.c: Update comments of infpy_read_memory
4932 and infpy_write_memory.
4933
4934 2012-06-19 Tom Tromey <tromey@redhat.com>
4935
4936 PR exp/9514:
4937 * parser-defs.h (insert_type, insert_type_address_space): Declare.
4938 (push_type_address_space): Remove.
4939 * parse.c (insert_into_type_stack): New function.
4940 (insert_type): Likewise.
4941 (insert_type_address_space): Rename from push_type_address_space.
4942 Insert tp_space_identifier.
4943 * c-exp.y (ptr_operator): New production.
4944 (abs_decl): Use ptr_operator.
4945 (space_identifier): Call insert_type_address_space.
4946 (ptype): Don't use const_or_volatile_or_space_identifier.
4947 (const_or_volatile_noopt): Call insert_type.
4948 (conversion_type_id, conversion_declarator): New productions.
4949 (operator): Use conversion_type_id.
4950
4951 2012-06-18 Doug Evans <dje@google.com>
4952
4953 * symtab.h (minimal_symbol): New member created_by_gdb.
4954 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4955 created by gdb.
4956 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4957 (search_symbols): Call it instead of lookup_symbol.
4958 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
4959
4960 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4961 Adjust address for DW_OP_GNU_addr_index.
4962 * dwarf2expr.h (dwarf_expr_context): Update comment.
4963 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4964 all callers updated. Handle TLS vars described with
4965 DW_OP_GNU_const_index.
4966 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4967 and DW_OP_GNU_const_index.
4968 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4969
4970 * block.c (find_block_in_blockvector): Make explicit the fact that we
4971 ignore GLOBAL_BLOCK.
4972
4973 2012-06-18 Tom Tromey <tromey@redhat.com>
4974
4975 * c-exp.y (operator): Remove trailing space after "delete" and
4976 "delete[]".
4977
4978 2012-06-18 Mark Kettenis <kettenis@gnu.org>
4979 Jan Kratochvil <jan.kratochvil@redhat.com>
4980
4981 Switch i386 and derived targets to ON_STACK.
4982 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4983 (amd64_dicos_init_abi): Remove its installment.
4984 * dicos-tdep.c (dicos_init_abi): Remove the
4985 set_gdbarch_call_dummy_location call. Update the comment here.
4986 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4987 (i386_dicos_init_abi): Remove its installment.
4988 * i386-tdep.c (i386_push_dummy_code): New function.
4989 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4990 i386_push_dummy_code.
4991
4992 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4993
4994 Remove stale dummy frames.
4995 * breakpoint.c: Include dummy-frame.h.
4996 (longjmp_breakpoint_ops): New variable.
4997 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4998 bp_longjmp_call_dummy.
4999 (bpstat_what, bptype_string, print_one_breakpoint_location)
5000 (init_bp_location): Support bp_longjmp_call_dummy.
5001 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
5002 (set_longjmp_breakpoint_for_call_dummy)
5003 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5004 functions.
5005 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5006 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
5007 FIXME comment and extend the other comment for bp_call_dummy.
5008 (set_longjmp_breakpoint_for_call_dummy)
5009 (check_longjmp_breakpoint_for_call_dummy): New declarations.
5010 * dummy-frame.c: Include gdbthread.h.
5011 (pop_dummy_frame_bpt): New function.
5012 (pop_dummy_frame): Call pop_dummy_frame_bpt.
5013 (dummy_frame_discard): New function.
5014 (cleanup_dummy_frames): Update the comment about longjmps.
5015 * dummy-frame.h (dummy_frame_discard): New declaration.
5016 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5017 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
5018 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
5019 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5020 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
5021 keep_going if IS_LONGJMP and there is no other reason to stop.
5022
5023 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
5024
5025 * remote-sim.c (sim_command_completer): Initialize
5026 variable 'result'.
5027
5028 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5029
5030 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5031 * dwarf2loc.c (call_site_parameter_matches): Support
5032 CALL_SITE_PARAMETER_PARAM_OFFSET.
5033 (needs_dwarf_reg_entry_value): Push stub value.
5034 * dwarf2read.c (read_call_site_scope): New variable origin. Support
5035 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5036 * gdbtypes.h (enum call_site_parameter_kind): New item
5037 CALL_SITE_PARAMETER_PARAM_OFFSET.
5038 (struct call_site.parameter.u): New field param_offset.
5039
5040 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5041
5042 Code cleanup: Generalize call_site.parameter key.
5043 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5044 variable dwarf_reg. New variable kind_u. Update parameters to
5045 push_dwarf_reg_entry_value.
5046 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5047 * dwarf2expr.h (enum call_site_parameter_kind)
5048 (union call_site_parameter_u): Forward declarations.
5049 (struct dwarf_expr_context_funcs): Update parameters and their
5050 description for push_dwarf_reg_entry_value.
5051 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5052 * dwarf2loc.c (call_site_parameter_matches): New function.
5053 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5054 description. Use call_site_parameter_matches.
5055 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5056 Update parameters and their description.
5057 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5058 New variable kind_u. Adjust the caller for updated parameters.
5059 (needs_dwarf_reg_entry_value): Update parameters.
5060 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
5061 instead of attr. Update for the changed fields of struct
5062 call_site_parameter.
5063 * gdbtypes.h: Include dwarf2expr.h.
5064 (enum call_site_parameter_kind): New.
5065 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
5066 fb_offset into new union u.
5067
5068 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5069
5070 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5071 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5072 for x32.
5073
5074 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5075
5076 * amd64-linux-nat.c (compat_x32_clock_t): New.
5077 (compat_x32_siginfo_t): Likewise.
5078 (compat_x32_siginfo_from_siginfo): Likewise.
5079 (siginfo_from_compat_x32_siginfo): Likewise.
5080 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5081 and siginfo_from_compat_x32_siginfo for x32.
5082
5083 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
5084
5085 * tracepoint.c (tfile_xfer_partial): Add a lseek.
5086
5087 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5088
5089 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5090 instead of gdbarch_ptr_bit.
5091 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5092 (amd64_supply_native_gregset): Likewise.
5093 (amd64_collect_native_gregset): Likewise.
5094 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5095 (amd64_supply_xsave): Likewise.
5096 (amd64_collect_fxsave): Likewise.
5097 (amd64_collect_xsave): Likewise.
5098
5099 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5100
5101 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5102 (amd64_linux_read_description): Check DS segment register for
5103 x32 process.
5104
5105 2012-06-15 Tom Tromey <tromey@redhat.com>
5106
5107 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5108 init_cutu_and_read_dies.
5109
5110 2012-06-15 Iain Sandoe <iain@codesourcery.com>
5111
5112 * MAINTAINERS (Write After Approval): Add myself to the list.
5113
5114 2012-06-15 Tom Tromey <tromey@redhat.com>
5115
5116 * valops.c (value_find_oload_method_list): Now static.
5117 * value.h (value_find_oload_method_list): Don't declare.
5118
5119 2012-06-15 Tom Tromey <tromey@redhat.com>
5120
5121 * valops.c (find_overload_match): Use value_ind.
5122
5123 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
5124
5125 * infrun.c (handle_inferior_event): Correct indentation.
5126
5127 2012-06-14 Doug Evans <dje@google.com>
5128
5129 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5130 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5131 All uses updated.
5132 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
5133 updated. Handle DEBUG_LOC_START_LENGTH.
5134 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5135 (loclist_describe_location): Ditto.
5136
5137 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
5138
5139 PR backtrace/13866
5140 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5141 after hiding inline functions.
5142
5143 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5144
5145 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
5146 _initialize_inf_ttrace.
5147
5148 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5149
5150 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
5151 _initialize_hppa_hpux_nat.
5152
5153 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5154
5155 * remote-sim.c (sim_command_completer): Change type of return
5156 value to "VEC (char_ptr) *". Adjust implementation accordingly.
5157
5158 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5159 Jan Kratochvil <jan.kratochvil@redhat.com>
5160
5161 PR tdep/14222
5162 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5163 stack on a 16-byte boundary.
5164
5165 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
5166
5167 * jit.c (finalize_symtab): Set function's return type to 'void' by
5168 default.
5169
5170 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5171 H.J. Lu <hongjiu.lu@intel.com>
5172
5173 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5174 Move bits common to both the classic LP64 and the new x32 ILP32
5175 ABI here.
5176 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5177 (amd64_x32_linux_init_abi): New function.
5178 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5179 subtype.
5180
5181 * i386-tdep.h (i386_pseudo_register_name): New prototype.
5182 * i386-tdep.c (i386_pseudo_register_name): Make public.
5183 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5184 * amd64-tdep.c (amd64_dword_names): Add "eip".
5185 (amd64_x32_pseudo_register_type): New function
5186 (amd64_x32_init_abi): New function.
5187
5188 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5189
5190 PR build/14003
5191 * inferior.h (struct inferior_suspend_state): Comment out.
5192 (struct inferior): Comment out the field suspend.
5193 * infrun.c (struct infcall_suspend_state): Comment out the field
5194 inferior_suspend.
5195 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
5196 out its assignment.
5197
5198 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5199
5200 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5201 * c-exp.y (classify_inner_name): Remove caller assumptions in the
5202 function comment. Return ERROR for unresolved cases. Implement
5203 returning proper NAME.
5204 (yylex): Accept also NAME from classify_inner_name.
5205 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
5206 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
5207 LOC_TYPEDEF type.
5208 * cp-support.h (cp_lookup_nested_type): Update its declaration.
5209
5210 2012-06-13 Tom Tromey <tromey@redhat.com>
5211
5212 * breakpoint.c (condition_completer): New function.
5213 (_initialize_breakpoint): Use it.
5214 * value.c (complete_internalvar): New function.
5215 * value.h (complete_internalvar): Declare.
5216
5217 2012-06-13 Tom Tromey <tromey@redhat.com>
5218
5219 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
5220 * breakpoint.c (catch_syscall_completer): Return a VEC.
5221 * cli/cli-cmds.c (complete_command): Update.
5222 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
5223 (complete_on_enum): Likewise.
5224 * command.h: Include gdb_vecs.h.
5225 (completer_ftype): Change return type.
5226 (complete_on_cmdlist, complete_on_enum): Likewise.
5227 * completer.c (noop_completer, filename_completer)
5228 (location_completer): Return a VEC.
5229 (add_struct_fields): Remove 'nextp' argument. Change 'output'
5230 to a VEC.
5231 (expression_completer, complete_line_internal, complete_line)
5232 (command_completer): Return a VEC.
5233 (gdb_completion_word_break_characters, line_completion_function):
5234 Update.
5235 * completer.h: Include gdb_vecs.h.
5236 (complete_line, noop_completer, filename_completer)
5237 (expression_completer, location_completer, command_completer):
5238 Update.
5239 * f-lang.c (f_word_break_characters): Return a VEC.
5240 * interps.c (interpreter_completer): Return a VEC.
5241 * language.h (struct language_defn)
5242 <la_make_symbol_completion_list>: Return a VEC.
5243 * python/py-cmd.c (cmdpy_completer): Return a VEC.
5244 * symtab.c (free_completion_list): Take a VEC.
5245 (return_val_size, return_val_index): Remove.
5246 (return_val): Now a VEC.
5247 (completion_list_add_name): Update.
5248 (default_make_symbol_completion_list_break_on)
5249 (default_make_symbol_completion_list, make_symbol_completion_list)
5250 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
5251 Return a VEC.
5252 (add_filename_to_list): Update.
5253 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
5254 <list>: Now a VEC.
5255 (maybe_add_partial_symtab_filename): Update.
5256 (make_source_files_completion_list): Return a VEC.
5257 * symtab.h (default_make_symbol_completion_list_break_on)
5258 (default_make_symbol_completion_list, make_symbol_completion_list)
5259 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
5260 (make_source_files_completion_list): Update.
5261
5262 2012-06-13 Tom Tromey <tromey@redhat.com>
5263
5264 * breakpoint.c (add_catch_command): Use completer_ftype.
5265 * breakpoint.h: Include command.h.
5266 (add_catch_command): Use completer_ftype.
5267 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
5268 * cli/cli-decode.h (struct cmd_list_element) <completer>:
5269 Use completer_ftype.
5270 * command.h (completer_ftype): New typedef.
5271 (set_cmd_completer): Use it.
5272 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
5273 completer_ftype.
5274
5275 2012-06-13 Pedro Alves <palves@redhat.com>
5276
5277 Partial revert of previous change.
5278
5279 * serial.c (scb_base): New global.
5280 (serial_for_fd): New.
5281 (serial_open, serial_fdopen_ops): Link new serial in open serials
5282 chain.
5283 (do_serial_close): Unlink serial from the open serials chain.
5284
5285 2012-06-12 Pedro Alves <palves@redhat.com>
5286
5287 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
5288 threads here.
5289 (prepare_for_detach): No longer context switch here in non-stop
5290 mode.
5291 (fetch_inferior_event): Ditto.
5292 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
5293 to the event thread before removing breakpoints. Switch to the
5294 event thread before inserting breakpoints and resuming.
5295 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
5296 event thread before resuming.
5297 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
5298 Switch to the event thread before removing breakpoints.
5299
5300 2012-06-12 Eli Zaretskii <eliz@gnu.org>
5301
5302 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
5303 special characters correctly for the Windows shells. See
5304 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
5305 report.
5306 [!__MINGW32__]: Remove extra double quote character from special
5307 characters.
5308
5309 2012-06-11 Stan Shebs <stan@codesourcery.com>
5310
5311 * ui-out.h: Remove #if 0 declarations.
5312 * ui-out.c: Remove #if 0 functions.
5313
5314 2012-06-11 Pedro Alves <palves@redhat.com>
5315
5316 * ser-base.c (run_async_handler_and_reschedule): New.
5317 (fd_event, push_event): Use it.
5318 * serial.c (serial_open, serial_fdopen_ops): Set the initial
5319 reference count to 1.
5320 (do_serial_close): Set the bufp field to NULL. Use serial_unref
5321 instead of xfree.
5322 (serial_is_open, serial_ref, serial_unref): New.
5323 * serial.h (serial_open): Adjust comment.
5324 (serial_is_open): Declare.
5325 (serial_close): Adjust comment.
5326 (serial_ref, serial_unref) Declare.
5327 (struct serial): New field 'refcnt'.
5328
5329 2012-06-11 Pedro Alves <palves@redhat.com>
5330
5331 Remove #if 0'd "connect" command, and unnecessary associated
5332 refcounting and serial reuse bits.
5333
5334 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
5335 * serial.c (last_serial_opened): Delete.
5336 (scb_base): Delete.
5337 (serial_open): Adjust.
5338 (serial_for_fd): Delete.
5339 (serial_fdopen_ops, do_serial_close): Adjust.
5340 (serial_fdopen_ops): Adjust.
5341
5342 2012-06-11 Pedro Alves <palves@redhat.com>
5343
5344 * serial.c (do_serial_close): Remove early return when SCB is
5345 null.
5346
5347 2012-06-11 Tom Tromey <tromey@redhat.com>
5348
5349 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
5350
5351 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5352
5353 Fix regression by the "ambiguous linespec" series.
5354 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
5355 get_last_displayed_symtab and get_last_displayed_line and depending
5356 on CURSAL.
5357
5358 2012-06-11 Tom Tromey <tromey@redhat.com>
5359
5360 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
5361 (dw2_find_symbol_file): Use it.
5362
5363 2012-06-11 Michael Eager <eager@eagercon.com>
5364
5365 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
5366 * mips-linux-tdep.h (mips_signals): New
5367
5368 2012-06-11 Tom Tromey <tromey@redhat.com>
5369
5370 * infrun.c (handle_inferior_event)
5371 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
5372 breakpoint.
5373 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
5374 exception logic in all cases. Update comments.
5375 (insert_longjmp_resume_breakpoint): Set the exception resume
5376 breakpoint.
5377
5378 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
5379
5380 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
5381
5382 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
5383
5384 * valarith.c (binop_types_user_defined_p): Fix a typo.
5385
5386 2012-06-08 Yao Qi <yao@codesourcery.com>
5387 Chung-Lin Tang <cltang@codesourcery.com>
5388
5389 * arch-utils.c (default_return_in_first_hidden_param_p): New.
5390 * arch-utils.h: Declare.
5391 * gdbarch.sh: Add return_in_first_hidden_param_p.
5392 * gdbarch.c, gdbarch.h: Regenerated.
5393 * infcall.c (call_function_by_hand): Call
5394 gdbarch_return_in_first_hidden_param_p instead of
5395 language_pass_by_reference.
5396
5397 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
5398 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
5399 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
5400 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
5401 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
5402 `cplus_return_struct_by_reference'.
5403 (tic6x_return_value): Handle language cplusplus.
5404 (tic6x_return_in_first_hidden_param_p): New.
5405 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
5406
5407 2012-06-07 Doug Evans <dje@google.com>
5408
5409 * dwarf2read.c (dwarf2_cu): Add comment.
5410
5411 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5412
5413 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
5414 variable.
5415 (mips_eabi_push_dummy_call): Likewise.
5416 (mips_n32n64_push_dummy_call): Likewise.
5417 (mips_o32_push_dummy_call): Likewise.
5418 (mips_o64_push_dummy_call): Likewise.
5419
5420 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5421
5422 * mips-tdep.c (mips_convert_register_p): Correct coding style.
5423
5424 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5425
5426 * mips-tdep.c (mips_pseudo_register_type): Use
5427 mips_float_register_p.
5428
5429 2012-06-06 Pedro Alves <palves@redhat.com>
5430
5431 * infrun.c (handle_inferior_event): Remove calls to
5432 reinit_frame_cache that follow a context_switch call.
5433
5434 2012-06-06 Pedro Alves <palves@redhat.com>
5435
5436 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
5437 context_switch and remove stale comment.
5438
5439 2012-06-06 Pedro Alves <palves@redhat.com>
5440
5441 * infrun.c (struct execution_control_state): Remove
5442 `new_thread_event' field.
5443 (handle_inferior_event): Simplify new threads handling; don't
5444 resume the inferior if we find a new thread.
5445
5446 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
5447
5448 * NEWS: Document the deprecation of SH's 'regs' command.
5449 * inferior.h (all_registers_info): Add function declaration.
5450 * sh-tdep.c (sh_show_regs): Remove variable.
5451 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
5452 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
5453 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
5454 (sh_show_regs_command): Remove functions.
5455 (sh_gdbarch_init): Don't set sh_show_regs.
5456 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
5457 'info all-registers'.
5458 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
5459 (sh64_show_regs): Remove functions.
5460 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
5461
5462 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5463
5464 * configure.ac: Move development=true below AC_INIT.
5465 * configure: Regenerate.
5466
5467 2012-06-05 Stan Shebs <stan@codesourcery.com>
5468
5469 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
5470 gdb_stdout.
5471
5472 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
5473
5474 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
5475 argument as ssize_t.
5476 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
5477 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
5478 * target.c (target_read_stack, target_write_memory)
5479 (target_write_raw_memory): Likewise.
5480 * target.h (target_read_stack, target_write_memory)
5481 (target_write_raw_memory): Likewise.
5482
5483 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5484
5485 * symfile-mem.c: Change gdb_static_assert to ssize_t.
5486 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
5487 * target.c (target_read_memory): Change LEN to ssize_t.
5488 * target.h (target_read_memory): Change LEN to ssize_t.
5489
5490 2012-06-05 Pedro Alves <palves@redhat.com>
5491
5492 PR backtrace/13866
5493
5494 * breakpoint.c (until_break_command): Only fetch the selected
5495 frame after decode_line_1.
5496
5497 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5498
5499 * solib-svr4.c (enable_break): Don't fallback to setting the solib
5500 event breakpoint at _start, __start or main if a program
5501 interpreter is not found.
5502
5503 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5504
5505 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
5506 Add declaration.
5507 * windows-tdep.c: #include "objfiles.h".
5508 (windows_iterate_over_objfiles_in_search_order): New function.
5509 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5510 iterate_over_objfiles_in_search_order gdbarch method to
5511 windows_iterate_over_objfiles_in_search_order.
5512 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
5513
5514 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5515
5516 * gdbarch.sh: Add generation of
5517 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
5518 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
5519 (iterate_over_objfiles_in_search_order): New gdbarch method.
5520 * gdbarch.h, gdbarch.c: Regenerate.
5521 * objfiles.h (default_iterate_over_objfiles_in_search_order):
5522 Add declaration.
5523 * objfiles.c (default_iterate_over_objfiles_in_search_order):
5524 New function.
5525 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5526 out of lookup_symbol_aux_symtabs.
5527 (lookup_symbol_aux_symtabs): Replace extracted-out code by
5528 call to lookup_symbol_aux_objfile.
5529 (struct global_sym_lookup_data): New type.
5530 (lookup_symbol_global_iterator_cb): New function.
5531 (lookup_symbol_global): Search for symbol using
5532 gdbarch_iterate_over_objfiles_in_search_order and
5533 lookup_symbol_global_iterator_cb.
5534 * findvar.c (struct minsym_lookup_data): New type.
5535 (minsym_lookup_iterator_cb): New function.
5536 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
5537 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
5538 and minsym_lookup_iterator_cb.
5539
5540 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5541
5542 Revert the following patch:
5543 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5544 try locating the symbol in the symbol's own objfile first, before
5545 extending the search to all objfiles.
5546 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5547 out of lookup_symbol_aux_symtabs.
5548 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5549 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5550 Do not search EXCLUDE_OBJFILE.
5551 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5552 (lookup_symbol_global): Search for matches in the block's objfile
5553 first, before searching all other objfiles.
5554
5555 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5556
5557 * breakpoint.c (find_condition_and_thread): Stop parsing
5558 as soon as the first invalid keyword is found.
5559
5560 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5561
5562 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
5563
5564 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5565
5566 * config/djgpp/djcheck.sh: Add copyright header.
5567
5568 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5569
5570 * copyright.py (update_files, main): Fix path to update-copyright
5571 script.
5572
5573 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5574
5575 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
5576 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
5577 for which a reminder to update by hand is printed.
5578
5579 2012-06-04 Doug Evans <dje@google.com>
5580
5581 * buildsym.c (make_blockvector): Add comment.
5582
5583 2012-06-04 Pedro Alves <palves@redhat.com>
5584
5585 * arch-utils.c (default_gdb_signal_from_target): Delete.
5586 * arch-utils.h (default_gdb_signal_from_target): Delete.
5587 * corelow.c (core_open) <signal mapping>: Extended comment. Check
5588 gdbarch_gdb_signal_from_target_p.
5589 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5590 predicate).
5591 * gdbarch.h: Regenerate.
5592 * gdbarch.c: Regenerate.
5593
5594 2012-06-04 Pedro Alves <palves@redhat.com>
5595
5596 * gdbarch.sh (gdb_signal_from_target): Mention that the
5597 implementation of the method must be host independent.
5598 * gdbarch.h: Regenerate.
5599
5600 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5601
5602 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5603 parameters.
5604 (target_read_memory_bfd): New function.
5605 (symbol_file_add_from_memory): Use it.
5606
5607 2012-06-03 Doug Evans <dje@google.com>
5608
5609 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5610 of primary symtab.
5611 (basic_lookup_transparent_type): Ditto.
5612
5613 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5614 (ALL_PRIMARY_SYMTABS): Use it.
5615 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5616 * dwarf2read.c (dw2_find_symbol_file): Ditto.
5617 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5618 * symtab.c (lookup_symbol_aux_objfile): Ditto.
5619 (basic_lookup_transparent_type): Ditto.
5620
5621 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
5622
5623 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
5624 it to optimize resolution of demangled name.
5625
5626 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5627
5628 * configure.ac (development): Define new variable.
5629 Call AC_CHECK_LIB for mcheck if $development.
5630 (ERROR_ON_WARNING): Enable it by default only if $development.
5631 * config.in: Regenerate.
5632 * configure: Regenerate.
5633
5634 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
5635
5636 * target.c (target_read_memory): Make LEN argument as size_t.
5637 * target.h (target_read_memory): Likewise.
5638
5639 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5640
5641 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5642
5643 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
5644
5645 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5646 BookE interface for PowerPC server processors if not available
5647 in the Linux Kernel.
5648
5649 2012-05-31 Keith Seitz <keiths@redhat.com>
5650
5651 * linespec.c (decode_objc): Add cleanup to free
5652 INFO.FILE_SYMTABS.
5653 (find_linespec_symbols): Add cleanup to free CLASSES.
5654 * symfile.c (find_separate_debug_file_by_debuglink): Add
5655 cleanup to free DEBUGLINK.
5656 * ui-out.c (clear_header_list): No need to check if
5657 HEADER_NEXT.COLHDR is NULL.
5658 Free HEADER_NEXT.COL_NAME.
5659
5660 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5661
5662 * ada-lang.c (standard_lookup): Prevent uninitialized variable
5663 warning.
5664
5665 2012-05-30 Jeff Kenton <jkenton@tilera.com>
5666
5667 * configure.host (gdb_host_cpu): Handle tilegx*.
5668 (gdb_host): Handle tilegx-*-linux*.
5669 * tilegx-linux-nat.c: New file.
5670 * config/tilegx/linux.mh: New file.
5671
5672 2012-05-30 Jeff Kenton <jkenton@tilera.com>
5673
5674 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5675 tilegx-linux-tdep.o.
5676 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5677 tilegx-linux-tdep.c.
5678 * configure.tgt: Handle tilegx-*-linux*.
5679 * tilegx-tdep.h: New file.
5680 * tilegx-tdep.c: New file.
5681 * tilegx-linux-tdep.c: New file.
5682 * regformats/reg-tilegx.dat: New file.
5683
5684 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
5685
5686 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5687 accounting of hw watchpoints on ppc.
5688
5689 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5690
5691 * source.c (openp): Expand tilde in path entries.
5692
5693 2012-05-29 Doug Evans <dje@google.com>
5694
5695 * buildsym.c (block_compar): Fix comment.
5696 (end_symtab): Fix and clarify some comments.
5697
5698 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5699 cleanup_undefined_types.
5700 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5701 All callers updated.
5702
5703 2012-05-29 Tom Tromey <tromey@redhat.com>
5704
5705 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5706 fails.
5707 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5708 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5709 fails.
5710 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5711 fails.
5712
5713 2012-05-29 Tristan Gingold <gingold@adacore.com>
5714
5715 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5716 (struct darwin_info): ... New struct.
5717 (solib_darwin_pspace_data): New variable.
5718 (darwin_pspace_data_cleanup): New function.
5719 (get_darwin_info): Likewise.
5720 (darwin_dyld_version_ok, darwin_load_image_infos)
5721 (darwin_solib_get_all_image_info_addr_at_init)
5722 (darwin_solib_read_all_image_info_addr): Add info argument.
5723 Adjust code.
5724 (darwin_current_sos): Use per pspace structure.
5725 (darwin_solib_create_inferior_hook): Likewise.
5726 (darwin_clear_solib): Likewise.
5727 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5728
5729 2012-05-28 Pedro Alves <palves@redhat.com>
5730
5731 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5732 block that uses them. Clear ecss before handling each event.
5733
5734 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5735
5736 * solib-svr4.c (svr4_current_sos): New comment on
5737 svr4_current_sos_via_xfer_libraries fall back.
5738
5739 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5740
5741 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
5742 it as a fallback for TYPE_IS_OPAQUE.
5743 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5744 symbols for lookup_symbol.
5745
5746 2012-05-24 John Steele Scott <toojays@toojays.net>
5747
5748 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5749 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5750 (producer_is_gxx_lt_4_6): Move the checking and caching to...
5751 (check_producer): ... this new function, which also checks for ICC
5752 and caches the result.
5753 (producer_is_icc): New function.
5754 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5755 producer was ICC.
5756
5757 2012-05-24 Pedro Alves <palves@redhat.com>
5758
5759 PR gdb/7205
5760
5761 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5762 (default_gdb_signal_to_target): ... this. Add comment.
5763 (default_gdb_signal_from_host): Rename to ...
5764 (default_gdb_signal_from_target): ... this. Add comment.
5765 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5766 (default_gdb_signal_to_target): ... this.
5767 (default_gdb_signal_from_host): Rename to ...
5768 (default_gdb_signal_from_target): ... this.
5769 * corelow.c (core_open): Adjust to naming change. Replace comment.
5770 * gdbarch.sh (gdb_signal_from_host): Rename to ...
5771 (gdb_signal_from_target): ... this. Adjust to
5772 default_gdb_signal_from_host naming change. Extend comment.
5773 (gdb_signal_to_host): Rename to ...
5774 (gdb_signal_to_target): ... this. Adjust to
5775 default_gdb_signal_to_host naming change.
5776 * gdbarch.h, gdbarch.c: Renegerate.
5777
5778 2012-05-24 Pedro Alves <palves@redhat.com>
5779
5780 PR gdb/7205
5781
5782 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5783
5784 2012-05-24 Pedro Alves <palves@redhat.com>
5785
5786 PR gdb/7205
5787
5788 Replace target_signal with gdb_signal throughout.
5789
5790 2012-05-24 Pedro Alves <palves@redhat.com>
5791
5792 PR tui/14159
5793
5794 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5795 string, instead of reusing the va_list argument.
5796
5797 2012-05-24 Tom Tromey <tromey@redhat.com>
5798
5799 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5800 Remove.
5801
5802 2012-05-23 Doug Evans <dje@google.com>
5803
5804 * symtab.c (search_symbols): Formatting fixes.
5805 (print_symbol_info): Formatting fixes.
5806
5807 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5808 int64_t change to leb128 API.
5809 (read_encoded_value, decode_frame_entry_1): Ditto.
5810 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5811 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5812 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5813 (execute_stack_op): Ditto.
5814 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5815 (safe_read_uleb128, safe_read_sleb128): Ditto.
5816 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5817 (dwarf2_compile_expr_to_ax): Ditto.
5818 (locexpr_describe_location_piece): Ditto.
5819 (disassemble_dwarf_expression): Ditto.
5820 (locexpr_describe_location_1): Ditto.
5821
5822 2012-05-23 Stan Shebs <stan@codesourcery.com>
5823 Kwok Cheung Yeung <kcy@codesourcery.com>
5824
5825 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5826 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5827 (mi-cmd-info.o): New rule.
5828 * osdata.h (info_osdata_command): New declaration.
5829 * osdata.c (info_osdata_command): Change to non-static.
5830 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5831 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5832 * mi/mi-cmd-info.c: New file.
5833
5834 2012-05-23 Doug Evans <dje@google.com>
5835
5836 * symtab.c (search_symbols): Pass NULL for file_matcher to
5837 expand_symtabs_matching if there are no files to match.
5838
5839 * gdbtypes.c (lookup_typename): Simplify.
5840
5841 2012-05-23 Pedro Alves <palves@redhat.com>
5842
5843 * arch-utils.h (default_target_signal_to_host): Delete.
5844 * arch-utils.c (default_target_signal_to_host): Delete.
5845 * gdbarch.sh (target_signal_to_host): Remove.
5846 * gdbarch.h, gdbarch.c: Regenerate.
5847
5848 2012-05-22 Doug Evans <dje@google.com>
5849
5850 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5851 "const gdb_byte *".
5852 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5853 (execute_cfa_program): Update to match API of leb128 functions.
5854 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5855 "const gdb_byte *".
5856 (read_unsigned_leb128, read_signed_leb128): Delete.
5857 (read_initial_length): Change type of buf argument to
5858 "const gdb_byte *".
5859 (read_encoded_value): Update to match API of leb128 functions.
5860 (decode_frame_entry): Change result to "const gdb_byte *", and
5861 similarly for "start" parameter.
5862 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
5863 (dwarf2_build_frame_info): Change local frame_ptr to
5864 "const gdb_byte *".
5865 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5866 read_uleb128, read_sleb128. All callers updated.
5867 (safe_skip_leb128): New function.
5868 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5869 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5870 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5871 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
5872 read_uleb128, read_sleb128.
5873 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5874 (execute_stack_op): Update to match API of leb128 functions.
5875 * dwarf2expr.h: #include "leb128.h".
5876 (read_uleb128, read_sleb128): Delete.
5877 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5878 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5879 * dwarf2loc.c (debug_loc_kind): New enum.
5880 (decode_debug_loc_addresses): New function.
5881 (decode_debug_loc_dwo_addresses): New function.
5882 (dwarf2_find_location_expression): Rewrite.
5883 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5884 (locexpr_describe_location_piece): Ditto.
5885 (disassemble_dwarf_expression): Ditto.
5886 (locexpr_describe_location_1): Ditto.
5887 (loclist_describe_location): Rewrite.
5888 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5889 * dwarf2read.c (die_reader_specs): New member "buffer_end".
5890 (dwarf2_section_buffer_overflow_complaint): Renamed from
5891 dwarf2_macros_too_long_complaint. All callers updated.
5892 (skip_leb128): Delete.
5893 (init_cu_die_reader): Initialize reader->buffer_end.
5894 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5895 (skip_form_bytes): New arg buffer_end. All callers updated.
5896 Replace call to skip_leb128 with gdb_skip_leb128.
5897 (skip_unknown_opcode): New arg mac_end. All callers updated.
5898 (fill_in_loclist_baton): Initialize baton->from_dwo.
5899
5900 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5901
5902 * mips-linux-nat.c (mips_linux_read_description): Use a more
5903 verbose error message.
5904
5905 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5906
5907 * NEWS: Add MIPS/Linux DSP support.
5908 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5909 (SIGCONTEXT_DSPCTL): New macro.
5910 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5911 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5912 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5913 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5914 (N64_SIGCONTEXT_HI3): Likewise.
5915 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5916 (N64_SIGCONTEXT_LO3): Likewise.
5917 (N64_SIGCONTEXT_DSPCTL): Likewise.
5918 (N64_SIGCONTEXT_FPCSR): Clarify definition.
5919 (mips_linux_o32_sigframe_init): Handle DSP registers.
5920 (mips_linux_n32n64_sigframe_init): Likewise.
5921
5922 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5923
5924 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5925 call to abort.
5926
5927 2012-05-22 Pedro Alves <palves@redhat.com>
5928
5929 * target.h (store_waitstatus): Move declaration ...
5930 * inf-child.h (store_waitstatus): ... here.
5931 * target.c: Move inclusion of gdb_wait.h, and ...
5932 (store_waitstatus): ... this ...
5933 * inf-child.c: ... here.
5934 * linux-nat.c: Include inf-child.h.
5935 * rs6000-nat.c: Include inf-child.h.
5936 * spu-linux-nat.c: Include inf-child.h.
5937
5938 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5939
5940 * tracepoint.c (start_tracing): Add missing i18n markup.
5941 (stop_tracing, set_trace_user): Ditto.
5942 (set_trace_notes, set_trace_stop_notes): Ditto.
5943
5944 2012-05-21 Tom Tromey <tromey@redhat.com>
5945
5946 PR c++/7173:
5947 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5948 types.
5949 * value.h (value_cast_pointers): Update.
5950 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5951 (value_cast): Update.
5952 (update_search_result): New function.
5953 (do_search_struct_field): New, from search_struct_field. Check
5954 for ambiguous results.
5955 (search_struct_field): Rewrite.
5956 * infcall.c (value_arg_coerce): Update.
5957 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5958 value_cast_pointers.
5959 * ada-lang.c (ada_convert_actual): Update.
5960
5961 2012-05-21 Tom Tromey <tromey@redhat.com>
5962
5963 * macroexp.c (macro_stringify): Terminate the string.
5964
5965 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5966
5967 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5968 Describe it.
5969 * auto-load.c (auto_load_expand_dir_vars): New function.
5970 (auto_load_safe_path_vec_update): Use it, remove the
5971 substitute_path_component call thanks to it.
5972 (auto_load_objfile_script): Remove the debug_file_directory processing.
5973 Use auto_load_expand_dir_vars, remove the substitute_path_component
5974 call thanks to it.
5975 * configure: Regenerate.
5976 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5977 path. Escape $ also for $debugdir.
5978 (--with_auto_load_safe_path): Escape $ also for $debugdir.
5979 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5980
5981 2012-05-20 Doug Evans <dje@google.com>
5982
5983 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5984 before use. Check for symtab->includes == NULL before scanning it.
5985
5986 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5987
5988 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5989
5990 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5991
5992 * NEWS: Add microMIPS support and "set mips compression",
5993 "show mips compression" commands.
5994 * mips-tdep.h (mips_isa): New enum.
5995 (gdbarch_tdep): Add mips_isa.
5996 (mips_pc_is_mips16): Update prototype.
5997 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5998 * mips-tdep.c (mips_compression_mips16): New variable.
5999 (mips_compression_micromips): Likewise.
6000 (mips_compression_strings): Likewise.
6001 (mips_compression_string): Likewise.
6002 (is_mips16_isa, is_micromips_isa): New functions.
6003 (is_mips16_addr): Rename to...
6004 (is_compact_addr): ... this.
6005 (unmake_mips16_addr): Likewise to...
6006 (unmake_compact_addr): ... this.
6007 (make_mips16_addr): Likewise to...
6008 (make_compact_addr): ... this.
6009 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6010 functions.
6011 (mips_elf_make_msymbol_special): Handle microMIPS code.
6012 (msymbol_is_special): Rename to...
6013 (msymbol_is_mips16): ... this.
6014 (mips_make_symbol_special, mips_pc_is_mips16): Update
6015 accordingly.
6016 (msymbol_is_mips, msymbol_is_micromips): New functions.
6017 (mips16_to_32_reg): Rename to...
6018 (mips_reg3_to_reg): ... this.
6019 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6020 (mips_pc_isa): Likewise.
6021 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6022 code.
6023 (mips_fetch_instruction): Pass return status instead of printing
6024 an error message if requested. Handle microMIPS code. Bail out
6025 on an invalid ISA.
6026 (micromips_op): New macro.
6027 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6028 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6029 (b6s4_op, b7s3_reg): Likewise.
6030 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6031 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6032 (mips_insn_size): New function.
6033 (mips32_next_pc): Update mips_fetch_instruction call.
6034 (micromips_relative_offset7): New function.
6035 (micromips_relative_offset10): Likewise.
6036 (micromips_relative_offset16): Likewise.
6037 (micromips_pc_insn_size): Likewise.
6038 (micromips_bc1_pc): Likewise.
6039 (micromips_next_pc): Likewise.
6040 (unpack_mips16): Update mips_fetch_instruction call.
6041 (extended_mips16_next_pc): Update according to change to
6042 mips16_to_32_reg.
6043 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
6044 code.
6045 (mips16_scan_prologue): Update mips_fetch_instruction call.
6046 Update according to change to mips16_to_32_reg.
6047 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6048 (mips_insn16_frame_base_sniffer): Likewise.
6049 (micromips_decode_imm9): New function.
6050 (micromips_scan_prologue): Likewise.
6051 (mips_micro_frame_cache): Likewise.
6052 (mips_micro_frame_this_id): Likewise.
6053 (mips_micro_frame_prev_register): Likewise.
6054 (mips_micro_frame_sniffer): Likewise.
6055 (mips_micro_frame_unwind): New variable.
6056 (mips_micro_frame_base_address): New function.
6057 (mips_micro_frame_base): New variable.
6058 (mips_micro_frame_base_sniffer): New function.
6059 (mips32_scan_prologue): Update mips_fetch_instruction call.
6060 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6061 rather than for MIPS16.
6062 (mips_insn32_frame_base_sniffer): Likewise.
6063 (mips_addr_bits_remove): Handle microMIPS code.
6064 (deal_with_atomic_sequence): Rename to...
6065 (mips_deal_with_atomic_sequence): ... this. Update the type
6066 of the variable used to hold an instruction. Remove the ISA bit
6067 check. Update mips_fetch_instruction call.
6068 (micromips_deal_with_atomic_sequence): New function.
6069 (deal_with_atomic_sequence): Likewise.
6070 (mips_about_to_return): Handle microMIPS code. Update
6071 mips_fetch_instruction call.
6072 (heuristic_proc_start): Check for the standard MIPS ISA rather
6073 than for MIPS16. Update mips_pc_is_mips16 and
6074 mips_fetch_instruction calls. Handle microMIPS code.
6075 (mips_push_dummy_code): Handle microMIPS code.
6076 (mips_eabi_push_dummy_call): Likewise.
6077 (mips_o32_return_value): Update mips_pc_is_mips16 call.
6078 (mips_o64_push_dummy_call): Handle microMIPS code.
6079 (mips_o64_return_value): Update mips_pc_is_mips16 call.
6080 (is_delayed): Remove function.
6081 (mips_single_step_through_delay): Replace the call to is_delayed
6082 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
6083 Handle microMIPS code.
6084 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
6085 microMIPS code.
6086 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6087 call.
6088 (micromips_in_function_epilogue_p): New function.
6089 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6090 call.
6091 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6092 Handle microMIPS.
6093 (gdb_print_insn_mips): Likewise.
6094 (mips_breakpoint_from_pc): Likewise.
6095 (mips_remote_breakpoint_from_pc): New function.
6096 (mips32_instruction_has_delay_slot): Simplify making use of the
6097 updated mips_fetch_instruction interface.
6098 (micromips_instruction_has_delay_slot): New function.
6099 (mips16_instruction_has_delay_slot): Simplify making use of the
6100 updated mips_fetch_instruction interface.
6101 (mips_adjust_breakpoint_address): Check for the standard MIPS
6102 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
6103 calls. Handle microMIPS code.
6104 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6105 (mips_skip_trampoline_code): Handle microMIPS code.
6106 (global_mips_compression): New function.
6107 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6108 file flags. Register the microMIPS remote breakpoint handler
6109 and heuristic frame unwinder.
6110 (show_mips_compression): New function.
6111 (_initialize_mips_tdep): Add the "set mips compression" and
6112 "show mips compression" commands.
6113
6114 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
6115
6116 * ada-lang.c:
6117 * ada-tasks.c:
6118 * ada-varobj.c:
6119 * amd64-darwin-tdep.c:
6120 * arm-symbian-tdep.c:
6121 * arm-tdep.c:
6122 * avr-tdep.c:
6123 * ax-gdb.c:
6124 * bfin-linux-tdep.c:
6125 * breakpoint.c:
6126 * c-valprint.c:
6127 * cli/cli-cmds.c:
6128 * coffread.c:
6129 * cp-support.c:
6130 * cris-tdep.c:
6131 * dwarf2-frame-tailcall.c:
6132 * dwarf2-frame.c:
6133 * dwarf2expr.c:
6134 * dwarf2loc.c:
6135 * dwarf2read.c:
6136 * elfread.c:
6137 * eval.c:
6138 * expprint.c:
6139 * f-valprint.c:
6140 * frv-tdep.c:
6141 * h8300-tdep.c:
6142 * hppa-hpux-tdep.c:
6143 * hppa-tdep.c:
6144 * hppanbsd-tdep.c:
6145 * i386-nto-tdep.c:
6146 * i386-tdep.c:
6147 * i387-tdep.c:
6148 * ia64-tdep.c:
6149 * jit.c:
6150 * linespec.c:
6151 * linux-tdep.c:
6152 * lm32-tdep.c:
6153 * m2-valprint.c:
6154 * m32c-tdep.c:
6155 * m32r-rom.c:
6156 * m32r-tdep.c:
6157 * m68k-tdep.c:
6158 * m68klinux-tdep.c:
6159 * mi/mi-main.c:
6160 * microblaze-tdep.c:
6161 * mips-linux-tdep.c:
6162 * mips-tdep.c:
6163 * mn10300-tdep.c:
6164 * p-valprint.c:
6165 * parse.c:
6166 * ppc-linux-tdep.c:
6167 * ppc-sysv-tdep.c:
6168 * printcmd.c:
6169 * python/py-finishbreakpoint.c:
6170 * python/py-inferior.c:
6171 * python/py-infthread.c:
6172 * python/py-type.c:
6173 * python/python.c:
6174 * remote-fileio.c:
6175 * remote-m32r-sdi.c:
6176 * remote-mips.c:
6177 * reverse.c:
6178 * rl78-tdep.c:
6179 * rs6000-aix-tdep.c:
6180 * rs6000-tdep.c:
6181 * s390-tdep.c:
6182 * score-tdep.c:
6183 * sh64-tdep.c:
6184 * skip.c:
6185 * solib-darwin.c:
6186 * solib-dsbt.c:
6187 * solib-frv.c:
6188 * sparc-tdep.c:
6189 * spu-multiarch.c:
6190 * spu-tdep.c:
6191 * stack.c:
6192 * symfile.c:
6193 * symtab.c:
6194 * tic6x-tdep.c:
6195 * tracepoint.c:
6196 * v850-tdep.c:
6197 * valarith.c:
6198 * valprint.c:
6199 * value.c:
6200 * xcoffread.c:
6201 * xtensa-tdep.c:
6202 * ada-lang.c:
6203 * ada-tasks.c:
6204 * ada-varobj.c:
6205 * amd64-darwin-tdep.c:
6206 * arm-symbian-tdep.c:
6207 * arm-tdep.c: Delete unused variables.
6208
6209 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6210
6211 Rename $ddir to $datadir.
6212 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
6213 * auto-load.c (auto_load_safe_path_vec_update)
6214 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
6215 * configure: Regenerate.
6216 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
6217 Likewise. Remove the 'use $ddir' help string.
6218
6219 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6220
6221 * auto-load.c (show_auto_load_safe_path): Accept any combination of
6222 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
6223
6224 2012-05-18 Tom Tromey <tromey@redhat.com>
6225
6226 PR exp/13907:
6227 * valprint.h (struct value_print_options) <symbol_print>: New
6228 field.
6229 * valprint.c (user_print_options): Add default for symbol_print.
6230 (show_symbol_print): New function.
6231 (generic_val_print): Respect symbol_print.
6232 (_initialize_valprint): Add "print symbol" setting.
6233 * f-valprint.c (f_val_print): Respect symbol_print.
6234 * c-valprint.c (c_val_print): Respect symbol_print.
6235 * NEWS: Update.
6236 * printcmd.c (print_address_symbolic): Return int. Ignore some
6237 zero-size symbols.
6238 (print_address_demangle): Return int.
6239 * defs.h: (print_address_symbolic): Return int.
6240 * value.h (print_address_demangle): Return int.
6241
6242 2012-05-18 Tom Tromey <tromey@redhat.com>
6243
6244 * valprint.c (val_print_string): Don't print leading space.
6245 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
6246 print space before string or vtbl.
6247 * m2-valprint.c (print_unpacked_pointer): Optionally print space
6248 before string.
6249 * jv-valprint.c (java_value_print): Print space before string.
6250 * go-valprint.c (print_go_string): Print space before string.
6251 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
6252 space before string.
6253 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
6254 space before string or vtbl.
6255 * auxv.c (fprint_target_auxv): Print space after address.
6256
6257 2012-05-18 Tom Tromey <tromey@redhat.com>
6258
6259 * printcmd.c (print_address_demangle): Remove special case for 0.
6260
6261 2012-05-18 Tom Tromey <tromey@redhat.com>
6262
6263 * printcmd.c (print_address_demangle): Add 'opts' argument.
6264 * p-valprint.c (pascal_val_print): Update.
6265 * jv-valprint.c (java_val_print): Update.
6266 * value.h: Update.
6267 * valprint.c (generic_val_print): Update.
6268 (print_function_pointer_address): Add 'options' argument. Remove
6269 'addressprint' argument. Update.
6270 * m2-valprint.c (print_unpacked_pointer): Update.
6271 * gnu-v3-abi.c (print_one_vtable): Update.
6272 (gnuv3_print_method_ptr): Update.
6273 * f-valprint.c (f_val_print): Update.
6274 * cp-valprint.c (cp_print_value_fields): Update.
6275 * valprint.h (print_function_pointer_address): Update.
6276 * c-valprint.c (c_val_print): Update.
6277
6278 2012-05-18 Tom Tromey <tromey@redhat.com>
6279
6280 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
6281 directly corresponding to the found psymtab.
6282 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
6283 (dw2_find_pc_sect_symtab): Use it.
6284 * block.h (blockvector_contains_pc): Declare.
6285 * block.c (find_block_in_blockvector): New function.
6286 (blockvector_for_pc_sect): Use it.
6287 (blockvector_contains_pc): New function.
6288
6289 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6290
6291 * mips-tdep.h (mips_write_pc): New prototype.
6292 * mips-tdep.c (mips_write_pc): Make external, add description.
6293 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
6294 add description.
6295
6296 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6297
6298 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
6299 mips_regnum->pc.
6300 (mips_unwind_pc, mips_write_pc): Likewise.
6301 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
6302 gdbarch_read_pc.
6303
6304 2012-05-17 Joel Brobecker <brobecker@adacore.com>
6305
6306 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
6307 proc_warn, proc_error, proc_get_status, proc_flags,
6308 proc_why, proc_what, proc_nsysarg, proc_sysargs,
6309 proc_set_run_on_last_close, proc_unset_run_on_last_close,
6310 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
6311 proc_stop_process, proc_wait_for_stop, proc_run_process,
6312 proc_set_traced_signals, proc_set_traced_faults,
6313 proc_set_traced_sysentry, proc_set_traced_sysexit,
6314 proc_set_held_signals, proc_get_held_signals,
6315 proc_get_traced_signals, proc_get_traced_faults,
6316 proc_get_traced_sysentry, proc_get_traced_sysexit,
6317 proc_clear_current_fault, proc_set_current_signal,
6318 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
6319 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
6320 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
6321 proc_get_current_thread, proc_get_current_thread,
6322 proc_get_current_thread, proc_update_threads,
6323 proc_update_threads, proc_update_threads, proc_update_threads,
6324 proc_iterate_over_threads, procfs_find_new_threads,
6325 procfs_pid_to_str): Make static. Remove advance declaration.
6326 (proc_cursig): Make static. Conditionalized defintion on
6327 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
6328 (proc_syscall, proc_set_kill_on_last_close,
6329 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
6330 proc_get_pending_signals, proc_get_signal_actions,
6331 proc_trace_signal, proc_ignore_signal): Delete.
6332
6333 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6334
6335 * coffread.c (cs_section_address): Passing proper argument for
6336 `bfd_get_section_vma'.
6337 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
6338 `bfd_get_section_flags'.
6339 * remote.c (remote_trace_set_readonly_regions): Likewise, for
6340 `bfd_get_section_vma'.
6341
6342 2012-05-16 Tom Tromey <tromey@redhat.com>
6343
6344 PR macros/13205:
6345 * macrotab.h: (macro_define_special): Declare.
6346 (enum macro_special_kind): New.
6347 (struct macro_definition) <argc, replacement>: Update comments.
6348 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
6349 (macro_define_object_internal): New function.
6350 (macro_define_object): Use it.
6351 (macro_define_special): New function.
6352 (fixup_definition): New function.
6353 (macro_lookup_definition, foreach_macro_in_scope)
6354 (foreach_macro): Use fixup_definition.
6355 * macroexp.h (macro_stringify): Declare.
6356 * macroexp.c (free_buffer_return_text): New function.
6357 (stringify): Constify "arg".
6358 (macro_stringify): New function.
6359 * dwarf2read.c (macro_start_file): Call macro_define_special.
6360
6361 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6362 Maciej W. Rozycki <macro@mips.com>
6363
6364 * breakpoint.h (bp_location): Add related_address member.
6365 * inferior.h (get_return_value): Take a pointer to struct value
6366 instead of struct type for the function requested.
6367 * value.h (using_struct_return): Likewise.
6368 * gdbarch.sh (return_value): Take a pointer to struct value
6369 instead of struct type for the function requested.
6370 * breakpoint.c (set_breakpoint_location_function): Initialize
6371 related_address for bp_gnu_ifunc_resolver breakpoints.
6372 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
6373 requested function's address to gdbarch_return_value.
6374 * eval.c (evaluate_subexp_standard): Pass the requested
6375 function's address to using_struct_return.
6376 * infcall.c (call_function_by_hand): Pass the requested
6377 function's address to using_struct_return and
6378 gdbarch_return_value.
6379 * infcmd.c (get_return_value): Take a pointer to struct value
6380 instead of struct type for the function requested.
6381 (print_return_value): Update accordingly.
6382 (finish_command_continuation): Likewise.
6383 * stack.c (return_command): Pass the requested function's
6384 address to using_struct_return and gdbarch_return_value.
6385 * value.c (using_struct_return): Take a pointer to struct value
6386 instead of struct type for the function requested. Pass the
6387 requested function's address to gdbarch_return_value.
6388 * python/py-finishbreakpoint.c (finish_breakpoint_object):
6389 New function_value member, replacing function_type.
6390 (bpfinishpy_dealloc): Update accordingly.
6391 (bpfinishpy_pre_stop_hook): Likewise.
6392 (bpfinishpy_init): Likewise. Record the requested function's
6393 address.
6394 * mips-tdep.c (mips_fval_reg): New enum.
6395 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
6396 words put in GP registers.
6397 (mips_o64_push_dummy_call): Update a comment.
6398 (mips_o32_return_value): Take a pointer to struct value instead
6399 of struct type for the function requested and use it to check if
6400 using the MIPS16 calling convention. Return the designated
6401 general purpose registers for floating-point values returned in
6402 MIPS16 mode.
6403 (mips_o64_return_value): Likewise.
6404 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
6405 (ppc_sysv_abi_broken_return_value): Likewise.
6406 (ppc64_sysv_abi_return_value): Likewise.
6407 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
6408 value instead of struct type for the function requested.
6409 * amd64-tdep.c (amd64_return_value): Likewise.
6410 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
6411 * arm-tdep.c (arm_return_value): Likewise.
6412 * avr-tdep.c (avr_return_value): Likewise.
6413 * bfin-tdep.c (bfin_return_value): Likewise.
6414 * cris-tdep.c (cris_return_value): Likewise.
6415 * frv-tdep.c (frv_return_value): Likewise.
6416 * h8300-tdep.c (h8300_return_value): Likewise.
6417 (h8300h_return_value): Likewise.
6418 * hppa-tdep.c (hppa32_return_value): Likewise.
6419 (hppa64_return_value): Likewise.
6420 * i386-tdep.c (i386_return_value): Likewise.
6421 * ia64-tdep.c (ia64_return_value): Likewise.
6422 * iq2000-tdep.c (iq2000_return_value): Likewise.
6423 * lm32-tdep.c (lm32_return_value): Likewise.
6424 * m32c-tdep.c (m32c_return_value): Likewise.
6425 * m32r-tdep.c (m32r_return_value): Likewise.
6426 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
6427 * m68k-tdep.c (m68k_return_value): Likewise.
6428 (m68k_svr4_return_value): Likewise.
6429 * m88k-tdep.c (m88k_return_value): Likewise.
6430 * mep-tdep.c (mep_return_value): Likewise.
6431 * microblaze-tdep.c (microblaze_return_value): Likewise.
6432 * mn10300-tdep.c (mn10300_return_value): Likewise.
6433 * moxie-tdep.c (moxie_return_value): Likewise.
6434 * mt-tdep.c (mt_return_value): Likewise.
6435 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
6436 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
6437 (ppc_sysv_abi_broken_return_value): Likewise.
6438 (ppc64_sysv_abi_return_value): Likewise.
6439 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
6440 * rl78-tdep.c (rl78_return_value): Likewise.
6441 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
6442 * rx-tdep.c (rx_return_value): Likewise.
6443 * s390-tdep.c (s390_return_value): Likewise.
6444 * score-tdep.c (score_return_value): Likewise.
6445 * sh-tdep.c (sh_return_value_nofpu): Likewise.
6446 (sh_return_value_fpu): Likewise.
6447 * sh64-tdep.c (sh64_return_value): Likewise.
6448 * sparc-tdep.c (sparc32_return_value): Likewise.
6449 * sparc64-tdep.c (sparc64_return_value): Likewise.
6450 * spu-tdep.c (spu_return_value): Likewise.
6451 * tic6x-tdep.c (tic6x_return_value): Likewise.
6452 * v850-tdep.c (v850_return_value): Likewise.
6453 * vax-tdep.c (vax_return_value): Likewise.
6454 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
6455 * xtensa-tdep.c (xtensa_return_value): Likewise.
6456 * gdbarch.c: Regenerate.
6457 * gdbarch.h: Regenerate.
6458
6459 2012-05-15 Tom Tromey <tromey@redhat.com>
6460
6461 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
6462
6463 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6464
6465 * breakpoint.c (init_breakpoint_sal): Add quotes around part
6466 of command in two error message.
6467
6468 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6469
6470 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
6471
6472 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6473
6474 * breakpoint.c (find_condition_and_thread): Minor reformatting.
6475
6476 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6477
6478 * NEWS (show auto-load scripts-directory): Add forgotten command.
6479
6480 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6481
6482 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
6483 parameters.
6484
6485 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
6486
6487 * amd64-tdep.c: Include features/i386/x32.c and
6488 features/i386/x32-avx.c.
6489 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
6490 initialize_tdesc_x32_avx.
6491
6492 2012-05-14 Stan Shebs <stan@codesourcery.com>
6493
6494 Add dynamic printf.
6495 * breakpoint.h (enum bptype): New type bp_dprintf.
6496 (struct breakpoint): New field extra_string.
6497 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
6498 (create_breakpoint): Add extra_string arg.
6499 * breakpoint.c (dprintf_breakpoint_ops): New.
6500 (is_breakpoint): Add bp_dprintf.
6501 (bpstat_what): Add dprintf case.
6502 (bptype_string): Ditto.
6503 (print_one_breakpoint_location): Ditto.
6504 (init_bp_location): Ditto.
6505 (bkpt_print_mention): Ditto.
6506 (dprintf_style_enums): New array.
6507 (dprintf_style): New global.
6508 (dprintf_function): New global.
6509 (dprintf_channel): New global.
6510 (update_dprintf_command_list): New function.
6511 (update_dprintf_commands): New function.
6512 (init_breakpoint_sal): Add extra_string argument, handle it.
6513 (create_breakpoint_sal): Add extra_string argument.
6514 (create_breakpoints_sal): Add extra_string argument, update callers.
6515 (find_condition_and_thread): Add extra argument.
6516 (create_breakpoint): Add extra_string argument, record it.
6517 (dprintf_command): New function.
6518 (break_command_1): Add arg to create_breakpoint call.
6519 (handle_gnu_v3_exceptions): Ditto.
6520 (trace_command): Ditto.
6521 (ftrace_command): Ditto.
6522 (strace_command): Ditto.
6523 (bkpt_print_mention): Add dprintf case.
6524 (create_breakpoint_sal_default): Add extra_string argument.
6525 (_initialize_breakpoint): Add new commands.
6526 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
6527 * python/py-breakpoint.c (bppy_init): Ditto.
6528 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6529
6530 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
6531
6532 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
6533
6534 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
6535
6536 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
6537 unsigned long long.
6538
6539 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6540
6541 Add a new function gdb.find_pc_line to the Python API.
6542 * NEWS (Python Scripting): Add entry about the new function.
6543 * python/python.c (gdbpy_find_pc_line): New function which
6544 implements gdb.find_pc_line.
6545 (GdbMethods): Add entry for the new function.
6546
6547 2012-05-12 Pedro Alves <palves@redhat.com>
6548
6549 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
6550 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
6551
6552 2012-05-12 Eli Zaretskii <eliz@gnu.org>
6553
6554 * inferior.c: Include completer.h
6555 (initialize_inferiors): Set completer of add-inferior to
6556 filename_completer.
6557
6558 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6559
6560 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6561 gdbarch_ptr_bit for x32 core dump.
6562
6563 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6564
6565 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
6566 and features/i386/x32-avx-linux.c.
6567
6568 2012-05-11 Stan Shebs <stan@codesourcery.com>
6569 Kwok Cheung Yeung <kcy@codesourcery.com>
6570
6571 * NEWS: Describe new info os commands.
6572 * common/linux-osdata.c (PID_T, TIME_T): Define.
6573 (MAX_PID_T_STRLEN): New.
6574 (linux_common_core_of_thread): Add comment. Change to use PID_T and
6575 MAX_PID_T_STRLEN.
6576 (command_from_pid): Add comment. Change to use PID_T.
6577 (commandline_from_pid): Change to use PID_T.
6578 (user_from_pid): Add comment.
6579 (get_process_owner): Add comment. Change to use PID_T and
6580 MAX_PID_T_STRLEN.
6581 (get_number_of_cpu_cores): Add comment.
6582 (get_cores_used_by_process): Add comment. Change to use PID_T and
6583 MAX_PID_T_STRLEN.
6584 (linux_xfer_osdata_processes): Change to use PID_T and
6585 MAX_PID_T_STRLEN.
6586 (compare_processes): New function.
6587 (linux_xfer_osdata_processgroups): New function.
6588 (linux_xfer_osdata_threads): Change to use PID_T.
6589 (linux_xfer_osdata_fds): New function.
6590 (format_socket_state, print_sockets): New functions.
6591 (union socket_addr): New union.
6592 (linux_xfer_osdata_isockets): New function.
6593 (time_from_time_t, group_from_gid): New functions.
6594 (linux_xfer_osdata_shm): New function.
6595 (linux_xfer_osdata_sem): New function.
6596 (linux_xfer_osdata_msg): New function.
6597 (linux_xfer_osdata_modules): New function.
6598 (osdata_table): Add new entries.
6599 * common/buffer.c (buffer_xml_printf): Add support for long and
6600 long long format specifiers.
6601
6602 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6603
6604 * amd64-linux-tdep.h (tdesc_x32_linux): New.
6605 (tdesc_x32_avx_linux): Likewise.
6606
6607 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6608
6609 Implement multi-component --with-auto-load-dir.
6610 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6611 entries.
6612 (--with-auto-load-safe-path): Update the default value description.
6613 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6614 New.
6615 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
6616 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
6617 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
6618 (_initialize_auto_load): Initialize also auto_load_dir. Install new
6619 "set auto-load scripts-directory".
6620 * config.in: Regenerate.
6621 * configure: Regenerate.
6622 * configure.ac (--with-auto-load-dir): New configure option.
6623 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6624
6625 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6626
6627 Provide $ddir substitution for --with-auto-load-safe-path.
6628 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6629 entries.
6630 * auto-load.c: Include observer.h.
6631 (auto_load_safe_path_vec_update): Call substitute_path_component for
6632 each component. New variable ddir_subst.
6633 (auto_load_gdb_datadir_changed): New function.
6634 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6635 AUTO_LOAD_SAFE_PATH. New comment.
6636 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6637 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
6638 * config.in: Regenerate.
6639 * configure: Regenerate.
6640 * configure.ac (--auto-load-safe-path): Rename
6641 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
6642 GDB_DATADIR/auto-load.
6643 * defs.h (substitute_path_component): New declaration.
6644 * top.c: Include observer.h.
6645 (set_gdb_datadir): New function.
6646 (init_main): Install it for "set data-directory".
6647 * utils.c (substitute_path_component): New function.
6648
6649 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6650
6651 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6652 * auto-load.c (auto_load_objfile_script): Remove check for NULL
6653 DEBUG_FILE_DIRECTORY. Handle multiple components of
6654 DEBUG_FILE_DIRECTORY.
6655
6656 2012-05-10 Tom Tromey <tromey@redhat.com>
6657
6658 * dwarf2read.c (recursively_write_psymbols): New function.
6659 (write_psymtabs_to_index): Use it.
6660
6661 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6662 field.
6663 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6664 (load_partial_comp_unit): Update.
6665 (queue_comp_unit): Add argument 'pretend_language'.
6666 (process_queue): Update.
6667 (psymtab_to_symtab_1): Skip dependencies that have a user.
6668 (load_partial_comp_unit_reader): Give meaning to the 'data'
6669 argument.
6670 (load_full_comp_unit): Add 'pretend_language' argument.
6671 (process_full_comp_unit): Add 'pretend_language' argument. Set
6672 language on CU.
6673 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6674 Update.
6675 (maybe_queue_comp_unit): Add 'pretend_language' argument.
6676 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6677 Update.
6678 (prepare_one_comp_unit): Add 'pretend_language' argument.
6679
6680 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6681 (struct dwarf2_per_objfile) <just_read_cus>: New field.
6682 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6683 (dw2_do_instantiate_symtab): Check whether symtab was read in
6684 before queueing.
6685 (dw2_instantiate_symtab): Add assertion. Call
6686 process_cu_includes.
6687 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6688 (partial_symtab_p): New typedef.
6689 (set_partial_user): New function.
6690 (dwarf2_build_psymtabs_hard): Use set_partial_user.
6691 (scan_partial_symbols): Add imported CU to imported_symtabs.
6692 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6693 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6694 (get_symtab, recursively_compute_inclusions)
6695 (compute_symtab_includes, process_cu_includes)
6696 (process_imported_unit_die): New functions.
6697 (process_die) <DW_TAG_imported_unit>: New case.
6698 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6699
6700 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6701 comment.
6702 (struct partial_die_info) <locdesc>: Remove.
6703 <d>: New field.
6704 (process_psymtab_comp_unit): Add 'read_partial' argument.
6705 Update.
6706 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6707 (scan_partial_symbols): Handle DW_TAG_imported_unit.
6708 (add_partial_symbol): Update.
6709 (process_die): Handle DW_TAG_partial_unit.
6710 (read_file_scope): Update comment.
6711 (load_partial_dies): Handle DW_TAG_imported_unit.
6712 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6713 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6714
6715 2012-05-10 Tom Tromey <tromey@redhat.com>
6716
6717 * cc-with-dwz.sh: New file.
6718
6719 2012-05-10 Tom Tromey <tromey@redhat.com>
6720
6721 * symtab.h (struct symtab) <includes, user>: New fields.
6722 * block.h (struct block_iterator) <d, idx, which>: New fields.
6723 * block.c (initialize_block_iterator, find_iterator_symtab)
6724 (block_iterator_step, block_iter_name_step)
6725 (block_iter_match_step): New functions.
6726 (block_iterator_first, block_iterator_next)
6727 (block_iter_name_first, block_iter_name_next)
6728 (block_iter_match_first, block_iter_match_next): Rewrite.
6729 (get_block_symtab): New function.
6730
6731 2012-05-10 Tom Tromey <tromey@redhat.com>
6732
6733 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6734 set_block_symtab.
6735 * jit.c (finalize_symtab): Use allocate_global_block,
6736 set_block_symtab.
6737 * buildsym.c (finish_block_internal): New function, from old
6738 finish_block.
6739 (finish_block): Rewrite.
6740 (end_symtab): Use finish_block_internal, set_block_symtab.
6741 * block.h (struct global_block): New.
6742 (allocate_global_block, set_block_symtab): Declare.
6743 * block.c (allocate_global_block, set_block_symtab): New
6744 functions.
6745
6746 2012-05-10 Tom Tromey <tromey@redhat.com>
6747
6748 * psymtab.c (partial_map_expand_apply): Add assertion.
6749 (partial_map_symtabs_matching_filename): Skip included psymtabs.
6750 (psymtab_to_symtab): Find unshared psymtab.
6751 (dump_psymtab): Print including psymtabs.
6752 (recursively_search_psymtabs): New function.
6753 (expand_symtabs_matching_via_partial): Use it.
6754 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6755 fields.
6756 (enum psymtab_search_status): New.
6757
6758 2012-05-10 Tom Tromey <tromey@redhat.com>
6759
6760 * tracepoint.c (scope_info): Update.
6761 * symtab.c (lookup_block_symbol, iterate_over_symbols)
6762 (find_pc_sect_symtab, search_symbols)
6763 (default_make_symbol_completion_list_break_on)
6764 (make_file_symbol_completion_list): Update.
6765 * symmisc.c (dump_symtab_1): Update.
6766 * stack.c (print_frame_args, iterate_over_block_locals)
6767 (print_frame_labels, iterate_over_block_arg_vars): Update.
6768 * python/py-block.c (block_object) <dict>: Remove.
6769 <block>: New field.
6770 <iter>: Change type.
6771 (blpy_iter): Update.
6772 (blpy_block_syms_iternext): Update.
6773 * psymtab.c (map_block): Use block iterators.
6774 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6775 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6776 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6777 * infrun.c (check_exception_resume): Update.
6778 * cp-support.c (make_symbol_overload_list_block): Update.
6779 * coffread.c (patch_opaque_types): Update.
6780 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6781 * block.h (struct block_iterator): New.
6782 (block_iterator_first, block_iterator_next, block_iter_name_first)
6783 (block_iter_name_next, block_iter_match_first)
6784 (block_iter_match_next): Declare.
6785 (ALL_BLOCK_SYMBOLS): Redefine.
6786 * block.c (block_iterator_first, block_iterator_next)
6787 (block_iter_name_first, block_iter_name_next)
6788 (block_iter_match_first, block_iter_match_next): New functions.
6789 * ada-lang.c (ada_add_block_symbols)
6790 (ada_make_symbol_completion_list): Use block iterator.
6791
6792 2012-05-10 Tom Tromey <tromey@redhat.com>
6793
6794 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6795 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6796 (lookup_partial_symbol, find_last_source_symtab_from_partial)
6797 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6798 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6799 Update.
6800
6801 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6802
6803 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6804 print-file-var-lib2.c, print-file-var-main.c and
6805 print-file-var.exp (located in gdb/testsuite/gdb.base).
6806
6807 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6808
6809 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6810 try locating the symbol in the symbol's own objfile first, before
6811 extending the search to all objfiles.
6812 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6813 out of lookup_symbol_aux_symtabs.
6814 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6815 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6816 Do not search EXCLUDE_OBJFILE.
6817 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6818 (lookup_symbol_global): Search for matches in the block's objfile
6819 first, before searching all other objfiles.
6820
6821 2012-05-10 Tristan Gingold <gingold@adacore.com>
6822
6823 * printcmd.c (set_command): Add pre/post inc/dec.
6824
6825 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
6826
6827 * gdb.1: Document -ex option.
6828
6829 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6830
6831 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6832 * inferior.h (AT_SYMBOL): Delete.
6833
6834 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6835
6836 * mips-tdep.c (mips_push_dummy_code): New function.
6837 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6838 ON_STACK and install mips_push_dummy_code as our gdbarch
6839 push_dummy_code routine.
6840
6841 2012-05-09 Pedro Alves <palves@redhat.com>
6842
6843 * target.c (set_maintenance_target_async_permitted): Rename to ...
6844 (set_target_async_command): ... this.
6845 (show_maintenance_target_async_permitted): Rename to ...
6846 (show_target_async_command): ... this.
6847 (initialize_targets): Adjust.
6848
6849 2012-05-08 Doug Evans <dje@google.com>
6850
6851 * go-exp.y (classify_name): Add missing assignment of fields of
6852 yylval.ssym.
6853
6854 2012-05-08 Eli Zaretskii <eliz@gnu.org>
6855
6856 Display the ">" prompt in interactive mode while reading canned
6857 commands, even when the current interpreter is MI.
6858
6859 * interps.c (interp_set_temp): New function.
6860
6861 * interps.h (interp_set_temp): Add prototype.
6862
6863 * cli/cli-script.c (restore_interp): New cleanup function.
6864 (read_command_lines): Temporarily override the current interpreter
6865 with CLI and arrange for restoring the original one.
6866
6867 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
6868
6869 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6870
6871 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
6872
6873 * probe.c (parse_probes): Move conditional to check for
6874 debuginfo files from here...
6875 * stap-probe.c (stap_get_probes): ... to here.
6876
6877 2012-05-07 Mark Kettenis <kettenis@gnu.org>
6878 H.J. Lu <hongjiu.lu@intel.com>
6879
6880 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6881 `movl %esp, %ebp' for the X32 ABI.
6882
6883 2012-05-07 Tom Tromey <tromey@redhat.com>
6884
6885 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
6886 get_DW_TAG_name.
6887 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
6888 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
6889 (dwarf_stack_op_name): Remove.
6890 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
6891 (decode_locdesc): Use get_DW_OP_name.
6892 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6893 (dwarf2_compile_expr_to_ax): Likewise.
6894 (disassemble_dwarf_expression): Likewise.
6895 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6896
6897 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
6898
6899 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6900 (sh_linux_sigtramp_cache): New function.
6901 (sh_linux_sigreturn_init): New function.
6902 (sh_linux_rt_sigreturn_init): New function.
6903 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6904 patterns.
6905 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6906 syscall codes.
6907 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6908 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6909 (sh_linux_init_abi): Add init calls to register new tramp_frame
6910 definitions under 32-bit SH, update comments.
6911
6912 2012-05-07 Pedro Alves <palves@redhat.com>
6913
6914 PR gdb/10952
6915
6916 * amd64-linux-tdep.c: Include glibc-tdep.h.
6917 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6918 gdbarch_skip_solib_resolver callback.
6919
6920 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6921
6922 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6923 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6924 (show_auto_load_safe_path): Check any-directory by comparison with "/".
6925 (add_auto_load_safe_path): Change the error message.
6926 (_initialize_auto_load): Change the "safe-path" help text.
6927 * configure: Regenerate
6928 * configure.ac (--without-auto-load-safe-path): Set
6929 WITH_AUTO_LOAD_SAFE_PATH to /.
6930
6931 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
6932
6933 * stap-probe.h: Do not include unecessary `probe.h'.
6934
6935 2012-05-05 Alan Modra <amodra@gmail.com>
6936
6937 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6938 bfd_und_section_ptr.
6939 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6940 and bfd_com_section_ptr.
6941
6942 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6943
6944 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6945
6946 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6947
6948 * windows-nat.h (segment_register_p_ftype): New typedef.
6949 (windows_set_segment_register_p): Add declaration.
6950 * windows-nat.c (segment_register_p): New static global.
6951 (windows_set_segment_register_p): New function.
6952 (do_windows_fetch_inferior_registers): Add special handling
6953 for segment registers.
6954 * amd64-windows-nat.c: #include "amd64-tdep.h".
6955 (amd64_windows_segment_register_p): New function.
6956 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6957 * i386-windows-nat.c: #include "i386-tdep.h".
6958 (i386_windows_segment_register_p): New function.
6959 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6960
6961 2012-05-04 Tristan Gingold <gingold@adacore.com>
6962
6963 * printcmd.c (set_command): Emit a warning if the expression is not
6964 an assignment.
6965
6966 2012-05-03 Joel Brobecker <brobecker@adacore.com>
6967
6968 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6969 Make static.
6970
6971 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
6972
6973 * stap-probe.c (stap_is_operator): Change declaration.
6974 (stap_get_opcode): Change return value.
6975 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6976 `stap_parse_argument_1'.
6977
6978 2012-05-03 Pedro Alves <pedro@codesourcery.com>
6979
6980 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6981 debug log.
6982
6983 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6984
6985 Add two new methods global_block and static_block to gdb.Symtab
6986 objects.
6987 * NEWS (Python scripting): Add entry about the new methods.
6988 * python/py-symtab.c (stpy_global_block): New function which
6989 implements the gdb.Symtab.global_block() method.
6990 (stpy_static_block): New function which implements the
6991 gdb.Symtab.static_block() method.
6992 (symtab_object_methods): Add entries for the two new methods.
6993
6994 2012-05-03 Doug Evans <dje@google.com>
6995
6996 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6997 files.
6998
6999 2012-05-03 Yao Qi <yao@codesourcery.com>
7000
7001 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7002 space.
7003 (i386_process_record): Ditto.
7004
7005 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7006
7007 * infcall.c (unwind_on_signal_p): Make static.
7008
7009 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7010
7011 * sol-thread.c (solaris_pid_to_str): Make static.
7012 (_initialize_sol_thread): Add prototype.
7013
7014 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7015
7016 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7017
7018 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
7019
7020 * MAINTAINERS: Remove myself.
7021
7022 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7023
7024 Fix --without-auto-load-safe-path for MS-Windows host platform.
7025 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7026
7027 2012-05-02 Eli Zaretskii <eliz@gnu.org>
7028
7029 * gdb_curses.h: Undefine KEY_EVENT before including curses
7030 headers. Move "#undef MOUSE_MOVED" before any curses header
7031 inclusion.
7032
7033 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7034
7035 * features/i386/i386-mmx-linux.c: Regenerate.
7036 * features/rs6000/powerpc-32.c: Likewise.
7037 * features/rs6000/powerpc-32l.c: Likewise.
7038 * features/rs6000/powerpc-403.c: Likewise.
7039 * features/rs6000/powerpc-403gc.c: Likewise.
7040 * features/rs6000/powerpc-405.c: Likewise.
7041 * features/rs6000/powerpc-505.c: Likewise.
7042 * features/rs6000/powerpc-601.c: Likewise.
7043 * features/rs6000/powerpc-602.c: Likewise.
7044 * features/rs6000/powerpc-603.c: Likewise.
7045 * features/rs6000/powerpc-604.c: Likewise.
7046 * features/rs6000/powerpc-64.c: Likewise.
7047 * features/rs6000/powerpc-64l.c: Likewise.
7048 * features/rs6000/powerpc-750.c: Likewise.
7049 * features/rs6000/powerpc-860.c: Likewise.
7050 * features/rs6000/powerpc-e500.c: Likewise.
7051 * features/rs6000/powerpc-e500l.c: Likewise.
7052 * features/rs6000/powerpc-isa205-32l.c: Likewise.
7053 * features/rs6000/powerpc-isa205-64l.c: Likewise.
7054 * features/rs6000/rs6000.c: Likewise.
7055
7056 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7057
7058 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7059 variable.
7060 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7061 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7062 (stap_parse_argument) <e>: Likewise.
7063 (handle_stap_probe) <byte_order>: Likewise.
7064
7065 2012-04-30 Doug Evans <dje@google.com>
7066
7067 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7068 init_and_read_dies_worker. All callers updated.
7069 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
7070 replaced with init_cutu_and_read_dies.
7071 (load_partial_comp_unit): Pass 1 for use_existing_cu.
7072 (find_partial_die): Remove FIXME. Don't free current CU.
7073
7074 2012-04-30 Sterling Augustine <saugustine@google.com>
7075
7076 * contrib: New directory.
7077 * contrib/test_pubnames_and_indexes.py: New file.
7078
7079 2012-04-30 Doug Evans <dje@google.com>
7080
7081 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7082 All callers updated.
7083 (init_cu_die_reader): Verify the section is non-empty.
7084 (dwarf_decode_line_header): Don't dereference section->asection
7085 until we know the section is present.
7086
7087 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
7088
7089 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7090 probes.
7091
7092 2012-04-29 Yao Qi <yao@codesourcery.com>
7093
7094 * gdb-code-style.el: New hook gdb-markup-hook
7095 and gdb-comment-hook.
7096
7097 2012-04-28 Doug Evans <dje@google.com>
7098
7099 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
7100 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7101 objfile->obfd.
7102 * symfile.h (dwarf2_debug_sections): New member addr.
7103 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7104 (ctx_no_get_addr_index): New function.
7105 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7106 (ctx_no_get_addr_index): Declare.
7107 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7108 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7109 (dwarf_expr_ctx_funcs): Update.
7110 (needs_get_addr_index): New function.
7111 (needs_frame_ctx_funcs): Update.
7112 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7113 * dwarf2read.c: #include "gdbcore.h".
7114 (dwarf2_per_objfile): New members addr, dwo_files.
7115 (dwarf2_elf_names): Add entry for addr.
7116 (struct dwo_section_names): New type.
7117 (dwo_section_names): New static global.
7118 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7119 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7120 old debug_types_section member updated to use this.
7121 Rename member debug_types_section to info_or_types_section,
7122 all uses updated.
7123 (signatured_type): Rename member type_offset to type_offset_in_tu,
7124 all uses updated. New member type_offset_in_section.
7125 (struct dwo_sections): New type.
7126 (struct dwo_unit): New type.
7127 (struct dwo_file): New type.
7128 (die_reader_specs): New member dwo_file.
7129 (dwarf2_locate_sections): Watch for .debug_addr.
7130 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7131 (dwarf2_read_section): Get bfd of section from bfd's asection,
7132 instead of objfile.
7133 (create_cus_from_index): Initialize the_cu->info_or_types_section.
7134 (create_signatured_type_table_from_index): Initialize
7135 sig_type->info_or_types_section.
7136 (dw2_get_file_names): Statement lists for type units with DWO files
7137 live in the DWO file.
7138 (create_debug_types_hash_table): New function.
7139 (create_all_type_units): Rewrite.
7140 (init_cu_die_reader): New arg dwo_file, all callers updated.
7141 (init_and_read_dies_worker): Get section from
7142 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
7143 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
7144 continue reading the CU/TU from there.
7145 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
7146 updated. Get section from this_cu->info_or_types_section.
7147 (create_all_comp_units): Initialize this_cu->info_or_types_section.
7148 (skip_one_die): New cases DW_FORM_GNU_addr_index,
7149 DW_FORM_GNU_str_index.
7150 (hash_dwo_file, eq_dwo_file): New functions.
7151 (allocate_dwo_file_hash_table): New function.
7152 (hash_dwo_unit, eq_dwo_unit): New functions.
7153 (allocate_dwo_unit_table): New function.
7154 (dwarf2_locate_dwo_sections): New function.
7155 (struct create_dwo_info_table_data): New type.
7156 (create_debug_info_hash_table_reader): New function.
7157 (create_debug_info_hash_table): New function.
7158 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7159 (lookup_dwo_file): New function.
7160 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7161 (free_dwo_file, free_dwo_file_cleanup): New functions.
7162 (free_dwo_file_from_slot, free_dwo_files): New functions.
7163 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7164 (dwarf2_record_block_ranges): Ditto.
7165 (read_partial_die): Ditto.
7166 (process_enumeration_scope): Update to use type_offset_in_section.
7167 (read_full_die_1): New function.
7168 (read_full_die): Rewrite.
7169 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7170 DW_FORM_GNU_str_index.
7171 (read_addr_index_1, read_addr_index): New functions.
7172 (read_addr_index_from_leb128): New function.
7173 (struct dwarf2_read_addr_index_data): New type.
7174 (dwarf2_read_addr_index_reader): New function.
7175 (dwarf2_read_addr_index): New function.
7176 (read_str_index): New function.
7177 (leb128_size): New function.
7178 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7179 If processing a type unit from a DWO file, get the line section
7180 from the DWO file.
7181 (var_decode_location): Watch for DW_OP_GNU_addr_index.
7182 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7183 DW_FORM_GNU_str_index.
7184 (lookup_die_type): Check whether section offset of type's die is
7185 known before looking it up. Remove assert. Condition can
7186 legimately happen for inter-cu type references.
7187 (dwarf_attr_name): Handle Fission attributes.
7188 (dwarf_form_name): Handle Fission forms.
7189 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7190 DW_FORM_GNU_str_index.
7191 (follow_die_sig): Update to use type_offset_in_section.
7192 (decode_locdesc): New case DW_OP_GNU_addr_index.
7193 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7194 DW_FORM_GNU_str_index.
7195 (cu_debug_loc_section): New function.
7196 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
7197 (dwarf2_per_objfile_free): Unmap .debug_addr section.
7198 Free DWO files if present.
7199 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
7200
7201 Refactor DIE reading.
7202 * dwarf2read.c (dwarf2_per_objfile): Replace members
7203 debug_info_type_hash and debug_types_type_hash with die_type_hash.
7204 (die_reader_specs): New member "die_section". Temporarily make
7205 member "buffer" non-const, pending constifying all info_ptr uses.
7206 (die_reader_func_ftype): New typedef.
7207 (dw2_get_file_names_reader): New function.
7208 (dw2_get_file_names): Rewrite.
7209 (read_and_check_type_unit_head): Rename arg type_offset to
7210 type_offset_in_tu.
7211 (create_all_type_units): Improve debugging message.
7212 Improve dummy type unit check.
7213 (init_cu_die_reader): New arg "section". All callers updated.
7214 (init_and_read_dies_worker): New function.
7215 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
7216 (init_cutu_and_read_dies_no_follow): New function.
7217 (init_cutu_and_read_dies_simple): New function.
7218 (process_psymtab_comp_unit_reader): New function.
7219 (process_psymtab_comp_unit): Delete args section,
7220 is_debug_types_section. Rewrite. All callers updated.
7221 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
7222 All callers updated. Rewrite.
7223 (load_partial_comp_unit_reader): New function.
7224 (load_partial_comp_unit): Rewrite.
7225 (skip_children): New arg reader. Delete args buffer, cu.
7226 All callers updated.
7227 (skip_one_die): New arg reader. Delete args buffer, cu.
7228 All callers updated.
7229 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
7230 All callers updated.
7231 (load_full_comp_unit_reader): New function.
7232 (load_full_comp_unit): Rewrite.
7233 (read_comp_unit): Delete.
7234 (read_die_and_children_1): Delete, contents moved ...
7235 (read_die_and_children): ... here.
7236 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
7237 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
7238 All callers updated.
7239 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
7240 All callers updated.
7241 (find_partial_die): Rewrite load_all_dies support.
7242 (read_attribute_value): New arg reader. Delete args abfd, cu.
7243 All callers updated.
7244 (read_attribute): New arg reader. Delete args abfd, cu.
7245 All callers updated.
7246 (load_full_type_unit): Add assert.
7247 (read_signatured_type_reader): New function.
7248 (read_signatured_type): Rewrite.
7249 (free_stack_comp_unit): Remove call to age_cached_comp_units.
7250 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
7251 All callers updated. Set per_cu->cu = NULL after freeing it.
7252 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
7253 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
7254 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
7255 (set_die_type): Update.
7256 (get_die_type_at_offset): Update.
7257 (read_file_scope): Call prepare_one_comp_unit.
7258 (read_type_unit_scope): Ditto.
7259 (prepare_one_comp_unit): Set producer if present.
7260
7261 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7262
7263 * probe.c (compile_rx_or_error): Silence ARI warning about missing
7264 gettext function on `error'.
7265
7266 2012-04-27 Doug Evans <dje@google.com>
7267
7268 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
7269 is empty.
7270
7271 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7272 Tom Tromey <tromey@redhat.com>
7273
7274 * breakpoint.c (struct breakpoint_objfile_data)
7275 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
7276 <exception_probes>: New fields.
7277 (free_breakpoint_probes): New function.
7278 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
7279 `_Unwind_DebugHook'.
7280 (create_exception_master_breakpoint): Likewise.
7281 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
7282 * infrun.c: Including necessary header files for handling SystemTap
7283 probes.
7284 (handle_inferior_event): Handling longjmp breakpoint and exceptions
7285 via SystemTap probes.
7286 (check_exception_resume): Remove `func' argument. Handle exception
7287 unwinding breakpoint set via a SystemTap probe.
7288 (insert_exception_resume_from_probe): New function.
7289
7290 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7291 Tom Tromey <tromey@redhat.com>
7292 Jan Kratochvil <jan.kratochvil@redhat.com>
7293
7294 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
7295 (COMMON_OBS): Likewise.
7296 (HFILES_NO_SRCDIR): Add `probe'.
7297 * NEWS: Mention support for static and SystemTap probes.
7298 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
7299 SystemTap probes' arguments parser.
7300 * arm-linux-tdep.c: Including headers needed to perform the parsing
7301 of SystemTap probes' arguments.
7302 (arm_stap_is_single_operand): New function.
7303 (arm_stap_parse_special_token): Likewise.
7304 (arm_linux_init_abi): Initializing proper fields used by SystemTap
7305 probes' arguments parser.
7306 * ax-gdb.c (require_rvalue): Removing static declaration.
7307 (gen_expr): Likewise.
7308 * ax-gdb.h (gen_expr): Declaring function.
7309 (require_rvalue): Likewise.
7310 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
7311 (bkpt_probe_breakpoint_ops): New variable.
7312 (momentary_breakpoint_from_master): Set the `probe' value.
7313 (add_location_to_breakpoint): Likewise.
7314 (break_command_1): Using proper breakpoint_ops according to the
7315 argument passed by the user in the command line.
7316 (bkpt_probe_insert_location): New function.
7317 (bkpt_probe_remove_location): Likewise.
7318 (bkpt_probe_create_sals_from_address): Likewise.
7319 (bkpt_probe_decode_linespec): Likewise.
7320 (tracepoint_probe_create_sals_from_address): Likewise.
7321 (tracepoint_probe_decode_linespec): Likewise.
7322 (tracepoint_probe_breakpoint_ops): New variable.
7323 (trace_command): Using proper breakpoint_ops according to the
7324 argument passed by the user in the command line.
7325 (initialize_breakpoint_ops): Initializing breakpoint_ops for
7326 static probes on breakpoints and tracepoints.
7327 * breakpoint.h (struct bp_location) <probe>: New field.
7328 * cli-utils.c (skip_spaces_const): New function.
7329 (extract_arg): Likewise.
7330 * cli-utils.h (skip_spaces_const): Likewise.
7331 (extract_arg): Likewise.
7332 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
7333 * configure.ac: Append `stap-probe.o' to be generated when ELF
7334 support is present.
7335 * configure: Regenerate.
7336 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
7337 * elfread.c: Include `probe.h' and `arch-utils.h'.
7338 (probe_key): New variable.
7339 (elf_get_probes): New function.
7340 (elf_get_probe_argument_count): Likewise.
7341 (elf_evaluate_probe_argument): Likewise.
7342 (elf_compile_to_ax): Likewise.
7343 (elf_symfile_relocate_probe): Likewise.
7344 (stap_probe_key_free): Likewise.
7345 (elf_probe_fns): New variable.
7346 (elf_sym_fns): Add `sym_probe_fns' value.
7347 (elf_sym_fns_lazy_psyms): Likewise.
7348 (elf_sym_fns_gdb_index): Likewise.
7349 (_initialize_elfread): Initialize objfile cache for static
7350 probes.
7351 * gdb_vecs.h (struct probe): New forward declaration.
7352 (probe_p): New VEC declaration.
7353 * gdbarch.c: Regenerate.
7354 * gdbarch.h: Regenerate.
7355 * gdbarch.sh (stap_integer_prefix): New variable.
7356 (stap_integer_suffix): Likewise.
7357 (stap_register_prefix): Likewise.
7358 (stap_register_suffix): Likewise.
7359 (stap_register_indirection_prefix): Likewise.
7360 (stap_register_indirection_suffix): Likewise.
7361 (stap_gdb_register_prefix): Likewise.
7362 (stap_gdb_register_suffix): Likewise.
7363 (stap_is_single_operand): New function.
7364 (stap_parse_special_token): Likewise.
7365 (struct stap_parse_info): Forward declaration.
7366 * i386-tdep.c: Including headers needed to perform the parsing
7367 of SystemTap probes' arguments.
7368 (i386_stap_is_single_operand): New function.
7369 (i386_stap_parse_special_token): Likewise.
7370 (i386_elf_init_abi): Initializing proper fields used by SystemTap
7371 probes' arguments parser.
7372 * i386-tdep.h (i386_stap_is_single_operand): New function.
7373 (i386_stap_parse_special_token): Likewise.
7374 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
7375 * mipsread.c (ecoff_sym_fns): Likewise.
7376 * objfiles.c (objfile_relocate1): Support relocation for static
7377 probes.
7378 * parse.c (prefixify_expression): Remove static declaration.
7379 (initialize_expout): Likewise.
7380 (reallocate_expout): Likewise.
7381 * parser-defs.h (initialize_expout): Declare function.
7382 (reallocate_expout): Likewise.
7383 (prefixify_expression): Likewise.
7384 * ppc-linux-tdep.c: Including headers needed to perform the parsing
7385 of SystemTap probes' arguments.
7386 (ppc_stap_is_single_operand): New function.
7387 (ppc_stap_parse_special_token): Likewise.
7388 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
7389 probes' arguments parser.
7390 * probe.c: New file, for generic statically defined probe support.
7391 * probe.h: Likewise.
7392 * s390-tdep.c: Including headers needed to perform the parsing of
7393 SystemTap probes' arguments.
7394 (s390_stap_is_single_operand): New function.
7395 (s390_gdbarch_init): Initializing proper fields used by SystemTap
7396 probes' arguments parser.
7397 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
7398 * stap-probe.c: New file, for SystemTap probe support.
7399 * stap-probe.h: Likewise.
7400 * symfile.h: Include `gdb_vecs.h'.
7401 (struct sym_probe_fns): New struct.
7402 (struct sym_fns) <sym_probe_fns>: New field.
7403 * symtab.c (init_sal): Initialize `probe' field.
7404 * symtab.h (struct probe): Forward declaration.
7405 (struct symtab_and_line) <probe>: New field.
7406 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
7407 locations.
7408 (stop_tracing): Likewise.
7409 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
7410
7411 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7412 Tom Tromey <tromey@redhat.com>
7413
7414 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
7415 and to compile agent expressions.
7416 * infrun.c (siginfo_make_value): New argument `ignore'.
7417 (siginfo_funcs): New struct.
7418 (_initialize_infrun): New argument when calling
7419 `create_internalvar_type_lazy'.
7420 * thread.c (thread_id_make_value): New argument `ignore'.
7421 (thread_funcs): New struct.
7422 (_initialize_thread): New argument when calling
7423 `create_internalvar_type_lazy'.
7424 * tracepoint.c (sdata_make_value): New argument `ignore'.
7425 (sdata_funcs): New struct.
7426 (_initialize_tracepoint): New argument when calling
7427 `create_internalvar_type_lazy'.
7428 * value.c (make_value): New struct.
7429 (create_internalvar_type_lazy): New argument `data'.
7430 (compile_internalvar_to_ax): New function.
7431 (value_of_internalvar): Properly handling `make_value' case.
7432 (clear_internalvar): Likewise.
7433 (show_convenience): Adding `TRY_CATCH' block.
7434 * value.h (internalvar_make_value): Delete, replace by...
7435 (struct internalvar_funcs): ... this.
7436 (create_internalvar_type_lazy) <fun>: Delete argument.
7437 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
7438 (compile_internalvar_to_ax): New function.
7439 * windows-tdep.c (tlb_make_value): New argument `ignore'.
7440 (tlb_funcs): New struct.
7441 (_initialize_windows_tdep): New argument when calling
7442 `create_internalvar_type_lazy'.
7443
7444 2012-04-27 Mark Wielaard <mjw@redhat.com>
7445
7446 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
7447 see whether it is an address or a constant offset from DW_AT_low_pc.
7448 (dwarf2_record_block_ranges): Likewise.
7449 (read_partial_die): Likewise.
7450
7451 2012-04-26 Mark Wielaard <mjw@redhat.com>
7452
7453 * MAINTAINERS (Write After Approval): Add myself to the list.
7454
7455 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7456
7457 * proc-utils.h (proc_prettyprint_signalset): New prototype.
7458 (proc_prettyprint_signal): Likewise.
7459 (proc_prettyprint_faultset): Likewise.
7460 (proc_prettyprint_fault): Likewise.
7461 (proc_prettyprint_actionset): Likewise.
7462 (proc_prettyprint_flags): Move to new proc-flags.c section.
7463 (proc_prettyfprint_flags): New prototype.
7464 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
7465 (proc_syscall, proc_cursig): Likewise.
7466 (proc_set_kill_on_last_close): Likewise.
7467 (proc_unset_kill_on_last_close): Likewise.
7468 (proc_set_watchpoint): Make static.
7469 (proc_delete_dead_threads): Likewise.
7470 (procfs_set_watchpoint): Likewise.
7471 (_initialize_procfs): Add prototype.
7472 * proc-events.c: Include proc-utils.h.
7473 (init_syscall_table): Make static.
7474 * proc-api.c (_initialize_proc_api): Add prototype.
7475 * proc-flags.c: Include proc-utils.h.
7476
7477 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7478
7479 * configure.ac: Add AC_ARG_PROGRAM.
7480 * configure: Regenerate.
7481
7482 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7483
7484 Fix DW_AT_lower_bound defaults for DWARF-4+.
7485 * dwarf2read.c (read_subrange_type): Remove initialization of low and
7486 high. New variable low_default_is_valid. Implement DWARF-4+
7487 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
7488 no default by the DWARF standard.
7489
7490 2012-04-26 Maciej W. Rozycki <macro@mips.com>
7491 Maciej W. Rozycki <macro@codesourcery.com>
7492
7493 * infrun.c (handle_inferior_event): Move the check for return
7494 trampolines ahead of the check for function trampolines.
7495 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
7496 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
7497 (mips_str_mips16_ret_stub): Likewise.
7498 (mips_str_call_fp_stub): Likewise.
7499 (mips_str_call_stub): Likewise.
7500 (mips_str_fn_stub): Likewise.
7501 (mips_str_pic): Likewise.
7502 (mips_in_frame_stub): New function.
7503 (mips_unwind_pc): Return the return address rather than the PC
7504 if the PC of an intermediate frame is inside a call thunk.
7505 (mips_is_stub_suffix): New function.
7506 (mips_is_stub_mode): Likewise.
7507 (mips_get_mips16_fn_stub_pc): Likewise.
7508 (mips_skip_mips16_trampoline_code): Update to handle all the
7509 currently generated stub types. Don't recurse into __fn_stub
7510 thunks. Remove heuristics to handle stubs beyond etext/_etext.
7511 Use cooked register accesses.
7512 (mips_in_return_stub): Reintroduce function.
7513 (mips_skip_trampoline_code): Traverse trampolines recursively.
7514 (mips_gdbarch_init): Handle MIPS16 return trampolines.
7515
7516 2012-04-26 Joel Brobecker <brobecker@adacore.com>
7517
7518 GDB 7.4.1 released.
7519
7520 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
7521
7522 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
7523 * features/arm-with-m-vfp-d16.xml: New file. Describes
7524 Cortex-M with VFPv4-sp-d16 FPU register layout.
7525 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
7526 * features/arm-with-m-vfp-d16.c: New. Generated from above.
7527 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
7528 (arm-register_g_packet_guesses): Add vfp-d16 guess.
7529 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
7530
7531 2012-04-25 Doug Evans <dje@google.com>
7532
7533 * cli/cli-decode.c (print_doc_line): Use stream instead of
7534 current_uiout.
7535
7536 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7537
7538 * features/arm-with-iwmmxt.c: Regenerate.
7539 * features/arm-with-m-fpa-layout.c: Likewise.
7540 * features/arm-with-m.c: Likewise.
7541 * features/arm-with-neon.c: Likewise.
7542 * features/arm-with-vfpv2.c: Likewise.
7543 * features/arm-with-vfpv3.c: Likewise.
7544 * features/mips-dsp-linux.c: Likewise.
7545 * features/mips-linux.c: Likewise.
7546 * features/mips64-dsp-linux.c: Likewise.
7547 * features/mips64-linux.c: Likewise.
7548 * features/s390-linux32.c: Likewise.
7549 * features/s390-linux32v1.c: Likewise.
7550 * features/s390-linux32v2.c: Likewise.
7551 * features/s390-linux64.c: Likewise.
7552 * features/s390-linux64v1.c: Likewise.
7553 * features/s390-linux64v2.c: Likewise.
7554 * features/s390x-linux64.c: Likewise.
7555 * features/s390x-linux64v1.c: Likewise.
7556 * features/s390x-linux64v2.c: Likewise.
7557 * features/tic6x-c62x-linux.c: Likewise.
7558 * features/tic6x-c62x.c: Likewise.
7559 * features/tic6x-c64x-linux.c: Likewise.
7560 * features/tic6x-c64x.c: Likewise.
7561 * features/tic6x-c64xp-linux.c: Likewise.
7562 * features/tic6x-c64xp.c: Likewise.
7563 * target-descriptions.c: Only generate `field_type' and `type'
7564 variables when needed.
7565
7566 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
7567
7568 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
7569
7570 2012-04-25 Doug Evans <dje@google.com>
7571
7572 Initial pass at Go language support.
7573 * NEWS: Mention Go.
7574 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
7575 go-valprint.c.
7576 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
7577 (YYFILES): Add go-exp.c.
7578 (YYOBJ): Add go-exp.o.
7579 (local-maintainer-clean): Delete go-exp.c.
7580 * defs.h (enum language): Add language_go.
7581 * dwarf2read.c: #include "go-lang.h".
7582 (fixup_go_packaging): New function.
7583 (process_full_comp_unit): Call it when processing Go CUs.
7584 (dwarf2_physname): Add Go support.
7585 (read_file_scope): Handle missing language spec for GNU Go.
7586 (set_cu_language): Handle DW_LANG_Go.
7587 * go-exp.y: New file.
7588 * go-lang.h: New file.
7589 * go-lang.c: New file.
7590 * go-typeprint.c: New file.
7591 * go-valprint.c: New file.
7592 * symtab.c: #include "go-lang.h".
7593 (symbol_set_language): Handle language_go.
7594 (symbol_find_demangled_name, symbol_set_names): Ditto.
7595 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7596
7597 2012-04-24 Jim Meyering <meyering@redhat.com>
7598
7599 avoid a few strncpy-induced buffer overruns
7600 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7601 fname and psargs before trying to concatenate.
7602 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7603 "name" before applying strchr.
7604
7605 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
7606
7607 * CONTRIBUTE: Use unified diff instead of context diff when
7608 generating patches.
7609
7610 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7611
7612 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7613 code. Handle JR.HB correctly.
7614
7615 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7616
7617 * mips-tdep.c
7618 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7619 with the other MIPS16 helpers.
7620
7621 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
7622
7623 * observer.sh: Conditionally declare `args', thus cleaning up
7624 unused instances of this variable.
7625
7626 2012-04-24 Yao Qi <yao@codesourcery.com>
7627
7628 Revert this patch to allow breakpoint always-inserted
7629 in record target.
7630 2011-12-05 Pedro Alves <pedro@codesourcery.com>
7631 * breakpoint.c: Include record.h.
7632 (breakpoints_always_inserted_mode): Return false when the record
7633 target is in use.
7634
7635 * breakpoint.c (iterate_over_bp_locations): New.
7636 * breakpoint.h: Declare.
7637 New typedef walk_bp_location_callback.
7638 * record.c (record_open): Call record_init_record_breakpoints.
7639 (record_sync_record_breakpoints): New.
7640 (record_init_record_breakpoints): New.
7641 * NEWS: Mention supporting breakpoint always-inserted mode in
7642 record target.
7643
7644 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
7645
7646 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7647 any thread.
7648
7649 2012-04-24 Yao Qi <yao@codesourcery.com>
7650
7651 * breakpoint.c (ep_is_catchpoint): Renamed to ...
7652 (is_catchpoint): ... it.
7653 (print_one_breakpoint_location): Caller update.
7654 * breakpoint.h: Update declaration.
7655
7656 2012-04-23 David S. Miller <davem@davemloft.net>
7657
7658 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7659
7660 2012-04-23 Tom Tromey <tromey@redhat.com>
7661
7662 * buildsym.c (add_free_pendings): Remove.
7663 * buildsym.h (add_free_pendings): Remove.
7664
7665 2012-04-23 Doug Evans <dje@google.com>
7666
7667 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7668 attr.u.unsnd instead of attr.u.addr.
7669 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7670 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7671 DW_FORM_ref_udata.
7672 (dump_die_shallow): Update cases DW_FORM_ref_addr,
7673 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
7674 DW_FORM_ref_udata.
7675 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7676
7677 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
7678
7679 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7680 (mips_o32_return_value): Likewise.
7681 (mips_o64_return_value): Likewise.
7682
7683 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
7684
7685 * ada-lang.c (ada_evaluate_subexp): Add cases for
7686 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7687 their treatment in eval.c.
7688
7689 2012-04-21 David S. Miller <davem@davemloft.net>
7690
7691 * sparc-tdep.c (X_DISP10): Define.
7692 (sparc_analyze_control_transfer): Handle compare-and-branch.
7693
7694 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
7695
7696 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7697 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7698
7699 2012-04-20 Nigel Stephens <nigel@mips.com>
7700 Maciej W. Rozycki <macro@codesourcery.com>
7701
7702 * mips-tdep.c (mips_float_register_p): New function.
7703 (mips_convert_register_float_case_p): Use mips_float_register_p.
7704 (mips_register_type): Likewise.
7705 (mips_print_register): Likewise.
7706 (print_gp_register_row): Likewise.
7707 (mips_print_registers_info): Likewise.
7708
7709 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
7710
7711 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7712 of mips16 symbols.
7713
7714 2012-04-20 Andrew Pinski <apinski@cavium.com>
7715
7716 * MAINTAINERS (Write After Approval): Add myself to the list.
7717
7718 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7719
7720 * MAINTAINERS: Update my e-mail address.
7721
7722 2012-04-20 Pedro Alves <palves@redhat.com>
7723
7724 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7725 $srcdir.
7726 * configure: Regenerate.
7727
7728 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7729
7730 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
7731 declaration.
7732 * gdb_vecs.h: Declare `const_char_ptr' VEC.
7733
7734 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7735
7736 Fix compilation compatibility with python-2.4
7737 * python/py-type.c (convert_field): Cast ADDRSTRING for
7738 PyObject_SetAttrString as non-const. New comment.
7739
7740 2012-04-19 Tom Tromey <tromey@redhat.com>
7741
7742 * top.c (quit_target): Use all_cleanups.
7743 * main.c (captured_command_loop): Use all_cleanups.
7744 * exceptions.c (throw_exception): Use all_cleanups.
7745
7746 2012-04-19 Pedro Alves <palves@redhat.com>
7747
7748 * Makefile.in (GNULIB_BUILDDIR): New.
7749 (LIBGNU, INCGNU, GNULIB_H): Adjust.
7750 (SUBDIRS): Add $(GNULIB_BUILDDIR).
7751 (CLEANDIRS). Remove gnulib/import.
7752 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7753 (all-lib): Ditto.
7754 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7755 (gnulib/import/Makefile): Replace gnulib/import with
7756 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
7757 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7758 (aclocal_m4_deps): Remove the gnulib dependencies. Add
7759 acx_configure_dir.m4.
7760 * acinclude.m4: Include acx_configure_dir.m4.
7761 * acx_configure_dir.m4: New file.
7762 * aclocal.m4: Regenerate.
7763 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7764 calls. Configure gnulib using ACX_CONFIGURE_DIR.
7765 (GNULIB): New variable.
7766 (GNULIB_STDINT_H): Adjust.
7767 (AC_OUTPUT): Don't output gnulib/Makefile.
7768 * gdb/defs.h: Include build-gnulib/config.h.
7769 * aclocal.m4: Regenerate.
7770 * config.in: Regenerate.
7771 * configure: Regenerate.
7772
7773 * gnulib/Makefile.in: New file.
7774 * gnulib/configure.ac: New file.
7775 * gnulib/aclocal.m4: New file.
7776 * gnulib/config.in: New file.
7777 * gnulib/configure: New file.
7778 * gnulib/: Re-run gnulib-tool to adjust.
7779
7780 2012-04-19 Doug Evans <dje@google.com>
7781
7782 * cleanups.h (struct cleanup): Move to cleanups.c.
7783 (make_cleanup_dtor_ftype): New typedef.
7784 (make_cleanup_dtor): Use it.
7785 (ALL_CLEANUPS): Replace with ...
7786 (all_cleanups): ... this. Declare. All uses updated.
7787 * cleanups.c: #include "gdb_assert.h".
7788 (sentinel_cleanup): New static global.
7789 (SENTINEL_CLEANUP): Define.
7790 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7791 (make_my_cleanup2): Assert result is non-NULL.
7792 (all_cleanups): New function.
7793 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7794 of NULL.
7795
7796 2012-04-19 Pedro Alves <palves@redhat.com>
7797
7798 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7799 Adjust paths to gnulib imported files.
7800
7801 2012-04-19 Pedro Alves <palves@redhat.com>
7802
7803 * gnulib/: Move whole directory ...
7804 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7805 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7806 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7807 (aclocal_m4_deps): Adjust.
7808 * aclocal.m4: Regenerate.
7809 * configure: Regenerate.
7810 * configure.ac: Adjust AC_OUTPUT output.
7811
7812 2012-04-19 Yao Qi <yao@codesourcery.com>
7813
7814 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7815 (vec.o): New rule.
7816 * vec.c: Move it ...
7817 * common/vec.c: ... here.
7818 * vec.h: Move it ...
7819 * common/vec.h: ... here.
7820
7821 2012-04-19 Yao Qi <yao@codesourcery.com>
7822
7823 * gdb-code-style.el: New.
7824
7825 2012-04-18 Pedro Alves <palves@redhat.com>
7826
7827 Update gnulib from latest git.
7828 (639ea5ae15e39fe48d43e04864b2997301e4b969)
7829
7830 * gnulib/Makefile.am: Update.
7831 * gnulib/dummy.c: Update.
7832 * gnulib/extra/arg-nonnull.h: Update.
7833 * gnulib/extra/c++defs.h: Update.
7834 * gnulib/extra/update-copyright: Update.
7835 * gnulib/extra/warn-on-use.h: Update.
7836 * gnulib/inttypes.in.h: Update.
7837 * gnulib/m4/00gnulib.m4: Update.
7838 * gnulib/m4/extensions.m4: Update.
7839 * gnulib/m4/gnulib-cache.m4: Update.
7840 * gnulib/m4/gnulib-common.m4: Update.
7841 * gnulib/m4/gnulib-comp.m4: Update.
7842 * gnulib/m4/gnulib-tool.m4: Update.
7843 * gnulib/m4/include_next.m4: Update.
7844 * gnulib/m4/inttypes-pri.m4: Update.
7845 * gnulib/m4/inttypes.m4: Update.
7846 * gnulib/m4/longlong.m4: Update.
7847 * gnulib/m4/memchr.m4: Update.
7848 * gnulib/m4/memmem.m4: Update.
7849 * gnulib/m4/mmap-anon.m4: Update.
7850 * gnulib/m4/multiarch.m4: Update.
7851 * gnulib/m4/onceonly.m4: Update.
7852 * gnulib/m4/stddef_h.m4: Update.
7853 * gnulib/m4/stdint.m4: Update.
7854 * gnulib/m4/string_h.m4: Update.
7855 * gnulib/m4/warn-on-use.m4: Update.
7856 * gnulib/m4/wchar_h.m4: Update.
7857 * gnulib/m4/wchar_t.m4: Update.
7858 * gnulib/m4/wint_t.m4: Update.
7859 * gnulib/memchr.c: Update.
7860 * gnulib/memmem.c: Update.
7861 * gnulib/stddef.in.h: Update.
7862 * gnulib/stdint.in.h: Update.
7863 * gnulib/str-two-way.h: Update.
7864 * gnulib/string.in.h: Update.
7865 * gnulib/wchar.in.h: Update.
7866
7867 * gnulib/extra/arg-nonnull.h: Delete.
7868 * gnulib/extra/c++defs.h: Delete.
7869 * gnulib/extra/warn-on-use.h: Delete.
7870 * gnulib/m4/wchar_h.m4: Delete.
7871 * gnulib/m4/wint_t.m4: Delete.
7872 * gnulib/wchar.in.h: Delete.
7873
7874 * gnulib/extra/snippets/arg-nonnull.h: New.
7875 * gnulib/extra/snippets/c++defs.h: New.
7876 * gnulib/extra/snippets/warn-on-use.h: New.
7877
7878 * aclocal.m4: Regenerate.
7879 * config.in: Regenerate.
7880 * configure: Regenerate.
7881 * gnulib/Makefile.in: Regenerate.
7882
7883 2012-04-18 Pedro Alves <palves@redhat.com>
7884
7885 Reimport the update-copyright module from gnulib
7886 (250b80067c1e1d8faa0c42fb572f721975b929c5).
7887
7888 * configure: Regenerate.
7889 * gnulib/Makefile.am: Update.
7890 * gnulib/Makefile.in: Regenerate.
7891 * gnulib/extra/update-copyright: Update.
7892 * gnulib/m4/gnulib-cache.m4: Update.
7893 * gnulib/m4/gnulib-comp.m4: Update.
7894
7895 2012-04-18 Tristan Gingold <gingold@adacore.com>
7896
7897 * configure.ac (aix): Put -lpthread into libs.
7898 * configure: Regenerate.
7899
7900 2012-04-18 Tom Tromey <tromey@redhat.com>
7901
7902 * linespec.c (convert_linespec_to_sals): Don't use
7903 SYMBOL_OBJ_SECTION.
7904 (compare_msymbols): Arguments are minsym_and_objfile, not
7905 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
7906
7907 2012-04-18 Pedro Alves <palves@redhat.com>
7908
7909 Revert gnulib/ part of:
7910 2011-01-01 Joel Brobecker <brobecker@adacore.com>
7911 Copyright year update in most files (performed by copyright.sh).
7912
7913 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7914
7915 Fix 64-bit constants on 32-bit hosts.
7916 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7917 from unsigned long to ULONGEST.
7918 (read_signed_leb128): Change declaration return type from long to
7919 LONGEST.
7920 (dwarf2_const_value_attr): Change declaration parameter value from long
7921 to LONGEST.
7922 (dwarf2_compute_name): Change variable value from long to LONGEST.
7923 (read_unsigned_leb128): Change return type, variable result and some
7924 casts from unsigned long to ULONGEST.
7925 (read_signed_leb128): Change return type, variable result and some
7926 casts from long to LONGEST.
7927 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7928 value from long to LONGEST.
7929 (dwarf2_const_value): Change variable value from long to LONGEST.
7930 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7931 plongest and hex_string.
7932 * symtab.h (struct general_symbol_info): Change ivalue from long to
7933 LONGEST, remove the comment.
7934 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7935 Change SYMBOL_VALUE format strings to use plongest and hex_string.
7936
7937 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7938
7939 PR symtab/7259:
7940 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7941 * ada-lang.c (ada_discrete_type_high_bound)
7942 (ada_discrete_type_low_bound): Fix function comment. Use
7943 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7944 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7945 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7946 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7947 Use TYPE_FIELD_ENUMVAL.
7948 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7949 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7950 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7951 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
7952 TYPE_CODE_ENUM.
7953 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7954 * dwarf2read.c (process_enumeration_scope): Likewise.
7955 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7956 field.bitpos.
7957 (class StructMainTypePrettyPrinter): Support also
7958 FIELD_LOC_KIND_ENUMVAL.
7959 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7960 TYPE_CODE_ENUM.
7961 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7962 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7963 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7964 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
7965 field enumval.
7966 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7967 accommodate enumval.
7968 (struct call_site): Adjust loc_kind to accommodate enumval.
7969 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7970 (TYPE_FIELD_ENUMVAL): New macros.
7971 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7972 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7973 TYPE_CODE_ENUM.
7974 * p-typeprint.c (pascal_type_print_base): Likewise.
7975 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7976 enumval.
7977 * python/lib/gdb/types.py (make_enum_dict): Likewise.
7978 * python/py-type.c (convert_field): New variable addrstring. Use
7979 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7980 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7981 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7982 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7983 TYPE_CODE_ENUM.
7984 * valprint.c (generic_val_print): Likewise.
7985
7986 2012-04-17 Doug Evans <dje@google.com>
7987
7988 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7989
7990 * dwarf2read.c: Whitespace fixes.
7991 (lookup_signatured_type): Tweak comment.
7992 (get_die_type_at_offset): Fix comment.
7993
7994 2012-04-17 Joel Brobecker <brobecker@adacore.com>
7995
7996 * xcoffread.c (xcoff_secnum_to_sections): New function.
7997 (secnum_to_section, secnum_to_bfd_section): Reimplement
7998 using xcoff_secnum_to_sections. Rename "secnum" parameter
7999 into "n_scnum".
8000 (RECORD_MINIMAL_SYMBOL): Delete.
8001 (record_minimal_symbol): New function.
8002 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8003 by call to record_minimal_symbol and set misc_func_recorded
8004 to 1. Set last_csect_sec to the XCOFF section index instead
8005 of GDB's section_offset index. Update calls to
8006 prim_record_minimal_symbol_and_info to pass the BFD section
8007 as well.
8008
8009 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8010
8011 * xcoffread.c (read_xcoff_symtab): Delete variables
8012 last_csect_val and last_csect_sec and associated code.
8013
8014 2012-04-17 Doug Evans <dje@google.com>
8015
8016 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8017 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8018 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8019 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8020
8021 * cleanups.h: New file.
8022 * cleanups.c: New file.
8023 * Makefile.in (SFILES): Add cleanups.c.
8024 (HFILES_NO_SRCDIR): Add cleanups.h.
8025 (COMMON_OBS): Add cleanups.o.
8026 * defs.h (struct cleanup): Moved to cleanups.h.
8027 (do_cleanups,do_final_cleanups): Ditto.
8028 (discard_cleanups,discard_final_cleanups): Ditto
8029 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8030 (save_cleanups,save_final_cleanups): Ditto.
8031 (restore_cleanups,restore_final_cleanups): Ditto.
8032 (null_cleanup): Ditto.
8033 (make_my_cleanup,make_my_cleanup2): Ditto.
8034 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8035 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8036 (do_cleanups,do_final_cleanups): Ditto.
8037 (discard_cleanups,discard_final_cleanups): Ditto
8038 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8039 (save_cleanups,save_final_cleanups): Ditto.
8040 (restore_cleanups,restore_final_cleanups): Ditto.
8041 (null_cleanup): Ditto.
8042 (make_my_cleanup,make_my_cleanup2): Ditto.
8043 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8044
8045 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8046 make_my_cleanup.
8047 (make_cleanup_dyn_string_delete): Ditto.
8048 (make_cleanup_ui_file_delete): Ditto.
8049 (make_cleanup_ui_out_redirect_pop): Ditto.
8050 (make_cleanup_free_section_addr_info): Ditto.
8051 (make_cleanup_restore_integer): Ditto.
8052 (make_cleanup_unpush_target): Ditto.
8053 (make_cleanup_value_free_to_mark): Ditto.
8054 (make_cleanup_value_free): Ditto.
8055 (make_cleanup_free_so): Ditto.
8056
8057 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8058
8059 New option "set debug auto-load".
8060 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8061 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8062 (auto_load_safe_path_vec_update)
8063 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8064 if DEBUG_AUTO_LOAD.
8065 (file_is_auto_load_safe): New parameters debug_fmt and ....
8066 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8067 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8068 caller by explanatory string.
8069 (_initialize_auto_load): Register "set debug auto-load".
8070 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8071 and ....
8072 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8073 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8074 by explanatory string.
8075 * main.c (captured_main): Likewise.
8076 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8077 (source_section_scripts): Likewise.
8078
8079 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8080
8081 New option "set auto-load safe-path".
8082 * NEWS: New commands "set auto-load safe-path"
8083 and "show auto-load safe-path".
8084 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8085 (auto_load_safe_path, auto_load_safe_path_vec)
8086 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8087 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8088 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8089 (source_gdb_script_for_objfile): New variable is_safe. Call
8090 file_is_auto_load_safe. Return if it is not.
8091 (struct loaded_script): New field loaded.
8092 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
8093 (print_script): Use LOADED indicator instead of FULL_PATH. Change
8094 output "Missing" to "No".
8095 (_initialize_auto_load): New variable cmd. Initialize
8096 auto_load_safe_path. Register "set auto-load safe-path",
8097 "show auto-load safe-path" and "add-auto-load-safe-path".
8098 * auto-load.h (maybe_add_script): Add parameter loaded.
8099 (file_is_auto_load_safe): New declaration.
8100 * config.in: Regenerate.
8101 * configure: Regenerate.
8102 * configure.ac: New parameters --with-auto-load-safe-path
8103 and --without-auto-load-safe-path.
8104 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8105 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8106 * main.c (captured_main): Check file_is_auto_load_safe for
8107 LOCAL_GDBINIT.
8108 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8109 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
8110 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
8111 not.
8112
8113 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8114
8115 auto-load: Implementation.
8116 * NEWS: New descriptions for "info auto-load",
8117 "info auto-load gdb-scripts", "info auto-load python-scripts",
8118 "info auto-load local-gdbinit" and "info auto-load libthread-db".
8119 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8120 and "show auto-load-scripts". New description for "set auto-load",
8121 "show auto-load", "set auto-load gdb-scripts",
8122 "show auto-load gdb-scripts", "set auto-load python-scripts",
8123 "show auto-load python-scripts", "set auto-load local-gdbinit",
8124 "show auto-load local-gdbinit", "set auto-load libthread-db" and
8125 "show auto-load libthread-db".
8126 * auto-load.c: Remove include python/python-internal.h. Add includes
8127 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8128 cli/cli-setshow.h.
8129 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8130 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8131 (gdbpy_global_auto_load): Rename to ...
8132 (global_auto_load): ... here.
8133 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8134 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8135 (script_language_gdb, source_gdb_script_for_objfile): New.
8136 (struct loaded_script): New field language.
8137 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8138 LANGUAGE.
8139 (maybe_add_script): Add parameter language. Drop redundant
8140 entry.full_path initialization. Initialize entry.language and
8141 (*slot)->language.
8142 (auto_load_objfile_script): Change parameter suffix to language.
8143 Remove the call of maybe_add_script.
8144 Call language->source_script_for_objfile.
8145 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
8146 New.
8147 (collect_matching_scripts): Adjust it for
8148 struct collect_matching_scripts_data.
8149 (auto_load_info_scripts_pattern_nl): New variable.
8150 (info_auto_load_scripts): Rename to ...
8151 (auto_load_info_scripts): ... here, add parameter language. Adjust it
8152 for struct collect_matching_scripts_data.
8153 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
8154 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
8155 (auto_load_show_cmdlist_get, info_auto_load_cmd)
8156 (auto_load_info_cmdlist_get): New.
8157 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8158 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
8159 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8160 "info auto-load local-gdbinit".
8161 * auto-load.h (struct script_language): New.
8162 (gdbpy_global_auto_load): Rename to ...
8163 (global_auto_load): ... here.
8164 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8165 (auto_load_local_gdbinit_loaded): New declarations.
8166 (maybe_add_script): New parameter language.
8167 (auto_load_objfile_script): Change parameter suffix to language.
8168 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8169 (auto_load_info_scripts, auto_load_set_cmdlist_get)
8170 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8171 declarations.
8172 * linux-thread-db.c: Include auto-load.h and ctype.h.
8173 (auto_load_thread_db, show_auto_load_thread_db): New.
8174 (struct thread_db_info): New field filename.
8175 (delete_thread_db_info): Call xfree for FILENAME.
8176 (try_thread_db_load): Initialize FILENAME.
8177 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8178 if !AUTO_LOAD_THREAD_DB.
8179 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8180 (_initialize_thread_db): Install auto_load_thread_db
8181 as "set auto-load libthread-db" and install info_auto_load_libthread_db
8182 as "info auto-load libthread-db".
8183 * main.c (captured_main): Rename gdbpy_global_auto_load to
8184 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8185 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8186 (print_gdb_help): Extend the help for 'local init file'.
8187 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8188 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8189 (auto_load_scripts): Rename to ...
8190 (auto_load_python_scripts): ... here, update the comment.
8191 (gdbpy_load_auto_script_for_objfile): New declaration.
8192 (show_auto_load_python_scripts, script_language_python)
8193 (gdbpy_load_auto_script_for_objfile): New.
8194 (source_section_scripts): Refactor the code.
8195 (load_auto_scripts_for_objfile): Rename to ...
8196 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
8197 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
8198 (info_auto_load_python_scripts): New.
8199 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
8200 Rename "set auto-load-scripts" to "set auto-load python-scripts".
8201 Register "set auto-load-scripts" as its deprecated alias. Register
8202 "info auto-load python-scripts". Register "info auto-load-scripts" as
8203 its deprecated alias.
8204 (load_auto_scripts_for_objfile): Rename to ...
8205 (gdbpy_load_auto_scripts_for_objfile): ... here.
8206 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
8207 (gdbpy_load_auto_scripts_for_objfile): ... here.
8208
8209 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8210
8211 auto-load: Move files.
8212 * Makefile.in (SFILES): Add auto-load.c.
8213 (HFILES_NO_SRCDIR): Add auto-load.h.
8214 (COMMON_OBS): Add auto-load.o.
8215 (distclean): Change .gdbinit for gdb-gdb.gdb.
8216 * auto-load.c: New file, with parts from python/py-auto-load.c.
8217 * auto-load.h: New file, with parts from python/python.h.
8218 * configure: Regenerate.
8219 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
8220 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
8221 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
8222 * main.c: Include auto-load.h.
8223 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
8224 command.h, observer.h and progspace.h to auto-load.c. Add include
8225 auto-load.h.
8226 (gdbpy_global_auto_load, struct auto_load_pspace_info)
8227 (struct loaded_script, auto_load_pspace_data)
8228 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
8229 (hash_loaded_script_entry, eq_loaded_script_entry)
8230 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
8231 (maybe_add_script): Move to auto-load.c.
8232 (source_section_scripts): Change maybe_add_script parameters passing,
8233 use script_not_found_warning_print.
8234 (clear_section_scripts, auto_load_objfile_script)
8235 (auto_load_new_objfile, loaded_script_ptr)
8236 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
8237 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
8238 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
8239 auto_load_new_objfile and info_auto_load_scripts initizations to
8240 auto-load.c.
8241 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
8242
8243 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8244
8245 Code cleanup.
8246 * charset.c (find_charset_names): Remove variables ix and elt.
8247 Use free_char_ptr_vec.
8248 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
8249 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8250 debugdir_end. New variable debugdir_len.
8251 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
8252 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
8253 declarations.
8254 * progspace.c (clear_program_space_solib_cache): Remove variables ix
8255 and elt. Use free_char_ptr_vec.
8256 * source.c (add_path): Remove variables argv, arg and argv_index.
8257 New variables dir_vec, back_to, ix and name.
8258 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
8259 make_cleanup_freeargv. Remove variable separator. Simplify the code
8260 no longer expecting DIRNAME_SEPARATOR.
8261 (openp): Remove variable p, p1 and len. New variables dir_vec,
8262 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
8263 no longer expecting DIRNAME_SEPARATOR.
8264 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
8265 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8266 debugdir_end.
8267 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
8268 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
8269 (dirnames_to_char_ptr_vec): New functions.
8270
8271 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8272
8273 Code cleanup.
8274 * source.c (add_path): Remove always true conditional 'p == 0' and
8275 unindent its code block.
8276
8277 2012-04-17 Pedro Alves <palves@redhat.com>
8278
8279 * gdbtypes.h (FIELD_BITPOS): Rename to ...
8280 (FIELD_BITPOS_LVAL): ... this.
8281 (FIELD_BITPOS): New.
8282 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
8283 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
8284 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
8285 SET_FIELD_BITPOS.
8286 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
8287 SET_FIELD_BITPOS.
8288 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
8289 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
8290 * target-descriptions.c (tdesc_gdb_type): Adjust to use
8291 SET_FIELD_BITPOS.
8292
8293 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8294
8295 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
8296 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
8297 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
8298 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
8299 * jv-lang.c (java_link_class_type): Likewise, once.
8300 * stabsread.c (read_enum_type): Likewise.
8301
8302 2012-04-16 Yao Qi <yao@codesourcery.com>
8303
8304 * common/agent.c (agent_run_command): Add one more parameter `len'.
8305 Update callers.
8306 * common/agent.h: Update declaration.
8307 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8308 Update.
8309 (linux_child_static_tracepoint_markers_by_strid): Ditto.
8310
8311 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
8312
8313 PR mi/13393
8314 * value.c (value_actual_type): New function.
8315 * value.h (value_actual_type): New declaration.
8316 * varobj.c (update_type_if_necessary): New function.
8317 (varobj_create): Call value_actual_type instead of
8318 value_type.
8319 (install_dynamic_child): distinct changed and type changed MI variable
8320 objects.
8321 (update_dynamic_varobj_children): Updated for install_dynamic_child
8322 change. All callers updated.
8323 (varobj_update): Support for MI variable object type change if
8324 the value changed and RTTI is used to determine the type.
8325 (create_child_with_value): Call value_actual_type instead of
8326 value_type.
8327 (adjust_value_for_child_access): Extended with a new parameter which
8328 specify whether the given value should be casted to enclosing type.
8329 All callers updated.
8330
8331 2012-04-14 Yao Qi <yao@codesourcery.com>
8332
8333 Import gnulib module inttypes from git
8334 (250b80067c1e1d8faa0c42fb572f721975b929c5)
8335 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
8336 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
8337 gnulib/m4/inttypes-pri.m4
8338 * aclocal.m4, config.in, configure: Regenerated.
8339 * gnulib/Makefile.am: Update.
8340 * gnulib/Makefile.in: Update.
8341 * gnulib/m4/gnulib-cache.m4: Update.
8342 * gnulib/m4/gnulib-comp.m4: Update.
8343 * gnulib/inttypes.in.h: New.
8344 * gnulib/m4/inttypes-pri.m4: New.
8345 * gnulib/m4/inttypes.m4: New.
8346
8347 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
8348
8349 * infrun.c (resume): Update PC address to the real PC after
8350 preparing to do displaced stepping.
8351
8352 2012-04-12 Doug Evans <dje@google.com>
8353
8354 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
8355 All callers updated.
8356
8357 2012-04-12 Mark Kettenis <kettenis@gnu.org>
8358
8359 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
8360
8361 2012-04-12 Doug Evans <dje@google.com>
8362
8363 * dwarf2read.c (create_all_type_units): Renamed from
8364 create_debug_types_hash_table. All callers updated.
8365
8366 * dwarf2read.c (create_signatured_type_table_from_index): Rename
8367 local type_sig to sig_type, type_offset to type_offset_in_tu.
8368 (hash_signatured_type): Renamed from hash_type_signature,
8369 all callers updated.
8370 (eq_signatured_type): Renamed from eq_type_signature,
8371 all callers updated.
8372 (create_debug_types_hash_table): Rename local type_sig to sig_type.
8373 (process_enumeration_scope): Ditto.
8374 (lookup_signatured_type_at_offset): Ditto.
8375 (load_full_type_unit, read_signatured_type): Ditto.
8376
8377 2012-04-12 Yao Qi <yao@codesourcery.com>
8378
8379 * remote.c (async_remote_interrupt): Correct function name in
8380 debug message.
8381 (async_remote_interrupt_twice): Ditto.
8382
8383 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
8384
8385 * source.c (find_and_open_source): Consistently pass resulting
8386 full path through xfullpath.
8387
8388 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8389
8390 Provide more specific displaced-stepping memory error message.
8391 * infrun.c (displaced_step_prepare): New variable status. Call
8392 target_read_memory instead of read_memory, provide more specific
8393 error message.
8394
8395 2012-04-11 Tristan Gingold <gingold@adacore.com>
8396
8397 PR gdb/13901
8398 * darwin-nat.c (darwin_execvp): Revert previous patch.
8399
8400 2012-04-11 Tristan Gingold <gingold@adacore.com>
8401
8402 PR gdb/13901
8403 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
8404 in case of change.
8405
8406 2012-04-11 Tristan Gingold <gingold@adacore.com>
8407
8408 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8409 warning.
8410
8411 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
8412
8413 New command 'explore' which helps explore values and types in
8414 scope.
8415 * NEWS: Add an entry about the new 'explore' command.
8416 * data-directory/Makefile.in: Add gdb/command/explore.py
8417 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
8418 command using the GDB Python API.
8419
8420 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
8421
8422 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
8423 extension in jump target calculation.
8424
8425 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
8426
8427 * mips-tdep.c (mips32_next_pc): Handle JALX.
8428
8429 2012-04-10 Yao Qi <yao@codesourcery.com>
8430
8431 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
8432
8433 2012-04-10 Yao Qi <yao@codesourcery.com>
8434
8435 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
8436 and gnulib/m4/gnulib-tool.m4.
8437
8438 2012-04-10 Doug Evans <dje@google.com>
8439
8440 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
8441 (load_partial_dies): Clarify comment.
8442 (find_partial_die): Support rereading type units.
8443 Clarify CU handling, if we know offset is in CU, don't search for the
8444 containing CU. Add comment regarding memory waste.
8445
8446 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
8447
8448 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
8449 i386/x32-avx and i386/x32-avx-linux.
8450 (i386/x32-expedite): New.
8451 (i386/x32-linux-expedite): Likewise.
8452 (i386/x32-avx-expedite): Likewise.
8453 (i386/x32-avx-linux-expedite): Likewise.
8454 ($(outdir)/i386/x32.dat): Likewise.
8455 ($(outdir)/i386/x32-linux.dat): Likewise.
8456 ($(outdir)/i386/x32-avx.dat): Likewise.
8457 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
8458
8459 * features/i386/x32-avx-linux.xml: New file.
8460 * features/i386/x32-avx.xml: Likewise.
8461 * features/i386/x32-core.xml: Likewise.
8462 * features/i386/x32-linux.xml: Likewise.
8463 * features/i386/x32.xml: Likewise.
8464
8465 * features/i386/x32-avx-linux.c: New. Generated.
8466 * features/i386/x32-avx.c: Likewise.
8467 * features/i386/x32-linux.c: Likewise.
8468 * features/i386/x32.c: Likewise.
8469 * regformats/i386/x32-avx-linux.dat: Likewise.
8470 * regformats/i386/x32-avx.dat: Likewise.
8471 * regformats/i386/x32-linux.dat: Likewise.
8472 * regformats/i386/x32.dat: Likewise.
8473
8474 2012-04-10 Tristan Gingold <gingold@adacore.com>
8475
8476 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
8477 code to kill the inferior.
8478
8479 2012-04-09 Mark Kettenis <kettenis@gnu.org>
8480
8481 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8482 defines.
8483 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8484 defines.
8485 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
8486 (yyvsp): New defines.
8487 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8488 defines.
8489 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8490 defines.
8491 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8492 defines.
8493 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8494 defines.
8495 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8496 defines.
8497
8498 2012-04-09 Mark Kettenis <kettenis@gnu.org>
8499
8500 * sparc64-tdep.c (sparc64_store_arguments)
8501 (sparc64_store_arguments): Fix coding style.
8502
8503 2012-04-07 Mark Kettenis <kettenis@gnu.org>
8504
8505 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
8506 complex floats, adjust some related comments and tighten a related
8507 assertion.
8508 (sparc64_extract_return_value): Handle complex floats.
8509
8510 2012-04-07 Doug Evans <dje@google.com>
8511
8512 * dwarf2read.c (load_partial_dies): Change condition to assert.
8513
8514 2012-04-06 Doug Evans <dje@google.com>
8515
8516 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
8517 "mov %rsp,%rbp".
8518
8519 2012-04-05 Kevin Buettner <kevinb@redhat.com>
8520
8521 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
8522 fencepost error.
8523 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
8524 (v850_gdbarch_init): Set `num_regs' as appropriate for the
8525 architecture.
8526
8527 2012-04-05 Keith Seitz <keiths@redhat.com>
8528
8529 * linespec.c (decode_compound): Remove.
8530 (enum offset_relative_sign): New enum.
8531 (struct line_offset): New struct.
8532 (struct linespec): New struct.
8533 (struct linespec_state): Move file_symtabs,
8534 user_filename, and user_function into struct linespec.
8535 Make result an anonymous struct holding vectors of
8536 symbolp and minsym_and_objfile_d.
8537 Add language member.
8538 (enum ls_token_type): New enum.
8539 (linespec_keywords): New array.
8540 (struct ls_token): New struct.
8541 (struct ls_parser): New struct.
8542 (linespec_lexer_lex_number): New function.
8543 (linespec_lexer_lex_keyword): New function.
8544 (is_ada_operator): New function.
8545 (skip_quote_char): New function.
8546 (copy_token_string): New function.
8547 (is_closing_quote_enclosed): New function.
8548 (find_parameter_list_end): New function.
8549 (linespec_lexer_lex_string): New function.
8550 (linespec_lexer_lex_one): New function.
8551 (linespec_lexer_consume_token): New function.
8552 (linespec_lexer_peek_token): New function.
8553 (cplusplus_error): Remove unused function.
8554 (find_methods): Update comment.
8555 (find_toplevel_char): Return const.
8556 (is_objc_method_format): Remove unused function.
8557 (find_toplevel_string): New function.
8558 (is_linespec_boundary): Remove.
8559 (symbol_not_found_error): New function.
8560 (find_method_overload_end): Remove function.
8561 (unexpected_linespec_error): New function.
8562 (keep_name_info): Remove.
8563 (linespec_parse_line_offset): New function.
8564 (linespec_parse_basic): New function.
8565 (canonicalize_linespec): New function.
8566 (decode_line_internal): Remove.
8567 (create_sals_line_offset): New function adapted from
8568 decode_all_digits.
8569 (convert_linespec_to_sals): New function.
8570 (parse_linespec): New function.
8571 (linespec_parser_new): New function.
8572 (linespec_state_destructor): Change parameter type to
8573 struct linespec_state *.
8574 Add language parameter.
8575 Remove freeing of moved members.
8576 (linespec_parser_delete): New function.
8577 (decode_line_full): Use parse_linespec and linespec_parser_new.
8578 (decode_line_1): Likewise.
8579 (decode_indirect): Rename to ...
8580 (linespec_expression_to_pc): ... this and rewrite
8581 to simply find CORE_ADDR, storing this result for later
8582 conversion to SALs.
8583 (locate_first_half): Remove.
8584 (deocde_objc): Add parameter LS.
8585 Initialize new struct collect_info members.
8586 Handle minimal symbols, too.
8587 (decode_compound): Delete.
8588 (lookup_prefix_sym): Rewrite.
8589 (compare_msymbols): New function.
8590 (find_method): Rewrite.
8591 Do not call cplusplus_error.
8592 (symtabs_from_filename): Rewrite.
8593 (collect_function_symbols): Delete.
8594 (find_function_symbols): Rewrite without ARGPTR-style
8595 processing.
8596 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8597 (decode_dollar): Adapted and renamed to ...
8598 (linespec_parse_variable): ... this.
8599 (find_linespec_symbols): New function.
8600 (decode_label): Adapted and renamed to ...
8601 (find_label_symbols): ... this.
8602 (decode_digits_list_mode): Add and use LS argument.
8603 (decode_digits_ordinary): Likewise.
8604 (collect_symbols): Do not collect SALs, just symbols and msymbols.
8605 If in list mode, allow any symbol class. Otherwise, only
8606 permit LOC_BLOCK symbols.
8607 (minsym_found): Update comments.
8608 (search_minsyms_for_name): Do not convert the matching symbol
8609 into a SAL. Simply push the symbol and objfile into the
8610 result vector.
8611 (decode_variable): Delete. Contents adapted into
8612 find_linespec_symbols.
8613
8614 * cp-support.c (SKIP_SPACE): Remove.
8615 (operator_tokens): Remove unused global.
8616 (cp_validate_operator): Remove.
8617 * cp-support.h (cp_validate_operator): Remove declaration.
8618
8619 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8620
8621 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8622 for TYPE_VPTR_FIELDNO.
8623 * valprint.c (valprint_check_validity): Make it global, move the
8624 function comment ...
8625 * value.h (valprint_check_validity): ... to this new declaration.
8626
8627 2012-04-02 Tristan Gingold <gingold@adacore.com>
8628
8629 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8630 the STATE32 api for i386 state.
8631 (i386_darwin_store_inferior_registers): Likewise.
8632
8633 2012-04-02 Tristan Gingold <gingold@adacore.com>
8634
8635 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8636 SS offset.
8637 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8638 format_string.
8639
8640 2012-04-02 Tristan Gingold <gingold@adacore.com>
8641
8642 PR gdb/13901
8643 * darwin-nat.c (darwin_execvp): Set binary preference.
8644
8645 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8646
8647 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8648
8649 2012-03-30 Tom Tromey <tromey@redhat.com>
8650
8651 * python/python.c (gdbpy_decode_line): Move cleanup creation out
8652 of TRY_CATCH. Fix error handling.
8653 * python/py-value.c (convert_value_from_python): Move 'old'
8654 declaration to innermost scope.
8655
8656 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8657 Andrey Smirnov <andrew.smirnov@gmail.com>
8658
8659 -Wshadow warning fix.
8660 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8661 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8662 Adjust code accordingly.
8663
8664 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8665
8666 * ada-lang.c (symbol_completion_add): Rename parameter
8667 "encoded" into "encoded_p". Ajust code and documentation
8668 accordingly.
8669
8670 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8671 Andrey Smirnov <andrew.smirnov@gmail.com>
8672
8673 -Wshadow warning fix.
8674 * ada-lang.c (symbol_completion_add): Rename parameter
8675 "wild_match" into wild_match_p. Update code and documentation
8676 accordingly.
8677
8678 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8679
8680 * ada-lang.c (symbol_completion_match): Rename parameter
8681 "encoded" into "encoded_p". Ajust code and documentation
8682 accordingly.
8683
8684 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8685 Andrey Smirnov <andrew.smirnov@gmail.com>
8686
8687 -Wshadow warning fix.
8688 * ada-lang.c (symbol_completion_match): Rename parameter
8689 "wild_match" into "wild_match_p". Adjust code and function
8690 documentation accordingly.
8691
8692 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8693 Andrey Smirnov <andrew.smirnov@gmail.com>
8694
8695 -Wshadow warning fix.
8696 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8697 "symbol_info" into "info". Adjust code accordingly.
8698 (ada_lookup_symbol): Likewise.
8699
8700 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8701
8702 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8703 of this function's documentation.
8704
8705 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8706 Andrey Smirnov <andrew.smirnov@gmail.com>
8707
8708 -Wshadow warning fix.
8709 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8710 variable into "wild_match_p". Adjust code accordingly.
8711
8712 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8713 Andrey Smirnov <andrew.smirnov@gmail.com>
8714
8715 -Wshadow warning fix.
8716 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8717 parameter into "wild_match_p". Adjust code accordingly.
8718 Document this parameter in the function description.
8719
8720 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8721 Andrey Smirnov <andrew.smirnov@gmail.com>
8722
8723 -Wshadow warning fix.
8724 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8725 "wild_match" parameter to "wild_match_p" (-Wshadow).
8726
8727 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8728
8729 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8730 in function documentation.
8731
8732 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8733 Andrey Smirnov <andrew.smirnov@gmail.com>
8734
8735 -Wshadow warning fix.
8736 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8737 variable into wild_match_p. Adjust code accordingly.
8738
8739 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8740 Andrey Smirnov <andrew.smirnov@gmail.com>
8741
8742 * ada-valprint.c (ada_val_print_1): Move the code handling
8743 TYPE_CODE_ENUM inside its own lexical block. Declare
8744 variables len and val there, instead of in the function's
8745 top level block. Avoid declaring deref_val again in a way
8746 that shadows another variable of the same name declared
8747 in one of the up-level blocks. Just re-use the up-level
8748 variable instead.
8749
8750 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8751
8752 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8753 Replace block_found argument by symbol_info. Adjust
8754 implementation accordingly. Add function documentation.
8755 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8756 Fix documentation.
8757 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8758 * ada-exp.y (write_object_renaming): Adjust to new
8759 ada_lookup_encoded_symbol API.
8760
8761 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8762
8763 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
8764 documentation.
8765
8766 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
8767
8768 * v850-tdep.c: Add the enum values for mpu and fpu registers.
8769 (v850_register_name): Add the mpu and fpu register names.
8770 (v850e_register_name): Add the mpu and fpu register names.
8771 (v850e2_register_name): New function.
8772 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8773 bfd_mach_v850e2v3.
8774
8775 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8776
8777 * NEWS: Add entry for Ada varobj support.
8778
8779 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8780
8781 * varobj.c (default_value_is_changeable_p): New function,
8782 extracted from varobj_value_is_changeable_p. Add declaration.
8783 (ada_value_is_changeable_p): New function, extracted from
8784 varobj_value_is_changeable_p. Add declaration.
8785 (struct language_specific): New field "value_is_changeable_p".
8786 (languages): Add entries for new field.
8787 (varobj_create): Set language before calling install_new_value.
8788 (varobj_value_is_changeable_p): Reimplement to call the varobj's
8789 "value_is_changeable_p" language callback.
8790
8791 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8792
8793 * ada-varobj.h, ada-varobj.c: New files.
8794 * Makefile.in (SFILES): Add ada-varobj.c.
8795 (HFILES_NO_SRCDIR): Add ada-varobj.h.
8796 (COMMON_OBS): Add ada-varobj.o.
8797
8798 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8799
8800 * varobj.c (ada_value_has_mutated): Add declaration. New function.
8801 (struct language_specific): New field "value_has_mutated".
8802 (languages): Set field "value_has_mutated" in each entry of array.
8803 (varobj_value_has_mutated): New function.
8804 (varobj_udpdate): Add handling of type mutation.
8805 (value_of_root): Add handling of type mutation.
8806 (ada_value_has_mutated): New function.
8807
8808 2012-03-28 Pedro Alves <palves@redhat.com>
8809
8810 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8811 Always supply $fr0 as 0.0 and $fr1 as 1.0.
8812
8813 2012-03-28 Tom Tromey <tromey@redhat.com>
8814
8815 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8816 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
8817 before returning.
8818
8819 2012-03-28 Tom Tromey <tromey@redhat.com>
8820
8821 * .dir-locals.el: New file.
8822
8823 2012-03-28 Pedro Alves <palves@redhat.com>
8824
8825 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8826
8827 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8828
8829 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8830 handling for r0.
8831
8832 2012-03-27 Pedro Alves <palves@redhat.com>
8833
8834 Eliminate struct ui_stream.
8835
8836 * ui-out.h (struct ui_stream): Delete.
8837 (ui_out_field_stream): Adjust prototype.
8838 (ui_out_stream_new, ui_out_stream_delete)
8839 (make_cleanup_ui_out_stream_delete): Delete declarations.
8840 * ui-out.c (ui_out_field_stream): Change prototype to take a
8841 ui_file instead of a ui_stream. Adjust.
8842 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8843 (make_cleanup_ui_out_stream_delete): Delete.
8844 * breakpoint.c (print_breakpoint_location)
8845 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8846 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8847 * disasm.c (dump_insns): Ditto.
8848 (do_mixed_source_and_assembly, do_assembly_only): Adjust
8849 prototype.
8850 (gdb_disassembly): Use ui_file/mem_fileopen instead of
8851 ui_stream/ui_out_stream_new.
8852 * infcmd.c (print_return_value): Ditto.
8853 * osdata.c (info_osdata_command): Don't allocate a local
8854 ui_stream.
8855 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8856 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8857 * tracepoint.c (print_one_static_tracepoint_marker): Don't
8858 allocate a local ui_stream.
8859 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8860 instead of ui_stream/ui_out_stream_new.
8861 (list_args_or_locals): Don't allocate a local ui_stream.
8862 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8863 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8864 ui_stream/ui_out_stream_new.
8865 * cli/cli-setshow.c (do_setshow_command): Ditto.
8866
8867 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
8868
8869 * arm-linux-tdep.c (arm_linux_init_abi): Call
8870 set_gdbarch_process_record. Initialize `arm_swi_record' field.
8871 * arm-tdep.c (arm_process_record): New function.
8872 (deallocate_reg_mem): New function.
8873 (decode_insn): New function.
8874 (thumb_record_branch): New function.
8875 (thumb_record_ldm_stm_swi(): New function.
8876 (thumb_record_misc): New function.
8877 (thumb_record_ld_st_stack): New function.
8878 (thumb_record_ld_st_imm_offset): New function.
8879 (thumb_record_ld_st_reg_offset(): New function.
8880 (thumb_record_add_sub_cmp_mov): New function.
8881 (thumb_record_shift_add_sub): New function.
8882 (arm_record_coproc_data_proc): New function.
8883 (arm_record_coproc): New function.
8884 (arm_record_b_bl): New function.
8885 (arm_record_ld_st_multiple): New function.
8886 (arm_record_ld_st_reg_offset): New function.
8887 (arm_record_ld_st_imm_offset): New function.
8888 (arm_record_data_proc_imm): New function.
8889 (arm_record_data_proc_misc_ld_str): New function.
8890 (arm_record_extension_space): New function.
8891 (arm_record_strx): New function.
8892 (sbo_sbz): New function.
8893 (struct insn_decode_record): New structure for arm insn record.
8894 (REG_ALLOC): New macro for reg allocations.
8895 (MEM_ALLOC): New macro for memory allocations.
8896 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8897
8898 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
8899
8900 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8901 (store_register): Likewise.
8902
8903 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
8904
8905 * MAINTAINERS (Write After Approval): Add myself to the list.
8906
8907 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8908
8909 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8910 Describe also the option "auto".
8911
8912 2012-03-22 Richard Henderson <rth@redhat.com>
8913
8914 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8915 * sparc-nat.c (sparc_xfer_wcookie): Make static.
8916
8917 2012-03-22 Richard Henderson <rth@redhat.com>
8918
8919 * jit.c (jit_read_code_entry): Compute alignment and offset of
8920 int64_t member before computing entry_size.
8921
8922 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8923
8924 Python scripting: Add new method Value.referenced_value to
8925 gdb.Value which can dereference pointer as well as reference
8926 values.
8927 * NEWS: Add entry under 'Python scripting' about the new method
8928 Value.referenced_value on gdb.Value objects.
8929 * python/py-value.c (valpy_referenced_value): New function
8930 defining a new method on gdb.Value objects which can dereference
8931 pointer and reference values.
8932
8933 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8934
8935 * MAINTAINERS (Write After Approval): Add myself to the list.
8936
8937 2012-03-21 Kevin Buettner <kevinb@redhat.com>
8938
8939 * symtab.c (skip_prologue_sal): Change test to check for "main()"
8940 in addition to "main".
8941
8942 2012-03-21 Joel Brobecker <brobecker@adacore.com>
8943
8944 * expression.h (op_name): Add declaration.
8945 * expprint.c (op_name): Remove declaration. Make non-static.
8946 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8947
8948 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
8949
8950 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8951 of struct siginfo.
8952 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8953 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8954 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8955 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8956 (linux_nat_get_siginfo): Likewise.
8957 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8958 (linux_nat_get_siginfo): Likewise.
8959 * linux-tdep.c (linux_get_siginfo_type): Likewise.
8960 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8961 * procfs.c (gdb_siginfo_t): Likewise.
8962
8963 2012-03-21 Mike Frysinger <vapier@gentoo.org>
8964
8965 * .gitignore: Ignore more files.
8966
8967 2012-03-20 Pedro Alves <palves@redhat.com>
8968
8969 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8970 returns.
8971
8972 2012-03-20 Yao Qi <yao@codesourcery.com>
8973
8974 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8975 comment.
8976
8977 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8978
8979 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8980 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8981 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8982 sect_offset.
8983 * dwarf2expr.h (cu_offset, sect_offset): New types.
8984 (struct dwarf_expr_context_funcs) <dwarf_call>
8985 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8986 sect_offset.
8987 (struct dwarf_expr_context) <len>: Improve the comment.
8988 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8989 cu_offset and sect_offset.
8990 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8991 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8992 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8993 * dwarf2loc.h: Include dwarf2expr.h.
8994 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8995 and sect_offset.
8996 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8997 Improve the comment.
8998 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8999 (struct signatured_type, struct line_header, struct partial_die_info)
9000 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9001 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9002 (get_die_type_at_offset, create_cus_from_index)
9003 (create_signatured_type_table_from_index, dw2_get_file_names)
9004 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9005 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9006 (create_debug_types_hash_table, process_psymtab_comp_unit)
9007 (load_partial_comp_unit, create_all_comp_units)
9008 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9009 (load_full_comp_unit, dwarf2_physname, read_import_statement)
9010 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9011 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9012 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9013 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9014 (find_partial_die, read_attribute_value, lookup_die_type)
9015 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9016 (is_ref_attr): New function comment.
9017 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9018 Use cu_offset and sect_offset.
9019 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9020 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9021 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9022 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9023 (offset_and_type_hash, offset_and_type_eq, set_die_type)
9024 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9025 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9026 sect_offset.
9027
9028 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9029
9030 Code cleanup.
9031 * python/py-auto-load.c (source_section_scripts): New variable back_to.
9032 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9033 with xfree.
9034 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9035
9036 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9037
9038 * NEWS: Describe new options --init-command=FILE, -ix and
9039 --init-eval-command=COMMAND, -iex.
9040 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9041 CMDARG_INIT_COMMAND.
9042 (captured_main): New enum items OPT_IX and OPT_IEX. Add
9043 "init-command", "init-eval-command", "ix" and "iex" to the variable
9044 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
9045 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9046 (print_gdb_help): Describe --init-command=FILE, -ix and
9047 --init-eval-command=COMMAND, -iex.
9048
9049 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9050
9051 Code cleanup.
9052 * main.c (struct cmdarg): Move it here from main. Add more comments.
9053 (cmdarg_s, VEC (cmdarg_s)): New.
9054 (main): Move struct cmdarg from here. New variables cmdarg_vec and
9055 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
9056 Install cleanup for cmdarg_vec. Update filling for options 'x' and
9057 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
9058 of CMDARG.
9059
9060 2012-03-19 Tom Tromey <tromey@redhat.com>
9061
9062 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9063
9064 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9065
9066 PR symtab/13777
9067 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9068 GCC >=4.5.
9069
9070 2012-03-16 Chris January <chris.january@allinea.com>
9071
9072 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9073 of clear.
9074
9075 2012-03-16 Chris January <chris.january@allinea.com>
9076
9077 * source.c (add_path): Use memmove instead of strcpy because the
9078 strings overlap.
9079
9080 2012-03-16 Joel Brobecker <brobecker@adacore.com>
9081
9082 * value.h (set_value_parent): Add declaration.
9083 * value.c (set_value_parent): New function.
9084 (value_address): If VALUE->PARENT is not NULL, then use it as
9085 the base address instead of VALUE->LOCATION.address.
9086 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9087 the same as OBJ's address. Adjust V's offset accordingly.
9088 Set V's parent.
9089
9090 2012-03-16 Gary Benson <gbenson@redhat.com>
9091
9092 PR breakpoints/10738
9093 * dwarf2read.c (use_deprecated_index_sections): New global.
9094 (struct partial_die_info): New member may_be_inlined.
9095 (read_partial_die): Set may_be_inlined where appropriate.
9096 (add_partial_subprogram): Add partial symbols for partial
9097 DIEs that may be inlined.
9098 (new_symbol_full): Add inlined subroutines to the current
9099 scope.
9100 (write_psymtabs_to_index): Bump version number.
9101 (dwarf2_read_index): Read only version 6 indices unless
9102 use_deprecated_index_sections is set.
9103 * linespec.c (symbol_and_data_callback): New structure.
9104 (iterate_inline_only): New function.
9105 (iterate_over_all_matching_symtabs): New argument
9106 "include_inline". If nonzero, also call the callback for
9107 symbols representing inlined subroutines.
9108 (lookup_prefix_sym): Pass extra argument to the above.
9109 (find_function_symbols): Likewise.
9110 (add_matching_symbols_to_info): Likewise.
9111 * NEWS: Mention that GDB can now set breakpoints on inlined
9112 functions.
9113
9114 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9115
9116 * p-typeprint.c (pascal_type_print_method_args):
9117 Fix display of parameter of methods.
9118
9119 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9120
9121 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9122 Add missing prototype.
9123
9124 2012-03-16 Yao Qi <yao@codesourcery.com>
9125 Jan Kratochvil <jan.kratochvil@redhat.com>
9126
9127 Fix false compilation warning.
9128 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9129
9130 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
9131 Pedro Alves <pedro@codesourcery.com>
9132
9133 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9134 (arm_register_g_packet_guesses): New function.
9135 (arm_gdbarch_init): Don't force a target description with
9136 registers when the executable is detected as M-profile. Instead
9137 set gdbarch->tdep->is_m. Register `g' packet guesses.
9138 (_initialize_arm_tdep): Initialize the new target description.
9139 * features/arm-with-m-fpa-layout.xml: New description.
9140 * features/arm-with-m-fpa-layout.c: New, generated.
9141
9142 2012-03-15 Joel Brobecker <brobecker@adacore.com>
9143
9144 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
9145 Update function description.
9146 (insert_bp_location): Do not wipe bl->target_info out.
9147 * mem-break.c: #include "gdb_string.h".
9148 (default_memory_insert_breakpoint): Do not call target_read_memory
9149 with a pointer to the breakpoint's shadow_contents buffer. Use
9150 a local buffer instead.
9151 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
9152
9153 2012-03-15 Tom Tromey <tromey@redhat.com>
9154
9155 * NEWS: Mention "info vtbl", not "info vtable".
9156 * cp-support.c (info_vtbl_command): Fix comment.
9157 (_initialize_cp_support): Fix text.
9158
9159 2012-03-15 Tom Tromey <tromey@redhat.com>
9160
9161 * cp-valprint.c (cp_print_value_fields): Use
9162 print_function_pointer_address for vtable slot.
9163
9164 2012-03-15 Tom Tromey <tromey@redhat.com>
9165
9166 * gnu-v3-abi.c (struct value_and_voffset): New.
9167 (hash_value_and_voffset, eq_value_and_voffset)
9168 (compare_value_and_voffset, compute_vtable_size)
9169 (print_one_vtable, gnuv3_print_vtable): New functions.
9170 (init_gnuv3_ops): Initialize 'print_vtable' field.
9171 * cp-support.c (info_vtbl_command): New function.
9172 (_initialize_cp_support): Add "info vtbl".
9173 * cp-abi.h (cplus_print_vtable): Declare.
9174 (struct cp_abi_ops) <print_vtable>: New field.
9175 * cp-abi.c (cplus_print_vtable): New function.
9176 * NEWS: Update.
9177
9178 2012-03-15 Tom Tromey <tromey@redhat.com>
9179
9180 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9181 iterate_over_symbols.
9182
9183 2012-03-14 Doug Evans <dje@google.com>
9184
9185 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9186 DW_OP_GNU_parameter_ref.
9187
9188 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9189
9190 Fix double prompt of 'interpreter-exec mi'.
9191 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9192 (mi_interpreter_resume): use it.
9193 (mi_execute_command_input_handler): New function.
9194 * mi/mi-main.c (mi_execute_command): Move prompt printing to
9195 mi_execute_command_input_handler.
9196
9197 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
9198
9199 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
9200 prototype.
9201 (darwin_debug_port_info): Make static.
9202 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
9203 * machoread.c (_initialize_machoread): Add prototype.
9204 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
9205 (i386_darwin_set_control, i386_darwin_get_control)
9206 i386_darwin_dr_set_addr, i386_darwin_get_addr)
9207 i386_darwin_get_status, i386_darwin_get_control):
9208 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
9209
9210 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9211
9212 * ax-gdb.c (gen_usual_unary): Remove special handling of
9213 enum and bool types.
9214
9215 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9216
9217 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
9218
9219 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9220
9221 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
9222
9223 2012-03-13 Chris January <chris.january@allinea.com>
9224
9225 * aix-thread.c (fill_sprs): Store the floating point registers
9226 at the correct offsets into vals.
9227
9228 2012-03-13 Doug Evans <dje@google.com>
9229
9230 * NEWS: Mention symbol-reloading has been deleted.
9231 * symfile.c (symbol_reloading): Delete.
9232 (show_symbol_reloading): Delete.
9233 (_initialize_symfile): Delete set/show symbol-reloading.
9234
9235 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
9236 read_in_chain until we have successfully read it in.
9237 (load_full_comp_unit): Ditto.
9238 (read_signatured_type): Add comment.
9239
9240 2012-03-13 Chris January <chris.january@allinea.com>
9241
9242 * stabsread.c (fix_common_block): Change type of valu argument
9243 to CORE_ADDR.
9244
9245 2012-03-13 Chris January <chris.january@allinea.com>
9246
9247 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
9248 instruction.
9249
9250 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9251
9252 * common/linux-procfs.c (linux_proc_get_int): New, from
9253 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
9254 field.
9255 (linux_proc_get_tgid): Only call linux_proc_get_int.
9256 (linux_proc_get_tracerpid): New.
9257 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
9258 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
9259 linux_proc_pid_has_state.
9260 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
9261 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
9262 (linux_ptrace_attach_warnings): New.
9263 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
9264 New declaration.
9265 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
9266 (linux_nat_attach): New variables ex, buffer, message and message_s.
9267 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
9268
9269 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9270
9271 * Makefile.in (linux-ptrace.o): New.
9272 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
9273 from linux-nat.c.
9274 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
9275 * common/linux-ptrace.c: New file.
9276 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
9277 * config/arm/linux.mh: Likewise.
9278 * config/i386/linux.mh: Likewise.
9279 * config/i386/linux64.mh: Likewise.
9280 * config/ia64/linux.mh: Likewise.
9281 * config/m32r/linux.mh: Likewise.
9282 * config/m68k/linux.mh: Likewise.
9283 * config/mips/linux.mh: Likewise.
9284 * config/pa/linux.mh: Likewise.
9285 * config/powerpc/linux.mh: Likewise.
9286 * config/powerpc/ppc64-linux.mh: Likewise.
9287 * config/powerpc/spu-linux.mh: Likewise.
9288 * config/s390/s390.mh: Likewise.
9289 * config/sparc/linux.mh: Likewise.
9290 * config/sparc/linux64.mh: Likewise.
9291 * config/xtensa/linux.mh: Likewise.
9292 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
9293 common/linux-procfs.c.
9294 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
9295
9296 2012-03-13 Hui Zhu <teawater@gmail.com>
9297 Pedro Alves <palves@redhat.com>
9298
9299 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
9300 CREATE_BREAKPOINT_FLAGS_INSERTED.
9301 (create_breakpoint_sal, create_breakpoints_sal)
9302 (base_breakpoint_create_breakpoints_sal)
9303 (tracepoint_create_breakpoints_sal)
9304 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
9305 down.
9306 (break_command_1, handle_gnu_v3_exceptions, trace_command)
9307 (ftrace_command, strace_command): Adjust.
9308 (create_tracepoint_from_upload): Pass
9309 CREATE_BREAKPOINT_FLAGS_INSERTED.
9310 * breakpoint.h (enum breakpoint_create_flags): New.
9311 (create_breakpoint): New flags parameter.
9312 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
9313 * python/py-breakpoint.c (bppy_init): Adjust.
9314 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
9315 * spu-tdep.c (spu_catch_start): Adjust.
9316
9317 2012-03-13 Pedro Alves <palves@redhat.com>
9318 Hui Zhu <teawater@gmail.com>
9319 Yao Qi <yao@codesourcery.com>
9320
9321 * remote.c (struct remote_state): New field `starting_up'.
9322 (remote_start_remote): Set and clear it.
9323 (remote_can_download_tracepoint): If starting up, return false.
9324
9325 2012-03-13 Yao Qi <yao@codesourcery.com>
9326
9327 * inferior.h (struct inferior): Remove fields any_syscall_count,
9328 syscalls_counts and total_syscalls_count. Move them to new
9329 struct catch_syscall_inferior_data in breakpoint.c.
9330 * breakpoint.c: Call DEF_VEC_I(int).
9331 (struct catch_syscall_inferior_data): New.
9332 (get_catch_syscall_inferior_data): New.
9333 (catch_syscall_inferior_data_cleanup): New.
9334 (insert_catch_syscall): Update to access data in
9335 struct catch_syscall_inferior_data.
9336 (insert_catch_syscall): Likewise.
9337 (remove_catch_syscall): Likewise.
9338 (remove_catch_syscall): Likewise.
9339 (is_syscall_catchpoint_enabled): Likewise.
9340 (add_catch_command): Likewise.
9341 (_initialize_breakpoint): Register cleanup.
9342 * breakpoint.h: Removed DEF_VEC_I(int).
9343 * dwarf2loc.c: Call DEF_VEC_I(int).
9344 * mi/mi-main.c: Likewise.
9345
9346 2012-03-12 Mark Kettenis <kettenis@gnu.org>
9347
9348 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
9349
9350 2012-03-12 Chris January <chris.january@allinea.com>
9351
9352 * aix-thread.c (_initialize_aix_thread): Add prototype.
9353 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
9354 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
9355
9356 2012-03-12 Joel Brobecker <brobecker@adacore.com>
9357
9358 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
9359 include of "amd64-nat.h".
9360
9361 2012-03-12 Tom Tromey <tromey@redhat.com>
9362
9363 * buildsym.c (record_pending_block): Now static.
9364 * buildsym.h: (record_pending_block): Remove.
9365
9366 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
9367
9368 * amd64bsd-nat.c: Include amd64bsd-nat.h.
9369
9370 2012-03-09 Tom Tromey <tromey@redhat.com>
9371
9372 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
9373 producer_is_gxx_lt_4_6>: New fields.
9374 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
9375
9376 2012-03-09 Tom Tromey <tromey@redhat.com>
9377
9378 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
9379
9380 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9381
9382 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
9383 prototype.
9384
9385 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9386
9387 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
9388
9389 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9390
9391 Fix -Wmissing-prototypes build.
9392 * arm-linux-nat.c (get_thread_id): Make it static.
9393 * xtensa-linux-nat.c (get_thread_id): Likewise.
9394
9395 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9396
9397 * server.c (process_point_options): If a conditional expression
9398 is found, only print a message if remote_debug is nonzero.
9399
9400 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
9401
9402 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
9403 of internal error for unknown/unsupported types.
9404
9405 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9406
9407 Fix CU relative vs. absolute DIE offsets.
9408 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
9409 offset to offset_in_cu.
9410 * dwarf2read.c (process_enumeration_scope): Add CU offset to
9411 TYPE_OFFSET.
9412 (dwarf2_fetch_die_location_block): Rename parameter offset to
9413 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
9414
9415 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9416
9417 * libunwind-frame.c: Rename to ...
9418 * ia64-libunwind-tdep.c: ... here.
9419 * libunwind-frame.h: Rename to ...
9420 * ia64-libunwind-tdep.h: ... here.
9421 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
9422 ia64-libunwind-tdep.h.
9423 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
9424 * README (--with-libunwind): Rename to ...
9425 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
9426 * config.in: Regenerate.
9427 * configure: Regenerate.
9428 * configure.ac: New option --with-libunwind-ia64, make the
9429 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
9430 Remove AC_DEFINE for HAVE_LIBUNWIND.
9431 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
9432 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
9433 Rename libunwind-frame in the general comment.
9434 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
9435 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
9436 Move forward declarations inside #ifndef. Rename libunwind-frame in
9437 the general comment.
9438 * ia64-tdep.c: Rename libunwind-frame.h #include to
9439 ia64-libunwind-tdep.h.
9440 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
9441 (ia64_libunwind_descr): Rename libunwind-frame to
9442 ia64-libunwind-tdep in these function comments.
9443 * ia64-tdep.h: Rename libunwind-frame.h #include to
9444 ia64-libunwind-tdep.h.
9445 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
9446 ia64-libunwind-tdep in that data comment.
9447
9448 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9449
9450 * libunwind-frame.h (struct frame_unwind): New declaration.
9451
9452 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9453
9454 * breakpoint.c (_initialize_breakpoint): Fix error in help of
9455 "set breakpoint condition-evaluation" command.
9456
9457 2012-03-08 Tristan Gingold <gingold@adacore.com>
9458
9459 * sparc-stub.c: Move to stubs/
9460 * sh-stub.c: Likewise.
9461 * m68k-stub.c: Likewise.
9462 * m32r-stub.c: Likewise.
9463 * i386-stub.c: Likewise.
9464
9465 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
9466
9467 * m68klinux-tdep.c (m68k_linux_init_abi): Register
9468 linux_get_siginfo_type.
9469
9470 * m68klinux-nat.c: Include "gdb_proc_service.h".
9471 (PTRACE_GET_THREAD_AREA): Define.
9472 (ps_get_thread_area): New function.
9473
9474 2012-03-08 Yao Qi <yao@codesourcery.com>
9475
9476 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
9477 `xsnprintf'.
9478 (remote_query_attached): Likewise.
9479 (remote_static_tracepoint_marker_at): Likewise.
9480 (remote_set_permissions): Likewise.
9481 (remote_detach_1, extended_remote_attach_1): Likewise.
9482 (send_g_packet, remote_vkill): Likewise.
9483 (extended_remote_disable_randomization): Likewise.
9484 (remote_add_target_side_condition): Likewise.
9485 (remote_insert_breakpoint): Likewise.
9486 (remote_remove_breakpoint): Likewise.
9487 (remote_insert_watchpoint): Likewise.
9488 (remote_remove_watchpoint): Likewise.
9489 (remote_insert_hw_breakpoint): Likewise.
9490 (remote_insert_hw_breakpoint): Likewise.
9491 (remote_remove_hw_breakpoint): Likewise.
9492 (remote_download_command_source): Likewise.
9493 (remote_download_tracepoint): Likewise.
9494 (remote_download_trace_state_variable): Likewise.
9495 (remote_disable_tracepoint): Likewise.
9496 (remote_trace_set_readonly_regions): Likewise.
9497 (remote_get_tracepoint_status): Likewise.
9498 (remote_trace_find): Likewise.
9499 (remote_get_trace_state_variable_value): Likewise.
9500 (remote_set_disconnected_tracing): Likewise.
9501 (remote_set_circular_trace_buffer): Likewise.
9502 (remote_get_min_fast_tracepoint_insn_len): Likewise.
9503 (remote_use_agent): Likewise.
9504 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
9505 Update callers.
9506
9507 2012-03-07 Pedro Alves <palves@redhat.com>
9508
9509 * NEWS: Mention QProgramSignals.
9510 * inferior.h (update_signals_program_target): Declare.
9511 * infrun.c: (update_signals_program_target): New.
9512 (handle_command): Update the target of the new program signals
9513 array changes.
9514 * remote.c (PACKET_QProgramSignals): New enum.
9515 (last_program_signals_packet): New global.
9516 (remote_program_signals): New.
9517 (remote_start_remote): Update the target with the program signals
9518 list.
9519 (remote_protocol_features): Add entry for QPassSignals.
9520 (remote_open_1): Free anc clear last_program_signals_packet.
9521 (init_remote_ops): Install remote_program_signals.
9522 * target.c (update_current_target): Adjust.
9523 (target_program_signals): New.
9524 * target.h (struct target_ops) <to_program_signals>: New field.
9525 (target_program_signals): Declare.
9526
9527 2012-03-07 Pedro Alves <palves@redhat.com>
9528
9529 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
9530 extensions.
9531
9532 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
9533
9534 * m68klinux-nat.c (getregs_supplies): Make static.
9535 (getfpregs_supplies): Likewise.
9536 (have_ptrace_getregs): Likewise.
9537
9538 2012-03-06 Joel Brobecker <brobecker@adacore.com>
9539
9540 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
9541 in call to get_die_type_at_offset.
9542
9543 2012-03-06 Stan Shebs <stan@codesourcery.com>
9544
9545 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
9546 * mi/mi-cmd-disas.c: Ditto.
9547 * mi/mi-cmd-env.c: Ditto.
9548 * mi/mi-cmd-file.c: Ditto.
9549 * mi/mi-cmd-stack.c: Ditto.
9550 * mi/mi-cmd-target.c: Ditto.
9551 * mi/mi-cmd-var.c: Ditto.
9552 * mi/mi-cmds.c: Ditto.
9553 * mi/mi-cmds.h: Ditto.
9554 * mi/mi-console.c: Ditto.
9555 * mi/mi-getopt.c: Ditto.
9556 * mi/mi-getopt.h: Ditto.
9557 * mi/mi-interp.c: Ditto.
9558 * mi/mi-main.c: Ditto.
9559 * mi/mi-out.c: Ditto.
9560 * mi/mi-parse.c: Ditto.
9561 * mi/mi-parse.h: Ditto.
9562 * mi/mi-symbol-cmds.c: Ditto.
9563
9564 * mi/mi-getopt.h: Move mi_opt struct up.
9565 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
9566 return.
9567 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
9568
9569 2012-03-06 Tom Tromey <tromey@redhat.com>
9570
9571 * proc-service.c (ps_pglobal_lookup): Set the current program
9572 space.
9573
9574 2012-03-06 Pedro Alves <palves@redhat.com>
9575
9576 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
9577
9578 2012-03-05 Joel Brobecker <brobecker@adacore.com>
9579
9580 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
9581
9582 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9583
9584 Code cleanup.
9585 * common/linux-osdata.c (linux_common_core_of_thread): New function
9586 comment.
9587 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9588 call by linux_common_core_of_thread.
9589 (linux_nat_core_of_thread_1): Remove.
9590 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9591 * linux-thread-db.c: Include linux-osdata.h.
9592 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9593 linux_common_core_of_thread.
9594
9595 2012-03-05 Tom Tromey <tromey@redhat.com>
9596
9597 * value.c (value_primitive_field): Don't fetch contents for
9598 non-virtual bases.
9599
9600 2012-03-05 Tom Tromey <tromey@redhat.com>
9601
9602 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9603
9604 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
9605
9606 * s390-nat.c: Include "gregset.h".
9607
9608 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9609
9610 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9611 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9612 (libunwind_load): New variable so_error, use it for dlerror. Try to
9613 load also LIBUNWIND_SO_7.
9614
9615 2012-03-05 Pedro Alves <palves@redhat.com>
9616
9617 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9618 is not NULL, and remove resulting dead code.
9619
9620 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
9621
9622 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9623 prologue to sh_analyze_prologue.
9624 (sh_analyze_prologue): Make better use of such an upper limit, and
9625 generally be more cautious about accessing memory.
9626
9627 2012-03-05 Tom Tromey <tromey@redhat.com>
9628
9629 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9630 _initialize_ia64_hpux_tdep.
9631
9632 2012-03-05 Pedro Alves <palves@redhat.com>
9633
9634 PR gdb/13766
9635
9636 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9637 the register state is clear, supply explicit zero, instead of
9638 marking the register unavailable.
9639
9640 2012-03-05 Tristan Gingold <gingold@adacore.com>
9641
9642 * NEWS: Mention OpenVMS ia64 new target.
9643
9644 2012-03-05 Tristan Gingold <gingold@adacore.com>
9645
9646 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9647 (ia64_unw_accessors, ia64_unw_rse_accessors)
9648 (ia64_libunwind_descr): Declare.
9649 * ia64-vms-tdep.c: New file.
9650 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9651 (ia64_libunwind_descr): Make them public.
9652 * configure.tgt: Add ia64-*-*vms*.
9653 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9654 (ALLDEPFILES): Add ia64-vms-tdep.c
9655
9656 2012-03-05 Tristan Gingold <gingold@adacore.com>
9657
9658 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9659 * remote.c (PACKET_qXfer_uib): New enum value.
9660 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9661 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9662 (_initialize_remote): Call add_packet_config_cmd for
9663 xfer:uib packet.
9664
9665 2012-03-05 Tristan Gingold <gingold@adacore.com>
9666
9667 * osabi.c (gdb_osabi_names): Add OpenVMS.
9668 (generic_elf_osabi_sniffer): Likewise.
9669 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
9670
9671 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9672
9673 Removed unused code.
9674 * libunwind-frame.c (libunwind_frame_unwind)
9675 (libunwind_frame_base_address): Remove.
9676 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9677
9678 2012-03-04 Yao Qi <yao@codesourcery.com>
9679
9680 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9681 remove trailing new line.
9682 (agent_run_command, agent_run_command): Add _ markup.
9683 (agent_capability_check): Likewise.
9684
9685 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9686
9687 * breakpoint.c (set_condition_evaluation_mode): Set
9688 CONDITION_EVALUATION_MODE unconditionally.
9689
9690 2012-03-03 Yao Qi <yao@codesourcery.com>
9691
9692 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9693 * common/agent.h: Update declaration.
9694 * inf-child.c (inf_child_use_agent): New.
9695 (inf_child_can_use_agent): New.
9696 (inf_child_target): Initialize fields `to_use_agent'
9697 and `to_can_use_agent'.
9698 * agent.c (agent_new_objfile): New.
9699 (_initialize_agent): Add agent_new_objfile to new_objfile
9700 observer.
9701
9702 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9703 New.
9704 (linux_target_install_ops): Initialize field
9705 `to_static_tracepoint_markers_by_strid'.
9706 * remote.c (free_current_marker): Move it to ...
9707 * tracepoint.c (free_current_marker): ... here. New.
9708 (cleanup_target_stop): New.
9709 * tracepoint.h: Declare free_current_marker.
9710 * NEWS: Add one entry about `info static-tracepoint-marker'.
9711
9712 2012-03-03 Yao Qi <yao@codesourcery.com>
9713
9714 * common/agent.c (agent_loaded_p): New.
9715 (agent_look_up_symbols): New global.
9716 * common/agent.h: Declare agent_loaded_p.
9717
9718 2012-03-03 Yao Qi <yao@codesourcery.com>
9719
9720 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9721 (agent_capability_check, agent_capability_invalidate): New.
9722 (symbol_list): New array element.
9723 * common/agent.h (enum agent_capa): New.
9724 * target.c (target_pre_inferior): Call agent_capability_invalidate.
9725
9726 2012-03-03 Yao Qi <yao@codesourcery.com>
9727
9728 * target.h (struct target_ops) <to_use_agent>: New field.
9729 (struct target_ops) <to_can_use_agent>: New field.
9730 (target_use_agent, target_can_use_agent): New macro.
9731 * target.c (update_current_target): Update.
9732 * remote.c: New enum `PACKET_QAgent'.
9733 (remote_protocol_features): Add a new element.
9734 (remote_use_agent, remote_can_use_agent): New.
9735 (init_remote_ops): Initialize field `can_use_agent' with
9736 remote_can_use_agent. Intiailize field `use_agent' with
9737 remote_use_agent.
9738 * common/agent.c (use_agent): New global.
9739 * common/agent.h: Declare it.
9740 * tracepoint.c (info_static_tracepoint_markers_command): Add
9741 comment.
9742 * Makefile.in (SFILES): Add common/agent.c and agent.c.
9743 (COMMON_OBS): Add common/agent.o and agent.o
9744 (common-agent.o): New rule.
9745 * agent.c: New.
9746
9747 2012-03-03 Yao Qi <yao@codesourcery.com>
9748
9749 * common/agent.c: New.
9750 * common/agent.h: New.
9751 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9752 AC_CHECK_HEADERS.
9753 * configure, configh.in: Regenerated.
9754
9755 2012-03-02 Kevin Buettner <kevinb@redhat.com>
9756
9757 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9758 unless it exists for this architecture.
9759
9760 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9761
9762 * language.h (struct language_defn): New "method" la_read_var_value.
9763 * findvar.c: #include "language.h".
9764 (default_read_var_value): Renames read_var_value. Rewrite
9765 function description.
9766 (read_var_value): New function.
9767 * value.h (default_read_var_value): Add prototype.
9768 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9769 New functions.
9770 (ada_language_defn): Add entry for la_read_var_value.
9771 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9772 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9773 language_defn structures to add entry for new la_read_var_value
9774 field.
9775
9776 2012-03-02 Tom Tromey <tromey@redhat.com>
9777 Pedro Alves <palves@redhat.com>
9778
9779 PR breakpoints/13776:
9780 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9781 breakpoints.
9782 (delete_longjmp_breakpoint_at_next_stop): New.
9783 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9784 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9785 before deleting the inferior. Add comments.
9786 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9787 breakpoints immediately, but only on next stop. Move that code
9788 next to where we mark other breakpoints for deletion.
9789
9790 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9791
9792 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9793 marker.
9794 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9795 violation.
9796
9797 2012-03-02 Pedro Alves <palves@redhat.com>
9798
9799 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9800
9801 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9802
9803 Fix -Wmissing-prototypes build.
9804 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9805 * remote-sim.c (gdbsim_has_all_memory): Likewise.
9806 (gdbsim_has_memory): Likewise.
9807
9808 2012-03-02 Yao Qi <yao@codesourcery.com>
9809
9810 Fix -Wmissing-prototypes build.
9811 * charset.c (phony_iconv_open): Make static.
9812 (phony_iconv_close, phony_iconv): Likewise.
9813 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9814 * i386-windows-nat.c (_initialize_i386_windows_nat): New
9815 prototype.
9816 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9817 * ser-mingw.c (create_select_thread): Make static.
9818 * windows-termcap.c (tgetent): New prototype.
9819 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9820
9821 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
9822
9823 Fix -Wmissing-prototypes build.
9824 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9825 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9826 (_initialize_loadable): New prototypes.
9827
9828 2012-03-02 Doug Evans <dje@google.com>
9829
9830 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9831 abbrev table, read_comp_unit will do it.
9832
9833 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9834
9835 Fix -Wmissing-prototypes build.
9836 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9837 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9838 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9839 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9840 (_initialize_arm_symbian_tdep): New prototype.
9841 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9842 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9843 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9844 static.
9845 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9846 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9847 prototype.
9848 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9849 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9850 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9851 static.
9852 * moxie-tdep.c (moxie_process_record): Likewise.
9853 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9854 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9855 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9856 (_initialize_rl78_tdep): New prototype.
9857 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9858 (_initialize_rx_tdep): New prototype.
9859 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9860 (_initialize_darwin_solib): New prototype.
9861 * solib-spu.c: Include solib-spu.h.
9862 (_initialize_spu_solib): New prototype.
9863 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9864 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9865 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9866 (tic6x_software_single_step): Make it static.
9867 (_initialize_tic6x_tdep): New prototype.
9868
9869 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9870
9871 Fix -Wmissing-prototypes build.
9872 * cris-tdep.c (cris_can_use_hardware_watchpoint)
9873 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9874
9875 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9876
9877 Fix -Wmissing-prototypes build.
9878 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9879 (frv_have_stopped_data_address): Remove.
9880
9881 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9882
9883 Fix -Wmissing-prototypes build.
9884 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9885 * sh-tdep.c: Include sh64-tdep.h.
9886 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9887 * sh64-tdep.c: Include sh64-tdep.h.
9888 * sh64-tdep.h: New file.
9889
9890 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9891
9892 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9893
9894 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9895
9896 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9897 sp_regnum once the gdbarch_init_osabi hook has been called.
9898
9899 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9900
9901 * mips-tdep.c (mips32_bc1_pc): New function.
9902 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9903 BPOSGE32 and BPOSGE64 instructions.
9904 (deal_with_atomic_sequence): Likewise.
9905 (mips32_instruction_has_delay_slot): Likewise.
9906
9907 2012-03-01 Maciej W. Rozycki <macro@mips.com>
9908 Chris Dearman <chris@mips.com>
9909 Maciej W. Rozycki <macro@codesourcery.com>
9910 Joseph Myers <joseph@codesourcery.com>
9911
9912 * features/mips-dsp.xml: New file.
9913 * features/mips64-dsp.xml: New file.
9914 * features/mips-dsp-linux.xml: New file.
9915 * features/mips64-dsp-linux.xml: New file.
9916 * features/Makefile (WHICH): Add mips-dsp-linux and
9917 mips64-dsp-linux.
9918 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9919 * features/mips-dsp-linux.c: New file.
9920 * features/mips64-dsp-linux.c: New file.
9921 * regformats/mips-dsp-linux.dat: New file.
9922 * regformats/mips64-dsp-linux.dat: New file.
9923 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9924 registers.
9925 (mips64_linux_register_addr): Likewise.
9926 (mips64_linux_regsets_fetch_registers): Likewise.
9927 (mips64_linux_regsets_store_registers): Likewise.
9928 (mips64_linux_fetch_registers): Update call to
9929 mips64_linux_regsets_fetch_registers.
9930 (mips64_linux_store_registers): Update call to
9931 mips64_linux_regsets_store_registers.
9932 (mips_linux_read_description): Probe for DSP registers.
9933 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9934 and initialize_tdesc_mips64_dsp_linux.
9935 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9936 Remove padding of no longer used embedded register slots.
9937 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9938 (MIPS_RESTART_REGNUM): Redefine enum value.
9939 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9940 strings.
9941 (mips_tx39_reg_names): Likewise.
9942 (mips_linux_reg_names): New array of register names for Linux
9943 targets.
9944 (mips_register_name): Check for a null pointer in
9945 mips_processor_reg_names and return an empty string.
9946 (mips_register_type): Exclude embedded registers for the IRIX
9947 and Linux ABIs.
9948 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
9949 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
9950 DSP registers.
9951 (mips_stab_reg_to_regnum): Handle DSP accumulators.
9952 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9953 (mips_gdbarch_init): Likewise. Initialize internal register
9954 indices for the Linux ABI. Use dynamic numbers to refer to
9955 registers, as applicable, while parsing the target description.
9956 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9957
9958 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9959
9960 * frame.h (read_frame_register_unsigned): Fix typo in function
9961 description.
9962
9963 2012-03-01 Pedro Alves <palves@redhat.com>
9964
9965 * jit-reader.in [!__cplusplus]
9966 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9967
9968 2012-03-01 Pedro Alves <palves@redhat.com>
9969
9970 * configure.ac (build_warnings): Add -Wmissing-prototypes.
9971 * configure: Regenerate.
9972
9973 2012-03-01 Pedro Alves <palves@redhat.com>
9974
9975 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9976 * breakpoint.c (create_exception_master_breakpoint, trace_command)
9977 (ftrace_command, strace_command): Make static.
9978 * d-lang.c (_initialize_d_language): Declare.
9979 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9980 * dwarf2loc.c (_initialize_dwarf2loc):
9981 * dwarf2read.c (process_psymtab_comp_unit): Make static.
9982 * exec.c (exec_get_section_table): Make static.
9983 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9984 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9985 * inferior.c (remove_inferior_command, add_inferior_command)
9986 (clone_inferior_command): Make static.
9987 * linux-nat.c (linux_nat_thread_address_space)
9988 (linux_nat_core_of_thread): Make static.
9989 * linux-tdep.c (_initialize_linux_tdep): Declare.
9990 * objc-lang.c (_initialize_objc_lang): Declare.
9991 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9992 Make static.
9993 (_initialize_opencl_language): Declare.
9994 * record.c (_initialize_record): Declare.
9995 * remote.c (demand_private_info, remote_get_tib_address)
9996 (remote_supports_cond_tracepoints)
9997 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9998 Make static.
9999 * skip.c (_initialize_step_skip): Declare.
10000 * symtab.c (skip_prologue_using_lineinfo): Make static.
10001 * tracepoint.c (delete_trace_state_variable)
10002 (trace_variable_command, delete_trace_variable_command)
10003 (get_uploaded_tsv, find_matching_tracepoint_location)
10004 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10005 Make static.
10006 * value.c (pack_unsigned_long): Make static.
10007 * varobj.c (varobj_ensure_python_env): Make static.
10008 * windows-tdep.c (_initialize_windows_tdep): Declare.
10009 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10010
10011 2012-03-01 Pedro Alves <palves@redhat.com>
10012
10013 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
10014 gdbarch parameter.
10015 (linux_init_abi): Install it as has_shared_address_space gdbarch
10016 callback.
10017
10018 2012-03-01 Pedro Alves <palves@redhat.com>
10019
10020 * observer.c (observer_test_first_notification_function)
10021 (observer_test_second_notification_function)
10022 (observer_test_third_notification_function): Add declarations.
10023
10024 2012-03-01 Pedro Alves <palves@redhat.com>
10025
10026 * common/signals.c (default_target_signal_to_host)
10027 (default_target_signal_from_host): Move ...
10028 * arch-utils.c: ... here.
10029 * arch-utils.h (default_target_signal_to_host)
10030 (default_target_signal_from_host): Declare.
10031
10032 * common/signals.c (target_signal_from_command): Move ...
10033 * infrun.c: ... here.
10034 * inferior.h (target_signal_from_command): Declare.
10035 * target.h (target_signal_from_command)
10036 (default_target_signal_from_host, default_target_signal_to_host):
10037 Delete declarations.
10038
10039 * common/signals.c (_initialize_signals): Delete.
10040
10041 2012-03-01 Pedro Alves <palves@redhat.com>
10042
10043 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10044 both __cplusplus and !__cplusplus.
10045
10046 2012-03-01 Pedro Alves <palves@redhat.com>
10047
10048 * psymtab.c (find_and_open_source): Delete declaration.
10049 * source.c (find_and_open_source): Move comment ...
10050 * source.h (find_and_open_source): ... to this new declaration.
10051
10052 2012-03-01 Pedro Alves <palves@redhat.com>
10053
10054 * inline-frame.c: Include inline-frame.h.
10055
10056 2012-03-01 Pedro Alves <palves@redhat.com>
10057
10058 * tui/tui-data.c (set_gen_win_origin): Delete.
10059 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10060 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10061
10062 2012-03-01 Pedro Alves <palves@redhat.com>
10063
10064 * remote.c (encode_actions): Delete declaration.
10065 * tracepoint.c (encode_actions): Make extern.
10066 * tracepoint.h (encode_actions): Declare.
10067
10068 2012-03-01 Pedro Alves <palves@redhat.com>
10069
10070 * python/py-breakpoint.c: Include python.h.
10071 * python/py-continueevent.c (create_continue_event_object): Make
10072 static.
10073 * python/py-lazy-string.c (stpy_get_type): Make static.
10074 * python/py-newobjfileevent.c (create_new_objfile_event_object):
10075 Make static.
10076 * python/py-utils.c (unicode_to_target_python_string): Make
10077 static.
10078 * python/py-value.c: Include python.h.
10079
10080 2012-03-01 Pedro Alves <palves@redhat.com>
10081
10082 * inferior.c (delete_threads_of_inferior): Delete.
10083
10084 2012-03-01 Pedro Alves <palves@redhat.com>
10085
10086 Import fallback definitions from glibc.
10087
10088 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10089 ps_prochandle): Forward declare.
10090 (ps_err_e): Use glibc's comments.
10091 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10092 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10093 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10094 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10095 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10096 (struct ps_prochandle): Adjust comment.
10097
10098 2012-03-01 Pedro Alves <palves@redhat.com>
10099
10100 * ada-lang.c (ada_modulus_from_name): Delete.
10101 * ada-lex.l (lexer_init): Make static.
10102
10103 2012-03-01 Pedro Alves <palves@redhat.com>
10104
10105 PR gdb/13767
10106
10107 * frame.c (read_frame_register_unsigned): New.
10108 * frame.h (read_frame_register_unsigned): Declare.
10109 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10110 Handle it.
10111 (print_i387_control_word): New parameter `control_p'. Handle it.
10112 (i387_print_float_info): Handle unavailable float registers.
10113
10114 2012-03-01 Keith Seitz <keiths@redhat.com>
10115
10116 * linespec.c (decode_line_2): Sort the list of methods
10117 alphabetically before presenting the user with a selection
10118 menu.
10119
10120 2012-03-01 Doug Evans <dje@google.com>
10121
10122 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10123 has_namespace_info.
10124 (dwarf2_read_abbrevs): Remove corresponding initialization.
10125
10126 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
10127
10128 * NEWS: Mention new python command class gdb.COMMAND_USER.
10129 * cli/cli-cmds.c (show_user): Print error when used on a python
10130 command.
10131 (init_cli_cmds): Update documentation strings for "show user" and
10132 "set/show max-user-call-depth" to clarify that it does not apply to
10133 python commands.
10134 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10135 error check.
10136 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10137 gdb python api.
10138 * top.c (execute_command): Only execute a user-defined command as a
10139 legacy macro if c->user_commands is set.
10140
10141 2012-03-01 Tom Tromey <tromey@redhat.com>
10142
10143 * valprint.h (struct generic_val_print_decorations): New.
10144 (generic_val_print): Declare.
10145 * valprint.c (generic_val_print): New function.
10146 * p-valprint.c (p_decorations): New global.
10147 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
10148 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
10149 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
10150 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
10151 * m2-valprint.c (m2_decorations): New global.
10152 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
10153 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
10154 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
10155 TYPE_CODE_ERROR>: Call generic_val_print.
10156 * f-valprint.c (f_decorations): New global.
10157 (f_val_print): Use print_function_pointer_address.
10158 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10159 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10160 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10161 generic_val_print.
10162 * c-valprint.c (c_decorations): New global.
10163 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10164 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10165 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10166 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10167 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10168 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10169 case.
10170
10171 2012-03-01 Tom Tromey <tromey@redhat.com>
10172
10173 * valprint.c (val_print): Update.
10174 * p-valprint (pascal_val_print): Return void.
10175 * p-lang.h (pascal_val_print): Return void.
10176 * m2-valprint.c (m2_val_print): Return void.
10177 * m2-lang.h (m2_val_print): Return void.
10178 * language.h (struct language_defn) <la_val_print>: Return void.
10179 * language.c (unk_lang_val_print): Return void.
10180 * jv-valprint.c (java_val_print): Return void.
10181 * jv-lang.h (java_val_print): Return void.
10182 * f-valprint.c (f_val_print): Return void.
10183 * f-lang.h (f_val_print): Return void.
10184 * d-valprint.c (d_val_print): Return void.
10185 (dynamic_array_type): Update.
10186 * d-lang.h (d_val_print): Return void.
10187 * c-valprint.c (c_val_print): Return void.
10188 * c-lang.h (c_val_print): Return void.
10189 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10190 void.
10191 * ada-lang.h (ada_val_print): Return void.
10192
10193 2012-03-01 Tom Tromey <tromey@redhat.com>
10194
10195 * value.h (val_print): Return void.
10196 * valprint.c (val_print): Return void.
10197
10198 2012-03-01 Tom Tromey <tromey@redhat.com>
10199
10200 * value.h (common_val_print): Return void.
10201 * valprint.c (common_val_print): Return void.
10202
10203 2012-03-01 Tom Tromey <tromey@redhat.com>
10204
10205 * value.h (value_print): Return void.
10206 * valprint.c (value_print): Return void.
10207 * p-valprint.c (pascal_value_print): Return void.
10208 * p-lang.h (pascal_value_print): Return void.
10209 * language.h (struct language_defn) <la_value_print>: Return
10210 void.
10211 * language.c (unk_lang_value_print): Return void.
10212 * jv-valprint.c (java_value_print): Return void.
10213 * jv-lang.h (java_value_print): Return void.
10214 * f-valprint.c (c_value_print): Don't declare.
10215 Include c-lang.h.
10216 * c-valprint.c (c_value_print): Return void.
10217 * c-lang.h (c_value_print): Return void.
10218 * ada-valprint.c (ada_value_print): Return void.
10219 * ada-lang.h (ada_value_print): Return void.
10220
10221 2012-03-01 Tom Tromey <tromey@redhat.com>
10222
10223 * value.c (value_primitive_field): Handle virtual base classes.
10224
10225 2012-03-01 Tom Tromey <tromey@redhat.com>
10226
10227 * gdbtypes.h (struct vbase): Remove.
10228
10229 2012-03-01 Tom Tromey <tromey@redhat.com>
10230
10231 * c-valprint.c (print_function_pointer_address): Move...
10232 * valprint.c: ... here. Make non-static.
10233 * m2-valprint.c (print_function_pointer_address): Remove.
10234 * valprint.h (print_function_pointer_address): Declare.
10235
10236 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10237
10238 * NEWS: Document the fact that one can provide a condition when
10239 creating an Ada exception catchpoint.
10240
10241 2012-03-01 Tom Tromey <tromey@redhat.com>
10242
10243 * valprint.c (val_print_type_code_flags): Fix placement of
10244 trailing brace.
10245
10246 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10247
10248 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
10249 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
10250 environment variable before calling update-copyright.
10251
10252 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10253
10254 * gnulib/extra/update-copyright: Update to the latest from
10255 gnulib's git repository.
10256 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
10257 variable to 2 instead of 1.
10258
10259 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10260
10261 * varobj.c (c_value_of_variable): Remove dead code.
10262
10263 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10264
10265 * ada-lex.p (processId): Do not modify already encoded IDs.
10266 Update function documentation.
10267
10268 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10269
10270 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
10271 "name" with "struct symbol *name_sym".
10272 * ada-exp.y (write_var_or_type): Update call to
10273 ada_find_renaming_symbol.
10274 "name" with "struct symbol *name_sym". Adjust Implementation
10275 accordingly. Adjust the function documentation.
10276
10277 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10278
10279 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
10280 * ada-lang.c (ada_find_any_type): Add advance declaration.
10281 Make static. Replace ada_find_any_symbol by
10282 ada_find_any_type_symbol.
10283 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
10284 Improve function description. Make static.
10285 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
10286 Replace ada_find_any_symbol by ada_find_any_type_symbol.
10287
10288 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10289
10290 * ada-lang.c (struct tag_args): Delete.
10291 (ada_get_tsd_type): Function body moved up in source file.
10292 (ada_tag_name_1, ada_tag_name_2): Delete.
10293 (ada_get_tsd_from_tag): New function.
10294 (ada_tag_name_from_tsd): New function.
10295 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
10296 to determine the tag name.
10297
10298 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10299
10300 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
10301 declaration.
10302 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
10303 function.
10304
10305 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10306
10307 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
10308
10309 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10310
10311 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
10312 full searches.
10313
10314 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10315
10316 * ada-lang.c (constrained_packed_array_type): If there is a
10317 parallel XA type, use it to determine the array index type.
10318
10319 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10320
10321 * ada-valprint.c (ada_val_print_1): If our value is a reference
10322 to an array descriptor, dereference it before converting it
10323 to a simple array.
10324
10325 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10326
10327 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
10328 creating fixed value.
10329 (ada_value_ind, ada_coerce_ref, assign_component)
10330 (ada_evaluate_subexp): Remove call to unwrap_value before
10331 call to ada_to_fixed_value.
10332
10333 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10334
10335 * ada-lang.c (to_fixed_array_type): Set result's type name.
10336
10337 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10338
10339 * ada-lang.c (catch_ada_exception_command_split): Add new
10340 argument cond_string. Add support for condition at end of
10341 "catch exception" commands.
10342 (ada_decode_exception_location): Add new argument cond_string.
10343 Update call to catch_ada_exception_command_split.
10344 (create_ada_exception_catchpoint): Add new argument cond_string.
10345 Set the breakpoint condition if needed.
10346 (catch_ada_exception_command): Update call to
10347 ada_decode_exception_location.
10348 (ada_decode_assert_location): Add function documentation.
10349 Add support for condition at end of "catch assert" command.
10350 (catch_assert_command): Update calls to ada_decode_assert_location
10351 and create_ada_exception_catchpoint.
10352
10353 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10354
10355 Fix disp-step-syscall.exp: fork: single step over fork.
10356 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
10357 (i386_linux_get_syscall_number_from_regcache): ... here, new function
10358 comment, change parameters gdbarch and ptid to regcache. Remove
10359 parameter regcache, initialize gdbarch from regcache here.
10360 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
10361 New functions.
10362 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
10363 instead.
10364 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
10365 'syscall'. Make the 'int' check more strict.
10366
10367 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10368
10369 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
10370 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
10371 (i386_linux_intx80_sysenter_syscall_record): ... here.
10372 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
10373 Use the renamed function name.
10374
10375 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10376
10377 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
10378 * breakpoint.c (until_break_command): Likewise.
10379 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
10380 * infcall.c (call_function_by_hand): Likewise.
10381 * infcmd.c (finish_forward): Likewise.
10382 * infrun.c (insert_exception_resume_breakpoint): Likewise.
10383
10384 2012-02-28 Tristan Gingold <gingold@adacore.com>
10385
10386 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
10387 avoid variable assignments inside condition.
10388
10389 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10390
10391 Fix static analysis issue found by cppcheck.
10392 * microblaze-tdep.c (microblaze_extract_return_value): Fix
10393 uninitialized BUF for size 2.
10394
10395 2012-02-27 Chris Dearman <chris@mips.com>
10396 Nathan Froyd <froydnj@codesourcery.com>
10397 Maciej W. Rozycki <macro@codesourcery.com>
10398
10399 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
10400 (mips16_instruction_has_delay_slot): Likewise.
10401 (mips_segment_boundary): Likewise.
10402 (mips_adjust_breakpoint_address): Likewise.
10403 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
10404
10405 2012-02-27 Maciej W. Rozycki <macro@mips.com>
10406 Maciej W. Rozycki <macro@codesourcery.com>
10407
10408 * infrun.c (handle_inferior_event): Don't proceed through
10409 shared library trampolines if stepping at the machine
10410 instruction level.
10411
10412 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
10413
10414 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
10415 too.
10416
10417 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
10418
10419 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
10420 (sh_stub_unwind_sniffer): New functions.
10421 (sh_stub_unwind): New variable.
10422 (sh_gdbarch_init): Wire everything.
10423
10424 2012-02-27 Pedro Alves <palves@redhat.com>
10425
10426 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
10427 (linux_nat_post_attach_wait): Adjust to use
10428 linux_proc_pid_is_stopped.
10429 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
10430 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
10431 based on pid_is_stopped from both linux-nat.c and
10432 gdbserver/linux-low.c, and renamed.
10433
10434 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10435
10436 * remote.c (remote_watchpoint_addr_within_range): New function.
10437 (init_remote_ops): Use it.
10438
10439 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10440
10441 * target.h (target_watchpoint_addr_within_range): Document macro.
10442
10443 2012-02-24 Pedro Alves <palves@redhat.com>
10444
10445 * stack.c (set_last_displayed_sal): Issue internal_error instead
10446 of warning, and issue it after clearing the last displayed sal.
10447
10448 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10449 Pedro Alves <palves@redhat.com>
10450
10451 * breakpoint.c (until_break_command): Install breakpoints after
10452 all frame manipulations.
10453
10454 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10455
10456 * remote.c (remote_supports_cond_breakpoints): New forward
10457 declaration.
10458 (remote_add_target_side_condition): New function.
10459 (remote_insert_breakpoint): Add target-side breakpoint
10460 conditional if supported.
10461 (remote_insert_hw_breakpoint): Likewise.
10462 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
10463 hook.
10464
10465 * target.c (update_current_target): Inherit
10466 to_supports_evaluation_of_breakpoint_conditions.
10467 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
10468
10469 * target.h (struct target_ops)
10470 <to_supports_evaluation_of_breakpoint_conditions>: New field.
10471 (target_supports_evaluation_of_breakpoint_conditions): New #define.
10472
10473 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
10474 (condition_evaluation_both, condition_evaluation_auto,
10475 condition_evaluation_host, condition_evaluation_target,
10476 condition_evaluation_enums, condition_evaluation_mode_1,
10477 condition_evaluation_mode): New static globals.
10478 (translate_condition_evaluation_mode): New function.
10479 (breakpoint_condition_evaluation_mode): New function.
10480 (gdb_evaluates_breakpoint_condition_p): New function.
10481 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
10482 (mark_breakpoint_modified): New function.
10483 (mark_breakpoint_location_modified): New function.
10484 (set_condition_evaluation_mode): New function.
10485 (show_condition_evaluation_mode): New function.
10486 (bp_location_compare_addrs): New function.
10487 (get_first_location_gte_addr): New helper function.
10488 (set_breakpoint_condition): Free condition bytecode if locations
10489 has become unconditional. Call mark_breakpoint_modified (...).
10490 (condition_command): Call update_global_location_list (1) for
10491 breakpoints.
10492 (breakpoint_xfer_memory): Use is_breakpoint (...).
10493 (is_breakpoint): New function.
10494 (parse_cond_to_aexpr): New function.
10495 (build_target_condition_list): New function.
10496 (insert_bp_location): Handle target-side conditional
10497 breakpoints and call build_target_condition_list (...).
10498 (update_inserted_breakpoint_locations): New function.
10499 (insert_breakpoint_locations): Handle target-side conditional
10500 breakpoints.
10501 (bpstat_check_breakpoint_conditions): Add comment.
10502 (bp_condition_evaluator): New function.
10503 (bp_location_condition_evaluator): New function.
10504 (print_breakpoint_location): Print information on where the condition
10505 will be evaluated.
10506 (print_one_breakpoint_location): Likewise.
10507 (init_bp_location): Call mark_breakpoint_location_modified (...) for
10508 breakpoint location.
10509 (force_breakpoint_reinsertion): New functions.
10510 (update_global_location_list): Handle target-side breakpoint
10511 conditions.
10512 Reinsert locations that are already inserted if conditions have
10513 changed.
10514 (bp_location_dtor): Free agent expression bytecode.
10515 (disable_breakpoint): Call mark_breakpoint_modified (...).
10516 Call update_global_location_list (...) with parameter 1 for breakpoints.
10517 (disable_command): Call mark_breakpoint_location_modified (...).
10518 Call update_global_location_list (...) with parameter 1 for breakpoints.
10519 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
10520 (enable_command): mark_breakpoint_location_modified (...).
10521 (_initialize_breakpoint): Update documentation and add
10522 condition-evaluation breakpoint subcommand.
10523
10524 * breakpoint.h: Include ax.h.
10525 (condition_list): New data structure.
10526 (condition_status): New enum.
10527 (bp_target_info) <cond_list>: New field.
10528 (bp_location) <condition_changed, cond_bytecode>: New fields.
10529 (is_breakpoint): New prototype.
10530
10531 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10532
10533 * remote.c (remote_state) <cond_breakpoints>: New field.
10534 (PACKET_ConditionalBreakpoints): New enum.
10535 (remote_cond_breakpoint_feature): New function.
10536 (remote_protocol_features): Add new ConditionalBreakpoints entry.
10537 (remote_supports_cond_breakpoints): New function.
10538 (_initialize_remote): Add new packet configuration for
10539 target-side conditional breakpoints.
10540
10541 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10542
10543 * NEWS: Mention target-side conditional breakpoint support,
10544 new condition-evaluation breakpoint subcommand and remote
10545 packet extensions.
10546
10547 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10548
10549 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
10550 number.
10551
10552 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
10553
10554 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
10555 (after_prologue): Remove.
10556
10557 2012-02-23 Tom Tromey <tromey@redhat.com>
10558
10559 * jv-valprint.c (java_val_print): Remove dead code.
10560
10561 2012-02-23 Tristan Gingold <gingold@adacore.com>
10562
10563 * ada-tasks.c (struct ada_tasks_inferior_data): Add
10564 known_tasks_element and known_tasks_length fields.
10565 (read_known_tasks_array): Change argument type. Use pointer type
10566 and number of elements from DATA. Adjust.
10567 (read_known_tasks_list): Likewise.
10568 (get_known_tasks_addr): Remove.
10569 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
10570 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
10571 type and array length. Merge former get_known_tasks_addr code.
10572
10573 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10574
10575 PR backtrace/13716
10576 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
10577 it after set_momentary_breakpoint.
10578
10579 2012-02-22 Sterling Augustine <saugustine@google.com>
10580
10581 PR 13689:
10582 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
10583
10584 2012-02-22 Gary Benson <gbenson@redhat.com>
10585
10586 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10587 (find_slot_in_mapped_hash): Likewise.
10588
10589 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10590
10591 PR build/13638
10592 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10593 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10594 * configure: Regenerate.
10595
10596 2012-02-21 Tristan Gingold <gingold@adacore.com>
10597 Pedro Alves <palves@redhat.com>
10598
10599 * ia64-tdep.c: Do not include libunwind-ia64.h.
10600 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10601 Include libunwind-ia64.h instead of libunwind.h.
10602 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10603 for libunwind.h existence.
10604 * configure, config.in: Regenerate.
10605
10606 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10607
10608 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10609 instead of value_rtti_target_type.
10610 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10611 instead of value_rtti_target_type.
10612 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10613 value_rtti_target_type.
10614 * valops.c (value_ind): Extract function readjust_indirect_value_type.
10615 (value_rtti_target_type): Rename to ...
10616 (value_rtti_indirect_type): ... here and make it indirect. Update
10617 function comment.
10618 * value.c (readjust_indirect_value_type): New function.
10619 (coerce_ref): Support for enclosing type setting for references
10620 with readjust_indirect_value_type.
10621 * value.h (readjust_value_type): New declaration.
10622 (value_rtti_target_type): Rename to ...
10623 (value_rtti_indirect_type): ... here.
10624
10625 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10626
10627 * MAINTAINERS (Write After Approval): Add myself to the list.
10628
10629 2012-02-20 Doug Evans <dje@google.com>
10630
10631 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10632 Rename objfile_p_char parameter to objfilep.
10633 (build_objfile_section_table): Result is now void. All callers
10634 updated.
10635 * objfiles.h (struct objfile): Tweak comments, whitespace.
10636 (build_objfile_section_table): Update.
10637
10638 * elfread.c (elf_symfile_segments): Fix warning text.
10639
10640 2012-02-20 Tom Tromey <tromey@redhat.com>
10641
10642 PR gdb/13498:
10643 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10644 particular set of file names once.
10645 (dw2_map_symbol_filenames): Likewise.
10646
10647 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10648
10649 Code cleanup.
10650 * main.c (write_files): Remove the declaration.
10651 (external_editor_command): Move the declaration ...
10652 [GDBTK] (external_editor_command): ... here. Fix the comment.
10653
10654 2012-02-20 Tom Tromey <tromey@redhat.com>
10655
10656 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10657 extraneous block.
10658
10659 2012-02-20 Tristan Gingold <gingold@adacore.com>
10660
10661 * darwin-nat.h (enum darwin_msg_state): Add comments.
10662
10663 2012-02-20 Tristan Gingold <gingold@adacore.com>
10664
10665 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10666 value.
10667
10668 2012-20-18 Joel Brobecker <brobecker@adacore.com>
10669
10670 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10671 between function description and implementation.
10672
10673 2012-02-17 Tom Tromey <tromey@redhat.com>
10674
10675 PR python/12070:
10676 * python/py-event.c (event_object_getset): New global.
10677 (event_object_type): Reference it.
10678 * python/py-type.c (field_object_getset): New global.
10679 (field_object_type): Reference it.
10680 * python/python-internal.h (gdb_py_generic_dict): Declare.
10681 * python/py-utils.c (gdb_py_generic_dict): New function.
10682
10683 2012-02-17 Tristan Gingold <gingold@adacore.com>
10684
10685 * solib-darwin.c (darwin_current_sos): Check magic and filetype
10686
10687 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
10688
10689 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10690 TYPE_CALLING_CONVENTION annotation.
10691
10692 2012-02-16 Kevin Buettner <kevinb@redhat.com>
10693
10694 * MAINTAINERS: Add rx to target ISA section.
10695 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10696 (ALLDEPFILES): Add rx-tdep.c.
10697
10698 2012-02-16 Tom Tromey <tromey@redhat.com>
10699
10700 * symfile.c (symbol_file_add_main_1): Use inferior's
10701 symfile_flags.
10702 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10703 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10704 inferior.
10705 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10706 inferior.
10707 (follow_exec): Use inferior's symfile_flags.
10708 * inferior.h (struct inferior) <symfile_flags>: New field.
10709
10710 2012-02-16 Mike Frysinger <vapier@gentoo.org>
10711
10712 PR gdb/9734:
10713 * remote-sim.c (gdbsim_create_inferior): Call error() when
10714 sim_create_inferior() fails.
10715
10716 2012-02-16 Josh Matthews <josh@joshmatthews.net>
10717
10718 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10719
10720 2012-02-16 Tom Tromey <tromey@redhat.com>
10721
10722 PR c++/13653:
10723 * thread.c (struct current_thread_cleanup) <was_removable>: New
10724 field.
10725 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10726 (make_cleanup_restore_current_thread): Initialize new field.
10727
10728 2012-02-15 Kevin Buettner <kevinb@redhat.com>
10729
10730 * MAINTAINERS: Add rl78 to target ISA section.
10731 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10732 (ALLDEPFILES): Add rl78-tdep.c.
10733 * NEWS: Mention rl78 as a new target.
10734
10735 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
10736
10737 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10738 data.
10739 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10740
10741 2012-02-15 Tom Tromey <tromey@redhat.com>
10742
10743 PR gdb/12659:
10744 * infcmd.c (registers_info): Print just the current register's
10745 name.
10746
10747 2012-02-15 Tom Tromey <tromey@redhat.com>
10748
10749 * python/py-symbol.c (sympy_value): Use _().
10750
10751 2012-02-15 Pedro Alves <palves@redhat.com>
10752
10753 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10754 output to be like native targets'.
10755 (remote_pid_to_str): Special case the null ptid.
10756
10757 2012-02-14 Stan Shebs <stan@codesourcery.com>
10758
10759 * NEWS: Mention enable count command.
10760 * breakpoint.h (struct breakpoint): New field enable_count.
10761 * breakpoint.c (enable_breakpoint_disp): Add count argument.
10762 (enable_breakpoint): Add arg to call.
10763 (struct disp_data): New struct.
10764 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10765 (do_map_enable_once_breakpoint): Create a struct and pass it.
10766 (do_map_enable_delete_breakpoint): Ditto.
10767 (do_map_enable_count_breakpoint): New function.
10768 (enable_count_command): New function.
10769 (bpstat_stop_status): Decrement enable_count.
10770 (print_one_breakpoint_location): Report enable count.
10771 (_initialize_breakpoint): Add enable count command.
10772
10773 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10774
10775 * rl78-tdep.c (reggroups.h): Include.
10776 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10777 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10778 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10779 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10780 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10781 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10782 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10783 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10784 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10785 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10786 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10787 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10788 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10789 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10790 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10791 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10792 beginning of register list.
10793 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10794 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10795 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10796 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10797 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10798 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10799 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10800 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10801 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10802 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10803 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10804 the pseudo registers. Rearrange other pseudo registers too so
10805 that the bank registers appear at the end.
10806 (rl78_register_type): Account for the fact that the byte sized
10807 bank registers are now pseudo-registers.
10808 (rl78_register_name): Rearrange the register name array. Make
10809 initial set of raw banked registers inaccessible.
10810 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10811 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10812 case for copying bytes back and forth between raw and pseudo
10813 versions of the banked registers. Update other cases to reflect
10814 the changed names.
10815 (rl78_return_value): Update to account for changed names of
10816 raw registers.
10817 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10818 rl78_register_sim_regno().
10819
10820 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10821
10822 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10823 the name parameter being passed to find_pc_partial_function().
10824
10825 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10826
10827 * MAINTAINERS: Step down from being ia64 target maintainer.
10828
10829 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10830
10831 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10832 compilation warning.
10833
10834 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10835
10836 Fix crash on loaded shlibs without loaded exec_bfd.
10837 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10838 (set_section_command): Replace exec_bfd by p->bfd.
10839
10840 2012-02-10 Tom Tromey <tromey@redhat.com>
10841
10842 * linespec.c (decode_line_internal): Skip symtabs_from_filename
10843 when we have a C++ qualified name.
10844
10845 2012-02-10 Pedro Alves <palves@redhat.com>
10846
10847 * inferior.c (inferior_pid_to_str): New.
10848 (print_inferior, inferior_command): Use it.
10849
10850 2012-02-10 Pedro Alves <palves@redhat.com>
10851
10852 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10853 the test CFLAGS.
10854 * configure: Regenerate.
10855
10856 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10857
10858 * linespec.c (decode_line_internal): Fix comment correctness.
10859
10860 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
10861
10862 PR gdb/12953
10863 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10864 * amd64bsd-nat.c: Add support for debug registers (adapted from
10865 i386bsd-nat.c).
10866 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10867 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10868 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10869 (amd64bsd_dr_get_control): New functions.
10870 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10871 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10872 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10873 watchpoints initialization.
10874 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10875
10876 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10877
10878 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10879 flds_bnds.fields.
10880 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10881
10882 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10883
10884 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
10885
10886 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10887
10888 * language.h (symbol_name_cmp_ftype): Renames
10889 symbol_name_match_p_ftype.
10890 (struct language_defn)[la_get_symbol_name_cmp]: Renames
10891 la_get_symbol_name_match_p.
10892 * ada-lang.c (ada_get_symbol_name_cmp): Renames
10893 ada_get_symbol_name_match_p. Update comment.
10894 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10895 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10896 Renames symbol_name_match_p. Update field type.
10897 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10898 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10899 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10900 "la_get_symbol_name_cmp" in comments.
10901 * language.c: Likewise.
10902
10903 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10904
10905 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10906 %eflags offset.
10907 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10908 (amd64_sol2_gregset32_reg_offs): Likewise.
10909
10910 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10911
10912 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10913 of the returned BFD is allocated by GDB.
10914
10915 2012-02-07 Tom Tromey <tromey@redhat.com>
10916
10917 PR python/12027:
10918 * python/python-internal.h (frame_object_type): Declare.
10919 * python/py-symbol.c (sympy_needs_frame): New function.
10920 (sympy_value): New function.
10921 (symbol_object_getset): Add "needs_frame".
10922 (symbol_object_methods): Add "value".
10923 * python/py-frame.c (frame_object_type): No longer static.
10924
10925 2012-02-07 Tom Tromey <tromey@redhat.com>
10926
10927 PR python/13599:
10928 * python/py-symbol.c (sympy_line): New function.
10929 (symbol_object_getset): Add "line".
10930
10931 2012-02-07 Tom Tromey <tromey@redhat.com>
10932
10933 * charset.c (find_charset_names): Check 'in' against NULL.
10934
10935 2012-02-06 Doug Evans <dje@google.com>
10936
10937 * gdbtypes.h (struct main_type): Change type of name,tag_name,
10938 and fields.name members from char * to const char *. All uses updated.
10939 (struct cplus_struct_type): Change type of fn_fieldlists.name member
10940 from char * to const char *. All uses updated.
10941 (type_name_no_tag): Update.
10942 (lookup_unsigned_typename, lookup_signed_typename): Update.
10943 * gdbtypes.c (type_name_no_tag): Change result type
10944 from char * to const char *. All callers updated.
10945 (lookup_unsigned_typename, lookup_signed_typename): Change type of
10946 name parameter from char * to const char *.
10947 * symtab.h (struct cplus_specific): Change type of demangled_name
10948 member from char * to const char *. All uses updated.
10949 (struct general_symbol_info): Change type of name and
10950 mangled_lang.demangled_name members from char * to const char *.
10951 All uses updated.
10952 (symbol_get_demangled_name, symbol_natural_name): Update.
10953 (symbol_demangled_name, symbol_search_name): Update.
10954 * symtab.c (symbol_get_demangled_name): Change result type
10955 from char * to const char *. All callers updated.
10956 (symbol_natural_name, symbol_demangled_name): Ditto.
10957 (symbol_search_name): Ditto.
10958 (completion_list_add_name): Change type of symname,sym_text,
10959 text,word parameters from char * to const char *.
10960 (completion_list_objc_symbol): Change type of sym_text,
10961 text,word parameters from char * to const char *.
10962 * ada-lang.c (find_struct_field): Change type of name parameter
10963 from char * to const char *.
10964 (encoded_ordered_before): Similarly for N0,N1 parameters.
10965 (old_renaming_is_invisible): Similarly for function_name parameter.
10966 (ada_type_name): Change result type from char * to const char *.
10967 All callers updated.
10968 * ada-lang.h (ada_type_name): Update.
10969 * buildsym.c (hashname): Change type of name parameter
10970 from char * to const char *.
10971 * buildsym.h (hashname): Update.
10972 * dbxread.c (end_psymtab): Change type of include_list parameter
10973 from char ** to const char **.
10974 * dwarf2read.c (determine_prefix): Change result type
10975 from char * to const char *. All callers updated.
10976 * f-lang.c (find_common_for_function): Change type of name, funcname
10977 parameters from char * to const char *.
10978 * f-lang.c (find_common_for_function): Update.
10979 * f-valprint.c (list_all_visible_commons): Change type of funcname
10980 parameters from char * to const char *.
10981 * gdbarch.sh (static_transform_name): Change type of name parameter
10982 and result from char * to const char *.
10983 * gdbarch.c: Regenerate.
10984 * gdbarch.h: Regenerate.
10985 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10986 of name parameter from char * to const char *.
10987 * jv-lang.c (java_primitive_type_from_name): Ditto.
10988 (java_demangled_signature_length): Similarly for signature parameter.
10989 (java_demangled_signature_copy): Ditto.
10990 (java_demangle_type_signature): Ditto.
10991 * jv-lang.h (java_primitive_type_from_name): Update.
10992 (java_demangle_type_signature): Update.
10993 * objc-lang.c (specialcmp): Change type of a,b parameters
10994 from char * to const char *.
10995 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10996 from char * to const char *. All callers updated.
10997 * p-lang.h (is_pascal_string_type): Update.
10998 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10999 of name parameter from char * to const char *.
11000 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11001 * utils.c (fprintf_symbol_filtered): Ditto.
11002 * defs.h (fprintf_symbol_filtered): Update.
11003 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11004 * stabsread.h (end_psymtab): Update.
11005 * stack.c (find_frame_funname): Change type of funname parameter
11006 from char ** to const char **.
11007 * stack.h (find_frame_funname): Update.
11008 * typeprint.c (type_print): Change type of varstring parameter
11009 from char * to const char *.
11010 * value.h (type_print): Update.
11011 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11012 from char * to const char *. All callers updated.
11013 (xcoff_end_psymtab): Change type of include_list parameter
11014 from char ** to const char **. All callers updated.
11015 (swap_sym): Similarly for name parameter. All callers updated.
11016 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11017 Use xstrdup.
11018 (process_coff_symbol): Use xstrdup.
11019 * stabsread.c (stabs_method_name_from_physname): Renamed from
11020 update_method_name_from_physname. Change result type from void
11021 to char *. All callers updated.
11022 (read_member_functions): In has_destructor case, store name in objfile
11023 obstack instead of malloc space. In !has_stub case, fix mem leak.
11024
11025 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
11026
11027 * configure: Rebuild.
11028 * configure.ac: Put -L../bfd and -L../libiberty at the front of
11029 LDFLAGS.
11030
11031 2012-02-03 Kevin Buettner <kevinb@redhat.com>
11032
11033 * configure.tgt (rl78-*-elf): New target.
11034 * rl78-tdep.c: New file.
11035
11036 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11037
11038 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11039 and continue the loop. Add QUIT statement.
11040
11041 2012-02-03 Tom Tromey <tromey@redhat.com>
11042
11043 PR gdb/13596:
11044 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11045 bfd_lookup_symbol_from_symtab.
11046 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11047 gdb_bfd_lookup_symbol_from_symtab.
11048
11049 2012-02-03 Joel Brobecker <brobecker@adacore.com>
11050
11051 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11052 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11053 symbol. Add assertion that sym2 is never NULL.
11054
11055 2012-02-02 Doug Evans <dje@google.com>
11056
11057 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11058 "name" parameter to const char ** from char **. All callers updated.
11059 (find_pc_partial_function): Ditto.
11060 (cache_pc_function_name): Change type to const char * from char *.
11061 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11062 (find_pc_partial_function): Update.
11063 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11064 type of "name" parameter to const char * from char *.
11065 All uses updated.
11066 * arch-utils.c (generic_in_solib_return_trampoline): Change
11067 type of "name" parameter to const char * from char *.
11068 * arch-utils.h (generic_in_solib_return_trampoline): Update.
11069 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11070 type of "name" parameter to const char * from char *.
11071 * gdbarch.sh (in_solib_return_trampoline): Ditto.
11072 * gdbarch.c: Regenerate.
11073 * gdbarch.h: Regenerate.
11074 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11075 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11076 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11077 type of "name" parameter to const char * from char *.
11078 * skip.c (skip_function_pc): Ditto.
11079 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11080 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11081 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11082 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11083 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11084 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11085 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11086 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11087 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11088
11089 2012-02-02 Pedro Alves <palves@redhat.com>
11090
11091 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11092 the current inferior has no execution. Make sure the current
11093 remote process matches gdb's current inferior.
11094
11095 2012-02-02 Tom Tromey <tromey@redhat.com>
11096
11097 PR gdb/13405:
11098 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11099 read-only memory.
11100
11101 2012-02-02 Tom Tromey <tromey@redhat.com>
11102
11103 PR gdb/9307:
11104 * symtab.c (lookup_language_this): Set block_found.
11105
11106 2012-02-01 Tom Tromey <tromey@redhat.com>
11107
11108 PR gdb/13431:
11109 * jit.c (struct jit_inferior_data): Rewrite.
11110 (struct jit_objfile_data): New.
11111 (get_jit_objfile_data): New function.
11112 (add_objfile_entry): Update.
11113 (jit_read_descriptor): Return int. Replace descriptor_addr
11114 argument with inf_data. Update. Don't call error.
11115 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
11116 descriptor here.
11117 (jit_inferior_init): Don't look up descriptor. Don't call error.
11118 (jit_reset_inferior_data_and_breakpoints)
11119 (jit_inferior_created_observer): Remove.
11120 (jit_inferior_exit_hook): Update.
11121 (jit_executable_changed_observer): Remove.
11122 (jit_event_handler): Update.
11123 (free_objfile_data): Reset inferior data if needed.
11124 (_initialize_jit): Update.
11125
11126 2012-02-01 Tom Tromey <tromey@redhat.com>
11127
11128 * jit.c (bfd_open_from_target_memory): Move higher in file.
11129
11130 2012-02-01 Tristan Gingold <gingold@adacore.com>
11131
11132 * libunwind-frame.c (libunwind_load): Display message if dlopen
11133 failed.
11134
11135 2012-02-01 Gary Benson <gbenson@redhat.com>
11136
11137 * symtab.h (symbol_found_callback_ftype): New typedef.
11138 (iterate_over_symbols): Use the above.
11139 * symtab.c (iterate_over_symbols): Likewise.
11140 * language.h (language_defn->la_iterate_over_symbols): Likewise.
11141 * ada-lang.c (ada_iterate_over_symbols): Likewise.
11142 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
11143 (iterate_name_matcher): Document return values.
11144 (collect_one_symbol): Likewise.
11145 (collect_function_symbols): Likewise.
11146 (collect_symbols): Likewise.
11147
11148 2012-02-01 Tom Tromey <tromey@redhat.com>
11149
11150 * ada-lang.c (resolve_subexp): Update.
11151 (ada_lookup_symbol_list): Add 'full_search' argument.
11152 (ada_iterate_over_symbols): Pass 0 as full_search argument to
11153 ada_lookup_symbol_list.
11154 (ada_lookup_encoded_symbol): Update.
11155 (get_var_value): Update.
11156 * ada-exp.y (block_lookup): Update.
11157 (write_var_or_type): Update.
11158 (write_name_assoc): Update.
11159 * ada-lang.h (ada_lookup_symbol_list): Update.
11160
11161 2012-01-31 Tom Tromey <tromey@redhat.com>
11162
11163 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11164 comment.
11165
11166 2012-01-31 Doug Evans <dje@google.com>
11167
11168 * symtab.h: Remove outdated comment.
11169 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
11170
11171 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
11172
11173 Fix build error in Darwin port.
11174 * i386-darwin-nat.c: Include i386-nat.h.
11175
11176 2012-01-30 Tom Tromey <tromey@redhat.com>
11177
11178 PR breakpoints/13568:
11179 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11180 argument. Check for recursive includes.
11181 (dwarf_decode_macros): Create an include hash.
11182
11183 2012-01-30 Michael Eager <eager@eagercon.com>
11184
11185 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11186 * ppc-linux-tdep.c: Include glibc-tdep.h.
11187 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
11188 (powerpc_linux_in_plt_stub): New function.
11189 (powerpc_linux_in_dynsym_resolve_code): New function.
11190 (ppc_skip_trampoline_code): New function.
11191 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11192 Use glibc_skip_solib_resolver.
11193
11194 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11195
11196 Code cleanup: Make 1440 bytes of data segment read-only.
11197 * arch-utils.c (endian_enum): Make it const char *const [].
11198 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
11199 Likewise.
11200 * breakpoint.c (always_inserted_enums): Likewise.
11201 * cli/cli-cmds.c (script_ext_enums): Likewise.
11202 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
11203 enumlist parameter const char *const *.
11204 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
11205 const char *const *.
11206 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
11207 parameter const char *const *.
11208 * cris-tdep.c (cris_modes): Make it const char *const [].
11209 * filesystem.c (target_file_system_kinds): Likewise.
11210 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
11211 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
11212 (can_use_displaced_stepping_enum, scheduler_enums)
11213 (exec_direction_names): Likewise.
11214 * language.c (_initialize_language): Make the type_or_range_names and
11215 case_sensitive_names variables const char *const [].
11216 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
11217 * python/python.c (python_excp_enums): Likewise.
11218 * remote.c (interrupt_sequence_modes): Likewise.
11219 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
11220 * serial.c (logbase_enums): Likewise.
11221 * sh-tdep.c (sh_cc_enum): Likewise.
11222 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
11223 Likewise.
11224 * symtab.c (multiple_symbols_modes): Likewise.
11225 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
11226 Likewise.
11227 * utils.c (internal_problem_modes): Likewise.
11228
11229 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11230
11231 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
11232 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
11233 result.
11234
11235 2012-01-27 Doug Evans <dje@google.com>
11236
11237 * configure.ac (with_python): Fix absolute path handling for win32.
11238 * configure: Regenerate.
11239
11240 2012-01-26 Doug Evans <dje@google.com>
11241
11242 * symtab.c: Whitespace cleanup, no code changes.
11243
11244 * symtab.c (lookup_symbol_in_language): Improve comment.
11245 (lookup_symbol_aux): Fix comment.
11246
11247 * psymtab.c (add_psymbol_to_list): Result is now "void".
11248 * psympriv.h (add_psymbol_to_list): Update.
11249
11250 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
11251
11252 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11253
11254 Do not open script filenames twice.
11255 * cli/cli-cmds.c (source_script_from_stream): Pass to
11256 source_python_script also STREAM.
11257 * python/py-auto-load.c (source_section_scripts): Pass to
11258 source_python_script_for_objfile also STREAM.
11259 (auto_load_objfile_script): Pass to source_python_script_for_objfile
11260 also INPUT.
11261 * python/python-internal.h (source_python_script_for_objfile): New
11262 parameter file, rename parameter file to filename.
11263 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
11264 instead if !_WIN32. Update the function comment.
11265 (source_python_script, source_python_script_for_objfile)
11266 (source_python_script): New parameter file, rename parameter file to
11267 filename. Pass FILENAME to python_run_simple_file.
11268 * python/python.h (source_python_script): New parameter file, rename
11269 parameter file to filename.
11270
11271 2012-01-26 Pedro Alves <palves@redhat.com>
11272
11273 * corelow.c (core_has_fake_pid): Delete.
11274 (core_close): Delete references to `core_has_fake_pid'.
11275 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
11276 (core_open): Delete references to `core_has_fake_pid'.
11277 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
11278 the removed global.
11279
11280 2012-01-26 Joel Brobecker <brobecker@adacore.com>
11281
11282 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
11283 Remove language parameter from name_matcher. Adjust the comment.
11284 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
11285 Remove language parameter.
11286 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
11287 * linespec.c (iterate_name_matcher): Likewise.
11288 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
11289 name_matcher. Adjust call accordingly.
11290 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
11291 (maintenance_check_symtabs): Adjust type of parameter "fun".
11292 * psymtab.h (maintenance_check_symtabs): Likewise.
11293
11294 2012-01-26 Joel Brobecker <brobecker@adacore.com>
11295
11296 * language.h (symbol_name_match_p_ftype): New typedef.
11297 (struct language_defn): Replace field la_symbol_name_compare
11298 by la_get_symbol_name_match_p.
11299 * ada-lang.c (ada_get_symbol_name_match_p): New function.
11300 (ada_language_defn): Use it.
11301 * linespec.c (struct symbol_matcher_data): New type.
11302 (iterate_name_matcher): Rewrite.
11303 (iterate_over_all_matching_symtabs): Pass a pointer to
11304 a symbol_matcher_data struct to expand_symtabs_matching
11305 instead of just the lookup name.
11306 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11307 opencl-lang.c, p-lang.c, language.c: Delete field
11308 la_symbol_name_compare, and replace by NULL for new field
11309 la_get_symbol_name_match_p.
11310 * symfile.h (struct quick_symbol_functions): Update comment.
11311
11312 2012-01-25 Tom Tromey <tromey@redhat.com>
11313
11314 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
11315 dereferencing.
11316
11317 2012-01-24 Tom Tromey <tromey@redhat.com>
11318
11319 PR symtab/12406:
11320 * solib.c (update_solib_list): Update the program space's
11321 added_solibs and deleted_solibs fields.
11322 * progspace.h (struct program_space) <added_solibs,
11323 deleted_solibs>: New fields.
11324 (clear_program_space_solib_cache): Declare.
11325 * progspace.c (release_program_space): Call
11326 clear_program_space_solib_cache.
11327 (clear_program_space_solib_cache): New function.
11328 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
11329 bpstat_stop_status. Use handle_solib_event.
11330 * breakpoint.c: Include gdb_regex.h.
11331 (print_solib_event): New function.
11332 (bpstat_print): Use print_solib_event.
11333 (bpstat_stop_status): Add special case for bp_shlib_event.
11334 (handle_solib_event): New function.
11335 (bpstat_what): Use handle_solib_event.
11336 (struct solib_catchpoint): New.
11337 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
11338 (breakpoint_hit_catch_solib, check_status_catch_solib)
11339 (print_it_catch_solib, print_one_catch_solib)
11340 (print_mention_catch_solib, print_recreate_catch_solib): New
11341 functions.
11342 (catch_solib_breakpoint_ops): New global.
11343 (catch_load_or_unload, catch_load_command_1)
11344 (catch_unload_command_1): New functions.
11345 (internal_bkpt_check_status): Add special case for
11346 bp_shlib_event.
11347 (internal_bkpt_print_it): Use print_solib_event.
11348 (initialize_breakpoint_ops): Initialize
11349 catch_solib_breakpoint_ops.
11350 (_initialize_breakpoint): Register "catch load" and "catch
11351 unload".
11352 * breakpoint.h (handle_solib_event): Declare.
11353 * NEWS: Add entry for "catch load" and "catch unload".
11354
11355 2012-01-24 Tom Tromey <tromey@redhat.com>
11356
11357 * ada-lang.c: Include gdb_vecs.h.
11358 * charset.c: Include gdb_vecs.h.
11359 * tracepoint.h: Include gdb_vecs.h.
11360 * gdb_vecs.h: New file.
11361
11362 2012-01-24 Pedro Alves <pedro@codesourcery.com>
11363
11364 * breakpoint.c (breakpoint_hit_catch_fork)
11365 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
11366 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
11367 * infrun.c (inferior_has_forked, inferior_has_vforked)
11368 (inferior_has_execd, inferior_has_called_syscall): Delete.
11369 (handle_syscall_event): Get syscall_number from the execution
11370 control state's wait status.
11371 (wait_for_inferior): Don't clear syscall_number.
11372
11373 2012-01-24 Pedro Alves <palves@redhat.com>
11374
11375 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
11376 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
11377 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
11378 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
11379 `ws' parameter.
11380 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
11381 false for events other than TARGET_SIGNAL_TRAP.
11382 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
11383 Add `ws' parameter.
11384 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
11385 events other than TARGET_SIGNAL_TRAP.
11386 (tracepoint_breakpoint_hit): Add `ws' parameter.
11387 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
11388 parameter.
11389 (bpstat_stop_status): Same.
11390 (pc_at_non_inline_function): Same.
11391 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
11392 to pass the current event's waitstatus to bpstat_stop_status
11393 and pc_at_non_inline_function.
11394
11395 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11396
11397 Code cleanup.
11398 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
11399 Update the function comment for it.
11400 (source_script_with_search): Call make_cleanup_fclose for STREAM.
11401 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
11402 for STREAM.
11403
11404 2012-01-24 Pedro Alves <palves@redhat.com>
11405
11406 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
11407 outside `bs->stop' block.
11408 (bpstat_what): Rework bp_shlib_event handling.
11409 (internal_bkpt_check_status): If the breakpoint is a
11410 bp_shlib_event, then set bs->stop and bs->print if
11411 stop_on_solib_events is set.
11412
11413 2012-01-24 Gary Benson <gbenson@redhat.com>
11414
11415 Delete #if 0'd out code.
11416 * stack.c (print_frame_label_vars): Remove.
11417 (catch_info): Likewise.
11418 (_initialize_stack): Remove "info catch" command.
11419 * NEWS: Mention the above.
11420
11421 2012-01-24 Pedro Alves <palves@redhat.com>
11422
11423 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
11424 it.
11425 (remote_notice_new_inferior): If the remote end doesn't support
11426 the multiprocess extensions, then the PID is fake.
11427 (add_current_inferior_and_thread): New.
11428 (remote_start_remote): Use it.
11429 (extended_remote_attach_1): Adjust.
11430 (extended_remote_create_inferior_1): Use
11431 add_current_inferior_and_thread.
11432
11433 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11434
11435 Fix watchpoints to be specific for each inferior.
11436 * breakpoint.c (watchpoint_in_thread_scope): Verify also
11437 current_program_space.
11438 * i386-nat.c (i386_inferior_data_cleanup): New.
11439 (i386_inferior_data_get): Replace variable inf_data_local by an
11440 inferior_data call.
11441 (i386_use_watchpoints): Initialize i386_inferior_data.
11442 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
11443 specific iterate_over_lwps.
11444
11445 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11446
11447 Fix watchpoints across inferior fork.
11448 * amd64-linux-nat.c (update_debug_registers_callback): Update the
11449 comment for linux_nat_iterate_watchpoint_lwps.
11450 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11451 linux_nat_iterate_watchpoint_lwps.
11452 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
11453 * i386-linux-nat.c (update_debug_registers_callback): Update the
11454 comment for linux_nat_iterate_watchpoint_lwps.
11455 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11456 linux_nat_iterate_watchpoint_lwps.
11457 (i386_linux_prepare_to_resume): New comment on Linux kernel.
11458 * i386-nat.c: Include inferior.h.
11459 (dr_mirror): Remove.
11460 (i386_inferior_data, struct i386_inferior_data)
11461 (i386_inferior_data_get): New.
11462 (i386_debug_reg_state): Use i386_inferior_data_get.
11463 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
11464 (i386_insert_watchpoint, i386_remove_watchpoint)
11465 (i386_stopped_data_address, i386_insert_hw_breakpoint)
11466 (i386_remove_hw_breakpoint): New variable state, use
11467 i386_debug_reg_state instead of DR_MIRROR.
11468 * linux-nat.c (delete_lwp): New declaration.
11469 (num_lwps): Move here from downwards.
11470 (delete_lwp_cleanup): New.
11471 (linux_child_follow_fork): Create new child_lp, call
11472 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
11473 PTRACE_DETACH.
11474 (num_lwps): Move upwards.
11475 (linux_nat_iterate_watchpoint_lwps): New.
11476 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
11477 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
11478
11479 2012-01-24 Joel Brobecker <brobecker@adacore.com>
11480
11481 GDB 7.4 released.
11482
11483 2012-01-23 Pedro Alves <palves@redhat.com>
11484
11485 * top.c (caution): Rename to ...
11486 (confirm): ... this.
11487 (show_caution): Rename to ...
11488 (show_confirm): ... this.
11489 (quit_cover): Adjust.
11490 (init_main): Adjust.
11491 * top.h (caution): Rename to ...
11492 (confirm): ... this.
11493 * utils.c (internal_vproblem, defaulted_query): Adjust.
11494
11495 2012-01-23 Pedro Alves <palves@redhat.com>
11496
11497 * top.c (caution): Update comment.
11498 (execute_command): Don't consider the current value of `caution'.
11499
11500 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11501
11502 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
11503
11504 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
11505
11506 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11507 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
11508 * target.c (target_fileio_pwrite): Remove buffer address from
11509 debug output.
11510 (target_fileio_pread): Likewise.
11511
11512 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11513
11514 * NEWS: Document remote "info proc" and "generate-core-file".
11515
11516 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11517
11518 * gdbarch.sh (find_memory_regions): New callback.
11519 * gdbarch.c, gdbarch.h: Regenerate.
11520
11521 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
11522 callback before falling back to target method.
11523
11524 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
11525 (linux_target_install_ops): No longer install it.
11526
11527 * linux-tdep.c (linux_find_memory_regions): New function.
11528 (linux_init_abi): Install it.
11529
11530 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11531
11532 * gdbarch.sh (make_corefile_notes): New architecture callback.
11533 * gdbarch.c: Regenerate.
11534 * gdbarch.h: Likewise.
11535
11536 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
11537 before target_make_corefile_notes. If NULL is returned, the
11538 target does not support core file generation.
11539
11540 * linux-nat.c: Include "linux-tdep.h".
11541 (find_signalled_thread, find_stop_signal): Remove.
11542 (linux_nat_do_thread_registers): Likewise.
11543 (struct linux_nat_corefile_thread_data): Likewise.
11544 (linux_nat_corefile_thread_callback): Likewise.
11545 (iterate_over_spus): Likewise.
11546 (struct linux_spu_corefile_data): Likewise.
11547 (linux_spu_corefile_callback): Likewise.
11548 (linux_spu_make_corefile_notes): Likewise.
11549 (linux_nat_collect_thread_registers): New function.
11550 (linux_nat_make_corefile_notes): Replace contents by call to
11551 linux_make_corefile_notes passing linux_nat_collect_thread_registers
11552 as native-only callback.
11553
11554 * linux-tdep.h: Include "bfd.h".
11555 (struct regcache): Add forward declaration.
11556 (linux_collect_thread_registers_ftype): New typedef.
11557 (linux_make_corefile_notes): Add prototype.
11558 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
11559 "regset.h", and "elf-bfd.h".
11560 (find_signalled_thread, find_stop_signal): New functions.
11561 (linux_spu_make_corefile_notes): Likewise.
11562 (linux_collect_thread_registers): Likewise.
11563 (struct linux_corefile_thread_data): New data structure.
11564 (linux_corefile_thread_callback): New funcion.
11565 (linux_make_corefile_notes): Likewise.
11566 (linux_make_corefile_notes_1): Likewise.
11567 (linux_init_abi): Install it.
11568
11569 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11570
11571 * gdbarch.sh (info_proc): New callback.
11572 * gdbarch.c, gdbarch.h: Regenerate.
11573
11574 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
11575 before falling back to the target info_proc callback.
11576
11577 * linux-nat.c: Do not include "cli/cli-utils.h".
11578 (linux_nat_info_proc): Remove.
11579 (linux_target_install_ops): No longer install it.
11580
11581 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
11582 (read_mapping): New function.
11583 (linux_info_proc): Likewise.
11584 (linux_init_abi): Install it.
11585
11586 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11587
11588 * defs.h (enum info_proc_what): Moved here from linux-nat.c
11589 * infcmd.c: (info_proc_cmd_1): New function.
11590 (info_proc_cmd): New function, moved here from equivalent routine
11591 orignally in linux-nat.c.
11592 (info_proc_cmd_mappings): Likewise.
11593 (info_proc_cmd_stat): Likewise.
11594 (info_proc_cmd_status): Likewise.
11595 (info_proc_cmd_cwd): Likewise.
11596 (info_proc_cmd_cmdline): Likewise.
11597 (info_proc_cmd_exe): Likewise.
11598 (info_proc_cmd_all): Likewise.
11599 (_initialize_infcmd): Install "info proc" command and subcommands.
11600
11601 * target.h (struct target_ops): Add to_info_proc.
11602 (target_info_proc): Add prototype.
11603 * target.c (target_info_proc): New function.
11604
11605 * procfs.c (procfs_info_proc): Add prototype.
11606 (info_proc_cmd): Rename into ...
11607 (procfs_info_proc): ... this. Update argument types as appropriate
11608 for a to_info_proc implementation. Handle "what" argument.
11609 (procfs_target): Install procfs_info_proc.
11610 (_initialize_procfs): No longer install "info proc" command.
11611
11612 * linux-nat.c: (enum info_proc_what): Remove.
11613 (linux_nat_info_proc_cmd_1): Rename into ...
11614 (linux_nat_info_proc): ... this. Update argument types as appropriate
11615 for a to_info_proc implementation.
11616 (linux_nat_info_proc_cmd): Remove.
11617 (linux_nat_info_proc_cmd_mappings): Likewise.
11618 (linux_nat_info_proc_cmd_stat): Likewise.
11619 (linux_nat_info_proc_cmd_status): Likewise.
11620 (linux_nat_info_proc_cmd_cwd): Likewise.
11621 (linux_nat_info_proc_cmd_cmdline): Likewise.
11622 (linux_nat_info_proc_cmd_exe): Likewise.
11623 (linux_nat_info_proc_cmd_all): Likewise.
11624 (linux_target_install_ops): Install linux_nat_info_proc.
11625 (_initialize_linux_nat): No longer install "info proc" command
11626 and subcommands.
11627
11628 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11629
11630 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11631 * config.in, configure: Regenerate.
11632
11633 * target.h (struct target_ops): Add to_fileio_readlink.
11634 (target_fileio_readlink): Add prototype.
11635 * target.c (target_fileio_readlink): New function.
11636
11637 * inf-child.c: Conditionally include <sys/param.h>.
11638 (inf_child_fileio_readlink): New function.
11639 (inf_child_target): Install it.
11640
11641 * remote.c (PACKET_vFile_readlink): New enum value.
11642 (remote_hostio_readlink): New function.
11643 (init_remote_ops): Install it.
11644 (_initialize_remote): Handle vFile:readlink packet type.
11645
11646 2012-01-20 Pedro Alves <palves@redhat.com>
11647 Ulrich Weigand <ulrich.weigand@linaro.org>
11648
11649 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11650 * config.in, configure: Regenerate.
11651
11652 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11653 to_fileio_pread, to_fileio_close, to_fileio_unlink.
11654 (target_fileio_open): Add prototype.
11655 (target_fileio_pwrite): Likewise.
11656 (target_fileio_pread): Likewise.
11657 (target_fileio_close): Likewise.
11658 (target_fileio_unlink): Likewise.
11659 (target_fileio_read_alloc): Likewise.
11660 (target_fileio_read_stralloc): Likewise.
11661
11662 * target.c: Include "gdb/fileio.h".
11663 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11664 (default_fileio_target): New function.
11665 (target_fileio_open): Likewise.
11666 (target_fileio_pwrite): Likewise.
11667 (target_fileio_pread): Likewise.
11668 (target_fileio_close): Likewise.
11669 (target_fileio_unlink): Likewise.
11670 (target_fileio_close_cleanup): Likewise.
11671 (target_fileio_read_alloc_1): Likewise.
11672 (target_fileio_read_alloc): Likewise.
11673 (target_fileio_read_stralloc): Likewise.
11674
11675 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11676 <fcntl.h>, and <unistd.h>.
11677 (inf_child_fileio_open_flags_to_host): New function.
11678 (inf_child_errno_to_fileio_error): Likewise.
11679 (inf_child_fileio_open): Likewise.
11680 (inf_child_fileio_pwrite): Likewise.
11681 (inf_child_fileio_pread): Likewise.
11682 (inf_child_fileio_close): Likewise.
11683 (inf_child_fileio_unlink): Likewise.
11684 (inf_child_target): Install to_fileio routines.
11685
11686 * remote.c (init_remote_ops): Install to_fileio routines.
11687
11688 2012-01-20 Pedro Alves <palves@redhat.com>
11689 Ulrich Weigand <ulrich.weigand@linaro.org>
11690
11691 * remote.c (remote_multi_process_p): Only check for multi-process
11692 protocol feature, do not check for extended protocol.
11693 (remote_supports_multi_process): Check for extended protocol here.
11694 (set_general_process): Likewise.
11695 (extended_remote_kill): Likewise.
11696 (remote_pid_to_str): Likewise.
11697 (remote_query_supported): Always query multiprocess mode.
11698
11699 2012-01-20 Pedro Alves <palves@redhat.com>
11700 Ulrich Weigand <ulrich.weigand@linaro.org>
11701
11702 * inferior.h (struct inferior): Add fake_pid_p.
11703 * inferior.c (exit_inferior_1): Clear fake_pid_p.
11704 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11705 magic_null_ptid since the remote side doesn't provide a real PID.
11706
11707 2012-01-19 Tom Tromey <tromey@redhat.com>
11708
11709 * NEWS: Combine the two Python sections.
11710
11711 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11712
11713 * target.h (target_close): Update comment on the target's unpush state.
11714
11715 2012-01-19 Pedro Alves <palves@redhat.com>
11716
11717 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11718 linux_nat_async directly instead of going through the target
11719 vector.
11720 * target.c (unpush_target): Close target after unpushing it, not
11721 before.
11722
11723 2012-01-19 Gary Benson <gbenson@redhat.com>
11724
11725 * mdebugread.c (sort_blocks): Replace integer constants with ones
11726 derived from FIRST_LOCAL_BLOCK.
11727
11728 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
11729 Jan Kratochvil <jan.kratochvil@redhat.com>
11730
11731 PR gdb/9538
11732 * symfile.c (find_separate_debug_file): New function.
11733 (terminate_after_last_dir_separator): Likewise.
11734 (find_separate_debug_file_by_debuglink): Also try realpath.
11735 * configure.ac (AC_CHECK_FUNCS): Add lstat.
11736 * configure: Regenerate.
11737 * config.in: Regenerate.
11738
11739 2012-01-18 Doug Evans <dje@google.com>
11740
11741 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11742 (main.o): Remove rule.
11743 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11744 (--with-sysroot): Rewrite.
11745 * configure: Regenerate.
11746 * config.in: Regenerate.
11747
11748 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
11749
11750 * parse.c (initialize_expout): New function.
11751 (reallocate_expout): Likewise.
11752 (parse_exp_in_context): Use `initialize_expout' and
11753 `reallocate_expout' when appropriate.
11754
11755 2012-01-18 Pedro Alves <palves@redhat.com>
11756
11757 * record.c (struct record_breakpoint, record_breakpoint_p)
11758 (record_breakpoints): New.
11759 (record_insert_breakpoint, record_remove_breakpoint): Manage
11760 record breakpoints list. Only remove breakpoints from the
11761 inferior if they had been inserted there in the first place.
11762
11763 2012-01-17 Doug Evans <dje@google.com>
11764
11765 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11766 if we know we don't have a file name to look for.
11767
11768 2012-01-17 Pedro Alves <palves@redhat.com>
11769
11770 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11771 the frame's stop reason is UNWIND_UNAVAILABLE.
11772
11773 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11774
11775 Fix compilation error.
11776 * m2-exp.y (yyerror): Use ANSI C prototype.
11777
11778 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11779
11780 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11781 (growbuf_by_size): Likewise.
11782 (yyerror): Likewise.
11783 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11784 (modblock): Remove variable (was #if 0'ed).
11785 (parse_number): Convert prototype from K&R to ANSI C.
11786 (yyerror): Likewise.
11787 * objc-exp.y (parse_number): Likewise.
11788 (yyerror): Likewise.
11789 (yylex): Remove #if 0'ed code.
11790 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11791 (yyerror): Likewise.
11792
11793 2012-01-16 Tom Tromey <tromey@redhat.com>
11794
11795 * NEWS: Add item.
11796 * symtab.h (compare_filenames_for_search): Declare.
11797 * symtab.c (compare_filenames_for_search): New function.
11798 (iterate_over_some_symtabs): Use it.
11799 * symfile.h (struct quick_symbol_functions)
11800 <map_symtabs_matching_filename>: Change spec.
11801 * psymtab.c (partial_map_symtabs_matching_filename): Use
11802 compare_filenames_for_search. Update for new spec.
11803 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11804 compare_filenames_for_search. Update for new spec.
11805 * breakpoint.c (clear_command): Use compare_filenames_for_search.
11806
11807 2012-01-16 Tom Tromey <tromey@redhat.com>
11808
11809 PR python/13281:
11810 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11811 (struct main_type) <flag_flag_enum>: New field.
11812 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11813 * NEWS: Add entries.
11814 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11815 enums.
11816 * python/lib/gdb/printing.py (_EnumInstance): New class.
11817 (FlagEnumerationPrinter): Likewise.
11818
11819 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11820
11821 * breakpoint.c (create_sals_from_address_default): New function.
11822 (create_breakpoints_sal_default): Likewise.
11823 (decode_linespec_default): Likewise.
11824 (is_marker_spec): Removed.
11825 (strace_marker_p): New function.
11826 (init_breakpoint_sal): Using `strace_marker_p' instead of
11827 `is_marker_spec'.
11828 (create_breakpoint): Call method `create_sals_from_address' from
11829 breakpoint_ops, replacing code that created SALs conditionally
11830 on the type of the breakpoint. Call method `create_breakpoints_sal',
11831 replacing code that created breakpoints conditionally on the type
11832 wanted.
11833 (base_breakpoint_create_sals_from_address): New function.
11834 (base_breakpoint_create_breakpoints_sal): Likewise.
11835 (base_breakpoint_decode_linespec): Likewise.
11836 (base_breakpoint_ops): Add methods
11837 `base_breakpoint_create_sals_from_address',
11838 `base_breakpoint_create_breakpoints_sal' and
11839 `base_breakpoint_decode_linespec'.
11840 (bkpt_create_sals_from_address): New function.
11841 (bkpt_create_breakpoints_sal): Likewise.
11842 (bkpt_decode_linespec): Likewise.
11843 (tracepoint_create_sals_from_address): Likewise.
11844 (tracepoint_create_breakpoints_sal): Likewise.
11845 (tracepoint_decode_linespec): Likewise.
11846 (strace_marker_create_sals_from_address): Likewise.
11847 (strace_marker_create_breakpoints_sal): Likewise.
11848 (strace_marker_decode_linespec): Likewise.
11849 (strace_marker_breakpoint_ops): New variable.
11850 (addr_string_to_sals): Remove `marker_spec'. Call method
11851 `decode_linespec' from breakpoint_ops, replacing code that decoded
11852 an address string into a SAL. Use `strace_marker_p' instead of
11853 `marker_spec'.
11854 (strace_command): Decide whether we are dealing with a static
11855 tracepoint with marker or not. Use the appropriate breakpoint_ops.
11856 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11857 * breakpoint.h (linespec_result, linespec_sals): New forward
11858 declarations.
11859 (breakpoint_ops) <create_sals_from_address>,
11860 <create_breakpoints_sal>, <decode_linespec>: New methods.
11861
11862 2012-01-14 Doug Evans <dje@google.com>
11863
11864 * NEWS: Update text for "maint set python print-stack".
11865 It is deprecated in gdb 7.4 and deleted in 7.5.
11866
11867 2012-01-13 Eli Zaretskii <eliz@gnu.org>
11868
11869 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11870 including curses.h.
11871
11872 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11873
11874 * configure: Regenerate.
11875 * config.in: Regenerate.
11876
11877 2012-01-12 Keith Seitz <keiths@redhat.com>
11878
11879 PR mi/10586
11880 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11881 (ANONYMOUS_UNION_NAME): Define.
11882 (is_path_expr_parent): New function.
11883 (get_path_expr_parent): New function.
11884 (is_anonymous_child): New function.
11885 (create_child_with_value): If the child is anonymous and without
11886 a name, assign an object name to it.
11887 (c_describe_child): Use get_path_expr_parent to determine
11888 the parent expression.
11889 If there field represents an anonymous struct or union and
11890 has no name, set an appropriate display name and expression.
11891 (cplus_describe_child): Likewise.
11892
11893 2012-01-12 Pedro Alves <palves@redhat.com>
11894
11895 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11896 available when %ebp is found to be zero (outermost).
11897
11898 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
11899
11900 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11901 an internal gdb_static_assert.
11902 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11903
11904 2012-01-11 Tom Tromey <tromey@redhat.com>
11905
11906 PR gdb/9598:
11907 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11908 catch" and "catch throw".
11909
11910 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
11911
11912 * blockframe.c (block_innermost_frame): Start search from selected
11913 frame, if present, or otherwise the current frame.
11914
11915 * c-exp.y (variable): Update innermost_block for
11916 'block COLONCOLON NAME' clause.
11917 * m2-exp.y (variable): Ditto.
11918 * objc-exp.y (variable): Ditto.
11919
11920 2012-01-10 Tom Tromey <tromey@redhat.com>
11921
11922 PR python/13199:
11923 * python/python.c (finish_python_initialization): Set sys.argv.
11924
11925 2012-01-10 Doug Evans <dje@google.com>
11926
11927 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
11928 "want_line_info". All callers updated.
11929 (dwarf_decode_lines_1): New function.
11930 (handle_DW_AT_stmt_list): Add function comment.
11931 New arg "want_line_info". All callers updated.
11932 (read_file_scope,read_type_unit_scope): Move comment from
11933 handle_DW_AT_stmt_list to here.
11934
11935 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11936
11937 Fix regression after libiberty/ update for GCC PR 6057 and others.
11938 * c-exp.y (operator) <OPERATOR DELETE>
11939 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11940 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11941 (make_builtin_type, make_name): New variable i, add gdb_assert.
11942 (operator) <OPERATOR NEW>: Update ARGS to 3.
11943 (operator) <OPERATOR DELETE>: Add trailing space.
11944 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11945 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11946 * cp-support.c (cp_canonicalize_string): Check NULL from
11947 cp_comp_to_string, call warning and return.
11948
11949 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11950
11951 Fix duplicate .o files after omitting libbfd.a.
11952 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11953 (SFILES): Add corelow.c.
11954 (COMMON_OBS): Add corelow.o.
11955 (ALLDEPFILES): Remove corelow.c.
11956 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11957 * config/alpha/alpha-osf3.mh: Likewise.
11958 * config/alpha/fbsd.mh: Likewise.
11959 * config/arm/nbsdaout.mh: Likewise.
11960 * config/arm/nbsdelf.mh: Likewise.
11961 * config/i386/i386gnu.mh: Likewise.
11962 * config/ia64/hpux.mh: Likewise.
11963 * config/ia64/linux.mh: Likewise.
11964 * config/m32r/linux.mh: Likewise.
11965 * config/m68k/linux.mh: Likewise.
11966 * config/mips/irix5.mh: Likewise.
11967 * config/mips/irix6.mh: Likewise.
11968 * config/pa/hpux.mh: Likewise.
11969 * config/pa/linux.mh: Likewise.
11970 * config/powerpc/aix.mh: Likewise.
11971 * config/sparc/linux.mh: Likewise.
11972 * config/sparc/linux64.mh: Likewise.
11973 * config/sparc/sol2.mh: Likewise.
11974 * config/vax/vax.mh: Likewise.
11975 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11976 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11977 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11978 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11979 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11980 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11981 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11982 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11983 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11984 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11985 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11986 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11987 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11988 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11989 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11990 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11991 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11992 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11993 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11994 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11995 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11996 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11997 corelow.o from gdb_target_obs.
11998 * corefile.c (core_target): Update the comment on NULL value.
11999 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12000 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12001 MATCHES. Drop YUMMY set on NULL.
12002 (core_close): Do not call exit_inferior_silent on zero PID. Do not
12003 reclaim CORE_DATA if it is already NULL.
12004
12005 2012-01-09 Doug Evans <dje@google.com>
12006
12007 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12008 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12009
12010 2012-01-09 Keith Seitz <keiths@redhat.com>
12011
12012 * breakpoint.c (wrapper.h): Don't include.
12013
12014 2012-01-09 Keith Seitz <keiths@redhat.com>
12015
12016 * Makefile.in (SFILES): Remove wrapper.c.
12017 (HFILES_NO_SRCDIR): Remove wrapper.h.
12018 (COMMON_OBS): Remove wrapper.o.
12019 * cli/cli-interp.c: Don't inlude wrapper.h.
12020 * corelow.c: Likewise.
12021 (core_open): Replace gdb_target_find_new_threads with
12022 TRY_CATCH around target_find_new_threads.
12023 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12024 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12025 * varobj.c (varobj_create): Likewise for parse_exp_1 and
12026 evaluate_expression.
12027 (varobj_set_value): Likewise for evaluate_expression and
12028 value_assign.
12029 (install_new_variable): Likewise for value_fetch_lazy.
12030 (adjust_value_for_child_access): Likewise for value_ind.
12031 (c_describe_child): Likewise for value_subscript and
12032 value_ind.
12033 (c_value_of_root): Likewise for evaluate_expression.
12034 * wrapper.c: Remove.
12035 * wrapper.h: Remove.
12036
12037 2012-01-09 Doug Evans <dje@google.com>
12038
12039 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12040 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
12041 "abfd" args with "section". All callers updated.
12042 Error checking code moved ...
12043 (error_check_comp_unit_head): ... here. New function.
12044 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12045 Delete arg "abfd". New arg "type_offset". All callers updated.
12046 (create_debug_types_hash_table): Simplify by using
12047 read_and_check_type_unit_head.
12048
12049 * parser-defs.h (namecopy): Delete.
12050 * parse.c (namecopy, namecopy_size): Move into copy_name.
12051
12052 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12053
12054 Partially fix duplicate .o files after omitting libbfd.a.
12055 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12056 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12057 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12058 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12059 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12060 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12061 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12062
12063 2012-01-09 Pedro Alves <palves@redhat.com>
12064
12065 * MAINTAINERS: Update my email address.
12066
12067 2012-01-08 Doug Evans <dje@google.com>
12068
12069 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12070 n_type_units. Rename type_comp_units to all_type_units.
12071 All uses updated.
12072 (add_signatured_type_cu_to_table): Renamed from
12073 add_signatured_type_cu_to_list. All callers updated.
12074
12075 * gdbtypes.h (struct cplus_struct_type): Delete member
12076 nfn_fields_total. All uses removed.
12077
12078 2012-01-06 Doug Evans <dje@google.com>
12079
12080 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12081 to top of file.
12082 (dwarf2_find_comp_unit): Delete.
12083 (process_psymtab_comp_unit): Make result "void".
12084 Delete args buffer, info_ptr, buffer_size, and replace with
12085 "section". All callers updated.
12086 (dwarf2_build_psymtabs_hard): Simplify.
12087
12088 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
12089 Thiago Jung Bauermann <bauerman@br.ibm.com>
12090
12091 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12092 before `struct gdb_exception'.
12093 * breakpoint.c (update_global_location_list_nothrow)
12094 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12095 * cp-abi.c (value_rtti_type): Likewise.
12096 * cp-support.c (cp_validate_operator): Likewise.
12097 * infrun.c (insert_exception_resume_breakpoint)
12098 (check_exception_resume, keep_going): Likewise.
12099 * mi-interp.c (mi_breakpoint_created)
12100 (mi_breakpoint_modified): Likewise.
12101 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12102 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12103 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12104
12105 2012-01-05 Doug Evans <dje@google.com>
12106
12107 * dwarf2read.c (statement_prologue): Delete, unused.
12108
12109 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12110 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12111
12112 * dwarf2read.c (comp_unit_header): Delete, unused.
12113
12114 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
12115
12116 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12117 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12118
12119 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
12120
12121 * infrun.c (normal_stop): Don't skip calling the normal_stop
12122 observers if the thread was doing a multi-step, but stopped for
12123 some reason other than stepping.
12124
12125 2012-01-05 Pedro Alves <alves.ped@gmail.com>
12126
12127 * cli/cli-decode.h: Add comments.
12128 (CMD_LIST_AMBIGUOUS): Moved to command.h
12129 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12130 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12131 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12132 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12133 (add_com, add_com_alias, add_info, add_info_alias)
12134 (complete_on_cmdlist, complete_on_enum, help_list): Remove
12135 declarations.
12136 * command.h: Add and adjust comments.
12137 (CMD_LIST_AMBIGUOUS): Moved here.
12138 (help_cmd, help_cmd_list): Delete declarations.
12139
12140 2012-01-04 Doug Evans <dje@google.com>
12141
12142 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
12143 All callers updated.
12144 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
12145 Replace all arguments with "per_cu". All callers updated.
12146
12147 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
12148
12149 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
12150 New arg "per_cu". All callers updated.
12151
12152 Delete #if 0'd out code.
12153 * language.c (binop_result_type): Delete.
12154 (simple_type, ordered_type, same_type, integral_type): Delete.
12155 (numeric_type, character_type, string_type, boolean_type): Delete.
12156 (float_type, structured_type): Delete.
12157 * language.h: Update.
12158
12159 2012-01-04 Tom Tromey <tromey@redhat.com>
12160
12161 * python/py-value.c (valpy_binop): Initialize 'res_val'.
12162
12163 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12164
12165 * corefile.c (close_exec_file): Delete.
12166 (reopen_exec_file): Remove commented out code that seems related
12167 to close_exec_file, which is being deleted here.
12168 * inferior.h (close_exec_file): Delete.
12169 * fork-child.c (fork_inferior): Remove call to fork_inferior.
12170
12171 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12172
12173 * ada-lang.c: #include "cli/cli-utils.h".
12174 (get_selections): Use skip_spaces.
12175 (ada_get_next_arg): Use skip_spaces and skip_to_space.
12176 (catch_ada_exception_command_split): Use skip_spaces.
12177 (ada_decode_assert_location): Likewise.
12178
12179 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12180
12181 * linespec.c (decode_line_internal): Check for C++ or Java
12182 compound constructs only if the current language is C, C++
12183 or Java.
12184
12185 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12186
12187 Revert:
12188 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12189 Joel Brobecker <brobecker@adacore.com>
12190 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12191 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12192 3 times.
12193 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12194 fall through into AT_ENTRY_POINT.
12195 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12196 DUMMY_ADDR with it.
12197 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12198 PPC_INSN_SIZE skip to 3 times.
12199
12200 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12201
12202 * linespec.c (add_minsym): Preserve function descriptors.
12203
12204 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
12205
12206 * breakpoint.c (all_locations_are_pending): Consider locations
12207 in program spaces executing during startup pending as well.
12208
12209 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12210
12211 Copyright year update in most files of the GDB Project.
12212
12213 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12214
12215 * copyright.sh: Delete.
12216 * copyright.py: Rewrite.
12217
12218 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12219
12220 * gnulib/extra/update-copyright: New file, imported from gnulib.
12221
12222 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12223
12224 * README (Copyright and License Notices): New section.
12225
12226 2012-01-03 Tom Tromey <tromey@redhat.com>
12227
12228 PR python/12533:
12229 * python/py-value.c (valpy_dereference, valpy_get_address
12230 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
12231 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
12232 (valpy_absolute, valpy_richcompare): Free intermediate values.
12233
12234 2011-01-03 Joel Brobecker <brobecker@adacore.com>
12235
12236 * ada-lang.c: Reformat the copyright notice.
12237
12238 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12239
12240 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
12241 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
12242 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
12243 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
12244 Revert this part of:
12245 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12246 Build gdb directly from *.o files not using libgdb.a.
12247 * Makefile.in (COMMON_OBS): Remove solib-target.o.
12248
12249 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12250
12251 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
12252 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
12253 Reformat the copyright header.
12254
12255 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12256
12257 Revert this part of:
12258 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12259 Remove the gdbtui binary.
12260 * gdb.c (main): Remove args.interpreter_p initialization.
12261 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12262 * main.h (struct captured_main_args): Remove interpreter_p.
12263
12264 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12265
12266 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
12267
12268 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12269
12270 * top.c (print_gdb_version): Update copyright year.
12271
12272 2012-01-02 Yao Qi <yao@codesourcery.com>
12273
12274 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
12275
12276 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12277 Joel Brobecker <brobecker@adacore.com>
12278
12279 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12280 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12281 3 times.
12282 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12283 fall through into AT_ENTRY_POINT.
12284 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12285 DUMMY_ADDR with it.
12286 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12287 PPC_INSN_SIZE skip to 3 times.
12288
12289 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12290
12291 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
12292 the return value.
12293 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
12294
12295 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12296
12297 Build gdb directly from *.o files not using libgdb.a.
12298 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
12299 (COMMON_OBS): Remove solib-target.o.
12300 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
12301 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
12302 (LIBGDB_OBS, libgdb.a): Move it above.
12303 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
12304 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
12305 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
12306 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
12307 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
12308 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
12309 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
12310 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
12311 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
12312 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
12313 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
12314 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
12315 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
12316 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
12317 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12318 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
12319 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
12320 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12321 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
12322 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
12323 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
12324 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
12325 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
12326 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
12327 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
12328 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
12329 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
12330
12331 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12332
12333 Remove the gdbtui binary.
12334 * .gitignore (/gdbtui): Remove.
12335 * Makefile.in (TUI): Remove.
12336 (SUBDIR_TUI_OBS): Remove tui-main.o.
12337 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
12338 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
12339 (tui-main.o): Remove.
12340 (all_object_files): Remove tui-main.o.
12341 * NEWS: New note for the gdbtui removal.
12342 * configure: Rebuilt.
12343 * configure.ac: No longer add all-tui, clean-tui, install-tui and
12344 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
12345 CONFIG_UNINSTALL respectively.
12346 * gdb.c (main): Remove args.interpreter_p initialization.
12347 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12348 * main.h (struct captured_main_args): Remove interpreter_p.
12349 * tui/tui-main.c: Remove.
12350
12351 2012-01-01 Doug Evans <dje@google.com>
12352
12353 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
12354 (dwarf2_physname, read_import_statement): Ditto.
12355 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
12356 (process_structure_scope read_subroutine_type): Ditto.
12357 (read_typedef, load_partial_dies, read_partial_die): Ditto.
12358 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
12359 (dwarf2_fetch_die_location_block): Ditto.
12360 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
12361
12362 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
12363 All callers updated.
12364 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
12365 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
12366 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
12367
12368 * dwarf2read.c (load_cu): Move assert to more useful location.
12369
12370 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
12371 All callers updated.
12372
12373 * dwarf2read.c (dwarf2_per_objfile): Add comment.
12374 (dwarf2_elf_names): Minor reformat.
12375 (dwarf2_per_cu_data): Tweak comment.
12376 (dwarf2_read_section): Fix comment.
12377 (create_all_comp_units): Fix comment.
12378 (load_full_comp_unit): Fix comment.
12379 (process_full_comp_unit): Fix comment.
12380 (read_signatured_type): Fix comment.
12381
12382 For older changes see ChangeLog-2011.
12383 \f
12384 Local Variables:
12385 mode: change-log
12386 left-margin: 8
12387 fill-column: 74
12388 version-control: never
12389 coding: utf-8
12390 End: