* dwarf2read.c (dwarf2_cu): Enhance comment.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-12-10 Doug Evans <dje@google.com>
2
3 * dwarf2read.c (dwarf2_cu): Enhance comment.
4 (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
5 the DWO file.
6 (dwarf2_record_block_ranges): Ditto.
7
8 * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
9
10 * symtab.c (find_pc_sect_symtab): Add comment.
11
12 2012-12-10 Tom Tromey <tromey@redhat.com>
13
14 * defs.h: Don't check for definition of LONGEST.
15 (min, max): Remove duplicates.
16
17 2012-12-10 Tom Tromey <tromey@redhat.com>
18
19 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
20 (dwarf2_fetch_die_loc_cu_off): Rename from
21 dwarf2_fetch_die_location_block. Rewrite to use
22 dwarf2_fetch_die_loc_sect_off.
23 * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
24 (dwarf2_fetch_die_loc_cu_off): Rename.
25 * dwarf2loc.c (indirect_pieced_value): Use
26 dwarf2_fetch_die_loc_sect_off.
27 * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
28 comment.
29 (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
30 * dwarf2expr.c (add_piece): Update.
31 (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
32
33 2012-12-10 Tom Tromey <tromey@redhat.com>
34
35 * buildsym.c (struct pending_block): Move from buildsym.h.
36 (pending_blocks): Likewise; now static.
37 (pending_block_obstack): New global.
38 (free_pending_blocks): Free blocks.
39 (record_pending_block): Use pending_block_obstack.
40 * buildsym.h (struct pending_block): Move definition to
41 buildsym.c.
42 (pending_blocks): Don't declare.
43
44 2012-12-10 Pedro Alves <palves@redhat.com>
45
46 * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
47 dead SCO code, and adjust function description comment.
48
49 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
50
51 * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
52 * defs.h (LONGEST, ULONGEST): Remove conditionalization for
53 CC_HAS_LONG_LONG.
54 * dwarf2-frame.c (DW64_CIE_ID): Likewise.
55 * dwarf2read.c (extract_cu_value): Remove the function.
56 (create_cus_from_index_list): Make the return type void, inline the
57 extract_cu_value caller, include new gdb_static_assert.
58 (create_cus_from_index): Make the return type void, update the function
59 comment, update the create_cus_from_index_list caller.
60 (create_signatured_type_table_from_index): Make the return type void,
61 inline the extract_cu_value caller, include new gdb_static_assert.
62 (dwarf2_read_index): Update the create_cus_from_index and
63 create_signatured_type_table_from_index caller.
64 * printcmd.c (ui_printf): Remove conditionalizations for
65 CC_HAS_LONG_LONG.
66 * config.in: Regenerate.
67 * configure: Regenerate.
68
69 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
70
71 * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
72 Update the comment for checked_producer.
73 (check_producer): New forward declaration.
74 (producer_is_gcc_lt_4_3): New function.
75 (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
76 (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
77
78 2012-12-07 Tom Tromey <tromey@redhat.com>
79
80 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
81 argument, assertion.
82 * c-exp.y (typebase): Add completion productions.
83 * completer.c (expression_completer): Handle tag completion.
84 * expression.h (parse_expression_for_completion): Add argument.
85 * f-lang.c (f_make_symbol_completion_list): Add 'code'
86 argument.
87 * language.h (struct language_defn)
88 <la_make_symbol_completion_list>: Add 'code' argument.
89 * parse.c (expout_tag_completion_type, expout_completion_name):
90 New globals.
91 (mark_struct_expression): Add assertion.
92 (mark_completion_tag): New function.
93 (parse_exp_in_context): Initialize new globals.
94 (parse_expression_for_completion): Add 'code' argument. Handle
95 tag completion.
96 * parser-defs.h (mark_completion_tag): Declare.
97 * symtab.c (default_make_symbol_completion_list_break_on): Add
98 'code' argument. Update.
99 (default_make_symbol_completion_list): Add 'code' argument.
100 (make_symbol_completion_list): Update.
101 (make_symbol_completion_type): New function.
102 * symtab.h (default_make_symbol_completion_list_break_on)
103 (default_make_symbol_completion_list): Update.
104 (make_symbol_completion_type): Declare.
105
106 2012-12-07 Tom Tromey <tromey@redhat.com>
107
108 * expression.h (parse_expression_for_completion): Rename
109 from parse_field_expression.
110 (parse_completion): Rename from in_parse_field.
111 * c-exp.y (lex_one_token): Update.
112 * completer.c (expression_completer): Update.
113 * go-exp.y (lex_one_token): Update.
114 * p-exp.y (yylex): Update.
115 * parse.c (parse_completion): Rename from in_parse_field.
116 (parse_exp_in_context): Update.
117 (parse_expression_for_completion): Rename from
118 parse_field_expression. Update.
119
120 2012-12-07 Tom Tromey <tromey@redhat.com>
121
122 * typeprint.c (_initialize_typeprint): Set completer
123 for "whatis" and "ptype".
124
125 2012-12-07 Joel Brobecker <brobecker@adacore.com>
126
127 * copyright.py (NOT_FSF_LIST): Remove duplicate entry
128 "sim/common/cgen-fpu.h". Remove invalid entries
129 "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
130 which actually have an FSF copyright header.
131
132 2012-12-07 Joel Brobecker <brobecker@adacore.com>
133
134 * osf-share/AT386/cma_thread_io.h: Delete.
135 * osf-share/HP800/cma_thread_io.h: Delete.
136 * osf-share/README: Delete.
137 * osf-share/RIOS/cma_thread_io.h: Delete.
138 * osf-share/cma_attr.h: Delete.
139 * osf-share/cma_deb_core.h: Delete.
140 * osf-share/cma_debug_client.h: Delete.
141 * osf-share/cma_errors.h: Delete.
142 * osf-share/cma_handle.h: Delete.
143 * osf-share/cma_init.h: Delete.
144 * osf-share/cma_list.h: Delete.
145 * osf-share/cma_mutex.h: Delete.
146 * osf-share/cma_sched.h: Delete.
147 * osf-share/cma_semaphore_defs.h: Delete.
148 * osf-share/cma_sequence.h: Delete.
149 * osf-share/cma_stack.h: Delete.
150 * osf-share/cma_stack_int.h: Delete.
151 * osf-share/cma_tcb_defs.h: Delete.
152 * osf-share/cma_util.h: Delete.
153 * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
154 in osf-share.
155 * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
156 * contrib/ari/gdb_find.sh: Remove handling of osf-share.
157 * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
158
159 2012-12-06 Pedro Alves <palves@redhat.com>
160 Tom Tromey <tromey@redhat.com>
161
162 * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
163
164 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
165
166 PR mi/14741:
167 * mi/mi-cmd-var.c (varobj_update_one): Take value of
168 attribute "dynamic" and "displayhint" from printed child,
169 not the root variable.
170
171 2012-12-06 Joel Brobecker <brobecker@adacore.com>
172
173 * aix-thread.c (getthrds): Fix type of 4th parameter.
174 (get_signaled_thread): Change type of variable ktid to tid_t.
175
176 2012-12-06 Hui Zhu <hui_zhu@mentor.com>
177
178 * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
179 value of get_frame_block.
180
181 2012-12-05 Pierre Muller <muller@sourceware.org>
182
183 Avoid memory leaks on struct cmd_list_element.doc field.
184 * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
185 if flags contains DOC_ALLOCATED.
186 (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
187 flags.
188 (delete_cmd): Handle DOC_ALLOCATED flag.
189 * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
190 in flags filed of struct cmd_list_element.
191 (struct cmd_list_element): Document new flag item.
192
193 2012-12-04 Doug Evans <dje@google.com>
194
195 * symmisc.c: Whitespace fixes.
196
197 2012-12-04 Karthik Bhat <kv.bhat@samsung.com>
198
199 * i386-tdep.c (i386_skip_prologue): Using symbol table
200 to find the end of prologue for clang compiled binaries.
201 * amd64-tdep.c (amd64_skip_prologue): Using symbol table
202 to find the end of prologue for clang compiled binaries.
203
204 2012-12-03 Doug Evans <dje@google.com>
205
206 * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
207 (dw2_find_symbol_file): Delete unused local file_data.
208
209 2012-12-03 Tom Tromey <tromey@redhat.com>
210
211 * ada-exp.y (write_object_renaming, write_var_or_type)
212 (write_ambiguous_var, write_var_from_sym): Make blocks const.
213 * ada-lang.c (replace_operator_with_call)
214 (find_old_style_renaming_symbol): Make blocks const.
215 * ada-lang.h (ada_find_renaming_symbol): Update.
216 (struct ada_symbol_info) <block>: Now const.
217 * breakpoint.c (watch_command_1): Update.
218 * breakpoint.h (struct watchpoint) <exp_valid_block,
219 cond_exp_valid_block>: Now const.
220 * c-exp.y (classify_inner_name, classify_name): Make block
221 argument const.
222 * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
223 const.
224 * expression.h (innermost_block, parse_exp_1): Update.
225 (union exp_element) <block>: Now const.
226 * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
227 (lookup_struct): Make block argument const.
228 * gdbtypes.h (lookup_template_type): Update.
229 * go-exp.y (classify_name, classify_packaged_name)
230 (package_name_p): Make block argument const.
231 * objc-lang.c (lookup_struct_typedef): Make block argument const.
232 * objc-lang.h (lookup_struct_typedef): Update.
233 * parse.c (parse_exp_in_context, parse_exp_1)
234 (write_exp_elt_block): Make block arguments const.
235 (expression_context_block, innermost_block): Now const.
236 * parser-defs.h (write_exp_elt_block): Update.
237 (expression_context_block, innermost_block, block_found): Now
238 const.
239 * printcmd.c (struct display) <block>: Now const.
240 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
241 * valops.c (address_of_variable): Make block argument const.
242 * value.h (value_of_variable): Update.
243 * varobj.c (struct varobj_root) <valid_block>: Now const.
244
245 2012-11-30 Yao Qi <yao@codesourcery.com>
246
247 * breakpoint.c (print_one_breakpoint_location): Indent code.
248
249 2012-11-30 Yao Qi <yao@codesourcery.com>
250
251 * breakpoint.c (print_one_breakpoint_location): Combine two
252 blocks handling 'hit count' together.
253
254 2012-11-30 Yao Qi <yao@codesourcery.com>
255
256 * infrun.c (error_is_running, ensure_not_running): Move them
257 to ...
258 * infcmd.c (error_is_running, ensure_not_running): ... here.
259 Make them 'static'.
260 * inferior.h: Remove declarations of error_is_running and
261 ensure_not_running.
262
263 2012-11-30 Yao Qi <yao@codesourcery.com>
264
265 * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
266 check REGNUM >= 0.
267
268 2012-11-30 Yao Qi <yao@codesourcery.com>
269
270 * infrun.c: Make the declaration of 'init_infwait_state'
271 static.
272 (init_infwait_state): Make it 'static'.
273
274 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
275
276 * python/python.c (finalize_python): Cast unused PyGILState_Ensure
277 return value to void to avoid compiler warning.
278
279 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
280
281 * opencl-lang.c (opencl_print_type): New function.
282 (opencl_language_arch_info): Install it.
283
284 2012-11-29 Tom Tromey <tromey@redhat.com>
285
286 * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
287 xvasprintf.
288 * common/common-utils.c (xasprintf, xvasprintf): Remove.
289 * common/common-utils.h (xasprintf, xvasprintf): Remove.
290
291 2012-11-29 Jerome Guitton <guitton@adacore.com>
292
293 * ada-lang.c (ada_is_interface_tag): New function.
294 (ada_is_ignored_field): Add interface tags to the list
295 of ignored fields.
296
297 2012-11-29 Jerome Guitton <guitton@adacore.com>
298
299 * ada-lang.h (ada_tag_value_at_base_address): New function
300 declaration.
301 * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
302 New functions.
303 (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
304 relocate the class-wide value if need be.
305 (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
306 Let ada_tag_value_at_base_address relocate the class-wide access/ref
307 before dereferencing it.
308 * ada-valprint.c (ada_val_print_1): Relocate to base address
309 before displaying the content of an interface-wide ref.
310
311 2012-11-29 Jerome Guitton <guitton@adacore.com>
312
313 * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
314
315 2012-11-29 Joel Brobecker <brobecker@adacore.com>
316
317 GDB 7.5.1 released.
318
319 2012-11-29 Yao Qi <yao@codesourcery.com>
320 Tom Tromey <tromey@redhat.com>
321
322 * eval.c (evaluate_subexp_standard): Get the correct pointer
323 type for TYPE_CODE_MEMBERPTR.
324
325 2012-11-28 Edjunior Machado <emachado@linux.vnet.ibm.com>
326
327 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
328 since now it is being done by binutils' powerpc_init_dialect().
329
330 2012-11-28 Tom Tromey <tromey@redhat.com>
331
332 PR gdb/14290:
333 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
334 (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
335 Use it.
336 * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
337 * gdb_bfd.c (gdb_bfd_mark_parent): New function.
338 (gdb_bfd_openr_next_archived_file): Use it.
339
340 2012-11-28 Markus Metzger <markus.t.metzger@intel.com>
341
342 * configure.ac: Check for linux/perf_event.h.
343 * config.in: Regenerated.
344 * configure: Regenerated.
345
346 2012-11-28 Yao Qi <yao@codesourcery.com>
347
348 * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
349 abbreviate 'delete tracepoints' to 'delete tr'.
350 * corefile.c (_initialize_core): Call add_alias_cmd to
351 abbreviate 'set gnutarget' to 'set g'.
352 * value.c (_initialize_values): Call add_alias_cmd to abbreviate
353 'show convenience' to 'show conv'.
354
355 2012-11-27 Joel Brobecker <brobecker@adacore.com>
356
357 * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
358 call to sparc_supply_fpregset.
359 (fill_fpregset): Fix first parameter in call to
360 sparc_collect_fpregset.
361
362 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
363 Kazu Hirata <kazu@codesourcery.com>
364 Yao Qi <yao@codesourcery.com>
365
366 * objfiles.c (init_entry_point_info): Call
367 gdbarch_convert_from_func_ptr_addr and
368 gdbarch_addr_bits_remove here ...
369 (entry_point_address_query): ... instead of here.
370 * solib-svr4.c (exec_entry_point): Call
371 gdbarch_addr_bits_remove.
372 * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
373 the entry address.
374
375 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
376 Yao Qi <yao@codesourcery.com>
377
378 * eval.c (evaluate_subexp_standard): Add handling of
379 TYPE_CODE_MEMBERPTR when calling functions. Correct the
380 result of ptype for calling a TYPE_CODE_METHODPTR.
381
382 2012-11-27 Yao Qi <yao@codesourcery.com>
383
384 * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
385 warning.
386 Add i18n markup.
387
388 2012-11-26 Alexander Larsson <alexl@redhat.com>
389 Jan Kratochvil <jan.kratochvil@redhat.com>
390 Tom Tromey <tromey@redhat.com>
391
392 * NEWS: Mention mini debuginfo feature.
393 * minidebug.c: New file.
394 * configure.ac: Check for lzma.
395 * configure, config.in: Rebuild.
396 * Makefile.in (LIBLZMA): New variable.
397 (CLIBS): Include LIBLZMA.
398 (SFILES): Mention minidebug.c.
399 (COMMON_OBS): Mention minidebug.o.
400 * symfile.c (read_symbols): New function.
401 (syms_from_objfile, reread_symbols): Call it.
402 * symfile.h (find_separate_debug_file_in_section): Declare.
403
404 2012-11-26 Keith Seitz <keiths@redhat.com>
405
406 * exec.c (exec_file_attach): Move cleanup after verifying that
407 memory has in fact been allocated.
408
409 2012-11-26 Tom Tromey <tromey@redhat.com>
410
411 * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
412 * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
413 SYMBOL_SYMTAB.
414 * skip.c (skip_info): Use SYMBOL_SYMTAB.
415
416 2012-11-26 Maxime Villard <rustyBSD@gmx.fr>
417 Pedro Alves <palves@redhat.com>
418
419 * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
420 size parameter passed to readlink by one byte.
421 * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
422 * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
423 * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
424 * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
425 size by one byte.
426
427 2012-11-26 Yao Qi <yao@codesourcery.com>
428
429 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
430 extraneous parentheses.
431
432 2012-11-26 Yao Qi <yao@codesourcery.com>
433
434 * remote.c (remote_start_remote): Typo fix.
435
436 2012-11-23 David S. Miller <davem@davemloft.net>
437
438 * sparc-tdep.h (struct sparc_fpregset): New data structure.
439 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
440 sparc32_sol2_fpregset): Declare new globals.
441 (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
442 'fpregset' argument.
443 * sparc64-tdep.h (sparc64_supply_fpregset,
444 sparc64_collect_fpregset): Likewise.
445 (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
446 globals.
447 * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
448 (sparc_fpregset): Declare new global.
449 (sparc_supply_fpregset, sparc_collect_fpregset): Add new
450 'fpregset' argument.
451 * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
452 into handler.
453 (fill_fpregset): Likewise.
454 (_initialize_sparc_linux_nat): Set sparc_fpregset to
455 sparc32_bsd_fpregset.
456 * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
457 sparc32_bsd_fpregset down into handler.
458 (sparc32_linux_collect_core_fpregset): Likewise.
459 * sparc-nat.c (sparc_fpregset): Define.
460 (sparc_supply_fpregset): Add 'fpregset' argument.
461 (sparc_collect_fpregset): Likewise.
462 (sparc_fetch_inferior_registers): Pass sparc_fpregset down
463 into fpregset handler.
464 (sparc_store_inferior_registers): Likewise.
465 (_initialize_sparc_nat): Set sparc_fpregset to
466 sparc32_sunos4_fpregset if NULL.
467 * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
468 down into handler.
469 (fill_fpregset): Likewise.
470 * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
471 * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
472 use it to compute offsets.
473 (sparc32_collect_fpregset): Likewise.
474 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
475 * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
476 down into handler.
477 (fill_fpregset): Likewise.
478 * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
479 Likewise.
480 (sparc64_linux_collect_core_fpregset): Likewise.
481 * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
482 * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
483 use it to compute offsets.
484 (sparc64_collect_fpregset): Likewise.
485 (sparc64_bsd_fpregset): Define.
486 * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
487 sparc64_bsd_fpregset down into handler.
488 (sparc64fbsd_collect_fpregset): Likewise.
489 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
490 and pass sparc{32,64}_bsd_fpregset down into handler.
491 (sparc64nbsd_collect_fpregset): Likewise.
492 * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
493 sparc64_bsd_fpregset down into handler.
494 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
495 * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
496 to sparc32_bsd_fpregset.
497 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
498 sparc32_bsd_fpregset down into sparc32_supply_fpregset.
499 (sparc32nbsd_supply_fpregset): Likewise.
500
501 2012-11-21 Tom Tromey <tromey@redhat.com>
502
503 * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
504 field.
505 (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
506 Remove.
507 * c-typeprint.c (c_type_print_base): Update.
508
509 2012-11-21 Yao Qi <yao@codesourcery.com>
510
511 PR tdep/7438
512 * gdbarch.sh (smash_text_address): Remove.
513 * gdbarch.c, gdbarch.h: Regenerate.
514 * arm-tdep.c (arm_smash_text_address): Remove.
515 (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
516 * hppa-tdep.c (hppa_smash_text_address): Remove.
517 (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
518 (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
519 Caller update.
520 * coffread.c (coff_symtab_read): Caller update.
521 * dbxread.c (process_one_symbol): Likewise.
522 * elfread.c (record_minimal_symbol): Likewise.
523 * somread.c (som_symtab_read): Likewise.
524
525 2012-11-20 Pierre Muller <muller@sourceware.org>
526
527 ARI fixes: sprintf rule.
528 Replace sprintf function calls for char arrays by
529 calls to xsnprintf calls.
530 * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
531 (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
532 (arm_neon_quad_read, arm_pseudo_read): Ditto.
533 (arm_neon_quad_write, arm_pseudo_write): Ditto.
534 * breakpoint.c (condition_completer): Ditto.
535 (create_tracepoint_from_upload): Ditto.
536 * dwarf2read.c (file_full_name): Ditto.
537 * gcore.c (gcore_command): Ditto.
538 * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
539 * go32-nat.c (go32_sysinfo): Ditto.
540 * interps.c (interp_set): Ditto.
541 * m32c-tdep.c (make_types): Ditto.
542 * ppc-linux-nat.c (fetch_register, store_register): Ditto.
543 * remote-m32r-sdi.c (m32r_open): Ditto.
544 * sol-thread.c (td_err_string): Ditto.
545 (td_state_string, solaris_pid_to_str): Ditto.
546 * symtab.c (gdb_mangle_name): Ditto.
547 * cli/cli-script.c (execute_control_command): Ditto.
548 (define_command, document_command): Ditto.
549 * tui/tui-io.c (tui_rl_display_match_list): Ditto.
550 * tui/tui-stack.c (tui_make_status_line): Ditto.
551 * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
552
553 2012-11-20 Mike Frysinger <vapier@gentoo.org>
554
555 * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
556 it when looking at ptr->func.
557 * command.h (complete_on_cmdlist): Add a fourth arg.
558 * completer.c (complete_line_internal): Add local ignore_help_classes,
559 and set it to 1 when reason is not handle_help. Pass this down to
560 lookup_cmd_1 and complete_on_cmdlist.
561
562 2012-11-20 Tom Tromey <tromey@redhat.com>
563
564 * completer.c (count_struct_fields): Remove.
565 (expression_completer): Don't call count_struct_fields.
566
567 2012-11-20 Pedro Alves <palves@redhat.com>
568
569 * annotate.c (breakpoints_changed): Rename to ...
570 (annotate_breakpoints_changed): ... this.
571 (annotate_stopped, breakpoint_changed): Adjust caller.
572 * annotate.h (breakpoints_changed): Rename to ...
573 (annotate_breakpoints_changed): ... this.
574 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
575 (do_map_commands_command, init_raw_breakpoint, clear_command)
576 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
577
578 2012-11-20 David S. Miller <davem@davemloft.net>
579
580 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
581 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
582 sysconf.
583 (get_cores_used_by_process): Update comment.
584
585 2012-11-20 Yao Qi <yao@codesourcery.com>
586
587 * objfiles.c (init_entry_point_info): Remove trailing spaces.
588
589 2012-11-20 Yao Qi <yao@codesourcery.com>
590
591 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
592 to deprecated_context_hook.
593
594 2012-11-19 Yao Qi <yao@codesourcery.com>
595
596 * infrun.c (infwait_state): Add static.
597
598 2012-11-16 Keith Seitz <keiths@redhat.com>
599
600 PR c++/13615
601 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
602 parameter and pass it to lookup_symbol_file.
603 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
604 to search base classes.
605 (cp_lookup_symbol_namespace): Likewise.
606 (lookup_namespace_scope): Likewise.
607 (lookup_symbol_file): Add SEARCH parameter.
608 If SEARCH is non-zero and no symbol is found, lookup the class
609 and call cp_lookup_nested_symbol.
610 (find_symbol_in_baseclass): New function.
611 (cp_lookup_nested_symbol): Do not let
612 cp_lookup_symbol_in_namespace search through base classes.
613 Do that later when there is no global symbol match.
614
615 2012-11-16 Doug Evans <dje@google.com>
616
617 * main.c (gdb_datadir_provided): New static global.
618 (get_init_files): If --data-directory is provided,
619 and SYSTEM_GDBINIT lives in data-directory, look for it there.
620 * NEWS: Mention it.
621
622 2012-11-15 Pierre Muller <muller@sourceware.org>
623
624 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
625 * gdb_stat.h: Delete. Moved to common directory.
626 * common/gdb_stat.h: New file.
627 * gdb_wait.h: Delete. Moved to common directory.
628 * common/gdb_wait.h: New file.
629 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
630 location.
631 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
632 location.
633 (stat.h rule): Adapt to new gdb_stat.h location.
634 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
635 <sys/stat.h> header.
636 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
637 <sys/wait.h> header.
638
639 2012-11-15 Pierre Muller <muller@sourceware.org>
640
641 * configure.ac (AC_HEADER_STAT): Remove.
642 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
643 and corresponding code.
644 * configure: Regenerate.
645 * config.in: Regenerate.
646
647 2012-11-15 Pierre Muller <muller@sourceware.org>
648
649 ARI xasprintf rule fixes.
650 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
651 instead of xasprintf.
652 (open_and_init_dwp_file): Ditto.
653
654 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
655
656 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
657 target types.
658
659 2012-11-14 Tom Tromey <tromey@redhat.com>
660
661 * configure, config.in: Rebuild.
662 * configure.ac: Don't check for ctype.h, time.h.
663 * expprint.c: Don't use HAVE_CTYPE_H.
664
665 2012-11-13 Tom Tromey <tromey@redhat.com>
666
667 * gdbarch.h, gdbarch.c: Rebuild.
668 * gdbarch.sh (set_target_gdbarch): Rename from
669 deprecated_target_gdbarch_select_hack.
670 * arch-utils.c (gdbarch_update_p): Update.
671 (set_gdbarch_from_file): Update.
672
673 2012-11-14 Pierre Muller <muller@sourceware.org>
674
675 * MAINTAINERS (Responsible Maintainers/misc): Add myself
676 as responsible of contrib/ari directory.
677
678 2012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
679 Yao Qi <yao@codesourcery.com>
680
681 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
682 bit of EXC_RETURN.
683 (arm_m_exception_cache, arm_m_exception_this_id)
684 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
685 (arm_m_exception_unwind): New.
686 (arm_gdbarch_init): Register arm_m_exception_unwind.
687
688 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
689
690 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
691 parameter COUNT, for pattern filling of memory regions.
692 * NEWS: Mention it.
693
694 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
695
696 * disasm.h (DISASSEMBLY_FILENAME): New macro.
697 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
698 to print_source_lines ().
699 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
700 flag.
701 * source.c (print_source_lines_base): Prefix source line with
702 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
703
704 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
705
706 * symtab.h (print_source_lines_flags): New enum.
707 * source.c (print_source_lines_base): Change noerror to flags.
708 (print_source_lines): Change noerror to flags.
709
710 2012-11-13 Pierre Muller <muller@sourceware.org>
711
712 ARI fixes: Avoid sprintf function use rule.
713 * charset.c (convert_between_encodings): Use xsnprintf.
714 * cli-out.c (cli_field_int): Likewise.
715 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
716 * expprint.c (op_name_standard): Likewise.
717 * frv-tdep.c (set_variant_num_gprs): Likewise.
718 (set_variant_num_fprs): Likewise.
719 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
720 * nto-tdep.c (nto_find_and_open_solib): Likewise.
721 (nto_init_solib_absolute_prefix): Likewise.
722 * source.c (init_source_path): Likewise.
723 (print_source_lines_base): Likewise.
724 * valprint.c (print_wchar): Likewise.
725 * mi/mi-out.c (mi_field_int): Likewise.
726 windows-nat.c (windows_pid_to_exec_file): Likewise.
727 (windows_create_inferior): Likewise.
728 (_initialize_check_for_gdb_ini): Likewise.
729
730 2012-11-12 Joel Brobecker <brobecker@adacore.com>
731
732 * frame.h (deprecated_frame_register_read): Renames
733 frame_register_read.
734 * frame.c (deprecated_frame_register_read): Renames
735 frame_register_read. Update all callers.
736 * i386-tdep.c: Update all callers of frame_register_read.
737 * infcmd.c: Likewise.
738 * jit.c: Likewise.
739 * mips-tdep.c: Likewise.
740 * mt-tdep.c: Likewise.
741 * sh64-tdep.c: Likewise.
742
743 2012-11-12 Joel Brobecker <brobecker@adacore.com>
744
745 * frame.h (frame_register_read): Remove FIXME comment.
746 * frame.c (frame_register_read): Add suggestion explaining
747 which function to use in place of this one.
748
749 2012-11-12 Tom Tromey <tromey@redhat.com>
750
751 * python/python.c (start_type_printers): Initialize 'result_obj'.
752
753 2012-11-12 Tom Tromey <tromey@redhat.com>
754
755 * NEWS: Update.
756 * data-directory/Makefile.in (PYTHON_FILES): Add
757 type_printers.py.
758 * python/lib/gdb/command/type_printers.py: New file.
759 * python/lib/gdb/command/types.py (TypePrinter): New class.
760 (_get_some_type_recognizers, get_type_recognizers,
761 apply_type_recognizers, register_type_printer): New
762 functions.
763 * python/py-objfile.c (objfile_object) <type_printers>: New
764 field.
765 (objfpy_dealloc): Decref new field.
766 (objfpy_new): Set new field.
767 (objfpy_get_type_printers, objfpy_set_type_printers): New
768 functions.
769 (objfile_to_objfile_object): Set new field.
770 (objfile_getset): Add "type_printers".
771 * python/py-progspace.c (pspace_object) <type_printers>: New
772 field.
773 (pspy_dealloc): Decref new field.
774 (pspy_new): Set new field.
775 (pspy_get_type_printers, pspy_set_type_printers): New functions.
776 (pspace_to_pspace_object): Set new field.
777 (pspace_getset): Add "type_printers".
778 * python/python.c (start_type_printers, apply_type_printers,
779 free_type_printers): New functions.
780 (_initialize_python): Set gdb.type_printers.
781 * python/python.h (start_type_printers, apply_type_printers,
782 free_type_printers): Declare.
783 * typeprint.c (type_print_raw_options, default_ptype_flags):
784 Update for new fields.
785 (do_free_global_table, create_global_typedef_table,
786 find_global_typedef): New functions.
787 (find_typedef_in_hash): Use find_global_typedef.
788 (whatis_exp): Use create_global_typedef_table. Change cleanup
789 handling.
790 * typeprint.h (struct type_print_options) <global_typedefs,
791 global_printers>: New fields.
792
793 2012-11-12 Tom Tromey <tromey@redhat.com>
794
795 * c-typeprint.c (find_typedef_for_canonicalize,
796 print_name_maybe_canonical): New functions.
797 (c_print_type): Look up type name.
798 (cp_type_print_derivation_info): Add flags argument. Use
799 print_name_maybe_canonical.
800 (cp_type_print_method_args): Add wrapping.
801 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
802 (c_type_print_template_args): New function.
803 (c_type_print_base): Change wrapping. Use
804 print_name_maybe_canonical.
805 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
806 type name lookups.
807 * gdbtypes.c (types_equal): No longer static.
808 * gdbtypes.h (types_equal): Declare.
809 * typeprint.c (type_print_raw_options, default_ptype_flags):
810 Update.
811 (struct typedef_hash_table): New.
812 (hash_typedef_field, eq_typedef_field,
813 recursively_update_typedef_hash, add_template_parameters,
814 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
815 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
816 copy_typedef_hash, find_typedef_in_hash): New functions.
817 * typeprint.h (struct type_print_options) <local_typedefs>:
818 New field.
819 (recursively_update_typedef_hash, add_template_parameters,
820 create_typedef_hash, free_typedef_hash,
821 make_cleanup_free_typedef_hash, copy_typedef_hash,
822 find_typedef_in_hash): Declare.
823
824 2012-11-12 Tom Tromey <tromey@redhat.com>
825
826 * cp-support.c (inspect_type,
827 replace_typedefs_qualified_name, replace_typedefs): Add
828 finder, data arguments. Call as needed.
829 (cp_canonicalize_string_full): New function.
830 (cp_canonicalize_string_no_typedefs): Rewrite.
831 * cp-support.h (canonicalization_ftype): New typedef.
832 (cp_canonicalize_string_full): Declare.
833
834 2012-11-12 Tom Tromey <tromey@redhat.com>
835
836 * NEWS: Update.
837 * c-typeprint.c (c_type_print_base): Handle print_method and
838 print_typedefs flags.
839 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
840 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
841 options.
842 * typeprint.c (type_print_raw_options, default_ptype_flags):
843 Update for new field.s
844 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
845 (setprinttypelist, showprinttypelist, print_methods,
846 print_typedefs): New globals.
847 (set_print_type, show_print_type, set_print_type_methods,
848 show_print_type_methods, set_print_type_typedefs,
849 show_print_type_typedefs): New functions.
850 (_initialize_typeprint): Update documentation. Add "print
851 type methods" and "print type typedefs" parameters.
852 * typeprint.h (struct type_print_options) <print_methods,
853 print_typedefs>: New fields.
854
855 2012-11-12 Tom Tromey <tromey@redhat.com>
856
857 * c-typeprint.c (cp_type_print_method_args): Add flags
858 argument. Call c_print_type, not type_print.
859 (c_type_print_base): Call c_print_type, not type_print.
860 Update.
861
862 2012-11-12 Tom Tromey <tromey@redhat.com>
863
864 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
865 to type-printing functions.
866 * ada-lang.h (ada_print_type): Add argument.
867 * ada-typeprint.c (print_array_type, print_variant_clauses,
868 print_variant_part, print_selected_record_field_types,
869 print_record_field_types, print_unchecked_union_type,
870 print_func_type, ada_print_type): Add flags argument.
871 (ada_print_typedef): Update.
872 * c-exp.y (OPERATOR conversion_type_id): Update.
873 * c-lang.h (c_print_type, c_type_print_base): Update.
874 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
875 c_type_print_modifier, c_type_print_args,
876 c_type_print_varspec_suffix, c_type_print_base): Add flags
877 argument.
878 * cp-valprint.c (cp_print_class_member): Update.
879 * dwarf2read.c (dwarf2_compute_name): Update.
880 * f-lang.h (f_print_type): Add argument.
881 * f-typeprint.c (f_print_type): Add flags argument.
882 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
883 * go-lang.h (go_print_type): Add argument.
884 * go-typeprint.c (go_print_type): Add flags argument.
885 * jv-lang.h (java_print_type): Add argument.
886 * jv-typeprint.c (java_type_print_base, java_print_type): Add
887 flags argument.
888 * language.c (unk_lang_print_type): Add flags argument.
889 * language.h (struct language_defn) <la_print_type>: Add flags
890 argument.
891 (LA_PRINT_TYPE): Likewise.
892 * m2-lang.h (m2_print_type): Add argument.
893 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
894 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
895 m2_unbounded_array, m2_record_fields): Add flags argument.
896 * p-lang.h (pascal_print_type, pascal_type_print_base,
897 pascal_type_print_varspec_prefix): Add argument.
898 * p-typeprint.c (pascal_print_type,
899 pascal_type_print_varspec_prefix, pascal_print_func_args,
900 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
901 flags argument.
902 * symmisc.c (print_symbol): Update.
903 * typeprint.c (type_print_raw_options, default_ptype_flags):
904 New globals.
905 (type_print): Update.
906 * typeprint.h (struct type_print_options): New.
907 (type_print_raw_options): Declare.
908 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
909
910 2012-11-10 Keith Seitz <keiths@redhat.com>
911
912 * breakpoint.c (clear_command): Add cleanup for
913 sals.sals if an argument is given.
914
915 * linespec.c (parse_linespec): Do cleanups after
916 parsing a convenience variable.
917
918 2012-11-10 Keith Seitz <keiths@redhat.com>
919
920 PR gdb/14288
921 * c-valprint.c (c_val_print): For character arrays
922 with "print null" option on, print ellipses if
923 the output is truncated and the next character is not \000.
924 * valprint.c (MAX_WCHARS): Define.
925 (WCHAR_BUFLEN): Likewise.
926 (WCHAR_BUFLEN_MAX): Likewise.
927 (struct converted_character): New structure.
928 (count_next_character): New function.
929 (print_converted_chars_to_obstack): New function.
930 (generic_printstr): Rewrite using count_next_character
931 and print_converted_chars_to_obstack.
932
933 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
934
935 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
936 while executing the gdb command.
937 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
938 are called from prompt_for_continue.
939 * tui/tui-io.c (tui_redisplay_readline): Likewise.
940
941 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
942
943 PR tui/9584
944
945 * tui/tui.c (tui_rl_command_key): Do not call execute_command
946 but insert the command to execute in readline's buffer.
947
948 2012-11-09 Tom Tromey <tromey@redhat.com>
949
950 * gdbarch.sh (target_gdbarch): Remove macro.
951 (get_target_gdbarch): Rename to target_gdbarch.
952 * gdbarch.c, gdbarch.h: Rebuild.
953 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
954 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
955 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
956 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
957 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
958 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
959 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
960 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
961 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
962 procfs.c, progspace.c, ravenscar-thread.c, record.c,
963 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
964 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
965 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
966 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
967 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
968 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
969 target-descriptions.c, target.c, target.h, tracepoint.c,
970 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
971 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
972 python/py-inferior.c, python/python.c: Update.
973
974 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
975
976 * source.c (print_source_lines_base): Add fullname field giving
977 full path to file in mi output.
978 * NEWS: Mention the new fullname field.
979
980 2012-11-09 Yao Qi <yao@codesourcery.com>
981
982 * NEWS: Mention the fix to the ambiguity of 'fo' command.
983
984 2012-11-09 Pedro Alves <palves@redhat.com>
985
986 PR gdb/14306
987
988 * infrun.c: Include target-descriptions.h.
989 (follow_exec): Fetch new target description.
990
991 2012-11-09 Yao Qi <yao@codesourcery.com>
992
993 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
994 0x8d (lea).
995
996 2012-11-09 Yao Qi <yao@codesourcery.com>
997
998 * breakpoint.c: Declare set_tracepoint_count.
999 (install_breakpoint): Call set_tracepoint_count if B is a
1000 tracepoint.
1001 (trace_command): Don't call set_tracepoint_count. Re-indent.
1002 (strace_command, ftrace_command):
1003 (create_tracepoint_from_upload): Likewise.
1004
1005 2012-11-09 Pedro Alves <palves@redhat.com>
1006
1007 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1008 (get_target_gdbarch) <gdbarch.h>: New function.
1009 (startup_gdbarch) <gdbarch.h>: Declare.
1010 <gdbarch.c> (target_gdbarch): Delete.
1011 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1012 current inferior's gdbarch.
1013 <gdbarch.c> (get_target_gdbarch): New function.
1014 * inferior.c: Include target-descriptions.h.
1015 (free_inferior): Free target description info.
1016 (add_inferior_with_spaces): Set the inferior's initial
1017 architecture.
1018 (clone_inferior_command): Copy the original inferior's target
1019 description if it was user specified.
1020 (initialize_inferiors): Add comment.
1021 * inferior.h (struct target_desc_info): Forward declare.
1022 (struct inferior) <gdbarch>: New field.
1023 * linux-nat.c: Include target-descriptions.h.
1024 (linux_child_follow_fork): Copy the parent's architecture and
1025 target description to the child.
1026 * target-descriptions.c: Include inferior.h.
1027 (struct target_desc_info): New structure, holding the equivalents
1028 of ...
1029 (target_desc_fetched, current_target_desc)
1030 (target_description_filename): ... these removed globals.
1031 (get_tdesc_info, target_desc_info_from_user_p)
1032 (copy_inferior_target_desc_info, target_desc_info_free): New.
1033 (target_desc_fetched, current_target_desc)
1034 (target_description_filename): Reimplemented as convenience
1035 macros.
1036 (tdesc_filename_cmd_string): New global.
1037 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1038 tdescs filename ..." commands to the per-inferior equivalent.
1039 (show_tdesc_filename_cmd): Get the value to show from the
1040 per-inferior description filename.
1041 (_initilize_target_descriptions): Change the "set/show tdesc
1042 filename" commands' variable.
1043 * target-descriptions.h (struct target_desc, struct target_desc_info)
1044 (struct inferior): Forward declare.
1045 (target_find_description, target_clear_description)
1046 (target_current_description): Adjust comments.
1047 (copy_inferior_target_desc_info, target_desc_info_free)
1048 (target_desc_info_from_user_p). Declare.
1049
1050 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1051
1052 * tui/tui-hooks.c (tui_about_to_proceed): New function.
1053 (tui_target_wait_hook): Remove.
1054 (tui_install_hooks): Install the about_to_proceed observer.
1055 (tui_remove_hooks): And remove it here.
1056
1057 2012-11-08 Tom Tromey <tromey@redhat.com>
1058
1059 * linux-tdep.c (linux_make_siginfo_note): New function.
1060 (linux_make_corefile_notes): Use it.
1061 * corelow.c (get_core_siginfo): New function.
1062 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1063
1064 2012-11-08 Tom Tromey <tromey@redhat.com>
1065
1066 PR gdb/14704:
1067 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1068 (zlib_decompress_section): Remove.
1069 (gdb_bfd_map_section): Only check for compressed section
1070 in mmap case. Use bfd_get_full_section_contents.
1071 * osabi.c (check_note): Add 'sectsize' argument. Read
1072 section data.
1073 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1074 section data. Update for check_note change.
1075 * xcoffread.c (xcoff_initial_scan): Use
1076 bfd_get_full_section_contents.
1077 * py-auto-load.c (auto_load_section_scripts): Use
1078 bfd_get_full_section_contents.
1079 * contrib/cc-with-tweaks.sh: Add -Z option.
1080
1081 2012-11-08 Tom Tromey <tromey@redhat.com>
1082
1083 * python/py-bpevent.c: Include defs.h.
1084 * python/py-continueevent.c: Include defs.h.
1085 * python/py-event.c: Include defs.h.
1086 * python/py-event.h: Don't include defs.h.
1087 * python/py-events.h: Don't include defs.h.
1088 * python/py-evts.c: Include defs.h.
1089 * python/py-exitedevent.c: Include defs.h.
1090 * python/py-newobjfileevent.c: Include defs.h.
1091 * python/py-signalevent.c: Include defs.h.
1092 * python/py-stopevent.c: Include defs.h.
1093 * python/py-threadevent.c: Include defs.h.
1094
1095 2012-11-08 Pierre Muller <muller@sourceware.org>
1096
1097 * update-web-ari.sh (print_heading): Add number of files
1098 checked.
1099 (nb_files): New variable counting the number of sources
1100 files found by gdb_find.sh script.
1101 (debug_awk): New variable to allow extra debug output.
1102 (indexes): Add more information if DEBUG_AWK is set.
1103
1104 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
1105
1106 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1107 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1108 following the change in PLT call stubs on linker.
1109
1110 2012-11-08 Pierre Muller <muller@sourceware.org>
1111
1112 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1113 as default language.
1114 (AWK): Use = instead of == for sh test to avoid warning.
1115 (Linux rule): Correct [:digit] into [[:digit:]].
1116 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1117 (vasprintf rule): Adapt to common subdirectory moves.
1118 (xasprintf rule): Idem.
1119 (xvasprintf rule): Idem.
1120 (var_boolean rule): Accept occurence in == or != test.
1121
1122 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1123
1124 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1125
1126 * tui/tui-hooks.c (tui_inferior_exit): New function.
1127 (tui_detach_hook): Remove.
1128 (tui_install_hooks): Install the inferior exit observer.
1129 (tui_remove_hooks): Remove it.
1130
1131 2012-11-08 Yao Qi <yao@codesourcery.com>
1132
1133 PR gdb/14777.
1134 * source.c (_initialize_source): Call add_com_alias to abbreviate
1135 'forward-search' as 'fo'.
1136
1137 2012-11-07 Pedro Alves <palves@redhat.com>
1138
1139 * arm-tdep.c: Make defs.h be the first include.
1140 * coff-pe-read.c: Ditto.
1141 * gnu-nat.c: Ditto.
1142 * go32-nat.c: Ditto.
1143 * i386-nat.c: Ditto.
1144 * ppcnbsd-nat.c: Ditto.
1145 * ada-varobj.h: Don't include defs.h.
1146 * i386-darwin-tdep.h: Ditto.
1147 * i386-nat.h: Ditto.
1148
1149 2012-11-07 Pedro Alves <palves@redhat.com>
1150
1151 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
1152 Committee.
1153
1154 2012-11-07 Pierre Muller <muller@sourceware.org>
1155
1156 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
1157 File already uses "gdb_dirent.h" header.
1158
1159 2012-11-07 Yao Qi <yao@codesourcery.com>
1160
1161 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
1162 tracepoint_count'.
1163
1164 2012-11-06 Tom Tromey <tromey@redhat.com>
1165
1166 * target.h (inferior_has_forked, inferior_has_vforked)
1167 (inferior_has_execd, inferior_has_called_syscall): Remove
1168 declarations.
1169
1170 2012-11-06 Pierre Muller <muller@sourceware.org>
1171
1172 * remote.c (remote_insert_hw_breakpoint): ARI fix,
1173 add missing internalization markup.
1174
1175 2012-11-06 Pedro Alves <palves@redhat.com>
1176
1177 PR gdb/14810
1178
1179 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1180
1181 2012-11-06 Pierre Muller <muller@sourceware.org>
1182
1183 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1184 is not executable.
1185
1186 2012-11-05 Joel Brobecker <brobecker@adacore.com>
1187
1188 * gnulib/update-gnulib.sh: New script.
1189
1190 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
1191
1192 * MAINTAINERS: Update my email address.
1193
1194 2012-11-05 Tom Tromey <tromey@redhat.com>
1195
1196 * frame.c (put_frame_register): Don't use temporary buffer.
1197
1198 2012-11-05 Pedro Alves <palves@redhat.com>
1199
1200 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1201 child. Clear 'pending_detach'.
1202 * infrun.c (handle_vfork_child_exec_or_exit): Clear
1203 'pending_detach' in the vfork parent.
1204
1205 2012-11-05 Doug Evans <dje@google.com>
1206
1207 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
1208 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
1209 * dwarf2read.c: #include "elf-bfd.h".
1210 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
1211 (dwop_section_names): Renamed from dwo_section names. All uses
1212 updated. Add entries for .debug_cu_index, .debug_tu_index.
1213 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
1214 All uses updated.
1215 (struct dwp_sections): New type.
1216 (struct virtual_dwo_sections): New type.
1217 (struct dwp_hash_table): New type.
1218 (struct dwp_file): New type.
1219 (init_cutu_and_read_dies): Ensure DWO info/types section has been
1220 read in. Handle DWOs coming from DWP files.
1221 (lookup_dwo_file_slot): New function.
1222 (dwarf2_locate_dwo_sections): Move definition closer to use.
1223 (create_dwo_debug_info_hash_table_reader): Renamed from
1224 create_debug_info_hash_table_reader. All callers updated.
1225 (create_dwo_debug_info_hash_table): Renamed from
1226 create_debug_info_hash_table. All callers updated.
1227 (create_dwp_hash_table): New function.
1228 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
1229 (lookup_dwo_in_dwp): New function.
1230 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
1231 is_dwp. All callers updated.
1232 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
1233 (open_and_init_dwo_file): Renamed from init_dwo_file.
1234 All callers updated.
1235 (lookup_dwo_file): Delete.
1236 (dwarf2_locate_dwp_sections): New function.
1237 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
1238 (allocate_dwp_loaded_cutus_table): New function.
1239 (open_and_init_dwp_file): New function.
1240 (lookup_dwo_cutu): New function.
1241 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
1242
1243 2012-11-03 Yao Qi <yao@codesourcery.com>
1244
1245 Fix PR gdb/14617.
1246 * breakpoint.c (trace_pass_set_count): Call
1247 observer_notify_breakpoint_modified instead of
1248 observer_notify_tracepoint_modified.
1249 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
1250
1251 2012-11-02 Tom Tromey <tromey@redhat.com>
1252
1253 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
1254 argument to complete_on_enum.
1255
1256 2012-11-02 Tom Tromey <tromey@redhat.com>
1257
1258 * configure: Rebuild.
1259 * configure.ac (build_warnings): Add -Wempty-body.
1260 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
1261 * remote.c (handle_notification): Use braces for empty 'else' body.
1262 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
1263 'else' body.
1264 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
1265 'else' body.
1266 * solib-som.c (som_relocate_section_addresses): Use braces
1267 for empty 'else' body.
1268 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
1269 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
1270
1271 2012-11-02 Pedro Alves <palves@redhat.com>
1272
1273 PR gdb/14766
1274
1275 * infrun.c (handle_inferior_event)
1276 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
1277 null_ptid before handling a vfork child exec or exit. Switch to
1278 the event ptid afterwards.
1279
1280 2012-11-02 Yao Qi <yao@codesourcery.com>
1281
1282 * std-operator.def: Remove OP_LABELED.
1283 * eval.c: Remove the declaration of 'get_label'.
1284 (get_label): Remove.
1285 (evaluate_struct_tuple): Remove code handling OP_LABELED.
1286 Update comment.
1287 Remove local variable 'variantno' and related code.
1288 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
1289 with 'fieldno'.
1290 * expprint.c (print_subexp_standard): Likewise.
1291 (dump_subexp_body_standard): Likewise.
1292 * parse.c (operator_length_standard): Likewise.
1293
1294 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
1295
1296 Incorporate ARI web page generator into GDB sources.
1297 * contrib/ari/create-web-ari-in-src.sh: New file.
1298 * contrib/ari/gdb_ari.sh: New file.
1299 * contrib/ari/gdb_find.sh: New file.
1300 * contrib/ari/update-web-ari.sh: New file.
1301
1302 2012-10-31 Tom Tromey <tromey@redhat.com>
1303
1304 * gdbarch.c: Rebuild.
1305 * gdbarch.sh: Remove references to gdbarch_swap.
1306 * corelow.c (core_open): Remove obsolete comment.
1307
1308 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
1309
1310 PR cli/14772
1311 * c-typeprint.c (c_print_type): Don't print a space for vector
1312 types, this is handled within the suffix.
1313 (c_type_print_varspec_suffix): Add a space to vector suffix.
1314
1315 2012-10-26 Pedro Alves <palves@redhat.com>
1316
1317 * amd64-tdep.c (amd64_relocate_instruction): Use
1318 store_unsigned_integer instead of memcpy.
1319 * i386-tdep.c (i386_relocate_instruction): Ditto.
1320
1321 2012-10-26 Pedro Alves <palves@redhat.com>
1322
1323 * infrun.c (handle_inferior_event): Merge handling of
1324 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
1325 switch case.
1326
1327 2012-10-26 Pedro Alves <palves@redhat.com>
1328
1329 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
1330 Remove comment.
1331
1332 2012-10-26 Pedro Alves <palves@redhat.com>
1333
1334 * target.c (target_waitstatus_to_string): Handle
1335 TARGET_WAITKIND_VFORK_DONE.
1336
1337 2012-10-26 Pedro Alves <palves@redhat.com>
1338
1339 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
1340 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
1341
1342 2012-10-24 Tristan Gingold <gingold@adacore.com>
1343
1344 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
1345 Add comments.
1346
1347 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1348
1349 * ravenscar-thread.c (ravenscar_wait): Only update the list
1350 of threads and inferior_ptid if the inferior is still alive.
1351
1352 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1353
1354 * ada-lang.c (is_known_support_routine): Use lbasename when
1355 matching the symtab's filename against
1356 known_runtime_file_name_patterns.
1357
1358 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1359
1360 * ada-lang.c (ada_same_array_size_p): New function.
1361 (ada_promote_array_of_integrals): New function.
1362 (coerce_for_assign): Add handling of arrays where the elements
1363 are integrals of a smaller size than the size of the target
1364 array element type.
1365
1366 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1367
1368 * doublest.c (convert_doublest_to_floatformat): Fix comparison
1369 against maximum exponent value.
1370
1371 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1372
1373 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
1374 "unwind-seh.c".
1375
1376 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1377
1378 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
1379 strip typedef layer when computing the fixed type's field type,
1380 only when computing its size.
1381
1382 2012-10-24 Mark Kettenis <kettenis@gnu.org>
1383
1384 PR gdb/12783
1385 * i386-tdep.c (i386_return_value): Handle complex double and long
1386 double.
1387
1388 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1389
1390 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
1391 New local variable args_len.
1392 Quote the name of the executable when computing the command line.
1393
1394 2012-10-23 Mark Kettenis <kettenis@gnu.org>
1395
1396 PR gdb/12796
1397 PR gdb/12798
1398 PR gdb/12800
1399 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
1400 AMD64_FTAG_REGNUM.
1401 * amd64-tdep.c (amd64_classify): Classify complex types.
1402 (amd64_return_value): Handle the COMPLEX_X87 class.
1403
1404 2012-10-23 Joel Brobecker <brobecker@adacore.com>
1405
1406 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
1407 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
1408
1409 2012-10-23 Joel Brobecker <brobecker@adacore.com>
1410
1411 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
1412 function.
1413 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
1414 to amd64_windows_auto_wide_charset.
1415
1416 2012-10-23 Yao Qi <yao@codesourcery.com>
1417
1418 * event-top.c (mark_async_signal_handler_wrapper): Remove.
1419 * event-top.h: Remove its declaration.
1420 (async_request_quit): Call mark_async_signal_handler instead of
1421 mark_async_signal_handler_wrapper.
1422 (async_do_nothing, async_disconnect): Likewise.
1423 (async_stop_sig): Likewise.
1424 * remote.c (handle_remote_sigint): Likewise.
1425 (handle_remote_sigint_twice): Likewise.
1426
1427 2012-10-23 Yao Qi <yao@codesourcery.com>
1428
1429 * event-top.c (sigint_token, sighup_token): Replace 'void *'
1430 with 'static struct async_signal_handler *'.
1431 (sighup_token, sigquit_token, sigstp_token): Likewise.
1432
1433 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
1434
1435 * gdbarch.sh (function_list): Use 'pstring' when printing
1436 a variable which could return NULL.
1437 * gdbarch.c: Regenerate.
1438
1439 2012-10-10 Joel Brobecker <brobecker@adacore.com>
1440 Tom Tromey <tromey@redhat.com>
1441
1442 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
1443 inneffective if condition by gdb assertion. Add function
1444 description comment.
1445
1446 2012-10-19 Joel Brobecker <brobecker@adacore.com>
1447
1448 * parser-defs.h (struct exp_descriptor): Document constraint
1449 on return value for "op_name" callbacks.
1450
1451 2012-10-18 Tom Tromey <tromey@redhat.com>
1452
1453 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
1454 * symtab.c (iterate_over_some_symtabs): Constify.
1455 * source.h (symtab_to_fullname): Return 'const char *'.
1456 * source.c (symtab_to_fullname): Return 'const char *'.
1457 * python/py-symtab.c (stpy_fullname): Constify.
1458 * cli/cli-cmds.c (edit_command): Constify.
1459 * breakpoint.c (print_breakpoint_location)
1460 (update_static_tracepoint): Constify.
1461
1462 2012-10-18 Tom Tromey <tromey@redhat.com>
1463
1464 * breakpoint.c (compare_breakpoints): Fix comparison.
1465
1466 2012-10-18 Tom Tromey <tromey@redhat.com>
1467
1468 * valprint.c (generic_emit_char, generic_printstr): Pass size of
1469 gdb_wchar_t to convert_between_encodings.
1470
1471 2012-10-17 Yao Qi <yao@codesourcery.com>
1472
1473 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
1474 more parameter 'inferior'.
1475 * corefile.c (write_memory_with_notification): Caller update.
1476
1477 * mi/mi-cmd-var.c: Include "mi-main.h".
1478 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
1479 to 1 and restore it later.
1480 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
1481 and "data-write-memory-bytes.
1482 * mi/mi-interp.c: Include objfiles.h.
1483 (mi_interpreter_init): Call observer_attach_memory_changed.
1484 (mi_memory_changed): New.
1485 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
1486 New field.
1487
1488 * NEWS: Mention new MI notification "memory-changed".
1489
1490 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1491
1492 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
1493
1494 2012-10-15 Doug Evans <dje@google.com>
1495
1496 New option -nh: inhibit loading of ~/.gdbinit.
1497 * NEWS: Mention -nh.
1498 * main.c (captured_main): Recognize and process -nh.
1499 (print_gdb_help): Mention -nh.
1500 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
1501
1502 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
1503
1504 PR backtrace/14646
1505 PR gdb/14647
1506 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
1507 pc_regnum_from_eax.
1508 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
1509 nor pc_regnum_from_eax.
1510 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
1511 nor pc_regnum_from_eax.
1512
1513 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1514
1515 Fix entry values resolving in inlined frames.
1516 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
1517 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
1518 entries of FRAME.
1519
1520 2012-10-15 Joel Brobecker <brobecker@adacore.com>
1521
1522 * configure.ac: Build with -DMS_WIN64 if building with Python
1523 enabled using GCC on amd64-windows.
1524 * configure: Regenerate.
1525
1526 2012-10-15 Tom Tromey <tromey@redhat.com>
1527
1528 PR python/14635:
1529 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
1530 to Py_None.
1531
1532 2012-10-15 Tom Tromey <tromey@redhat.com>
1533
1534 PR python/14634:
1535 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
1536
1537 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
1538
1539 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
1540 reset thread numbering back to 1.
1541
1542 2012-10-11 Doug Evans <dje@google.com>
1543
1544 PR breakpoints/14643.
1545 * linespec.c (struct ls_parser): New member keyword_ok.
1546 (linespec_lexer_lex_string): Add comment.
1547 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
1548 for one.
1549 (parse_linespec): Set keyword_ok.
1550
1551 2012-10-10 Doug Evans <dje@google.com>
1552
1553 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
1554 "0x" prefix on address in log message.
1555
1556 * dwarf2read.c (read_1_byte): Add const to buf parameter.
1557 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
1558 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
1559 (lookup_dwo_file): Add const to dwo_name parameter.
1560 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1561
1562 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1563
1564 Fix crash during stepping on ppc32.
1565 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
1566 SYM.
1567
1568 2012-10-03 Doug Evans <dje@google.com>
1569
1570 PR symtab/14601
1571 * buildsym.c (buildsym_init): Reset using_directives to NULL.
1572
1573 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
1574
1575 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
1576 output and use uint32_t not long to ensure 4 byte size.
1577
1578 2012-10-02 Joel Brobecker <brobecker@adacore.com>
1579
1580 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
1581 unref'ed it.
1582
1583 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
1584
1585 * target.c (simple_search_memory): Include access length in
1586 warning message.
1587
1588 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
1589 Edjunior Machado <emachado@linux.vnet.ibm.com>
1590
1591 PR gdb/13989
1592 * solib.c (solib_find): Prevent GDB from loading native libraries when
1593 debugging a cross-target corefile.
1594
1595 2012-09-28 selven <pcthegreat@gmail.com>
1596
1597 Make definition match declaration.
1598
1599 * regcache.c (regcache_register_status): Change return type to
1600 enum register_status.
1601
1602 2012-09-28 Yao Qi <yao@codesourcery.com>
1603
1604 * mi/mi-main.c (mi_cmd_data_write_memory): Call
1605 write_memory_with_notification instead of write_memory.
1606 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1607 instead of target_write_memory.
1608
1609 2012-09-28 Yao Qi <yao@codesourcery.com>
1610
1611 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1612 when the length of content is not an even number.
1613
1614 2012-09-27 Tom Tromey <tromey@redhat.com>
1615
1616 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1617 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1618
1619 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1620
1621 * sol-thread.c (sol_thread_fetch_registers)
1622 (sol_thread_store_registers): Delete commented out code.
1623
1624 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1625
1626 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1627 Move these functions to sparc-sol-thread.c.
1628 * sparc-sol-thread.c: New file.
1629 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1630 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1631 configurations.
1632 * configure: Regenerate.
1633
1634 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1635
1636 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1637 Remove commented-out code.
1638
1639 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1640
1641 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1642 Enable this code for sparc hosts only.
1643
1644 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1645
1646 * procfs.h (procfs_find_LDT_entry): Add declaration.
1647 * sol-thread.c (ps_lgetLDT): Delete local declaration of
1648 function procfs_find_LDT_entry.
1649
1650 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1651
1652 * procfs.c (proc_get_LDT_entry): Make static.
1653
1654 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1655
1656 * procfs.c (proc_find_memory_regions): Fix declaration.
1657
1658 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1659
1660 * amd64-tdep.c (amd64_return_value): Revert previous change
1661 that used TYPE_LENGTH directly.
1662 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1663 (bfin_store_return_value): Likewise.
1664 * cris-tdep.c (cris_store_return_value): Likewise.
1665 (cris_extract_return_value): Likewise.
1666 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1667 * hppa-tdep.c (hppa64_return_value): Likewise.
1668 * lm32-tdep.c (lm32_store_return_value): Likewise.
1669 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1670 * spu-tdep.c (spu_value_from_register): Likewise.
1671 * vax-tdep.c (vax_return_value): Likewise.
1672
1673 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1674
1675 * gdbtypes.c (lookup_array_range_type): Expand parameters
1676 LOW_BOUND and HIGH_BOUND to LONGEST.
1677 (lookup_string_range_type): Likewise.
1678 * gdbtypes.h (lookup_array_range_type): Likewise.
1679 (lookup_string_range_type): Likewise.
1680 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1681 Expand HIGHBOUND to ssize_t.
1682 (value_string): Likewise.
1683 * value.h (value_cstring): Expand parameter LEN to ssize_t.
1684 (value_string): Likewise.
1685
1686 2012-09-27 Yao Qi <yao@codesourcery.com>
1687
1688 PR breakpoints/13898
1689 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1690 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1691 per breakpoint type.
1692
1693 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1694
1695 * procfs.c: Add gdb_bfd header.
1696 * rs6000-nat.c: Likewise.
1697 * solib-pa64.c: Likewise.
1698 * spu-linux-nat.c: Likewise.
1699 * windows-nat.c: Likewise.
1700
1701 2012-09-26 Tom Tromey <tromey@redhat.com>
1702
1703 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1704
1705 2012-09-26 Tom Tromey <tromey@redhat.com>
1706
1707 * dwarf2read.c (mark_common_block_symbol_computed): New function.
1708 (read_common_block): Handle child DIEs with
1709 DW_AT_data_member_location.
1710 (new_symbol_full): Add special case for common blocks.
1711
1712 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1713 Tom Tromey <tromey@redhat.com>
1714
1715 * dwarf2read.c (read_common_block): Rewrite.
1716 (new_symbol_full): Handle DW_TAG_common_block.
1717 * f-lang.c (head_common_list, find_common_for_function):
1718 Remove.
1719 * f-lang.h (struct common_entry, struct saved_f77_common,
1720 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1721 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1722 BLANK_COMMON_NAME_LOCAL): Remove.
1723 (struct common_block): New.
1724 * f-valprint.c (list_all_visible_commons): Remove.
1725 (info_common_command_for_block): New function.
1726 (info_common_command): Use it.
1727 * stack.c (iterate_over_block_locals): Special case for
1728 COMMON_BLOCK_DOMAIN.
1729 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1730 constant.
1731 (struct general_symbol_info) <value.common_block>: New field.
1732 (SYMBOL_VALUE_COMMON_BLOCK): New define.
1733
1734 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1735 Tom Tromey <tromey@redhat.com>
1736
1737 * f-lang.c (allocate_saved_bf_node,
1738 allocate_saved_function_node, allocate_saved_f77_common_node,
1739 allocate_common_entry_node, tail_common_list, current_common,
1740 saved_bf_list, saved_bf_list_end, current_head_bf_list,
1741 tmp_bf_ptr, add_common_block, add_common_entry,
1742 find_first_common_named, patch_common_entries,
1743 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1744 global_remote_debug, get_bf_for_fcn, saved_function_list,
1745 saved_function_list_end, clear_function_list, struct saved_fcn,
1746 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1747 SAVED_BF, SAVED_BF_PTR): Remove.
1748 * f-lang.h (tail_common_list, current_common,
1749 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1750 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1751 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1752 real_main_c_value): Remove.
1753 * f-valprint.c (there_is_a_visible_common_named): Remove.
1754
1755 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
1756
1757 * breakpoint.c (update_global_location_list): Ignore previous
1758 duplicate status of a breakpoint when starting a new scan for
1759 duplicate breakpoints.
1760
1761 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
1762 PR breakpoints/14419
1763 * arm-tdep.c (arm_skip_prologue): Extending producer check to
1764 support LLVM compiler.
1765
1766 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1767
1768 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1769 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1770 (bfin_store_return_value): Likewise.
1771 * cris-tdep.c (cris_store_return_value): Likewise.
1772 (cris_extract_return_value): Likewise.
1773 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1774 * hppa-tdep.c (hppa64_return_value): Likewise.
1775 * lm32-tdep.c (lm32_store_return_value): Likewise.
1776 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1777 * spu-tdep.c (spu_value_from_register): Likewise.
1778 * vax-tdep.c (vax_return_value): Likewise.
1779
1780 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1781
1782 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1783 parameter LEN to ssize_t.
1784
1785 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1786
1787 * ada-valprint.c (ada_val_print_1): Eliminate single-use
1788 variable LEN.
1789 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1790 directly.
1791 (alpha_store_return_value): Likewise.
1792 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1793 (amd64_push_arguments): Likewise.
1794 * ax-gdb.c (gen_trace_static_fields): Likewise.
1795 (gen_traced_pop): Likewise.
1796 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1797 * breakpoint.c (update_watchpoint): Likewise.
1798 * findcmd.c (parse_find_args): Use local variable for type
1799 instead of length.
1800 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1801 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1802 (h8300_store_return_value): Likewise.
1803 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1804 Use i386_darwin_arg_type_alignment directly.
1805 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1806 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1807 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1808 (m68hc11_extract_return_value): Likewise.
1809 * mep-tdep.c (mep_push_dummy_call): Likewise.
1810 * printcmd.c (float_type_from_length): Likewise.
1811 * s390-tdep.c (s390_value_from_register): Likewise.
1812 * stack.c (read_frame_arg): Likewise.
1813 * tracepoint.c (encode_actions_1): Likewise.
1814 * valops.c (value_fetch_lazy): Use local variable for type
1815 instead of length. Use TYPE_LENGTH directly.
1816 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1817
1818 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1819
1820 * symtab.c (skip_prologue_sal): Fix typo in comment.
1821
1822 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1823
1824 * linespec.c (create_sals_line_offset): Fix typo in comment.
1825
1826 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1827
1828 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1829 use plongest to print the array size.
1830
1831 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1832
1833 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1834 * p-valprint.c (pascal_type_print_base): Likewise.
1835
1836 2012-09-22 Yao Qi <yao@codesourcery.com>
1837
1838 * remote.c (remote_get_trace_status): Remove setting default
1839 values of fields of 'ts'.
1840
1841 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1842
1843 Fix internal error on canonicalization of clang types.
1844 * cp-name-parser.y (operator): New comment at make_operator call for
1845 new, delete, new[] and delete[].
1846 (exp): Use "sizeof ". Add new comment at make_operator call.
1847
1848 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1849
1850 Fix disassemble without parameters in tailcall frame.
1851 * cli/cli-cmds.c (disassemble_current_function): Use
1852 get_frame_address_in_block.
1853
1854 2012-09-21 Tom Tromey <tromey@redhat.com>
1855
1856 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1857 TYPE_CODE_UNION>: Unify, removing a goto.
1858
1859 2012-09-21 Tom Tromey <tromey@redhat.com>
1860
1861 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1862
1863 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
1864
1865 * findvar.c (read_frame_register_value): Mark the result value as
1866 optimized out if any of the input registers have been optimized out.
1867
1868 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
1869
1870 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1871
1872 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
1873
1874 * eval.c (evaluate_subexp_standard): Eliminate single-use
1875 variable LOWER.
1876
1877 2012-09-21 Yao Qi <yao@codesourcery.com>
1878
1879 * mi/mi-interp.c: Declare mi_record_changed.
1880 (mi_interpreter_init): Call observer_attach_record_changed.
1881 (mi_record_changed): New.
1882 * record.c (record_open): Call observer_notify_record_changed.
1883 (cmd_record_stop): Call observer_notify_record_changed.
1884 * NEWS: Mention it.
1885
1886 2012-09-20 Tom Tromey <tromey@redhat.com>
1887
1888 * NEWS: Update.
1889 * python/python.c (finalize_python): New function.
1890 (_initialize_python): Make a final cleanup.
1891
1892 2012-09-19 Doug Evans <dje@google.com>
1893
1894 * buildsym.h (param_symbols): Delete, unused.
1895 (context_stack): Delete member "params", unused.
1896 * buildsym.c (push_context): Update.
1897 * dwarf2read.c (read_func_scope): Update.
1898
1899 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1900
1901 * sh-tdep.c (sh_register_convert_to_virtual)
1902 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
1903 all callers. Just do a memcpy if not the little-endian case.
1904
1905 * h8300-tdep.c (h8300_gdbarch_init): Invoke
1906 set_gdbarch_double_format and set_gdbarch_long_double_format.
1907 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1908 set_gdbarch_double_format.
1909 * sh-tdep.c (sh_gdbarch_init): Likewise.
1910
1911 * NEWS: Document the removal of SH's 'regs' command.
1912 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1913 command.
1914
1915 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1916
1917 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1918 `jump'.
1919
1920 2012-09-18 Joel Brobecker <brobecker@adacore.com>
1921
1922 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1923 language when iterating over symbols.
1924
1925 2012-09-18 Yao Qi <yao@codesourcery.com>
1926
1927 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1928 (mi_interpreter_init): Call observer_attach_tsv_created and
1929 observer_attach_tsv_deleted.
1930 (mi_tsv_created, mi_tsv_deleted): New.
1931 * tracepoint.c (delete_trace_state_variable): Call
1932 observer_notify_tsv_deleted.
1933 (trace_variable_command): Call observer_notify_tsv_created.
1934 (delete_trace_variable_command): Call
1935 observer_notify_tsv_deleted.
1936 (create_tsv_from_upload): Call observer_notify_tsv_created.
1937 * NEWS: Mention it.
1938
1939 2012-09-18 Yao Qi <yao@codesourcery.com>
1940
1941 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1942 if traceframe changed.
1943 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1944 "trace-find".
1945 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1946 (mi_interpreter_init): Hook mi_traceframe_changed to observer
1947 'traceframe_changed'.
1948 (mi_traceframe_changed): New.
1949 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1950 New field.
1951 * NEWS: Mention the new MI notification.
1952
1953 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
1954
1955 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1956
1957 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1958
1959 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1960 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
1961 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1962 Extend code also for PaX support. Convert all gdb_assert to warning
1963 calls.
1964
1965 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1966
1967 Implement auto-load user conveniences suggested by Doug Evans.
1968 * auto-load.c: Include top.h.
1969 (file_is_auto_load_safe): New variable advice_printed. Print advice.
1970 (_initialize_auto_load): New variable scripts_directory_help. Mention
1971 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1972 scripts-directory. Document in online help one can use also files for
1973 set auto-load safe-path.
1974 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1975 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1976
1977 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1978
1979 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1980 of LEN.
1981
1982 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1983
1984 * m2-valprint.c (m2_print_array_contents): Eliminate variable
1985 ELTLEN and use TYPE_LENGTH directly.
1986 (m2_val_print): Likewise.
1987 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1988 variable LEN and use TYPE_LENGTH directly.
1989 (m68k_svr4_store_return_value): Likewise.
1990 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1991 ARGLEN and use TYPE_LENGTH directly.
1992 (mips_o64_push_dummy_call): Likewise.
1993 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1994 variable LENGTH and use TYPE_LENGTH directly.
1995 (s390_function_arg_float): Likewise.
1996 (s390_function_arg_integer): Likewise.
1997 (s390_push_dummy_call): Likewise.
1998 (s390_return_value_convention): Likewise.
1999 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
2000 TYPE_LENGTH directly.
2001
2002 2012-09-17 Yao Qi <yao@codesourcery.com>
2003
2004 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
2005 Update comment to add_setshow_integer_cmd.
2006 * cli/cli-setshow.c (do_set_command): Handle case
2007 'var_zuinteger_unlimited'.
2008 (do_show_command): Likewise.
2009 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2010 for command 'remotetimeout'.
2011 * command.h (enum var_types): New zuinteger_unlimited. Update comment
2012 to var_integer.
2013 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
2014 for command 'set listsize'.
2015
2016 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2017
2018 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2019 variable LEN.
2020
2021 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2022
2023 PR 14119
2024 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2025 (frame_pop): Drop also TAILCALL_FRAME frames.
2026 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2027
2028 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2029 Pedro Alves <palves@redhat.com>
2030
2031 PR 14548
2032 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2033 function start if we are already at function start. Both for
2034 reverse-next and for reverse-step into function without line number
2035 info.
2036
2037 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2038
2039 Code cleanup - rename 'inline' depth to 'artificial' depth.
2040 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2041 frame_id_artificial_p, extend the comment.
2042 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2043 * frame.c (fprint_frame_id): Rename at a user, change debug output
2044 text to "artificial=".
2045 (skip_inlined_frames): Rename to ...
2046 (skip_artificial_frames): ... here. Extend the comment.
2047 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2048 (frame_id_inlined_p): Rename to ...
2049 (frame_id_artificial_p): ... here. Rename at a user.
2050 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2051 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2052 at a user.
2053 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2054 Extend the comment.
2055 (frame_id_inlined_p): Rename to ...
2056 (frame_id_artificial_p): ... here.
2057 * inline-frame.c (inline_frame_this_id): Rename at a user.
2058
2059 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
2060
2061 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2062 vector variables using vector_size syntax rather than array
2063 syntax.
2064
2065 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2066
2067 * valarith.c (value_concat): Replace unsafe ALLOCA with
2068 XMALLOC/XFREE.
2069
2070 2012-09-14 Pedro Alves <palves@redhat.com>
2071
2072 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2073
2074 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
2075
2076 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2077 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2078 data-directory as appropriate.
2079
2080 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2081
2082 * printcmd.c (ui_printf): Eliminate single-use variable
2083 PARAM_LEN.
2084
2085 2012-09-14 Yao Qi <yao@codesourcery.com>
2086 Pedro Alves <palves@redhat.com>
2087
2088 * valops.c (value_assign): Move observer_notify_target_changed
2089 below to replace reinit_frame_cache.
2090
2091 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
2092
2093 Refactor Python "gdb" module into a proper Python package, by
2094 introducing a new "_gdb" module for code implemented in C, and
2095 using reload/__import__ instead of exec.
2096 * python/lib/gdb/__init__.py: Import * from _gdb.
2097 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2098 prompt_hook, sys.argv): Moved from finish_python_initialization.
2099 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2100 (packages, auto_load_packages): New list and function replacing
2101 module_dict and auto-loading code, using __file__ instead of
2102 gdb.PYTHONDIR and reload/__import__ instead of exec.
2103 (GdbSetPythonDirectory): Replacing function of the same name
2104 from finish_python_initialization, using reload/__import__ instead
2105 of exec, as well as call auto_load_packages.
2106 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2107 gdb_python_module and not gdb_module.
2108 * python/python-internal.h (gdb_python_module): Declare.
2109 * python/python.c (gdb_python_module): New global.
2110 (before_prompt_hook): Check gdb_python_module and not gdb_module.
2111 (_initialize_python): Rename gdb module to _gdb.
2112 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2113 (finish_python_initialization): Move Python code to
2114 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2115 __main__.
2116
2117 2012-09-13 Pedro Alves <palves@redhat.com>
2118
2119 * Makefile.in (COMMON_OBS): Add registry.o.
2120 * registry.c: New file.
2121 * registry.h (struct registry_container): Declare.
2122 (registry_data_callback): New typedef.
2123 (struct registry_data, struct registry_data_registration, struct
2124 registry_data_registry): New type.
2125 (register_data_with_cleanup, registry_alloc_data)
2126 (registry_callback_adaptor, registry_clear_data)
2127 (registry_container_free_data, registry_set_data, registry_data):
2128 Declare.
2129 (DEFINE_REGISTRY): Refactor structures and functions as shims over
2130 the new common structures and functions.
2131 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
2132 callback typedefs.
2133
2134 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
2135
2136 * remote.c (remote_insert_hw_breakpoint): Throw exception if
2137 there is an error inserting hardware breakpoints and use the
2138 error message from the target.
2139
2140 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
2141 Catch this exception and print the error message contained within. Do not
2142 print the default hardware error breakpoint message in this case.
2143
2144 2012-09-12 Doug Evans <dje@google.com>
2145
2146 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2147 cu == NULL.
2148
2149 2012-09-11 Doug Evans <dje@google.com>
2150
2151 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
2152 .gdb_index symbol attributes if there are none.
2153
2154 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2155
2156 * symtab.h (struct minimal_symbol) [has_size]: New field.
2157 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
2158 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
2159 * printcmd.c (build_address_symbolic): Only filter out zero-sized
2160 minimal symbols if the symbol's size is actually known.
2161 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
2162 of msymbol's size field. Add comment.
2163 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2164 SET_MSYMBOL_SIZE to set the minimal symbol size.
2165
2166 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2167
2168 * minsyms.c (install_minimal_symbols): Use memset to fill entire
2169 minimal_symbol struct object, rather than setting some of its
2170 fields one by one.
2171
2172 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
2173
2174 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2175 passed_a_ptr flag when displaying typedef types.
2176
2177 2012-09-10 Joel Brobecker <brobecker@adacore.com>
2178
2179 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2180 the optimized_out flag is preserved.
2181
2182 2012-09-10 Anthony Green <green@moxielogic.com>
2183
2184 * moxie-tdep.c (moxie_analyze_prologue): Update for function
2185 prologue changes in GCC.
2186
2187 2012-09-10 Keith Seitz <keiths@redhat.com>
2188
2189 PR gdb/13483
2190 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2191 (BOOL_CONVERSION_BADNESS): ... this.
2192 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2193 (rank_one_type): Allow all boolean conversions
2194 permitted by the standard.
2195
2196 2012-09-06 Tom Tromey <tromey@redhat.com>
2197
2198 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2199 Don't decref py_objfile.
2200
2201 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
2202
2203 Do not enable -lmcheck by default when Python is enabled with
2204 threading support.
2205 * configure.ac: (python_has_threads) New variable, by testing
2206 if WITH_THREAD is defined in Python.h.
2207 Move --enable-lmcheck after --with-python.
2208 Do not enable -lmcheck by default if python_has_threads=yes.
2209 Warn if --enable-lmcheck and python_has_threads=yes.
2210 * configure: Regenerate.
2211
2212 2012-08-31 Yao Qi <yao@codesourcery.com>
2213
2214 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
2215 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
2216 Update some commands.
2217 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
2218 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
2219 to 1.
2220
2221 2012-08-31 Yao Qi <yao@codesourcery.com>
2222
2223 * mi/mi-cmds.c (mi_cmds): Add 'static'.
2224
2225 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
2226
2227 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
2228
2229 2012-08-29 Doug Evans <dje@google.com>
2230
2231 * main.c (print_gdb_help): Remove reference to
2232 --use-deprecated-index-sections.
2233
2234 2012-08-28 Yao Qi <yao@codesourcery.com>
2235
2236 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
2237 (init_cmds): Call add_setshow_uinteger_cmd for command
2238 'max-user-call-depth'.
2239 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
2240 declaration of 'max_user_call_depth'.
2241 * frame.c (backtrace_limit): Add 'unsigned'.
2242 (_initialize_frame): Call add_setshow_uinteger_cmd for command
2243 'limit'.
2244 * remote.c (remoteaddresssize): Add 'unsigned'.
2245 (remote_address_masked): Change local var 'address_size' to
2246 'unsigned'.
2247 (_initialize_remote): Call add_setshow_uinteger_cmd for
2248 'remoteaddresssize'.
2249 * top.c (history_size): Add 'unsigned'.
2250 (show_commands): Change local variables to 'unsigned'.
2251 (set_history_size_command): Don't check history_size is negative.
2252 Adjust the condition to call unstifle_history and set history_size
2253 to UNIT_MAX.
2254
2255 2012-08-28 Pedro Alves <palves@redhat.com>
2256
2257 PR gdb/14428
2258
2259 * infcmd.c (default_print_one_register_info): New, factored out
2260 from default_print_registers_info.
2261 (default_print_registers_info): Use it. Mark value unavailable if
2262 necessary.
2263 (registers_info): Print user registers with
2264 default_print_one_register_info.
2265
2266 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
2267
2268 PR tui/14486
2269 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
2270 is not NULL before referencing it.
2271
2272 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2273
2274 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
2275 variable pc. Call find_pc_line instead of find_pc_overlay, restore
2276 original PC for it.
2277
2278 2012-08-27 Eli Zaretskii <eliz@gnu.org>
2279 Jan Kratochvil <jan.kratochvil@redhat.com>
2280
2281 * auto-load.c (auto_load_objfile_script): Rename to ...
2282 (auto_load_objfile_script_1): ... here, change variable realname to
2283 parameter realname, document it, add return value, add variable retval.
2284 (auto_load_objfile_script): New function.
2285
2286 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2287
2288 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
2289 followed by a whitespace.
2290
2291 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2292
2293 PR gdb/14494.
2294 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
2295 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
2296 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
2297 here.
2298
2299 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
2300
2301 * memattr.c (create_mem_region): Fix memory region overlapping
2302 checking.
2303
2304 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
2305
2306 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
2307 with xmalloc/cleanup.
2308 * mt-tdep.c (mt_push_dummy_call): Likewise.
2309 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2310 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2311
2312 2012-08-24 Yao Qi <yao@codesourcery.com>
2313
2314 * jv-exp.y (push_expression_name): Add "." at the end of error
2315 message.
2316
2317 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2318
2319 Document how to return from "python-interactive" to GDB.
2320 * python/python.c (_initialize_python): Update documentation.
2321
2322 2012-08-23 Pedro Alves <palves@redhat.com>
2323
2324 * infrun.c (_initialize_infrun) <handle command help text>:
2325 Mention that multiple signals are supported.
2326
2327 2012-08-23 Pedro Alves <palves@redhat.com>
2328
2329 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
2330 string.
2331
2332 2012-08-23 Yao Qi <yao@codesourcery.com>
2333
2334 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
2335 (tfind_1): Don't call registers_changed, set_traceframe_num,
2336 and clear_traceframe_info.
2337 Call set_current_traceframe.
2338 (set_current_traceframe): call set_traceframe_num.
2339
2340 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
2341
2342 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
2343 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
2344
2345 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2346
2347 Enable readline in Python in a GDB-specific way and block the
2348 standard Python readline module to prevent conflicts with GDB.
2349 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
2350 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
2351 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
2352 * python/py-gdb-readline.c: New file.
2353 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
2354 prototype.
2355 * python/python.c (_initialize_python): Call
2356 gdbpy_initialize_gdb_readline.
2357
2358 2012-08-22 Keith Seitz <keiths@redhat.com>
2359
2360 * defs.h: Include build-gnulib/config.h
2361
2362 2012-08-22 Joseph Myers <joseph@codesourcery.com>
2363
2364 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
2365 and blx pc.
2366
2367 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2368
2369 Add a new "python-interactive" command that starts a standard
2370 Python interactive prompt with "pi" as alias, and add "py" as
2371 an alias to "python".
2372 * NEWS: Mention the new commands.
2373 * python/python.c (eval_python_command): New function.
2374 (python_interactive_command): For "python-interactive" with
2375 arguments, call eval_python_command. For "python-interactive"
2376 without arguments, call PyRun_InteractiveLoop.
2377 (_initialize_python): Add "python-interactive" command with
2378 "pi" as alias, and add "py" as an alias to "python".
2379
2380 2012-08-22 Tom Tromey <tromey@redhat.com>
2381
2382 * defs.h (quit_flag): Don't declare.
2383 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
2384 (QUIT): Use new functions.
2385 * event-top.c (command_handler): Use clear_quit_flag.
2386 (handle_sigint): Use set_quit_flag.
2387 (async_request_quit): Use check_quit_flag. Don't check
2388 immediate_quit.
2389 * exceptions.c (throw_exception): Use clear_quit_flag.
2390 * main.c (captured_main): Use clear_quit_flag.
2391 * python/python.c (clear_quit_flag, set_quit_flag)
2392 (check_quit_flag): New functions.
2393 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
2394 clear_quit_flag.
2395 * remote.c (remote_wait_as): Use check_quit_flag,
2396 clear_quit_flag.
2397 (remote_start_remote): Call QUIT.
2398 * symfile.c (load_progress): Use check_quit_flag.
2399 * top.c (command_loop): Use clear_quit_flag.
2400 (command_line_input): Call QUIT.
2401 * utils.c (quit_flag): Conditionally define.
2402 (clear_quit_flag, check_quit_flag, set_quit_flag): New
2403 functions.
2404 (prompt_for_continue): Call QUIT. Use quit, not
2405 async_request_quit.
2406 * remote-mips.c (mips_expect_timeout): Call QUIT.
2407 * monitor.c (monitor_expect): Call QUIT.
2408
2409 2012-08-22 Tom Tromey <tromey@redhat.com>
2410
2411 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
2412 (async_init_signals): Update.
2413 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
2414 (SIGWINCH_HANDLER_BODY): Remove.
2415
2416 2012-08-22 Tom Tromey <tromey@redhat.com>
2417
2418 * jit.c (jit_object_close_impl): Don't malloc the objfile
2419 name.
2420 * objfiles.c (allocate_objfile): Don't malloc the objfile
2421 name.
2422 (free_objfile): Don't free the objfile name.
2423 * objfiles.h (struct objfile) <name>: Update comment.
2424 * symfile.c (reread_symbols): Fix reference counting. Don't
2425 malloc objfile name.
2426
2427 2012-08-22 Tom Tromey <tromey@redhat.com>
2428
2429 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2430 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
2431 (symfile_bfd_open): Likewise.
2432 (generic_load): Likewise.
2433 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
2434 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2435 gdb_bfd_open.
2436 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2437 Use gdb_bfd_open.
2438 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
2439 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
2440 (pmon_load_fast): Likewise.
2441 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
2442 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
2443 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
2444 (macho_check_dsym): Likewise.
2445 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
2446 (m32r_upload_command): Likewise.
2447 * gdb_bfd.h (gdb_bfd_cache): Declare.
2448 * gdb_bfd.c (struct gdb_bfd_data): New.
2449 (gdb_bfd_cache): New global.
2450 (struct gdb_bfd_cache_search): New.
2451 (hash_bfd): New function.
2452 (eq_bfd): Likewise.
2453 (gdb_bfd_open): Likewise.
2454 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
2455 (gdb_bfd_unref): Remove closed BFD from cache. Update for
2456 gdb_bfd_data.
2457 * exec.c (exec_file_attach): Use gdb_bfd_open.
2458 * dsrec.c (load_srec): Use gdb_bfd_open.
2459
2460 2012-08-22 Tom Tromey <tromey@redhat.com>
2461
2462 * dwarf2read.c (macro_start_file): Update.
2463 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
2464 (free_objfile_per_bfd_storage): Destroy macro_cache.
2465 (allocate_objfile, free_objfile): Update.
2466 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
2467 New field.
2468 (struct objfile) <macro_cache>: Remove.
2469 * symfile.c (reread_symbols): Update.
2470 * symmisc.c (print_symbol_bcache_statistics): Update.
2471 (print_objfile_statistics): Update.
2472
2473 2012-08-22 Tom Tromey <tromey@redhat.com>
2474
2475 * elfread.c (elf_symtab_read): Update.
2476 * objfiles.c (objfiles_bfd_data): New global.
2477 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
2478 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
2479 (allocate_objfile, free_objfile): Update.
2480 (_initialize_objfiles): Initialize objfiles_bfd_data.
2481 * objfiles.h (struct objfile_per_bfd_storage): New.
2482 (struct objfile) <per_bfd>: New field.
2483 <filename_cache>: Remove.
2484 (set_objfile_per_bfd): Declare.
2485 * symfile.c (reread_symbols): Update. Call
2486 set_objfile_per_bfd.
2487 (allocate_symtab): Update.
2488 * symmisc.c (print_symbol_bcache_statistics): Update.
2489 (print_objfile_statistics): Print the size of the BFD obstack.
2490
2491 2012-08-22 Tom Tromey <tromey@redhat.com>
2492
2493 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
2494 * gdb_bfd.c: Use DEFINE_REGISTRY.
2495 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
2496 (gdb_bfd_ref): Call bfd_alloc_data.
2497 (gdb_bfd_unref): Call bfd_free_data.
2498
2499 2012-08-22 Tom Tromey <tromey@redhat.com>
2500
2501 * registry.h (struct registry_fields): New.
2502 (REGISTRY_FIELDS): Redefine.
2503 (REGISTRY_ACCESS_FIELD): New macro.
2504 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
2505 functions.
2506
2507 2012-08-22 Tom Tromey <tromey@redhat.com>
2508
2509 * auto-load.c (_initialize_auto_load): Update.
2510 * solib-svr4.c (_initialize_svr4_solib): Update
2511 * solib-dsbt.c (_initialize_dsbt_solib): Update.
2512 * solib-darwin.c (_initialize_darwin_solib): Update.
2513 * registry.h: New file.
2514 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
2515 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
2516 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
2517 (register_program_space_data_with_cleanup)
2518 (register_program_space_data, program_space_alloc_data)
2519 (clear_program_space_data, set_program_space_data)
2520 (program_space_data): Don't declare.
2521 * progspace.c: Use DEFINE_REGISTRY.
2522 (struct program_space_data, struct
2523 program_space_data_registration, struct
2524 program_space_data_registry, program_space_data_registry)
2525 (register_program_space_data_with_cleanup)
2526 (register_program_space_data, program_space_alloc_data)
2527 (program_space_free_data, clear_program_space_data)
2528 (set_program_space_data, program_space_data): Remove.
2529 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
2530 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
2531 (register_objfile_data_with_cleanup, register_objfile_data)
2532 (clear_objfile_data, set_objfile_data, objfile_data): Don't
2533 declare.
2534 * objfiles.c: Use DEFINE_REGISTRY.
2535 (struct objfile_data, struct objfile_data_registration, struct
2536 objfile_data_registry, objfile_data_registry)
2537 (register_objfile_data_with_cleanup, register_objfile_data)
2538 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
2539 (set_objfile_data, objfile_data): Remove.
2540 (_initialize_objfiles): Update.
2541 * jit.c (_initialize_jit): Update.
2542 * inflow.c (_initialize_inflow): Update.
2543 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
2544 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
2545 (register_inferior_data_with_cleanup, register_inferior_data)
2546 (clear_inferior_data, set_inferior_data, inferior_data): Don't
2547 declare.
2548 * inferior.c: Use DEFINE_REGISTRY.
2549 (struct inferior_data, struct inferior_data_registration, struct
2550 inferior_data_registry, inferior_data_registry)
2551 (register_inferior_data_with_cleanup, register_inferior_data)
2552 (inferior_alloc_data, inferior_free_data clear_inferior_data)
2553 (set_inferior_data, inferior_data): Remove.
2554 * auxv.c (_initialize_auxv): Update.
2555 * ada-lang.c (_initialize_ada_language): Update.
2556 * breakpoint.c (_initialize_breakpoint): Update.
2557 * i386-nat.c (i386_use_watchpoints): Update.
2558
2559 2012-08-22 Tom Tromey <tromey@redhat.com>
2560
2561 * exec.c (exec_close, exec_file_attach): Update.
2562 (add_to_section_table): Initialize 'key' field.
2563 (add_target_sections, remove_target_sections): Add 'key' argument.
2564 * exec.h (add_target_sections, remove_target_sections): Add
2565 'key' argument.
2566 * solib.c (solib_map_sections, update_solib_list, clear_solib)
2567 (reload_shared_libraries_1): Update.
2568 * target.h (struct target_section) <key>: New field.
2569
2570 2012-08-22 Tom Tromey <tromey@redhat.com>
2571
2572 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2573
2574 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
2575
2576 * symfile.c (allocate_symtab): Use host_address_to_string
2577 function instead of cast of pointer to long which is not
2578 compatible with x86_64-w64-mingw32 build.
2579
2580 2012-08-19 Andrew Pinski <apinski@cavium.com>
2581
2582 * mips-tdep.c (is_octeon): New function.
2583 (is_octeon_bbit_op): New function.
2584 (mips32_next_pc): Handle Octeon's bbit instructions.
2585 (mips32_instruction_has_delay_slot): Likewise.
2586
2587 2012-08-19 Andrew Pinski <apinski@cavium.com>
2588
2589 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
2590 before the function.
2591
2592 2012-08-19 Andrew Pinski <apinski@cavium.com>
2593
2594 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2595
2596 2012-08-19 Keith Seitz <keiths@redhat.com>
2597
2598 PR c++/14365
2599 * c-typeprint.c (c_type_print_varspec_prefix): Pass
2600 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2601
2602 2012-08-18 Eli Zaretskii <eliz@gnu.org>
2603
2604 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2605 The typo broke "make TAGS".
2606
2607 2012-08-17 Joel Brobecker <brobecker@adacore.com>
2608
2609 GDB 7.5 released.
2610
2611 2012-08-17 Keith Seitz <keiths@redhat.com>
2612
2613 PR c++/13356
2614 * gdbtypes.c (strict_type_checking): New variable.
2615 (show_strict_type_checking): New function.
2616 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2617 if strict type checking is disabled.
2618 (_initialize_gdbtypes): Add "check type" subcommand.
2619 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2620
2621 2012-08-17 Keith Seitz <keiths@redhat.com>
2622
2623 * language.h (type_mode): Remove.
2624 (type_check): Remove.
2625 (struct language_defn): Remove la_type_check.
2626 (STRICT_TYPE): Remove unused macro.
2627 (type_error): Remove.
2628 * language.c (set_type_range_case): Renamed to ...
2629 (set_range_case): ... this. Update all callers.
2630 Remove type_mode/type_check.
2631 (type_mode): Remove.
2632 (type_check): Remove.
2633 (show_type_command): Remove.
2634 (set_type_command): Remove.
2635 (language_info): Remove type checking output.
2636 (type_error): Remove unused function.
2637 (range_error): Update comment.
2638 (unknown_language_defn): Remove la_type_check.
2639 (auto_language_defn): Likewise.
2640 (local_language_defn): Likewise.
2641 (_initialize_language): Remove "check type" subcommand.
2642 * ada-lang.c (ada_language_defn): Remove la_type_check.
2643 * c-lang.c (c_language_defn): Likewise.
2644 (cplus_language_defn): Likewise.
2645 (asm_language_defn): Likewise.
2646 (minimal_language_defn): Likewise.
2647 * d-lang.c (d_language_defn): Likewise.
2648 * f-lang.c (f_language_defn): Likewise.
2649 * go-lang.c (go_language_defn): Likewise.
2650 * jv-lang.c (java_language_defn): Likewise.
2651 * m2-lang.c (m2_language_defn): Likewise.
2652 * objc-lang.c (objc_language_defn): Likewise.
2653 * opencl-lang.c (opencl_language_defn): Likewise.
2654 * p-lang.c (pascal_language_defn): Likewise.
2655
2656 2012-08-16 Mike Frysinger <vapier@gentoo.org>
2657
2658 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2659
2660 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2661
2662 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2663 New function.
2664 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2665 using the regache. Use ia64_hpux_get_register_from_save_state_t
2666 to access the bsp and bspstore registers if not.
2667
2668 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2669
2670 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2671 * breakpoint.c (detach_breakpoints): Change pid parameter into
2672 a ptid. Adjust code accordingly.
2673 * infrun.c (handle_inferior_event): Delete variable child_pid.
2674 Update call to detach_breakpoints to pass the child ptid for
2675 fork events.
2676 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2677 assert that inferior_ptid's lwp is zero.
2678 (linux_handle_extended_wait): Update call to detach_breakpoints.
2679 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2680 detach_breakpoints.
2681
2682 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2683
2684 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2685 parent, only call detach_breakpoints if tts.tts_event ==
2686 TTEVT_VFORK.
2687
2688 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2689
2690 * dwarf2-frame.c (dwarf2_frame_cache): Use
2691 get_frame_address_in_block instead of get_frame_pc as
2692 the bound for executing the frame's FDE.
2693
2694 2012-08-16 Yao Qi <yao@codesourcery.com>
2695
2696 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2697 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2698 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2699 (c_type_print_varspec_suffix): Likewise.
2700 * eval.c (evaluate_subexp_standard): Likewise.
2701 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2702 (f_type_print_varspec_suffix): Likewise.
2703 * gdbtypes.c (is_scalar_type): Likewise.
2704 (recursive_dump_type): Likewise.
2705 * infcall.c (value_arg_coerce): Likewise.
2706 * m2-valprint.c (m2_val_print): Likewise.
2707 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2708 (pascal_type_print_varspec_suffix): Likewise.
2709 (pascal_type_print_base): Likewise.
2710 * p-valprint.c (pascal_val_print): Likewise.
2711 (pascal_val_print): Likewise.
2712 * valops.c (value_slice): Likewise.
2713 * valprint.c (scalar_type_p): Likewise.
2714 * valarith.c (value_bitstring_subscript): Remove.
2715 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2716 Remove comment on TYPE_CODE_BITSTRING.
2717
2718 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2719 TYPE_CODE_BITSTRING.
2720
2721 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2722 slot 0.
2723
2724 2012-08-16 Yao Qi <yao@codesourcery.com>
2725
2726 * tracepoint.c (trace_find_none_command): Remove.
2727 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2728
2729 2012-08-16 Yao Qi <yao@codesourcery.com>
2730
2731 * remote.c (handle_notification): Remove parameter 'length'.
2732 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2733
2734 2012-08-15 Keith Seitz <keiths@redhat.com>
2735
2736 * gdbtypes.c (opaque_type_resolution): Make static.
2737 Add missing comment.
2738 (overload_debug): Add missing comment.
2739 (show_opaque_type_resolution): Likewise.
2740 (show_overload_debug): Likewise.
2741 (print_bit_vector): Remove unnecessary forward declaration.
2742 (print_arg_types): Likewise.
2743 (dump_fn_fieldlists): Likewise.
2744 (print_cplus_stuff): Likewise.
2745
2746 2012-08-15 Tom Tromey <tromey@redhat.com>
2747
2748 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2749 (gdb_bfd_ref): Initialize new field.
2750 (gdb_bfd_unref): Unref the archive BFD.
2751 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2752 parent archive.
2753
2754 2012-08-15 Tom Tromey <tromey@redhat.com>
2755
2756 PR python/14387:
2757 * python/py-bpevent.c (create_breakpoint_event_object): Update
2758 comment.
2759 * python/py-event.c (evpy_add_attribute): Update comment.
2760 * python/py-exitedevent.c (create_exited_event_object): Fix
2761 reference counting and error handling.
2762 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2763 Fix reference counting.
2764 * python/py-signalevent.c (create_signal_event_object): Fix
2765 reference counting and error handling.
2766 * python/py-stopevent.c (emit_stop_event): Fix reference
2767 counting.
2768 * python/py-threadevent.c (get_event_thread): Return a
2769 borrowed reference.
2770 * python/py-type.c (convert_field): Fix reference counting.
2771
2772 2012-08-15 Tom Tromey <tromey@redhat.com>
2773
2774 * dwarf2read.c (dwarf_decode_macro_bytes)
2775 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2776 as hash key.
2777
2778 2012-08-14 Mike Frysinger <vapier@gentoo.org>
2779
2780 * infcmd.c (_initialize_infcmd): Update help text for the signal,
2781 stepi, nexti, finish, next, step, jump, and continue commands.
2782 * infrun.c (_initialize_infrun): Update help text for the handle
2783 command.
2784
2785 2012-08-14 Doug Evans <dje@google.com>
2786
2787 * gdbtypes.c (struct extra): Delete, unused.
2788
2789 * gdbtypes.c: Whitespace cleanup.
2790 (address_space_name_to_int): Remove "extern" from definition.
2791 (_initialize_gdbtypes): Declare with initialize_file_ftype.
2792
2793 * gdbtypes.c (make_pointer_type): Remove redundant setting of
2794 TYPE_POINTER_TYPE (type).
2795
2796 2012-08-14 Gary Benson <gbenson@redhat.com>
2797
2798 * solib-svr4.c (svr4_free_library_list): Use free_so.
2799
2800 2012-08-13 Mike Frysinger <vapier@gentoo.org>
2801
2802 * .gitignore: Add go-exp.c.
2803
2804 2012-08-13 Doug Evans <dje@google.com>
2805
2806 * value.c (show_convenience): Tweak comment.
2807 (_initialize_values): Mention convenience functions in the help text
2808 for "show convenience".
2809
2810 2012-08-13 Yao Qi <yao@codesourcery.com>
2811
2812 * std-operator.def: Remove TERNOP_SLICE_COUNT.
2813 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2814 TERNOP_SLICE_COUNT.
2815 * eval.c (evaluate_subexp_standard): Likewise.
2816 * expprint.c (print_subexp_standard): Likewise.
2817 (dump_subexp_body_standard): Likewise.
2818 * parse.c (operator_length_standard): Likewise.
2819
2820 2012-08-13 Yao Qi <yao@codesourcery.com>
2821
2822 * std-operator.def: Remove OP_BITSTRING.
2823 * breakpoint.c (watchpoint_exp_is_const): Update.
2824 * eval.c (evaluate_subexp_standard): Remove handling to
2825 OP_BITSTRING.
2826 * expprint.c (print_subexp_standard): Likewise.
2827 (dump_subexp_body_standard): Likewise.
2828 * parse.c (operator_length_standard): Likewise.
2829 * valops.c (value_bitstring): Remove.
2830 * value.h: Remove the declaration of 'value_bitstring'.
2831
2832 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2833
2834 * linespec.c (find_methods): Remove unused variables `i1' and
2835 `name_len'.
2836 (decode_line_full): Likewise for `arg_start'.
2837
2838 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2839
2840 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2841 (zlib_decompress_section): Likewise for `section_data'.
2842 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2843
2844 2012-08-10 Doug Evans <dje@google.com>
2845
2846 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2847 * NEWS: Document them.
2848 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2849 function/strfns.py.
2850 * python/py-type.c (typy_array_1): New function.
2851 (typy_array): Call it.
2852 (typy_vector): New function.
2853 (type_object_methods): Add "vector".
2854 * python/lib/gdb/function/__init__.py: New file.
2855 * python/lib/gdb/function/strfns.py: New file.
2856
2857 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
2858
2859 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2860 for TYPE_FIELD_BITPOS.
2861 (typy_get_sizeof): Likewise for TYPE_LENGTH.
2862
2863 2012-08-10 Mike Frysinger <vapier@gentoo.org>
2864
2865 PR cli/10436:
2866 * common/vec.h (VEC_merge): Define.
2867 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2868 (DEF_VEC_ALLOC_FUNC_P): Likewise.
2869 (DEF_VEC_ALLOC_FUNC_O): Likewise.
2870 * completer.c: Include gdb_signals.h.
2871 (signal_completer): Define.
2872 * completer.h (signal_completer): Add prototype.
2873 * infcmd.c (_initialize_infcmd): Assign the command
2874 completer for "signal" to handle_completer.
2875 * infrun.c: Include completer.h.
2876 (handle_completer): Define.
2877 (_initialize_infrun): Declare a new local variable c. Store the
2878 result of add_com("handle") to it. Assign the command
2879 completer for "handle" to handle_completer.
2880
2881 2012-08-09 Yao Qi <yao@codesourcery.com>
2882
2883 * cli/cli-decode.c (set_cmd_prefix): New.
2884 (lookup_cmd_for_prefixlist): New.
2885 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2886 of each cmd_list_element in *prefixlist.
2887 (add_setshow_cmd_full): set_cmd_prefix.
2888 (add_alias_cmd): Likewise.
2889 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2890 Declare 'auto_boolean_enums'.
2891 * cli/cli-setshow.c: Include "observer.h".
2892 (notify_command_param_changed_p): New.
2893 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2894 Remove 'static'.
2895 (do_setshow_command): Split it to ...
2896 (do_set_command, do_show_command): ... them. New.
2897 (do_set_command): Call observer_notify_command_param_changed if
2898 notify_command_param_changed_p returns true.
2899 (cmd_show_list): Caller update.
2900 * auto-load.c (set_auto_load_cmd): Likewise.
2901 * remote.c (show_remote_cmd): Likewise.
2902 * cli/cli-setshow.h: Update declarations.
2903 * top.c (execute_command): Call do_set_command and do_show_command.
2904
2905 * NEWS: Mention new MI notification.
2906 * mi/mi-interp.c: Declare mi_command_param_changed.
2907 (mi_interpreter_init): Attach mi_command_param_changed to
2908 observer command_param_changed.
2909 (mi_command_param_changed): New.
2910 Remove mi_suppress_breakpoint_notifications.
2911 Define global variable mi_suppress_notification.
2912 (mi_breakpoint_created): Update.
2913 (mi_breakpoint_deleted): Likewise.
2914 (mi_breakpoint_modified): Likewise.
2915 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
2916 'gdb-set' and set mi_suppress_notification.
2917 * mi/mi-main.h: (mi_suppress_notification): New struct.
2918
2919 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
2920 Jan Kratochvil <jan.kratochvil@redhat.com>
2921
2922 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2923
2924 2012-08-09 Yao Qi <yao@codesourcery.com>
2925
2926 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2927 (skiplist): Move it to skip.c.
2928 (init_cmd_lists): Remove code setting enablebreaklist and
2929 skiplist to NULL.
2930 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2931 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2932 skiplist.
2933 * gdbcmd.h: Likewise.
2934 * skip.c (_initialize_step_skip): Move 'skiplist' from
2935 cli/cli-cmds.c.
2936
2937 2012-08-09 Yao Qi <yao@codesourcery.com>
2938
2939 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2940 * gnu-nat.c, symfile.c: Likewise.
2941
2942 2012-08-08 Aaron Gamble <agamble@google.com>
2943
2944 * utils.c (prompt_for_continue_wait_time): New static global.
2945 (make_command_stats_cleanup): Initialize it.
2946 (report_command_stats): Subtract time waiting for user.
2947 (prompt_for_continue): Track time waiting for user.
2948 (defaulted_query): Track time waiting for user.
2949
2950 2012-08-08 Doug Evans <dje@google.com>
2951
2952 * eval.c (evaluate_subexp_standard): Fix thinko in handling
2953 UNOP_MEMVAL_TYPE.
2954 * expprint.c (print_subexp_standard, case OP_TYPE): New.
2955 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2956 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2957 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2958 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2959 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2960 elt.
2961 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2962 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2963 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2964 (dump_prefix_expression): Handle OP_TYPE.
2965
2966 2012-08-08 Keith Seitz <keiths@redhat.com>
2967
2968 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2969 addr_start.
2970
2971 2012-08-08 Doug Evans <dje@google.com>
2972
2973 * linux-thread-db.c: #include "gdb_vecs.h".
2974 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
2975 updated.
2976 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
2977 (thread_db_load_search): Use a vector to iterate over path elements.
2978 Handle text appearing after "$pdir".
2979
2980 * gdb_string.h: Moved to ...
2981 * common/gdb_string.h: ... here.
2982 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2983 gdb_string.h and gdb_assert.h.
2984
2985 2012-08-08 Yao Qi <yao@codesourcery.com>
2986
2987 * tic6x-tdep.c (tic6x_register_to_value): Remove.
2988 (tic6x_value_to_register): Likewise.
2989 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2990 and set_gdbarch_value_to_register.
2991
2992 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2993 Jean-Marc Saffroy <saffroy@gmail.com>
2994
2995 PR 11804
2996 * defs.h (find_memory_region_ftype): New comment. New arg modified.
2997 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2998 * gcore.c (gcore_create_callback): New function comment. Add modified
2999 parameter. Only write modified regions. Set SEC_READONLY exactly
3000 according to MODIFIED.
3001 (objfile_find_memory_regions): Ignore separate debug info files. Ass
3002 the passed modified value to FUNC.
3003 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
3004 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
3005 first. New variables modified and has_anonymous. Parse the lines of
3006 smaps file. Add the passed MODIFIED value to FUNC.
3007 * procfs.c (find_memory_regions_callback): Add the passed modified
3008 value.
3009
3010 2012-08-06 Tom Tromey <tromey@redhat.com>
3011
3012 * dwarf2-frame.c (clear_pointer_cleanup): New function.
3013 (dwarf2_frame_cache): Use it.
3014 * frame-unwind.h (frame_sniffer_ftype): Document prologue
3015 cache initialization constraint.
3016
3017 2012-08-06 Tom Tromey <tromey@redhat.com>
3018
3019 PR python/14386:
3020 * varobj.c (update_dynamic_varobj_children): Don't call
3021 PyIter_Check.
3022
3023 2012-08-06 Tom Tromey <tromey@redhat.com>
3024
3025 PR cli/14392:
3026 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3027
3028 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3029
3030 * NEWS: New entry for 'cd' default parameters.
3031 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3032
3033 2012-08-03 Tom Tromey <tromey@redhat.com>
3034
3035 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3036 return.
3037
3038 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3039
3040 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3041 to attempting lseek/write.
3042 (inf_child_fileio_pread): Likewise for pread.
3043
3044 2012-08-02 Yao Qi <yao@codesourcery.com>
3045
3046 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3047 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3048 add_setshow_zinteger_cmd.
3049 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3050 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3051 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3052 instead of add_setshow_zinteger_cmd.
3053 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3054 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3055 instead of add_setshow_zinteger_cmd.
3056 * frame.c (frame_debug): Add 'unsigned'.
3057 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3058 add_setshow_zinteger_cmd.
3059 * frame.h: Update the declaration of 'frame_debug'.
3060 * gdbtypes.c (overload_debug): Add 'unsigned'.
3061 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3062 add_setshow_zinteger_cmd.
3063 * inferior.h: Update declaration of 'debug_infrun'.
3064 * infrun.c (debug_infrun): Add 'unsigned'.
3065 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3066 add_setshow_zinteger_cmd.
3067 * jit.c (jit_debug): Add 'unsigned'.
3068 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3069 add_setshow_zinteger_cmd.
3070 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3071 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3072 instead of add_setshow_zinteger_cmd.
3073 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3074 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3075 add_setshow_zinteger_cmd.
3076 * machoread.c (mach_o_debug_level): Add 'unsigned'.
3077 (_initialize_machoread): Call add_setshow_zuinteger_cmd
3078 instead of add_setshow_zinteger_cmd.
3079 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3080 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3081 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3082 intead of add_setshow_zinteger_cmd.
3083 * mips-tdep.c (mips_debug): Add 'unsigned'.
3084 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3085 instead of add_setshow_zinteger_cmd.
3086 * monitor.c (monitor_debug): Add 'unsigned'.
3087 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3088 add_setshow_zinteger_cmd.
3089 * observer.c (observer_debug): Add 'unsigned'.
3090 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3091 add_setshow_zinteger_cmd.
3092 * parse.c (expressiondebug): Add 'unsigned'.
3093 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3094 add_setshow_zinteger_cmd.
3095 * record.c (record_debug): Add 'unsigned'.
3096 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3097 add_setshow_zinteger_cmd.
3098 * record.h: Update the declaration of 'record_debug'.
3099 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3100 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3101 add_setshow_zinteger_cmd.
3102 * serial.c (global_serial_debug_p): Add 'unsigned'.
3103 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3104 add_setshow_zinteger_cmd.
3105 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3106 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3107 add_setshow_zinteger_cmd.
3108 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3109 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3110 add_setshow_zinteger_cmd.
3111 * target.c (targetdebug): Add 'unsigned'.
3112 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3113 add_setshow_zinteger_cmd.
3114 * valops.c (overload_debug): Add 'unsigned'.
3115 * varobj.c (varobjdebug): Add 'unsigned'.
3116 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3117 add_setshow_zinteger_cmd.
3118 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3119 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3120 instead of add_setshow_zinteger_cmd.
3121
3122 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3123 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3124 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3125 instead of add_setshow_zinteger_cmd.
3126 * gdbarch.c, gdbarch.h: Re-generated.
3127
3128 2012-08-02 Yao Qi <yao@codesourcery.com>
3129
3130 * nto-tdep.c: Don't include cli/cli-decode.h and
3131 cli/cli-cmds.h.
3132 (_initialize_nto_tdep): Remove.
3133 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3134 Remove field.
3135 Remove macro nto_internal_debugging.
3136
3137 2012-08-01 Richard Henderson <rth@redhat.com>
3138
3139 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3140 (mep-*-*) [gdb_target_obs]: Likewise.
3141
3142 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3143
3144 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3145 linux_get_siginfo_type.
3146
3147 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3148
3149 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3150 AT_ENTRY_POINT.
3151 (call_function_by_hand) <ON_STACK>: Call write_memory with
3152 gdbarch_breakpoint_from_pc, if possible.
3153 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
3154 here.
3155
3156 2012-07-31 Yao Qi <yao@codesourcery.com>
3157
3158 * tracepoint.c: Add 'static' for some variables.
3159
3160 2012-07-31 Yao Qi <yao@codesourcery.com>
3161
3162 * go32-nat.c: Declare _initialize_go32_nat.
3163 * ser-go32.c: Declare _initialize_ser_dos.
3164 * top.c (do_chdir_cleanup): Add 'static'.
3165
3166 2012-07-30 Keith Seitz <keiths@redhat.com>
3167
3168 * linespec.c (linespec_lex_number): A number followed
3169 by quotes is a valid number, too.
3170
3171 2012-07-30 Tom Tromey <tromey@redhat.com>
3172
3173 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3174
3175 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
3176
3177 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3178 attempt to 4-byte-align HW breakpoint addresses for Thumb.
3179
3180 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
3181
3182 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3183 invalid or reevaluated to prevent prevent references to possibly
3184 delete'd type objects being left in the varobj.
3185
3186 2012-07-27 Tom Tromey <tromey@redhat.com>
3187 Jan Kratochvil <jan.kratochvil@redhat.com>
3188
3189 * copying.awk: Print buffer-read-only and vi ro markers.
3190 * copying.c: Rebuild.
3191 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3192 * gdbarch.c, gdbarch.h: Rebuild.
3193 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3194 buffer-read-only and vi ro markers.
3195 * features/arm-with-iwmmxt.c: Rebuild.
3196 * features/arm-with-m-fpa-layout.c: Rebuild.
3197 * features/arm-with-m-vfp-d16.c: Rebuild.
3198 * features/arm-with-m.c: Rebuild.
3199 * features/arm-with-neon.c: Rebuild.
3200 * features/arm-with-vfpv2.c: Rebuild.
3201 * features/arm-with-vfpv3.c: Rebuild.
3202 * features/i386/amd64-avx-linux.c: Rebuild.
3203 * features/i386/amd64-avx.c: Rebuild.
3204 * features/i386/amd64-linux.c: Rebuild.
3205 * features/i386/amd64.c: Rebuild.
3206 * features/i386/i386-avx-linux.c: Rebuild.
3207 * features/i386/i386-avx.c: Rebuild.
3208 * features/i386/i386-linux.c: Rebuild.
3209 * features/i386/i386-mmx-linux.c: Rebuild.
3210 * features/i386/i386-mmx.c: Rebuild.
3211 * features/i386/i386.c: Rebuild.
3212 * features/i386/x32-avx-linux.c: Rebuild.
3213 * features/i386/x32-avx.c: Rebuild.
3214 * features/i386/x32-linux.c: Rebuild.
3215 * features/i386/x32.c: Rebuild.
3216 * features/mips-dsp-linux.c: Rebuild.
3217 * features/mips-linux.c: Rebuild.
3218 * features/mips64-dsp-linux.c: Rebuild.
3219 * features/mips64-linux.c: Rebuild.
3220 * features/rs6000/powerpc-32.c: Rebuild.
3221 * features/rs6000/powerpc-32l.c: Rebuild.
3222 * features/rs6000/powerpc-403.c: Rebuild.
3223 * features/rs6000/powerpc-403gc.c: Rebuild.
3224 * features/rs6000/powerpc-405.c: Rebuild.
3225 * features/rs6000/powerpc-505.c: Rebuild.
3226 * features/rs6000/powerpc-601.c: Rebuild.
3227 * features/rs6000/powerpc-602.c: Rebuild.
3228 * features/rs6000/powerpc-603.c: Rebuild.
3229 * features/rs6000/powerpc-604.c: Rebuild.
3230 * features/rs6000/powerpc-64.c: Rebuild.
3231 * features/rs6000/powerpc-64l.c: Rebuild.
3232 * features/rs6000/powerpc-7400.c: Rebuild.
3233 * features/rs6000/powerpc-750.c: Rebuild.
3234 * features/rs6000/powerpc-860.c: Rebuild.
3235 * features/rs6000/powerpc-altivec32.c: Rebuild.
3236 * features/rs6000/powerpc-altivec32l.c: Rebuild.
3237 * features/rs6000/powerpc-altivec64.c: Rebuild.
3238 * features/rs6000/powerpc-altivec64l.c: Rebuild.
3239 * features/rs6000/powerpc-cell32l.c: Rebuild.
3240 * features/rs6000/powerpc-cell64l.c: Rebuild.
3241 * features/rs6000/powerpc-e500.c: Rebuild.
3242 * features/rs6000/powerpc-e500l.c: Rebuild.
3243 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
3244 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
3245 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
3246 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
3247 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
3248 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
3249 * features/rs6000/powerpc-vsx32.c: Rebuild.
3250 * features/rs6000/powerpc-vsx32l.c: Rebuild.
3251 * features/rs6000/powerpc-vsx64.c: Rebuild.
3252 * features/rs6000/powerpc-vsx64l.c: Rebuild.
3253 * features/rs6000/rs6000.c: Rebuild.
3254 * features/s390-linux32.c: Rebuild.
3255 * features/s390-linux32v1.c: Rebuild.
3256 * features/s390-linux32v2.c: Rebuild.
3257 * features/s390-linux64.c: Rebuild.
3258 * features/s390-linux64v1.c: Rebuild.
3259 * features/s390-linux64v2.c: Rebuild.
3260 * features/s390x-linux64.c: Rebuild.
3261 * features/s390x-linux64v1.c: Rebuild.
3262 * features/s390x-linux64v2.c: Rebuild.
3263 * features/tic6x-c62x-linux.c: Rebuild.
3264 * features/tic6x-c62x.c: Rebuild.
3265 * features/tic6x-c64x-linux.c: Rebuild.
3266 * features/tic6x-c64x.c: Rebuild.
3267 * features/tic6x-c64xp-linux.c: Rebuild.
3268 * features/tic6x-c64xp.c: Rebuild.
3269
3270 2012-07-27 Tom Tromey <tromey@redhat.com>
3271
3272 * c-exp.y (classify_name): Avoid assignment in condition.
3273
3274 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
3275
3276 * amd64-windows-tdep.c: Include "frame.h".
3277 (amd64_windows_skip_trampoline_code): New function.
3278 (amd64_windows_init_abi): Add trampoline registration.
3279
3280 2012-07-27 Yao Qi <yao@codesourcery.com>
3281
3282 * tracepoint.c (cur_traceframe_number): Remove.
3283 (set_tfile_traceframe): Remove.
3284 (tfile_trace_find, tfile_fetch_registers): Update callers.
3285 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
3286 (tfile_open, tfile_trace_find): Likewise.
3287
3288 2012-07-27 Yao Qi <yao@codesourcery.com>
3289
3290 * thread.c (switch_to_thread): Don't call registers_changed.
3291
3292 2012-07-26 Tom Tromey <tromey@redhat.com>
3293
3294 * Makefile.in (SFILES): Remove objc-exp.y.
3295 (YYFILES): Remove objc-exp.c.
3296 (YYOBJ): Remove objc-exp.o.
3297 (local-maintainer-clean): Don't mention objc-exp.c.
3298 * c-exp.y: Include objc-lang.h.
3299 (%union) <class>: New field.
3300 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
3301 (exp): Clone subscript production for OBJC_LBRAC. Add various
3302 Objective C productions.
3303 (msglist, msgarglist, msgarg): New productions.
3304 (array_mod, func_mod, operator): Clone productions for
3305 OBJC_LBRAC.
3306 (parse_string_or_char): Handle '@' strings.
3307 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
3308 (classify_name): Check la_name_of_this. Recognize ObjC class
3309 names.
3310 * objc-exp.y: Remove.
3311 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
3312 * objc-lang.h (objc_parse, objc_error): Don't declare.
3313
3314 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
3315
3316 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
3317
3318 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3319
3320 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
3321 and decrement.
3322
3323 2012-07-26 Tom Tromey <tromey@redhat.com>
3324
3325 * copying.c: Rebuild.
3326 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
3327 'no_class'.
3328
3329 2012-07-26 Tom Tromey <tromey@redhat.com>
3330
3331 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
3332 immediate_quit.
3333 (print_objfile_statistics): Likewise.
3334 (maintenance_print_symbols): Likewise.
3335 (maintenance_print_msymbols): Likewise.
3336 (maintenance_print_objfiles): Likewise.
3337 * psymtab.c (print_partial_symbols): Call QUIT.
3338 (maintenance_print_psymbols): Likewise. Don't modify
3339 immediate_quit.
3340 * copying.c (show_copying_command): Don't modify immediate_quit.
3341 (show_warranty_command): Likewise.
3342 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
3343
3344 2012-07-26 Keith Seitz <keiths@redhat.com>
3345
3346 * linespec.c (linespec_lexer_lex_number): The input
3347 is also a valid number if the next character is a comma
3348 or colon.
3349
3350 2012-07-26 Joel Brobecker <brobecker@adacore.com>
3351
3352 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
3353 configure options.
3354
3355 2012-07-26 Tristan Gingold <gingold@adacore.com>
3356
3357 * machoread.c: Include gdb_bfd.h.
3358
3359 2012-07-26 Tristan Gingold <gingold@adacore.com>
3360
3361 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
3362 offset.
3363
3364 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3365
3366 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
3367 SIZE to size_t.
3368 (dwarf2_evaluate_loc_desc): Likewise.
3369 (dwarf2_loc_desc_needs_frame): Likewise.
3370 (locexpr_describe_location_1): Likewise.
3371 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
3372 size_t.
3373 (struct dwarf2_loclist_baton): Likewise.
3374 * dwarf2read.c (struct dwarf_block): Likewise.
3375 (dump_die_shallow): Use pulongest to print dwarf_block.size.
3376 (decode_locdesc): Expand SIZE and I to size_t.
3377
3378 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3379
3380 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
3381
3382 2012-07-25 Joel Brobecker <brobecker@adacore.com>
3383
3384 * doublest.c (convert_doublest_to_floatformat): If the exponent
3385 is too small, treat the value as zero. If the exponent is too
3386 large, treat the value as infinity.
3387
3388 2012-07-25 Joel Brobecker <brobecker@adacore.com>
3389
3390 * configure.ac: Add --enable-lmcheck configure option.
3391 * configure: Regenerate.
3392
3393 2012-07-25 Tom Tromey <tromey@redhat.com>
3394
3395 * NEWS: Mention maint info bfds.
3396 * gdb_bfd.c (all_bfds): New global.
3397 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
3398 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
3399 New functions.
3400
3401 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
3402
3403 * configure.tgt: Add v850*-*-rtems*.
3404
3405 2012-07-25 Tom Tromey <tromey@redhat.com>
3406
3407 * macrotab.c (macro_bcache_str): Remove cast.
3408
3409 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
3410
3411 * linespec.c (linespec_lexer_lex_number): Update comments,
3412 change the return and add check to make sure the input is
3413 the decimal numbers.
3414 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
3415 false, call linespec_lexer_lex_string.
3416
3417 2012-07-24 Tom Tromey <tromey@redhat.com>
3418
3419 * symfile.c (symbol_file_add): Don't open BFD twice.
3420
3421 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
3422
3423 * breakpoint.c (create_breakpoint): Store condition for pending
3424 breakpoints.
3425
3426 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
3427
3428 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
3429 (m68k_return_value): Handle complex types like structures.
3430 (m68k_svr4_return_value): Likewise.
3431
3432 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
3433
3434 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
3435 parameters to bfd_get_section_name.
3436
3437 2012-07-24 Yao Qi <yao@codesourcery.com>
3438
3439 * cli/cli-setshow.c: Handle case 'var_uinteger'
3440 and 'var_zuninteger' together. Handle case 'var_integer' and
3441 'var_zinteger' together.
3442
3443 2012-07-23 Keith Seitz <keiths@redhat.com>
3444
3445 * linespec.c (convert_linespec_to_sal): Don't add
3446 any symbols to the result vector if symbol_to_sal
3447 returns zero.
3448
3449 2012-07-23 Keith Seitz <keiths@redhat.com>
3450
3451 * linespec.c (decode_objc): Record the function name
3452 in the linespec.
3453
3454 2012-07-23 Tom Tromey <tromey@redhat.com>
3455
3456 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
3457 counting.
3458 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
3459 (map_vmap): Acquire a reference to the BFD.
3460
3461 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
3462
3463 * p-valprint.c (pascal_object_print_value): Replace potentially
3464 unsafe alloca with xmalloc/xfree.
3465 * valops.c (search_struct_method): Likewise.
3466
3467 2012-07-23 Tom Tromey <tromey@redhat.com>
3468
3469 * solib-svr4.c (enable_break): Update.
3470 * bfd-target.h (target_bfd_reopen): Update documentation.
3471
3472 2012-07-23 Tom Tromey <tromey@redhat.com>
3473
3474 * symfile.c (separate_debug_file_exists): Update.
3475 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
3476 (reread_symbols): Update.
3477 * elfread.c (build_id_verify): Update.
3478 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
3479 bfd_open_maybe_remote.
3480
3481 2012-07-23 Tom Tromey <tromey@redhat.com>
3482
3483 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
3484
3485 2012-07-23 Tom Tromey <tromey@redhat.com>
3486
3487 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
3488 and 'abfd'.
3489 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
3490 and 'abfd'.
3491 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
3492 * machoread.c (macho_add_oso_symfile): Make a cleanup for
3493 'abfd'.
3494 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
3495 * objfiles.c (allocate_objfile): Acquire a new reference.
3496 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
3497 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
3498 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
3499 a cleanup for 'nbfd'.
3500 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
3501 for 'nbfd'.
3502 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
3503 make a cleanup for 'abfd'.
3504 (symbol_file_add): Make a BFD cleanup.
3505
3506 2012-07-23 Tom Tromey <tromey@redhat.com>
3507
3508 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
3509 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
3510 * corelow.c (core_open): Use gdb_bfd_fopen.
3511 * dsrec.c (load_srec): Use gdb_bfd_openr.
3512 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
3513 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
3514 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3515 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3516 (gdb_bfd_fdopenr): New functions.
3517 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3518 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3519 (gdb_bfd_fdopenr): Declare.
3520 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
3521 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
3522 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
3523 gdb_bfd_openr_next_archived_file.
3524 (macho_check_dsym): Use gdb_bfd_openr.
3525 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
3526 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
3527 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
3528 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
3529 gdb_bfd_openr.
3530 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
3531 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
3532 gdb_bfd_openr_next_archived_file.
3533 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3534 Use gdb_bfd_openr.
3535 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3536 gdb_bfd_openr.
3537 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
3538 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
3539 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
3540 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
3541 (symfile_bfd_open): Use gdb_bfd_fopen.
3542 (generic_load): Use gdb_bfd_openr.
3543 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
3544
3545 2012-07-23 Tom Tromey <tromey@redhat.com>
3546
3547 * bfd-target.c (target_bfd_reopen): Update.
3548 * cli/cli-dump.c (bfd_openr_with_cleanup)
3549 (bfd_openw_with_cleanup): Update.
3550 * corelow.c (core_open): Update.
3551 * dsrec.c (load_srec): Update.
3552 * exec.c (exec_file_attach): Update.
3553 * gcore.c (create_gcore_bfd): Update.
3554 * gdb_bfd.c (gdb_bfd_ref): Return void.
3555 (gdb_bfd_open): Update.
3556 * gdb_bfd.h (gdb_bfd_ref): Return void.
3557 Update comments.
3558 * jit.c (jit_bfd_try_read_symtab): Update.
3559 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3560 * machoread.c (macho_symfile_read_all_oso): Update.
3561 (macho_check_dsym): Update.
3562 * procfs.c (insert_dbx_link_bpt_in_file): Update.
3563 * remote-m32r-sdi.c (m32r_load): Update.
3564 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
3565 * rs6000-nat.c (add_vmap): Update.
3566 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3567 Update.
3568 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3569 * solib-spu.c (spu_bfd_open): Update.
3570 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
3571 * spu-linux-nat.c (spu_bfd_open): Update.
3572 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
3573 (generic_load): Update.
3574 * windows-nat.c (windows_make_so): Update.
3575
3576 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
3577
3578 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
3579
3580 2012-07-20 Jeff Kenton <jkenton@tilera.com>
3581
3582 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
3583 SIGTRAMP_FRAME unwinding.
3584
3585 2012-07-20 Doug Evans <dje@google.com>
3586
3587 * NEWS: Document new options "set/show use-deprecated-index-sections",
3588 and delete reference to --use-deprecated-index-sections.
3589 * symfile.h (use_deprecated_index_sections): Delete.
3590 * dwarf2read.c (use_deprecated_index_sections): Make static.
3591 (read_index_from_section): Update wording of how to load
3592 deprecated index sections.
3593 (_initialize_dwarf2_read): New options
3594 "set/show use-deprecated-index-sections".
3595 * main.c (captured_main): Delete --use-deprecated-index-sections.
3596
3597 2012-07-20 Pedro Alves <palves@redhat.com>
3598
3599 PR threads/11692
3600 PR gdb/12203
3601
3602 * infrun.c (handle_inferior_event) <new thread>: Don't special
3603 case minus_one_ptid.
3604 <TARGET_WAITKIND_SPURIOUS>: Ditto.
3605 * linux-thread-db.c (thread_get_info_callback): Don't return early
3606 if the thread is zombie.
3607 (thread_from_lwp): Change return type to void. Rewrite stale
3608 comment.
3609 (attach_thread): Don't return early if the thread is zombie,
3610 instead set its "dying" flag.
3611 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3612 (find_new_threads_callback): Don't return early if the thread is
3613 zombie.
3614
3615 2012-07-20 Pedro Alves <palves@redhat.com>
3616
3617 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3618 * target.c (target_wait): Likewise.
3619 (str_comma_list_concat_elem, do_option, target_options_to_string):
3620 New functions.
3621 * target.h (target_options_to_string): Declare.
3622
3623 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3624 Tom Tromey <tromey@redhat.com>
3625
3626 * dwarf2read.c (dwarf_decode_macros)
3627 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3628 DW_MACRO_GNU_transparent_include_alt>: New cases.
3629 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3630 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3631
3632 2012-07-20 Tom Tromey <tromey@redhat.com>
3633
3634 * dwarf2read.c (try_open_dwo_file): Don't call
3635 gdb_bfd_stash_filename.
3636
3637 2012-07-20 Pedro Alves <palves@redhat.com>
3638
3639 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3640 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3641 (i386_process_record): Tweak description comments.
3642
3643 2012-07-20 Pedro Alves <palves@redhat.com>
3644
3645 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3646 (i386_process_record): Use record_read_memory.
3647 * record.c (record_read_memory): New function.
3648 (record_arch_list_add_mem, record_exec_insn): Use
3649 record_read_memory.
3650 * record.h (record_read_memory): Declare.
3651
3652 2012-07-20 Yao Qi <yao@codesourcery.com>
3653
3654 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3655 NULL for xfree.
3656
3657 2012-07-19 Pedro Alves <palves@redhat.com>
3658
3659 * record.c (record_resume): Ask the target beneath to report all
3660 signals.
3661
3662 2012-07-19 Doug Evans <dje@google.com>
3663
3664 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3665 there's no section at address zero.
3666 (dwarf2_record_block_ranges): Ditto.
3667
3668 2012-07-19 Yao Qi <yao@codesourcery.com>
3669
3670 * command.h, remote.c: Fix a typo in comment.
3671
3672 2012-07-19 Tom Tromey <tromey@redhat.com>
3673
3674 PR exp/13206:
3675 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3676 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3677 OP_DECLTYPE>: New cases.
3678 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3679 (type_exp): Add new productions.
3680 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3681 and decltype.
3682 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3683 New case.
3684 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3685 OP_DECLTYPE>: New case.
3686 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3687 New case.
3688 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3689 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3690
3691 2012-07-19 Tom Tromey <tromey@redhat.com>
3692
3693 * c-exp.y (enum token_flags): New.
3694 (struct token) <cxx_only>: Remove.
3695 <flags>: New field.
3696 (tokentab3, tokentab2, ident_tokens): Update.
3697 (lex_one_token): Update. Handle FLAG_SHADOW.
3698
3699 2012-07-19 Tom Tromey <tromey@redhat.com>
3700
3701 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3702 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3703 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3704 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
3705 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
3706 type_exp production where appropriate.
3707 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3708 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3709 <UNOP_MEMVAL_TYPE>: New case.
3710 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3711 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3712 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3713 <UNOP_MEMVAL_TYPE>: New case.
3714 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3715 UNOP_REINTERPRET_CAST>: Update.
3716 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3717 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3718 UNOP_REINTERPRET_CAST>: Update.
3719 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3720 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3721 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3722 constants.
3723
3724 2012-07-19 Yao Qi <yao@codesourcery.com>
3725 Jan Kratochvil <jan.kratochvil@redhat.com>
3726
3727 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3728 and case 'var_optional_filename' together.
3729 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3730 instead of add_setshow_optional_filename_cmd for setshow command
3731 'args'. Set completer for 'set args'.
3732
3733 2012-07-18 Doug Evans <dje@google.com>
3734
3735 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3736 * common/gdb_vecs.c: New file, contents from utils.c.
3737 * common/host-defs.h: New file, contents from defs.h.
3738 * utils.h: New file, contents from defs.h.
3739 * defs.h: Move all declarations of objects defined in utils.c
3740 to utils.h (except QUIT() and related).
3741 #include "utils.h", "host-defs.h".
3742 * probe.h (probe_p): Move here from gdb_vecs.h.
3743 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3744 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3745 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3746 * Makefile.in (SFILES): Add common/gdb_vecs.c.
3747 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3748 (COMMON_OBS): Add gdb_vecs.o.
3749 (gdb_vecs.o): New rule.
3750
3751 2012-07-18 Keith Seitz <keiths@redhat.com>
3752
3753 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3754 parameter. If non-zero, use SYMNAME as the canonical name
3755 for the SaL.
3756 Update all callers.
3757 (convert_linespec_to_sals): Use add_sal_to_sals for
3758 expressions, too.
3759 (decode_line_full): No need to "fill in missing canonical names"
3760 anymore. Simply make cleanups for the allocated names.
3761
3762 2012-07-18 Keith Seitz <keiths@redhat.com>
3763
3764 * linespec.c (struct linespec): Constify expression,
3765 source_filename, function_name, and label_name.
3766 (symbol_not_found_error): Make all parameters const.
3767 (linespec_parser_delete): No need to check for NULL
3768 when using xfree. Cast const char * to char * for xfree.
3769
3770 2012-07-18 Keith Seitz <keiths@redhat.com>
3771
3772 * breakpoint.c (invalid_thread_id_error): New function.
3773 (find_condition_and_thread): Use invalid_thread_id_error.
3774 (watch_command_1): Likewise.
3775
3776 2012-07-18 Tom Tromey <tromey@redhat.com>
3777
3778 * cc-with-index.sh, cc-with-dwz.sh: Remove.
3779 * contrib/cc-with-tweaks.sh: New file.
3780
3781 2012-07-18 Tom Tromey <tromey@redhat.com>
3782
3783 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3784 (locate_dwz_sections): Recognize .gdb_index.
3785 (create_cus_from_index_list): New function.
3786 (create_cus_from_index): Use it. Handle .dwz data.
3787 (read_index_from_section): New function, extracted from
3788 dwarf2_read_index.
3789 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
3790 if needed.
3791
3792 2012-07-18 Tom Tromey <tromey@redhat.com>
3793
3794 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3795 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3796 <is_dwz>: New field.
3797 (struct dwz_file): New.
3798 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3799 (locate_dwz_sections, dwarf2_get_dwz_file)
3800 (get_abbrev_section_for_cu): New functions.
3801 (error_check_comp_unit_head, read_and_check_comp_unit_head)
3802 (read_and_check_type_unit_head): Add abbrev_section argument.
3803 (create_debug_types_hash_table): Update.
3804 (init_cutu_and_read_dies): Use proper abbrev section.
3805 (init_cutu_and_read_dies_no_follow): Likewise.
3806 (set_partial_user): Do nothing if PST==NULL.
3807 (read_comp_units_from_section): New function.
3808 (create_all_comp_units): Use it.
3809 (scan_partial_symbols, partial_die_parent_scope): Update.
3810 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3811 (process_imported_unit_die, read_partial_die): Handle .dwz files.
3812 (find_partial_die): Add offset_in_dwz argument. Update.
3813 (guess_partial_die_structure_name, fixup_partial_die): Update.
3814 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3815 DW_FORM_GNU_strp_alt.
3816 (read_indirect_string_from_dwz): New function.
3817 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3818 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3819 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3820 (follow_die_offset): Add offset_in_dwz argument.
3821 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3822 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3823 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3824 Handle new macro forms.
3825 (dwarf_decode_macros): Update.
3826 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3827 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3828 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3829 (create_debug_types_hash_table): Use correct abbrev section.
3830 (get_debug_line_section): New function.
3831 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3832 (process_full_comp_unit): Pass 'required' argument to
3833 end_symtab_get_static_block.
3834 * buildsym.h (end_symtab_get_static_block): Update.
3835 * buildsym.c (end_symtab_get_static_block): Add 'required'
3836 argument.
3837 (end_symtab, end_expandable_symtab): Update.
3838
3839 2012-07-18 Tom Tromey <tromey@redhat.com>
3840
3841 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3842 (pagesize): Remove.
3843 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3844 (zlib_decompress_section): Remove.
3845 (dwarf2_read_section): Use gdb_bfd_map_section.
3846 (munmap_section_buffer): Remove.
3847 (free_dwo_file, dwarf2_per_objfile_free): Don't use
3848 munmap_section_buffer.
3849 * gdb_bfd.c: Include zlib.h, sys/mman.h.
3850 (struct gdb_bfd_section_data): New.
3851 (free_one_bfd_section): New function.
3852 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3853 (get_section_descriptor, zlib_decompress_section)
3854 (gdb_bfd_map_section): New functions.
3855 * gdb_bfd.h (gdb_bfd_map_section): Declare.
3856
3857 2012-07-18 Tom Tromey <tromey@redhat.com>
3858
3859 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3860
3861 2012-07-18 Tom Tromey <tromey@redhat.com>
3862
3863 * gdb_bfd.c (struct gdb_bfd_data): New.
3864 (gdb_bfd_cache): New global.
3865 (struct gdb_bfd_cache_search): New.
3866 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3867 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3868 * gdb_bfd.h (gdb_bfd_open): Declare.
3869
3870 2012-07-18 Tom Tromey <tromey@redhat.com>
3871
3872 * utils.c (make_cleanup_bfd_unref): Rename from
3873 make_cleanup_bfd_close.
3874 * defs.h (make_cleanup_bfd_unref): Rename from
3875 make_cleanup_bfd_close.
3876 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3877 (bfd_openw_with_cleanup): Update.
3878 * corelow.c (core_open): Update.
3879 * dsrec.c (load_srec): Update.
3880 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3881 * remote-m32r-sdi.c (m32r_load): Update.
3882 * remote-mips.c (mips_load_srec): Update.
3883 (pmon_load_fast): Update.
3884 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3885 Update.
3886 (darwin_bfd_open): Update.
3887 * solib.c (solib_bfd_fopen): Update.
3888 * symfile-mem.c (symbol_file_add_from_memory): Update.
3889 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3890 (symfile_bfd_open): Update.
3891 (generic_load): Update.
3892
3893 2012-07-18 Tom Tromey <tromey@redhat.com>
3894
3895 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3896 (pmon_load_fast): Likewise.
3897 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3898 (m32r_upload_command): Likewise.
3899 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3900 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3901 Use make_cleanup_bfd_close.
3902
3903 2012-07-18 Tom Tromey <tromey@redhat.com>
3904
3905 * symfile.c (symfile_bfd_open): Don't copy name. Call
3906 gdb_bfd_stash_filename.
3907 (load_command): Open the new BFD before freeing the old.
3908 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3909 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3910 Call gdb_bfd_stash_filename.
3911 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3912 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
3913 gdb_bfd_stash_filename.
3914 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3915 Free found_pathname.
3916 * rs6000-nat.c (add_vmap): Don't copy filename. Call
3917 gdb_bfd_stash_filename.
3918 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3919 * machoread.c (macho_add_oso_symfile): Call
3920 gdb_bfd_stash_filename.
3921 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
3922 gdb_bfd_stash_filename.
3923 (macho_check_dsym): Don't copy filename. Call
3924 gdb_bfd_stash_filename.
3925 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3926 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3927 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3928 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3929 * exec.c (exec_close): Don't free the BFD's filename.
3930 (exec_file_attach): Don't copy the filename. Call
3931 gdb_bfd_stash_filename.
3932 * corelow.c (core_close): Don't free the BFD's filename.
3933 (core_open): Call gdb_bfd_stash_filename.
3934 * corefile.c (reopen_exec_file): Remove #if 0 code.
3935 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
3936 pathname.
3937 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3938
3939 2012-07-18 Tom Tromey <tromey@redhat.com>
3940
3941 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3942 gdb_bfd_unref.
3943 (free_dwo_file): Use gdb_bfd_unref.
3944 * cli/cli-dump.c: Include gdb_bfd.h.
3945 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3946 (bfd_openr_with_cleanup): Likewise.
3947 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3948 gdb_bfd_unref.
3949 * utils.c: Include gdb_bfd.h.
3950 (do_bfd_close_cleanup): Use gdb_bfd_unref.
3951 * symfile.c: Include gdb_bfd.h.
3952 (separate_debug_file_exists): Use gdb_bfd_unref.
3953 (bfd_open_maybe_remote): Use gdb_bfd_ref.
3954 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3955 (generic_load): Use gdb_bfd_ref.
3956 (reread_symbols): Use gdb_bfd_unref.
3957 * symfile-mem.c: Include gdb_bfd.h.
3958 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3959 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3960 * solib.c: Include gdb_bfd.h.
3961 (solib_bfd_fopen): Use gdb_bfd_ref.
3962 (solib_bfd_open): Use gdb_bfd_unref.
3963 (free_so_symbols): Use gdb_bfd_unref.
3964 (reload_shared_libraries_1): Use gdb_bfd_unref.
3965 * solib-spu.c: Include gdb_bfd.h.
3966 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3967 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3968 gdb_bfd_unref.
3969 * solib-frv.c: Include gdb_bfd.h.
3970 (enable_break2): Use gdb_bfd_unref.
3971 * solib-dsbt.c: Include gdb_bfd.h.
3972 (enable_break2): Use gdb_bfd_unref.
3973 * solib-darwin.c: Include gdb_bfd.h.
3974 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3975 gdb_bfd_unref.
3976 (darwin_bfd_open): Use gdb_bfd_unref.
3977 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3978 * remote-mips.c: Include gdb_bfd.h.
3979 (mips_load_srec): Use gdb_bfd_ref.
3980 (pmon_load_fast): Use gdb_bfd_ref.
3981 * remote-m32r-sdi.c: Include gdb_bfd.h.
3982 (m32r_load): Use gdb_bfd_ref.
3983 * record.c: Include gdb_bfd.h.
3984 (record_save_cleanups): Use gdb_bfd_unref.
3985 (cmd_record_save): Use gdb_bfd_unref.
3986 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3987 gdb_bfd_unref.
3988 * objfiles.h (gdb_bfd_close_or_warn): Remove.
3989 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3990 * objfiles.c: Include gdb_bfd.h.
3991 (free_objfile): Use gdb_bfd_unref.
3992 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3993 gdb_bfd.c.
3994 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3995 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3996 (macho_check_dsym): Likewise.
3997 * m32r-rom.c: Include gdb_bfd.h.
3998 (m32r_load): Use gdb_bfd_ref.
3999 (m32r_upload_command): Use gdb_bfd_ref.
4000 * jit.c: Include gdb_bfd.h.
4001 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
4002 * gdb_bfd.h: New file.
4003 * gdb_bfd.c: New file.
4004 * gcore.c: Include gdb_bfd.h.
4005 (create_gcore_bfd): Use gdb_bfd_ref.
4006 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4007 (gcore_command): Use gdb_bfd_unref.
4008 * exec.c: Include gdb_bfd.h.
4009 (exec_close): Use gdb_bfd_unref.
4010 (exec_close_1): Use gdb_bfd_unref.
4011 (exec_file_attach): Use gdb_bfd_ref.
4012 * elfread.c: Include gdb_bfd.h.
4013 (build_id_verify): Use gdb_bfd_unref.
4014 * dsrec.c: Include gdb_bfd.h.
4015 (load_srec): Use gdb_bfd_ref.
4016 * corelow.c: Include gdb_bfd.h.
4017 (core_close): Use gdb_bfd_unref.
4018 (core_open): Use gdb_bfd_ref.
4019 * bfd-target.c: Include gdb_bfd.h.
4020 (target_bfd_xclose): Use gdb_bfd_unref.
4021 (target_bfd_reopen): Use gdb_bfd_ref.
4022 * Makefile.in (SFILES): Add gdb_bfd.c.
4023 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4024 (COMMON_OBS): Add gdb_bfd.o.
4025
4026 2012-07-18 Keith Seitz <keiths@redhat.com>
4027
4028 * breakpoint.c (find_condition_and_thread): Initialize
4029 TASK and REST.
4030 (create_breakpiont): find_condition_and_thread will now
4031 initialize COND_STRING, THREAD, and REST (and TASK).
4032 (addr_string_to_sals): Likewise.
4033
4034 2012-07-18 Pedro Alves <palves@redhat.com>
4035
4036 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4037 Pull the single step breakpoints out of the target.
4038
4039 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4040
4041 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4042 * stap-probe.c (compile_probe_arg): Likewise.
4043
4044 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4045
4046 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4047 (elf_compile_to_ax): Likewise.
4048 * infrun.c (insert_exception_resume_from_probe): Likewise.
4049 (check_exception_resume): Remove `objfile' variable.
4050 * probe.c (find_probe_by_pc): Remove `objfile' argument.
4051 (struct probe_and_objfile, probe_and_objfile_s): Delete.
4052 (collect_probes): Adjust return value to `VEC (probe_p) *'.
4053 (compare_entries): Rename to...
4054 (compare_probes): ...this. Adjust function to work with
4055 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
4056 respectively.
4057 (gen_ui_out_table_header_info): Adjust `probes' argument to be
4058 `VEC (probe_p) *'.
4059 (print_ui_out_info): Adjust argument to be `struct probe *'.
4060 (info_probes_for_ops): Adjust internal computations to use
4061 `VEC (probe_p) *'.
4062 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4063 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4064 gen_info_probes_table_values>: Remove `objfile' argument.
4065 (struct probe) <objfile>: New field.
4066 (find_probe_by_pc): Remove `objfile' argument.
4067 * stap-probe.c (stap_parse_probe_arguments): Likewise.
4068 (stap_get_probe_argument_count): Likewise.
4069 (stap_get_arg): Likewise.
4070 (stap_evaluate_probe_argument): Likewise.
4071 (stap_compile_to_ax): Likewise.
4072 (compile_probe_arg): Refactor not to pass `objfile' anymore.
4073 (handle_stap_probe): Fill `objfile' field from `struct probe'.
4074 (stap_gen_info_probes_table_header): Remove `objfile' argument.
4075 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4076 sym_compile_to_ax>: Likewise.
4077
4078 2012-07-18 Terry Guo <terry.guo@arm.com>
4079
4080 PR 14329
4081 * defs.h (GDB_MI_MSG_WIDTH): New.
4082 * ser_base (ser_base_read_error_fd): New function.
4083 (do_ser_base_readchar): Poll error file descriptor as well as
4084 standard output.
4085 (generic_readchar): Refactor error handling.
4086
4087 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4088
4089 * NEWS: Create a new section for the next release branch.
4090 Rename the section of the current branch, now that it has
4091 been cut.
4092
4093 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4094
4095 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4096 * version.in: Bump version to 7.5.50.20120718-cvs.
4097
4098 2012-07-17 Keith Seitz <keiths@redhat.com>
4099
4100 * linespec.c (linespec_parse_line_offset): Make parameter
4101 const.
4102
4103 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4104
4105 PR 11914
4106 * f-valprint.c (info_common_command): New variable frame_id.
4107 Reinitialize FI form FRAME_ID after each print_variable_and_value.
4108 * printcmd.c (print_variable_and_value): Extend function comment.
4109 Add comment for invalidated FRAME.
4110 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
4111 FI form FRAME_ID after each print_frame_local_vars.
4112 (struct print_variable_and_value_data): Change frame to frame_id.
4113 (do_print_variable_and_value): New variable frame, initialize it from
4114 p->frame_id. Add comment for invalidated FRAME.
4115 (print_frame_local_vars, print_frame_arg_vars): New function comment.
4116 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
4117 for invalidated FRAME.
4118
4119 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
4120 Pedro Alves <palves@redhat.com>
4121
4122 * linux-nat.c (linux_nat_detach): Don't unregister from the event
4123 loop.
4124
4125 2012-07-16 Tom Tromey <tromey@redhat.com>
4126
4127 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4128
4129 2012-07-15 Doug Evans <dje@google.com>
4130
4131 * dwarf2read.c (stmt_list_hash): New struct.
4132 (type_unit_group): Embed "per_cu" member, remove pointer.
4133 New union member "t", move member "tus" into it, all uses updated.
4134 New member "hash", replaces member "line_offset, all uses updated.
4135 (quick_file_names): Replace member "offset" with "hash", all uses
4136 updated.
4137 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4138 (hash_file_name_entry, eq_file_name_entry): Call them.
4139 (hash_type_unit_group, eq_type_unit_group): Ditto.
4140 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4141 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4142 (dw2_get_file_names): Update.
4143 (create_type_unit_group): Replace "per_cu" arg with "cu".
4144 All callers updated. Fix "quick" (.gdb_index) handling.
4145 (get_type_unit_group): Replace "per_cu" arg with "cu".
4146 All callers updated.
4147 (build_type_unit_groups): Don't reset tu_stats.
4148
4149 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4150 "tab_cur_size". Change member "tab" to be a htab_t.
4151 (create_filename_seen_cache): Update.
4152 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
4153 (filename_seen): Update.
4154
4155 2012-07-13 Doug Evans <dje@google.com>
4156
4157 * symtab.c (filename_seen): Update comment.
4158
4159 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4160 Doug Evans <dje@google.com>
4161
4162 * buildsym.c (end_symtab_1): Split it to ...
4163 (end_symtab_get_static_block): ... this ...
4164 (end_symtab_from_static_block): ... and this function.
4165 (end_symtab, end_expandable_symtab): Call them.
4166 * buildsym.h (end_symtab_get_static_block)
4167 (end_symtab_from_static_block): New declarations.
4168 * dwarf2read.c (process_full_comp_unit): New variable static_block.
4169 Set its valid CU ranges.
4170
4171 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4172
4173 * dwarf2loc.c (disassemble_dwarf_expression): Handle
4174 DW_OP_GNU_parameter_ref.
4175
4176 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4177
4178 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4179 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4180
4181 2012-07-13 Doug Evans <dje@google.com>
4182
4183 * symtab.c (output_source_filename): Delete unnecessary forward decl.
4184 (filename_seen_cache): New struct.
4185 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4186 (create_filename_seen_cache): New function.
4187 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4188 (filename_seen): Delete arg "first". New arg "cache". All callers
4189 updated.
4190 (output_source_filename_data): New struct.
4191 (output_source_filename): Delete arg "first". New arg "data".
4192 All callers updated.
4193 (sources_info): Delete local "first". New locals "data", "cleanups".
4194 Rewrite to use filename_seen_cache.
4195 (add_partial_filename_data): Delete member "first". New member
4196 "filename_seen_cache". All uses updated.
4197 (make_source_files_completion_list): Rewrite to use
4198 filename_seen_cache.
4199
4200 2012-07-12 Doug Evans <dje@google.com>
4201
4202 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
4203
4204 2012-07-10 Doug Evans <dje@google.com>
4205
4206 PR gdb/13498
4207 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
4208 all_type_unit_groups, type_unit_groups, tu_stats.
4209 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
4210 All uses updated. Add type_unit_group to union "s".
4211 (type_unit_group): New struct.
4212 (IS_TYPE_UNIT_GROUP): New macro.
4213 (abbrev_table): Delete unused member "section".
4214 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
4215 (dw2_get_cu): Assert not used with type_unit_group.
4216 (dw2_get_primary_cu): New function.
4217 (dw2_build_type_unit_groups_reader): New function.
4218 (dw2_build_type_unit_groups): New function.
4219 (dw2_get_file_names): Assert not called on type units.
4220 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
4221 Redo loop to iterate over type unit groups instead of type units.
4222 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
4223 (read_abbrev_offset): New function.
4224 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
4225 updated.
4226 (create_partial_symtab): New function.
4227 (process_psymtab_comp_unit_reader): Assert not used with type units.
4228 Call create_partial_symtab.
4229 (process_psymtab_type_unit): Delete.
4230 (hash_type_unit_group, eq_type_unit_group): New functions.
4231 (allocate_type_unit_groups_table): New function.
4232 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
4233 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
4234 (create_type_unit_group, get_type_unit_group): New functions.
4235 (tu_abbrev_offset): New struct.
4236 (sort_tu_by_abbrev_offset): New function.
4237 (add_type_unit_group_to_table): New function.
4238 (build_type_unit_groups): New function.
4239 (build_type_psymtabs_reader): New function.
4240 (build_type_psymtab_dependencies): New function.
4241 (build_type_psymtabs): Rewrite.
4242 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
4243 is seen in a type unit.
4244 (process_queue): Move symtab expansion debugging printfs here.
4245 Call process_full_type_unit for type units.
4246 (compute_symtab_includes): Assert not called for type units.
4247 (process_cu_includes): Don't call compute_symtab_includes for
4248 type units.
4249 (process_full_type_unit): New function.
4250 (process_imported_unit_die): Flag an error if called for type units.
4251 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
4252 updated. Assert not called for type units.
4253 (read_file_scope): Call dwarf2_start_symtab.
4254 (setup_type_unit_groups): New function.
4255 (read_type_unit_scope): Rewrite.
4256 (abbrev_table_read_table): Initialize abbrev_table->offset.
4257 (abbrev_table_free_cleanup): New function.
4258 (dwarf2_start_symtab): New function.
4259 (load_full_type_unit): Assert not called for type unit groups.
4260 * buildsym.c (finish_block_internal): New arg "expandable".
4261 All callers updated.
4262 (start_symtab): Move most contents to ...
4263 (restart_symtab): ... here. New function.
4264 (reset_symtab_globals): New function.
4265 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
4266 Call reset_symtab_globals.
4267 (end_symtab, end_expandable_symtab): New functions.
4268 (set_missing_symtab, augment_type_symtab): New functions.
4269 * buildsym.h (end_expandable_symtab): Declare.
4270 (augment_type_symtab, restart_symtab): Declare.
4271 * psympriv.h (struct partial_symtab): New member "anonymous".
4272 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
4273 anonymous psymtabs.
4274 (read_psymtabs_with_filename): Ditto.
4275 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
4276 (expand_symtabs_matching_via_partial): Ditto.
4277 (dump_psymtab): Update.
4278 * dictionary.c (dict_add_pending): New function.
4279 * dictionary.h (dict_add_pending): Declare.
4280
4281 2012-07-09 Doug Evans <dje@google.com>
4282
4283 * buildsym.c (start_subfile): Remove unnecessary check for
4284 name == NULL.
4285
4286 * psymtab.c (allocate_psymtab): Use host_address_to_string.
4287
4288 * dwarf2read.c (load_full_type_unit): Simplify.
4289
4290 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
4291 to struct signatured_type **. All uses updated.
4292
4293 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
4294 All callers updated.
4295
4296 2012-07-09 Tom Tromey <tromey@redhat.com>
4297
4298 * c-exp.y (check_parameter_typelist): New function.
4299 (parameter_typelist): Call it.
4300 * eval.c (make_params): Handle '(void)' case.
4301 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4302 '(void)' case.
4303
4304 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4305
4306 * common/linux-ptrace.c: Include gdb_assert.h.
4307 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
4308 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
4309 stdint.h.
4310 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
4311 functions.
4312 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
4313 * linux-nat.c (linux_child_post_attach)
4314 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
4315
4316 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4317
4318 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
4319 nptl <2.7 bug workaround for core files.
4320
4321 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4322
4323 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
4324 clearing.
4325 (save_siginfo): Remove.
4326 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
4327 call.
4328 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
4329 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
4330 * linux-nat.h (struct lwp_info): Remove field siginfo.
4331
4332 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4333
4334 Code cleanup for the next patch.
4335 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
4336 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4337 call for it.
4338 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
4339 (ia64_linux_stopped_data_address):
4340 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
4341 the return value.
4342 * linux-nat.h (linux_nat_get_siginfo): Likewise.
4343 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
4344 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4345 call for it.
4346
4347 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4348
4349 PR 14321
4350 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
4351 Increase buffer sizes to 2x we need, not just 2x of the previous size.
4352
4353 2012-07-06 Tom Tromey <tromey@redhat.com>
4354
4355 * c-exp.y (DOTDOTDOT): New token.
4356 (func_mod, exp): Use parameter_typelist.
4357 (parameter_typelist): New production.
4358 (tokentab3): Add "..." token.
4359 * eval.c (make_params): Handle varargs.
4360 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4361 varargs.
4362
4363 2012-07-06 Tom Tromey <tromey@redhat.com>
4364
4365 PR exp/9608:
4366 * c-exp.y (%union) <tvec>: Change type.
4367 (func_mod): Now uses <tvec> type.
4368 (exp): Update for tvec change.
4369 (direct_abs_decl): Push the typelist.
4370 (func_mod): Return a typelist.
4371 (nonempty_typelist): Update for tvec change.
4372 * gdbtypes.c (lookup_function_type_with_arguments): New function.
4373 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
4374 * parse.c (pop_type_list): New function.
4375 (push_typelist): New function.
4376 (follow_types): Handle tp_function_with_arguments.
4377 * parser-defs.h (type_ptr): New typedef. Define a VEC.
4378 (enum type_pieces) <tp_function_with_arguments>: New constant.
4379 (union type_stack_elt) <typelist_val>: New field.
4380 (push_typelist): Declare.
4381
4382 2012-07-06 Tom Tromey <tromey@redhat.com>
4383
4384 * c-exp.y (%union) <type_stack>: New field.
4385 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
4386 (ptr_operator_ts): New production.
4387 (ptype): Update.
4388 * parse.c (type_stack_reserve): New function.
4389 (check_type_stack_depth): Use it.
4390 (pop_type_stack, append_type_stack, push_type_stack)
4391 (get_type_stack, type_stack_cleanup): New functions.
4392 (follow_types): Handle tp_type_stack.
4393 (_initialize_parse): Simplify initialization.
4394 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
4395 constant.
4396 (union type_stack_elt) <stack_val>: New field.
4397 (get_type_stack, append_type_stack, push_type_stack)
4398 (type_stack_cleanup): Declare.
4399
4400 2012-07-06 Tom Tromey <tromey@redhat.com>
4401
4402 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
4403 Remove.
4404 (struct type_stack): New.
4405 * parse.c (type_stack, type_stack_size, type_stack_depth):
4406 Remove.
4407 (type_stack): New global.
4408 (parse_exp_in_context, check_type_stack_depth)
4409 (insert_into_type_stack, insert_type, push_type, push_type_int)
4410 (insert_type_address_space, pop_type, pop_type_int)
4411 (_initialize_parse): Update.
4412
4413 2012-07-06 Tom Tromey <tromey@redhat.com>
4414
4415 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
4416 Remove %type.
4417
4418 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4419
4420 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
4421
4422 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4423 Jan Kratochvil <jan.kratochvil@redhat.com>
4424
4425 * cp-valprint.c (cp_print_value): Replace potentially unsafe
4426 alloca with xmalloc/xfree.
4427
4428 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4429
4430 * MAINTAINERS (Write After Approval): Add myself to the list.
4431
4432 2012-07-05 Doug Evans <dje@google.com>
4433
4434 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
4435
4436 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4437
4438 * ax-gdb.c (cli/cli-utils.h): New include.
4439 (linespec.h): Ditto.
4440 (agent_eval_command_one): New function.
4441 (agent_command_1): Ditto.
4442 (agent_command): Call function agent_command_1.
4443 (agent_eval_command): Ditto.
4444 (_initialize_ax_gdb): Change help for "maint agent"
4445 and "maint agent-eval".
4446
4447 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4448
4449 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
4450 * cli/cli-utils.c (check_for_argument): New function.
4451 * cli/cli-utils.h (check_for_argument): Ditto.
4452
4453 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4454
4455 * NEWS: Mention x32 ABI support.
4456
4457 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4458
4459 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
4460 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
4461
4462 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
4463 and pc_regnum_from_eax to -1. Update SP regnum from
4464 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
4465 needed.
4466
4467 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
4468 pc_regnum_from_eax.
4469
4470 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4471
4472 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
4473 * dwarf2expr.h: Include gdbtypes.h.
4474 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
4475 these forward declarations.
4476 (cu_offset, sect_offset): Move these ...
4477 * gdbtypes.h: Remove include dwarf2expr.h.
4478 (cu_offset, sect_offset): ... here.
4479
4480 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
4481
4482 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
4483 (amd64_linux_sigtramp_code): This.
4484 (amd64_x32_linux_sigtramp_code): New.
4485 (LINUX_SIGTRAMP_LEN): Updated.
4486 (amd64_linux_sigtramp_start): Check x32 sigtramp.
4487
4488 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4489
4490 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
4491
4492 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4493
4494 * config.in: Regenerate.
4495 * configure: Regenerate.
4496 * configure.ac: Remove check for gnu/libc-version.h.
4497 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
4498 gnu/libc-version.h.
4499 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
4500 variables libc_version, libc_major and libc_minor. Replace sscanf by
4501 inferior_has_bug. Extend the comment.
4502
4503 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4504
4505 * linux-thread-db.c (inferior_has_bug): New function.
4506 (thread_db_find_new_threads_silently): Return boolean as checked by
4507 inferior_has_bug, describe it in the comments.
4508 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
4509 earlier. Abort the initialization if it returned non-zero.
4510 (thread_db_new_objfile): Exclude debug files.
4511 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
4512 if UNTIL_NO_NEW,
4513
4514 2012-07-02 Doug Evans <dje@google.com>
4515
4516 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
4517 related to queue management.
4518
4519 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
4520 instead of "debug dwarf2-die" in debugging printfs.
4521 (create_debug_info_hash_table_reader): Ditto.
4522 (create_debug_info_hash_table): Ditto.
4523 (init_dwo_file): Ditto.
4524 (init_cutu_and_read_dies): Add debugging printf.
4525 (init_cutu_and_read_dies_no_follow): Ditto.
4526 (process_psymtab_comp_unit_reader): Ditto.
4527
4528 2012-07-02 Stan Shebs <stan@codesourcery.com>
4529
4530 Add target-side support for dynamic printf.
4531 * NEWS: Mention the additional style.
4532 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
4533 (struct bp_location): New field cmd_bytecode.
4534 * breakpoint.c: Include format.h.
4535 (disconnected_dprintf): New global.
4536 (parse_cmd_to_aexpr): New function.
4537 (build_target_command_list): New function.
4538 (insert_bp_location): Call it.
4539 (remove_breakpoints_pid): Skip dprintf breakpoints.
4540 (print_one_breakpoint_location): Ditto.
4541 (dprintf_style_agent): New global.
4542 (dprintf_style_enums): Add dprintf_style_agent.
4543 (update_dprintf_command_list): Add agent case.
4544 (agent_printf_command): New function.
4545 (_initialize_breakpoint): Add new commands.
4546 * common/ax.def (printf): New bytecode.
4547 * ax.h (ax_string): Declare.
4548 * ax-gdb.h (gen_printf): Declare.
4549 * ax-gdb.c: Include cli-utils.h, format.h.
4550 (gen_printf): New function.
4551 (maint_agent_print_command): New function.
4552 (_initialize_ax_gdb): Add maint agent-printf command.
4553 * ax-general.c (ax_string): New function.
4554 (ax_print): Add printf disassembly.
4555 * Makefile.in (SFILES): Add format.c
4556 (COMMON_OBS): Add format.o.
4557 * common/format.h: New file.
4558 * common/format.c: New file.
4559 * printcmd.c: Include format.h.
4560 (ui_printf): Call parse_format_string.
4561 * remote.c (remote_state): New field breakpoint_commands.
4562 (PACKET_BreakpointCommands): New enum.
4563 (remote_breakpoint_commands_feature): New function.
4564 (remote_protocol_features): Add new BreakpointCommands entry.
4565 (remote_can_run_breakpoint_commands): New function.
4566 (remote_add_target_side_commands): New function.
4567 (remote_insert_breakpoint): Call it.
4568 (remote_insert_hw_breakpoint): Ditto.
4569 (_initialize_remote): Add new packet configuration for
4570 target-side breakpoint commands.
4571 * target.h (struct target_ops): New field
4572 to_can_run_breakpoint_commands.
4573 (target_can_run_breakpoint_commands): New macro.
4574 * target.c (update_current_target): Handle
4575 to_can_run_breakpoint_commands.
4576
4577 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4578
4579 Execute -ix and -iex only after system and user gdbinit files.
4580 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
4581 processing down after gdbinit files.
4582
4583 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4584
4585 Add fnmatch-gnu module.
4586 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
4587 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
4588 * gnulib/aclocal.m4: Regenerate.
4589 * gnulib/config.in: Regenerate.
4590 * gnulib/configure: Regenerate.
4591 * gnulib/import/dummy.c: Remove.
4592 * gnulib/import/Makefile.am: Regenerate.
4593 * gnulib/import/Makefile.in: Likewise.
4594 * gnulib/import/m4/gnulib-cache.m4: Likewise.
4595 * gnulib/import/m4/gnulib-comp.m4: Likewise.
4596 * gnulib/import/alloca.c: New file.
4597 * gnulib/import/alloca.in.h: Likewise.
4598 * gnulib/import/config.charset: Likewise.
4599 * gnulib/import/fnmatch.c: Likewise.
4600 * gnulib/import/fnmatch.in.h: Likewise.
4601 * gnulib/import/fnmatch_loop.c: Likewise.
4602 * gnulib/import/localcharset.c: Likewise.
4603 * gnulib/import/localcharset.h: Likewise.
4604 * gnulib/import/m4/alloca.m4: Likewise.
4605 * gnulib/import/m4/codeset.m4: Likewise.
4606 * gnulib/import/m4/configmake.m4: Likewise.
4607 * gnulib/import/m4/fcntl-o.m4: Likewise.
4608 * gnulib/import/m4/fnmatch.m4: Likewise.
4609 * gnulib/import/m4/glibc21.m4: Likewise.
4610 * gnulib/import/m4/localcharset.m4: Likewise.
4611 * gnulib/import/m4/locale-fr.m4: Likewise.
4612 * gnulib/import/m4/locale-ja.m4: Likewise.
4613 * gnulib/import/m4/locale-zh.m4: Likewise.
4614 * gnulib/import/m4/mbrtowc.m4: Likewise.
4615 * gnulib/import/m4/mbsinit.m4: Likewise.
4616 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4617 * gnulib/import/m4/mbstate_t.m4: Likewise.
4618 * gnulib/import/m4/stdbool.m4: Likewise.
4619 * gnulib/import/m4/wchar_h.m4: Likewise.
4620 * gnulib/import/m4/wctype_h.m4: Likewise.
4621 * gnulib/import/m4/wint_t.m4: Likewise.
4622 * gnulib/import/mbrtowc.c: Likewise.
4623 * gnulib/import/mbsinit.c: Likewise.
4624 * gnulib/import/mbsrtowcs-impl.h: Likewise.
4625 * gnulib/import/mbsrtowcs-state.c: Likewise.
4626 * gnulib/import/mbsrtowcs.c: Likewise.
4627 * gnulib/import/ref-add.sin: Likewise.
4628 * gnulib/import/ref-del.sin: Likewise.
4629 * gnulib/import/stdbool.in.h: Likewise.
4630 * gnulib/import/streq.h: Likewise.
4631 * gnulib/import/strnlen1.c: Likewise.
4632 * gnulib/import/strnlen1.h: Likewise.
4633 * gnulib/import/verify.h: Likewise.
4634 * gnulib/import/wchar.in.h: Likewise.
4635 * gnulib/import/wctype.in.h: Likewise.
4636
4637 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4638
4639 Support shell wildcards for 'set auto-load safe-path'.
4640 * auto-load.c: Include fnmatch.h.
4641 (filename_is_in_dir): Rename to ...
4642 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4643 it. Update function comment. Rename dir_len to pattern_len. New
4644 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
4645 messages. Use gdb_filename_fnmatch.
4646 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4647 pattern.
4648 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4649 * defs.h (gdb_filename_fnmatch): New declaration.
4650 * utils.c: Include fnmatch.h.
4651 (gdb_filename_fnmatch): New function.
4652
4653 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4654
4655 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4656 `-probe' and `-probe-stap' options.
4657
4658 2012-07-01 Yao Qi <yao@codesourcery.com>
4659
4660 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4661 always_inserted_off, and always_inserted_enums.
4662 Change always_inserted_mode's type to 'enum auto_boolean'.
4663 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4664 callers.
4665 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4666 of add_setshow_enum_cmd.
4667 * infrun.c: Remove can_use_displaced_stepping_auto,
4668 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4669 can_use_displaced_stepping_enum.
4670 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4671 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4672 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4673 add_setshow_enum_cmd.
4674
4675 2012-06-30 Doug Evans <dje@google.com>
4676
4677 * dwarf2read.c (signatured_type): Make "per_cu" member first.
4678 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4679 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
4680
4681 2012-06-29 Doug Evans <dje@google.com>
4682
4683 * linespec.c: #include "stack.h".
4684 (decode_line_with_current_source): Moved here from symtab.c and
4685 renamed from decode_line_spec. All callers updated.
4686 (decode_line_with_last_displayed): Moved here from breakpoint.c and
4687 renamed from decode_line_spec_1. All callers updated.
4688 * linespec.h (decode_line_with_current_source): Move declaration here
4689 from symtab.h and renamed from decode_line_spec.
4690 (decode_line_with_last_displayed): Move declaration here from symtab.h
4691 and renamed from decode_line_spec_1.
4692 * macrocmd.c: #include "linespec.h".
4693 * symtab.c: Remove #include "linespec.h".
4694
4695 2012-06-28 Doug Evans <dje@google.com>
4696
4697 * dwarf2read.c (get_cu_length): New function.
4698 (offset_in_cu_p, error_check_comp_unit_head): Call it.
4699 (create_debug_types_hash_table): Ditto.
4700 (init_cutu_and_read_dies): Ditto.
4701 (init_cutu_and_read_dies_no_follow): Ditto.
4702
4703 * dwarf2read.c (dwarf2_find_base_address): Move definition.
4704
4705 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4706 (struct abbrev_table): Define.
4707 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4708 abbrev_table.
4709 (init_cutu_and_read_dies): Update.
4710 (abbrev_table_alloc_abbrev): New function. Replaces
4711 dwarf_alloc_abbrev. All callers updated.
4712 (abbrev_table_add_abbrev): New function.
4713 (abbrev_table_lookup_abbrev): New function. Replaces
4714 dwarf2_lookup_abbrev. All callers updated.
4715 (abbrev_table_read_table): New function. Contents moved here from
4716 dwarf2_read_abbrevs.
4717 (dwarf2_read_abbrevs): Call it.
4718 (abbrev_table_free): New function.
4719 (dwarf2_free_abbrev_table): Call it.
4720
4721 2012-06-28 Stan Shebs <stan@codesourcery.com>
4722
4723 * osdata.c (info_osdata_command): Filter out "Title" columns
4724 from non-MI uses.
4725 * common/linux-osdata.c (struct osdata_type): Add title field.
4726 (osdata_table): Add titles to each entry.
4727 (linux_command_xfer_osdata): Add a column for title data.
4728
4729 2012-06-28 Stan Shebs <stan@codesourcery.com>
4730
4731 Make logging work for MI.
4732 * NEWS: Mention it.
4733 * interps.h (interp_set_logging_ftype): New typedef.
4734 (struct interp_procs): New field set_logging_proc.
4735 (current_interp_set_logging): Declare.
4736 * interps.c (current_interp_set_logging): New function.
4737 * cli/cli-logging.c: Include interps.h.
4738 (set_logging_redirect): Call current_interp_set_logging.
4739 (pop_output_files): Ditto.
4740 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4741 * mi/mi-console.h (mi_console_set_raw): Declare.
4742 * mi/mi-console.c (mi_console_set_raw): New function.
4743 * mi/mi-interp.c (saved_raw_stdout): New global.
4744 (mi_set_logging): New function.
4745 (_initialize_mi_interp): Add it to interp procs.
4746
4747 2012-06-28 Doug Evans <dje@google.com>
4748
4749 * symtab.c (lookup_symbol_aux_objfile): Use
4750 ALL_OBJFILE_PRIMARY_SYMTABS.
4751
4752 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4753
4754 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4755
4756 * common/buffer.c: Include inttypes.h and stdint.h.
4757 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4758
4759 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4760 Pedro Alves <palves@redhat.com>
4761
4762 * gdbthread.h (ALL_THREADS): New macro.
4763 (thread_list): Declare.
4764 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4765 going, but instead fall through to the stepping handling.
4766 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
4767 the passed in signal. Adjust debug output.
4768 (resume_callback): Rename to ...
4769 (linux_nat_resume_callback): ... this. Pass the thread's last
4770 stop signal, if in "pass" state.
4771 (linux_nat_resume): Adjust to rename.
4772 (stop_wait_callback): New assertion. Don't respawn signals;
4773 instead let the LWP remain with SIGNALLED set.
4774 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4775 * remote.c (append_pending_thread_resumptions): New.
4776 (remote_vcont_resume): Call it.
4777 * target.h (target_resume): Extend comment.
4778
4779 2012-06-28 Iain Sandoe <iain@codesourcery.com>
4780
4781 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4782
4783 2012-06-27 Doug Evans <dje@google.com>
4784
4785 * dwarf2read.c (dwarf2_cu): Add ranges_base.
4786 Delete have_addr_base, unused. All uses updated.
4787 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4788 (dwarf2_get_pc_bounds): Add ranges_base.
4789 (dwarf2_record_block_ranges): Ditto.
4790
4791 2012-06-27 Tom Tromey <tromey@redhat.com>
4792
4793 PR macros/7961:
4794 * varobj.c (varobj_create): Update.
4795 (varobj_set_value): Update.
4796 * tracepoint.c (validate_actionline): Update.
4797 (encode_actions_1): Update.
4798 * parse.c (parse_exp_1): Add 'pc' argument.
4799 (parse_exp_in_context): Add 'pc' argument. Change how
4800 expression_context_pc is set.
4801 (parse_expression): Update.
4802 (parse_field_expression): Update.
4803 * expression.h (parse_exp_1): Update.
4804 * eval.c (parse_to_comma_and_eval): Update.
4805 * breakpoint.c (set_breakpoint_condition): Update.
4806 (update_watchpoint): Update.
4807 (init_breakpoint_sal): Update
4808 (find_condition_and_thread): Update.
4809 (watch_command_1): Update.
4810 (update_breakpoint_locations): Update.
4811 * ada-lang.c (ada_read_renaming_var_value): Update.
4812 (create_excep_cond_exprs): Update.
4813
4814 2012-06-27 Doug Evans <dje@google.com>
4815
4816 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4817 type units.
4818
4819 2012-06-26 Doug Evans <dje@google.com>
4820
4821 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4822 prototype.
4823 (error_check_comp_unit_head): New arg abbrev_section. All callers
4824 updated.
4825 (read_and_check_comp_unit_head): Ditto.
4826 (read_and_check_type_unit_head): Ditto.
4827
4828 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4829
4830 New attribute 'last' for gdb.Symtab_and_line.
4831 * NEWS (Python Scripting): Add entry about the new attribute.
4832 * python/py-symtab.c (salpy_get_last): New function which
4833 implements the get method for the 'last' attribute of
4834 gdb.Symtab_and_line.
4835 (sal_object_getset): Add entry for the 'last' attribute.
4836
4837 2012-06-26 Doug Evans <dje@google.com>
4838
4839 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4840 (dwo_sections): Add macinfo, macro.
4841 (dwarf2_locate_dwo_sections): Watch for macro sections.
4842 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4843 All callers updated. Handle DWO files.
4844
4845 * NEWS: Mention new options "set debug dwarf2-read" and
4846 "set debug symtab-create".
4847 * dwarf2read.c (dwarf2_read_debug): New static global.
4848 (dwarf2_build_psymtabs_hard): Add debugging printfs.
4849 (process_queue): Ditto.
4850 (process_full_comp_unit): Ditto.
4851 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4852 * elfread.c (elf_symfile_read): Add debugging printf.
4853 * minsyms.c (install_minimal_symbols): Ditto.
4854 * psymtab.c (allocate_psymtab): Ditto.
4855 * symfile.c (allocate_symtab): Ditto.
4856 * symtab.c (symtab_create_debug): New global.
4857 (_initialize_symtab): Add new option "set debug symtab-create".
4858 * symtab.h (symtab_create_debug): Declare.
4859
4860 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4861 (lookup_dwo_type_unit): Ditto.
4862
4863 2012-06-26 Roland McGrath <roland@hack.frob.com>
4864 H.J. Lu <hongjiu.lu@intel.com>
4865
4866 * amd64-linux-nat.c: Include <sys/user.h>.
4867 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4868 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4869 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4870
4871 * configure.ac: Check if the fs_base and gs_base members of
4872 `struct user_regs_struct' exist.
4873 * config.in: Regenerated.
4874 * configure: Likewise.
4875
4876 2012-06-25 Michael Eager <eager@eagercon.com>
4877
4878 PR python/14291
4879 * python/python.c (gdbpy_write): Check for interrupted output.
4880
4881 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4882
4883 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4884 register as a stack alignment in ARM mode.
4885
4886 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4887
4888 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4889 * gnulib/config.in: Regenerate.
4890 * gnulib/configure: Likewise.
4891 * gnulib/import/m4/extensions.m4: Update it.
4892 * gnulib/import/m4/gnulib-common.m4: Likewise.
4893 * gnulib/import/m4/memmem.m4: Likewise.
4894 * gnulib/import/m4/mmap-anon.m4: Likewise.
4895 * gnulib/import/m4/multiarch.m4: Likewise.
4896 * gnulib/import/stdint.in.h: Likewise.
4897
4898 2012-06-24 Yao Qi <yao@codesourcery.com>
4899
4900 * corefile.c (write_memory_with_notification): New.
4901 * gdbcore.h: Declare write_memory_with_notification.
4902 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4903 'observer_notify_memory_changed' with 'write_memory_with_notification'.
4904 * valops.c (value_assign): Likewise.
4905 * python/py-inferior.c (infpy_write_memory): Call
4906 'write_memory_with_notification'.
4907
4908 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4909
4910 * cc-with-index.sh: Use also -ex "set auto-load no".
4911
4912 2012-06-23 Doug Evans <dje@google.com>
4913
4914 PR 14125
4915 * NEWS: Document additions to .gdb_index.
4916 * dwarf2read.c: #include "gdb/gdb-index.h".
4917 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4918 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4919 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4920 (dwarf2_read_index): Recognize version 7.
4921 (dw2_do_expand_symtabs_matching): New args want_specific_block,
4922 block_kind, domain): All callers updated.
4923 (dw2_find_symbol_file): Handle new index CU values.
4924 (dw2_expand_symtabs_matching): Match symbol kind if requested.
4925 (add_index_entry): New args is_static, kind. All callers updated.
4926 (offset_type_compare, uniquify_cu_indices): New functions
4927 (symbol_kind): New function.
4928 (write_psymtabs_to_index): Remove duplicate CU values.
4929 (write_psymtabs_to_index): Write .gdb_index version 7.
4930
4931 2012-06-22 Joel Brobecker <brobecker@adacore.com>
4932
4933 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4934 * configure: Regenerate.
4935
4936 2012-06-20 Yao Qi <yao@codesourcery.com>
4937
4938 * python/py-inferior.c: Update comments of infpy_read_memory
4939 and infpy_write_memory.
4940
4941 2012-06-19 Tom Tromey <tromey@redhat.com>
4942
4943 PR exp/9514:
4944 * parser-defs.h (insert_type, insert_type_address_space): Declare.
4945 (push_type_address_space): Remove.
4946 * parse.c (insert_into_type_stack): New function.
4947 (insert_type): Likewise.
4948 (insert_type_address_space): Rename from push_type_address_space.
4949 Insert tp_space_identifier.
4950 * c-exp.y (ptr_operator): New production.
4951 (abs_decl): Use ptr_operator.
4952 (space_identifier): Call insert_type_address_space.
4953 (ptype): Don't use const_or_volatile_or_space_identifier.
4954 (const_or_volatile_noopt): Call insert_type.
4955 (conversion_type_id, conversion_declarator): New productions.
4956 (operator): Use conversion_type_id.
4957
4958 2012-06-18 Doug Evans <dje@google.com>
4959
4960 * symtab.h (minimal_symbol): New member created_by_gdb.
4961 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4962 created by gdb.
4963 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4964 (search_symbols): Call it instead of lookup_symbol.
4965 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
4966
4967 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4968 Adjust address for DW_OP_GNU_addr_index.
4969 * dwarf2expr.h (dwarf_expr_context): Update comment.
4970 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4971 all callers updated. Handle TLS vars described with
4972 DW_OP_GNU_const_index.
4973 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4974 and DW_OP_GNU_const_index.
4975 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4976
4977 * block.c (find_block_in_blockvector): Make explicit the fact that we
4978 ignore GLOBAL_BLOCK.
4979
4980 2012-06-18 Tom Tromey <tromey@redhat.com>
4981
4982 * c-exp.y (operator): Remove trailing space after "delete" and
4983 "delete[]".
4984
4985 2012-06-18 Mark Kettenis <kettenis@gnu.org>
4986 Jan Kratochvil <jan.kratochvil@redhat.com>
4987
4988 Switch i386 and derived targets to ON_STACK.
4989 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4990 (amd64_dicos_init_abi): Remove its installment.
4991 * dicos-tdep.c (dicos_init_abi): Remove the
4992 set_gdbarch_call_dummy_location call. Update the comment here.
4993 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4994 (i386_dicos_init_abi): Remove its installment.
4995 * i386-tdep.c (i386_push_dummy_code): New function.
4996 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4997 i386_push_dummy_code.
4998
4999 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5000
5001 Remove stale dummy frames.
5002 * breakpoint.c: Include dummy-frame.h.
5003 (longjmp_breakpoint_ops): New variable.
5004 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
5005 bp_longjmp_call_dummy.
5006 (bpstat_what, bptype_string, print_one_breakpoint_location)
5007 (init_bp_location): Support bp_longjmp_call_dummy.
5008 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
5009 (set_longjmp_breakpoint_for_call_dummy)
5010 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5011 functions.
5012 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5013 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
5014 FIXME comment and extend the other comment for bp_call_dummy.
5015 (set_longjmp_breakpoint_for_call_dummy)
5016 (check_longjmp_breakpoint_for_call_dummy): New declarations.
5017 * dummy-frame.c: Include gdbthread.h.
5018 (pop_dummy_frame_bpt): New function.
5019 (pop_dummy_frame): Call pop_dummy_frame_bpt.
5020 (dummy_frame_discard): New function.
5021 (cleanup_dummy_frames): Update the comment about longjmps.
5022 * dummy-frame.h (dummy_frame_discard): New declaration.
5023 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5024 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
5025 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
5026 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5027 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
5028 keep_going if IS_LONGJMP and there is no other reason to stop.
5029
5030 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
5031
5032 * remote-sim.c (sim_command_completer): Initialize
5033 variable 'result'.
5034
5035 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5036
5037 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5038 * dwarf2loc.c (call_site_parameter_matches): Support
5039 CALL_SITE_PARAMETER_PARAM_OFFSET.
5040 (needs_dwarf_reg_entry_value): Push stub value.
5041 * dwarf2read.c (read_call_site_scope): New variable origin. Support
5042 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5043 * gdbtypes.h (enum call_site_parameter_kind): New item
5044 CALL_SITE_PARAMETER_PARAM_OFFSET.
5045 (struct call_site.parameter.u): New field param_offset.
5046
5047 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5048
5049 Code cleanup: Generalize call_site.parameter key.
5050 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5051 variable dwarf_reg. New variable kind_u. Update parameters to
5052 push_dwarf_reg_entry_value.
5053 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5054 * dwarf2expr.h (enum call_site_parameter_kind)
5055 (union call_site_parameter_u): Forward declarations.
5056 (struct dwarf_expr_context_funcs): Update parameters and their
5057 description for push_dwarf_reg_entry_value.
5058 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5059 * dwarf2loc.c (call_site_parameter_matches): New function.
5060 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5061 description. Use call_site_parameter_matches.
5062 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5063 Update parameters and their description.
5064 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5065 New variable kind_u. Adjust the caller for updated parameters.
5066 (needs_dwarf_reg_entry_value): Update parameters.
5067 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
5068 instead of attr. Update for the changed fields of struct
5069 call_site_parameter.
5070 * gdbtypes.h: Include dwarf2expr.h.
5071 (enum call_site_parameter_kind): New.
5072 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
5073 fb_offset into new union u.
5074
5075 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5076
5077 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5078 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5079 for x32.
5080
5081 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5082
5083 * amd64-linux-nat.c (compat_x32_clock_t): New.
5084 (compat_x32_siginfo_t): Likewise.
5085 (compat_x32_siginfo_from_siginfo): Likewise.
5086 (siginfo_from_compat_x32_siginfo): Likewise.
5087 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5088 and siginfo_from_compat_x32_siginfo for x32.
5089
5090 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
5091
5092 * tracepoint.c (tfile_xfer_partial): Add a lseek.
5093
5094 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5095
5096 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5097 instead of gdbarch_ptr_bit.
5098 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5099 (amd64_supply_native_gregset): Likewise.
5100 (amd64_collect_native_gregset): Likewise.
5101 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5102 (amd64_supply_xsave): Likewise.
5103 (amd64_collect_fxsave): Likewise.
5104 (amd64_collect_xsave): Likewise.
5105
5106 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5107
5108 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5109 (amd64_linux_read_description): Check DS segment register for
5110 x32 process.
5111
5112 2012-06-15 Tom Tromey <tromey@redhat.com>
5113
5114 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5115 init_cutu_and_read_dies.
5116
5117 2012-06-15 Iain Sandoe <iain@codesourcery.com>
5118
5119 * MAINTAINERS (Write After Approval): Add myself to the list.
5120
5121 2012-06-15 Tom Tromey <tromey@redhat.com>
5122
5123 * valops.c (value_find_oload_method_list): Now static.
5124 * value.h (value_find_oload_method_list): Don't declare.
5125
5126 2012-06-15 Tom Tromey <tromey@redhat.com>
5127
5128 * valops.c (find_overload_match): Use value_ind.
5129
5130 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
5131
5132 * infrun.c (handle_inferior_event): Correct indentation.
5133
5134 2012-06-14 Doug Evans <dje@google.com>
5135
5136 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5137 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5138 All uses updated.
5139 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
5140 updated. Handle DEBUG_LOC_START_LENGTH.
5141 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5142 (loclist_describe_location): Ditto.
5143
5144 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
5145
5146 PR backtrace/13866
5147 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5148 after hiding inline functions.
5149
5150 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5151
5152 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
5153 _initialize_inf_ttrace.
5154
5155 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5156
5157 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
5158 _initialize_hppa_hpux_nat.
5159
5160 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5161
5162 * remote-sim.c (sim_command_completer): Change type of return
5163 value to "VEC (char_ptr) *". Adjust implementation accordingly.
5164
5165 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5166 Jan Kratochvil <jan.kratochvil@redhat.com>
5167
5168 PR tdep/14222
5169 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5170 stack on a 16-byte boundary.
5171
5172 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
5173
5174 * jit.c (finalize_symtab): Set function's return type to 'void' by
5175 default.
5176
5177 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5178 H.J. Lu <hongjiu.lu@intel.com>
5179
5180 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5181 Move bits common to both the classic LP64 and the new x32 ILP32
5182 ABI here.
5183 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5184 (amd64_x32_linux_init_abi): New function.
5185 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5186 subtype.
5187
5188 * i386-tdep.h (i386_pseudo_register_name): New prototype.
5189 * i386-tdep.c (i386_pseudo_register_name): Make public.
5190 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5191 * amd64-tdep.c (amd64_dword_names): Add "eip".
5192 (amd64_x32_pseudo_register_type): New function
5193 (amd64_x32_init_abi): New function.
5194
5195 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5196
5197 PR build/14003
5198 * inferior.h (struct inferior_suspend_state): Comment out.
5199 (struct inferior): Comment out the field suspend.
5200 * infrun.c (struct infcall_suspend_state): Comment out the field
5201 inferior_suspend.
5202 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
5203 out its assignment.
5204
5205 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5206
5207 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5208 * c-exp.y (classify_inner_name): Remove caller assumptions in the
5209 function comment. Return ERROR for unresolved cases. Implement
5210 returning proper NAME.
5211 (yylex): Accept also NAME from classify_inner_name.
5212 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
5213 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
5214 LOC_TYPEDEF type.
5215 * cp-support.h (cp_lookup_nested_type): Update its declaration.
5216
5217 2012-06-13 Tom Tromey <tromey@redhat.com>
5218
5219 * breakpoint.c (condition_completer): New function.
5220 (_initialize_breakpoint): Use it.
5221 * value.c (complete_internalvar): New function.
5222 * value.h (complete_internalvar): Declare.
5223
5224 2012-06-13 Tom Tromey <tromey@redhat.com>
5225
5226 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
5227 * breakpoint.c (catch_syscall_completer): Return a VEC.
5228 * cli/cli-cmds.c (complete_command): Update.
5229 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
5230 (complete_on_enum): Likewise.
5231 * command.h: Include gdb_vecs.h.
5232 (completer_ftype): Change return type.
5233 (complete_on_cmdlist, complete_on_enum): Likewise.
5234 * completer.c (noop_completer, filename_completer)
5235 (location_completer): Return a VEC.
5236 (add_struct_fields): Remove 'nextp' argument. Change 'output'
5237 to a VEC.
5238 (expression_completer, complete_line_internal, complete_line)
5239 (command_completer): Return a VEC.
5240 (gdb_completion_word_break_characters, line_completion_function):
5241 Update.
5242 * completer.h: Include gdb_vecs.h.
5243 (complete_line, noop_completer, filename_completer)
5244 (expression_completer, location_completer, command_completer):
5245 Update.
5246 * f-lang.c (f_word_break_characters): Return a VEC.
5247 * interps.c (interpreter_completer): Return a VEC.
5248 * language.h (struct language_defn)
5249 <la_make_symbol_completion_list>: Return a VEC.
5250 * python/py-cmd.c (cmdpy_completer): Return a VEC.
5251 * symtab.c (free_completion_list): Take a VEC.
5252 (return_val_size, return_val_index): Remove.
5253 (return_val): Now a VEC.
5254 (completion_list_add_name): Update.
5255 (default_make_symbol_completion_list_break_on)
5256 (default_make_symbol_completion_list, make_symbol_completion_list)
5257 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
5258 Return a VEC.
5259 (add_filename_to_list): Update.
5260 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
5261 <list>: Now a VEC.
5262 (maybe_add_partial_symtab_filename): Update.
5263 (make_source_files_completion_list): Return a VEC.
5264 * symtab.h (default_make_symbol_completion_list_break_on)
5265 (default_make_symbol_completion_list, make_symbol_completion_list)
5266 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
5267 (make_source_files_completion_list): Update.
5268
5269 2012-06-13 Tom Tromey <tromey@redhat.com>
5270
5271 * breakpoint.c (add_catch_command): Use completer_ftype.
5272 * breakpoint.h: Include command.h.
5273 (add_catch_command): Use completer_ftype.
5274 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
5275 * cli/cli-decode.h (struct cmd_list_element) <completer>:
5276 Use completer_ftype.
5277 * command.h (completer_ftype): New typedef.
5278 (set_cmd_completer): Use it.
5279 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
5280 completer_ftype.
5281
5282 2012-06-13 Pedro Alves <palves@redhat.com>
5283
5284 Partial revert of previous change.
5285
5286 * serial.c (scb_base): New global.
5287 (serial_for_fd): New.
5288 (serial_open, serial_fdopen_ops): Link new serial in open serials
5289 chain.
5290 (do_serial_close): Unlink serial from the open serials chain.
5291
5292 2012-06-12 Pedro Alves <palves@redhat.com>
5293
5294 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
5295 threads here.
5296 (prepare_for_detach): No longer context switch here in non-stop
5297 mode.
5298 (fetch_inferior_event): Ditto.
5299 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
5300 to the event thread before removing breakpoints. Switch to the
5301 event thread before inserting breakpoints and resuming.
5302 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
5303 event thread before resuming.
5304 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
5305 Switch to the event thread before removing breakpoints.
5306
5307 2012-06-12 Eli Zaretskii <eliz@gnu.org>
5308
5309 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
5310 special characters correctly for the Windows shells. See
5311 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
5312 report.
5313 [!__MINGW32__]: Remove extra double quote character from special
5314 characters.
5315
5316 2012-06-11 Stan Shebs <stan@codesourcery.com>
5317
5318 * ui-out.h: Remove #if 0 declarations.
5319 * ui-out.c: Remove #if 0 functions.
5320
5321 2012-06-11 Pedro Alves <palves@redhat.com>
5322
5323 * ser-base.c (run_async_handler_and_reschedule): New.
5324 (fd_event, push_event): Use it.
5325 * serial.c (serial_open, serial_fdopen_ops): Set the initial
5326 reference count to 1.
5327 (do_serial_close): Set the bufp field to NULL. Use serial_unref
5328 instead of xfree.
5329 (serial_is_open, serial_ref, serial_unref): New.
5330 * serial.h (serial_open): Adjust comment.
5331 (serial_is_open): Declare.
5332 (serial_close): Adjust comment.
5333 (serial_ref, serial_unref) Declare.
5334 (struct serial): New field 'refcnt'.
5335
5336 2012-06-11 Pedro Alves <palves@redhat.com>
5337
5338 Remove #if 0'd "connect" command, and unnecessary associated
5339 refcounting and serial reuse bits.
5340
5341 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
5342 * serial.c (last_serial_opened): Delete.
5343 (scb_base): Delete.
5344 (serial_open): Adjust.
5345 (serial_for_fd): Delete.
5346 (serial_fdopen_ops, do_serial_close): Adjust.
5347 (serial_fdopen_ops): Adjust.
5348
5349 2012-06-11 Pedro Alves <palves@redhat.com>
5350
5351 * serial.c (do_serial_close): Remove early return when SCB is
5352 null.
5353
5354 2012-06-11 Tom Tromey <tromey@redhat.com>
5355
5356 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
5357
5358 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5359
5360 Fix regression by the "ambiguous linespec" series.
5361 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
5362 get_last_displayed_symtab and get_last_displayed_line and depending
5363 on CURSAL.
5364
5365 2012-06-11 Tom Tromey <tromey@redhat.com>
5366
5367 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
5368 (dw2_find_symbol_file): Use it.
5369
5370 2012-06-11 Michael Eager <eager@eagercon.com>
5371
5372 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
5373 * mips-linux-tdep.h (mips_signals): New
5374
5375 2012-06-11 Tom Tromey <tromey@redhat.com>
5376
5377 * infrun.c (handle_inferior_event)
5378 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
5379 breakpoint.
5380 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
5381 exception logic in all cases. Update comments.
5382 (insert_longjmp_resume_breakpoint): Set the exception resume
5383 breakpoint.
5384
5385 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
5386
5387 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
5388
5389 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
5390
5391 * valarith.c (binop_types_user_defined_p): Fix a typo.
5392
5393 2012-06-08 Yao Qi <yao@codesourcery.com>
5394 Chung-Lin Tang <cltang@codesourcery.com>
5395
5396 * arch-utils.c (default_return_in_first_hidden_param_p): New.
5397 * arch-utils.h: Declare.
5398 * gdbarch.sh: Add return_in_first_hidden_param_p.
5399 * gdbarch.c, gdbarch.h: Regenerated.
5400 * infcall.c (call_function_by_hand): Call
5401 gdbarch_return_in_first_hidden_param_p instead of
5402 language_pass_by_reference.
5403
5404 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
5405 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
5406 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
5407 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
5408 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
5409 `cplus_return_struct_by_reference'.
5410 (tic6x_return_value): Handle language cplusplus.
5411 (tic6x_return_in_first_hidden_param_p): New.
5412 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
5413
5414 2012-06-07 Doug Evans <dje@google.com>
5415
5416 * dwarf2read.c (dwarf2_cu): Add comment.
5417
5418 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5419
5420 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
5421 variable.
5422 (mips_eabi_push_dummy_call): Likewise.
5423 (mips_n32n64_push_dummy_call): Likewise.
5424 (mips_o32_push_dummy_call): Likewise.
5425 (mips_o64_push_dummy_call): Likewise.
5426
5427 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5428
5429 * mips-tdep.c (mips_convert_register_p): Correct coding style.
5430
5431 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5432
5433 * mips-tdep.c (mips_pseudo_register_type): Use
5434 mips_float_register_p.
5435
5436 2012-06-06 Pedro Alves <palves@redhat.com>
5437
5438 * infrun.c (handle_inferior_event): Remove calls to
5439 reinit_frame_cache that follow a context_switch call.
5440
5441 2012-06-06 Pedro Alves <palves@redhat.com>
5442
5443 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
5444 context_switch and remove stale comment.
5445
5446 2012-06-06 Pedro Alves <palves@redhat.com>
5447
5448 * infrun.c (struct execution_control_state): Remove
5449 `new_thread_event' field.
5450 (handle_inferior_event): Simplify new threads handling; don't
5451 resume the inferior if we find a new thread.
5452
5453 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
5454
5455 * NEWS: Document the deprecation of SH's 'regs' command.
5456 * inferior.h (all_registers_info): Add function declaration.
5457 * sh-tdep.c (sh_show_regs): Remove variable.
5458 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
5459 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
5460 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
5461 (sh_show_regs_command): Remove functions.
5462 (sh_gdbarch_init): Don't set sh_show_regs.
5463 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
5464 'info all-registers'.
5465 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
5466 (sh64_show_regs): Remove functions.
5467 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
5468
5469 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5470
5471 * configure.ac: Move development=true below AC_INIT.
5472 * configure: Regenerate.
5473
5474 2012-06-05 Stan Shebs <stan@codesourcery.com>
5475
5476 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
5477 gdb_stdout.
5478
5479 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
5480
5481 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
5482 argument as ssize_t.
5483 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
5484 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
5485 * target.c (target_read_stack, target_write_memory)
5486 (target_write_raw_memory): Likewise.
5487 * target.h (target_read_stack, target_write_memory)
5488 (target_write_raw_memory): Likewise.
5489
5490 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5491
5492 * symfile-mem.c: Change gdb_static_assert to ssize_t.
5493 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
5494 * target.c (target_read_memory): Change LEN to ssize_t.
5495 * target.h (target_read_memory): Change LEN to ssize_t.
5496
5497 2012-06-05 Pedro Alves <palves@redhat.com>
5498
5499 PR backtrace/13866
5500
5501 * breakpoint.c (until_break_command): Only fetch the selected
5502 frame after decode_line_1.
5503
5504 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5505
5506 * solib-svr4.c (enable_break): Don't fallback to setting the solib
5507 event breakpoint at _start, __start or main if a program
5508 interpreter is not found.
5509
5510 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5511
5512 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
5513 Add declaration.
5514 * windows-tdep.c: #include "objfiles.h".
5515 (windows_iterate_over_objfiles_in_search_order): New function.
5516 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5517 iterate_over_objfiles_in_search_order gdbarch method to
5518 windows_iterate_over_objfiles_in_search_order.
5519 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
5520
5521 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5522
5523 * gdbarch.sh: Add generation of
5524 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
5525 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
5526 (iterate_over_objfiles_in_search_order): New gdbarch method.
5527 * gdbarch.h, gdbarch.c: Regenerate.
5528 * objfiles.h (default_iterate_over_objfiles_in_search_order):
5529 Add declaration.
5530 * objfiles.c (default_iterate_over_objfiles_in_search_order):
5531 New function.
5532 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5533 out of lookup_symbol_aux_symtabs.
5534 (lookup_symbol_aux_symtabs): Replace extracted-out code by
5535 call to lookup_symbol_aux_objfile.
5536 (struct global_sym_lookup_data): New type.
5537 (lookup_symbol_global_iterator_cb): New function.
5538 (lookup_symbol_global): Search for symbol using
5539 gdbarch_iterate_over_objfiles_in_search_order and
5540 lookup_symbol_global_iterator_cb.
5541 * findvar.c (struct minsym_lookup_data): New type.
5542 (minsym_lookup_iterator_cb): New function.
5543 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
5544 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
5545 and minsym_lookup_iterator_cb.
5546
5547 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5548
5549 Revert the following patch:
5550 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5551 try locating the symbol in the symbol's own objfile first, before
5552 extending the search to all objfiles.
5553 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5554 out of lookup_symbol_aux_symtabs.
5555 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5556 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5557 Do not search EXCLUDE_OBJFILE.
5558 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5559 (lookup_symbol_global): Search for matches in the block's objfile
5560 first, before searching all other objfiles.
5561
5562 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5563
5564 * breakpoint.c (find_condition_and_thread): Stop parsing
5565 as soon as the first invalid keyword is found.
5566
5567 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5568
5569 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
5570
5571 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5572
5573 * config/djgpp/djcheck.sh: Add copyright header.
5574
5575 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5576
5577 * copyright.py (update_files, main): Fix path to update-copyright
5578 script.
5579
5580 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5581
5582 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
5583 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
5584 for which a reminder to update by hand is printed.
5585
5586 2012-06-04 Doug Evans <dje@google.com>
5587
5588 * buildsym.c (make_blockvector): Add comment.
5589
5590 2012-06-04 Pedro Alves <palves@redhat.com>
5591
5592 * arch-utils.c (default_gdb_signal_from_target): Delete.
5593 * arch-utils.h (default_gdb_signal_from_target): Delete.
5594 * corelow.c (core_open) <signal mapping>: Extended comment. Check
5595 gdbarch_gdb_signal_from_target_p.
5596 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5597 predicate).
5598 * gdbarch.h: Regenerate.
5599 * gdbarch.c: Regenerate.
5600
5601 2012-06-04 Pedro Alves <palves@redhat.com>
5602
5603 * gdbarch.sh (gdb_signal_from_target): Mention that the
5604 implementation of the method must be host independent.
5605 * gdbarch.h: Regenerate.
5606
5607 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5608
5609 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5610 parameters.
5611 (target_read_memory_bfd): New function.
5612 (symbol_file_add_from_memory): Use it.
5613
5614 2012-06-03 Doug Evans <dje@google.com>
5615
5616 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5617 of primary symtab.
5618 (basic_lookup_transparent_type): Ditto.
5619
5620 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5621 (ALL_PRIMARY_SYMTABS): Use it.
5622 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5623 * dwarf2read.c (dw2_find_symbol_file): Ditto.
5624 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5625 * symtab.c (lookup_symbol_aux_objfile): Ditto.
5626 (basic_lookup_transparent_type): Ditto.
5627
5628 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
5629
5630 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
5631 it to optimize resolution of demangled name.
5632
5633 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5634
5635 * configure.ac (development): Define new variable.
5636 Call AC_CHECK_LIB for mcheck if $development.
5637 (ERROR_ON_WARNING): Enable it by default only if $development.
5638 * config.in: Regenerate.
5639 * configure: Regenerate.
5640
5641 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
5642
5643 * target.c (target_read_memory): Make LEN argument as size_t.
5644 * target.h (target_read_memory): Likewise.
5645
5646 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5647
5648 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5649
5650 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
5651
5652 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5653 BookE interface for PowerPC server processors if not available
5654 in the Linux Kernel.
5655
5656 2012-05-31 Keith Seitz <keiths@redhat.com>
5657
5658 * linespec.c (decode_objc): Add cleanup to free
5659 INFO.FILE_SYMTABS.
5660 (find_linespec_symbols): Add cleanup to free CLASSES.
5661 * symfile.c (find_separate_debug_file_by_debuglink): Add
5662 cleanup to free DEBUGLINK.
5663 * ui-out.c (clear_header_list): No need to check if
5664 HEADER_NEXT.COLHDR is NULL.
5665 Free HEADER_NEXT.COL_NAME.
5666
5667 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5668
5669 * ada-lang.c (standard_lookup): Prevent uninitialized variable
5670 warning.
5671
5672 2012-05-30 Jeff Kenton <jkenton@tilera.com>
5673
5674 * configure.host (gdb_host_cpu): Handle tilegx*.
5675 (gdb_host): Handle tilegx-*-linux*.
5676 * tilegx-linux-nat.c: New file.
5677 * config/tilegx/linux.mh: New file.
5678
5679 2012-05-30 Jeff Kenton <jkenton@tilera.com>
5680
5681 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5682 tilegx-linux-tdep.o.
5683 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5684 tilegx-linux-tdep.c.
5685 * configure.tgt: Handle tilegx-*-linux*.
5686 * tilegx-tdep.h: New file.
5687 * tilegx-tdep.c: New file.
5688 * tilegx-linux-tdep.c: New file.
5689 * regformats/reg-tilegx.dat: New file.
5690
5691 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
5692
5693 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5694 accounting of hw watchpoints on ppc.
5695
5696 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5697
5698 * source.c (openp): Expand tilde in path entries.
5699
5700 2012-05-29 Doug Evans <dje@google.com>
5701
5702 * buildsym.c (block_compar): Fix comment.
5703 (end_symtab): Fix and clarify some comments.
5704
5705 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5706 cleanup_undefined_types.
5707 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5708 All callers updated.
5709
5710 2012-05-29 Tom Tromey <tromey@redhat.com>
5711
5712 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5713 fails.
5714 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5715 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5716 fails.
5717 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5718 fails.
5719
5720 2012-05-29 Tristan Gingold <gingold@adacore.com>
5721
5722 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5723 (struct darwin_info): ... New struct.
5724 (solib_darwin_pspace_data): New variable.
5725 (darwin_pspace_data_cleanup): New function.
5726 (get_darwin_info): Likewise.
5727 (darwin_dyld_version_ok, darwin_load_image_infos)
5728 (darwin_solib_get_all_image_info_addr_at_init)
5729 (darwin_solib_read_all_image_info_addr): Add info argument.
5730 Adjust code.
5731 (darwin_current_sos): Use per pspace structure.
5732 (darwin_solib_create_inferior_hook): Likewise.
5733 (darwin_clear_solib): Likewise.
5734 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5735
5736 2012-05-28 Pedro Alves <palves@redhat.com>
5737
5738 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5739 block that uses them. Clear ecss before handling each event.
5740
5741 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5742
5743 * solib-svr4.c (svr4_current_sos): New comment on
5744 svr4_current_sos_via_xfer_libraries fall back.
5745
5746 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5747
5748 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
5749 it as a fallback for TYPE_IS_OPAQUE.
5750 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5751 symbols for lookup_symbol.
5752
5753 2012-05-24 John Steele Scott <toojays@toojays.net>
5754
5755 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5756 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5757 (producer_is_gxx_lt_4_6): Move the checking and caching to...
5758 (check_producer): ... this new function, which also checks for ICC
5759 and caches the result.
5760 (producer_is_icc): New function.
5761 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5762 producer was ICC.
5763
5764 2012-05-24 Pedro Alves <palves@redhat.com>
5765
5766 PR gdb/7205
5767
5768 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5769 (default_gdb_signal_to_target): ... this. Add comment.
5770 (default_gdb_signal_from_host): Rename to ...
5771 (default_gdb_signal_from_target): ... this. Add comment.
5772 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5773 (default_gdb_signal_to_target): ... this.
5774 (default_gdb_signal_from_host): Rename to ...
5775 (default_gdb_signal_from_target): ... this.
5776 * corelow.c (core_open): Adjust to naming change. Replace comment.
5777 * gdbarch.sh (gdb_signal_from_host): Rename to ...
5778 (gdb_signal_from_target): ... this. Adjust to
5779 default_gdb_signal_from_host naming change. Extend comment.
5780 (gdb_signal_to_host): Rename to ...
5781 (gdb_signal_to_target): ... this. Adjust to
5782 default_gdb_signal_to_host naming change.
5783 * gdbarch.h, gdbarch.c: Renegerate.
5784
5785 2012-05-24 Pedro Alves <palves@redhat.com>
5786
5787 PR gdb/7205
5788
5789 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5790
5791 2012-05-24 Pedro Alves <palves@redhat.com>
5792
5793 PR gdb/7205
5794
5795 Replace target_signal with gdb_signal throughout.
5796
5797 2012-05-24 Pedro Alves <palves@redhat.com>
5798
5799 PR tui/14159
5800
5801 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5802 string, instead of reusing the va_list argument.
5803
5804 2012-05-24 Tom Tromey <tromey@redhat.com>
5805
5806 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5807 Remove.
5808
5809 2012-05-23 Doug Evans <dje@google.com>
5810
5811 * symtab.c (search_symbols): Formatting fixes.
5812 (print_symbol_info): Formatting fixes.
5813
5814 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5815 int64_t change to leb128 API.
5816 (read_encoded_value, decode_frame_entry_1): Ditto.
5817 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5818 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5819 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5820 (execute_stack_op): Ditto.
5821 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5822 (safe_read_uleb128, safe_read_sleb128): Ditto.
5823 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5824 (dwarf2_compile_expr_to_ax): Ditto.
5825 (locexpr_describe_location_piece): Ditto.
5826 (disassemble_dwarf_expression): Ditto.
5827 (locexpr_describe_location_1): Ditto.
5828
5829 2012-05-23 Stan Shebs <stan@codesourcery.com>
5830 Kwok Cheung Yeung <kcy@codesourcery.com>
5831
5832 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5833 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5834 (mi-cmd-info.o): New rule.
5835 * osdata.h (info_osdata_command): New declaration.
5836 * osdata.c (info_osdata_command): Change to non-static.
5837 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5838 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5839 * mi/mi-cmd-info.c: New file.
5840
5841 2012-05-23 Doug Evans <dje@google.com>
5842
5843 * symtab.c (search_symbols): Pass NULL for file_matcher to
5844 expand_symtabs_matching if there are no files to match.
5845
5846 * gdbtypes.c (lookup_typename): Simplify.
5847
5848 2012-05-23 Pedro Alves <palves@redhat.com>
5849
5850 * arch-utils.h (default_target_signal_to_host): Delete.
5851 * arch-utils.c (default_target_signal_to_host): Delete.
5852 * gdbarch.sh (target_signal_to_host): Remove.
5853 * gdbarch.h, gdbarch.c: Regenerate.
5854
5855 2012-05-22 Doug Evans <dje@google.com>
5856
5857 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5858 "const gdb_byte *".
5859 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5860 (execute_cfa_program): Update to match API of leb128 functions.
5861 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5862 "const gdb_byte *".
5863 (read_unsigned_leb128, read_signed_leb128): Delete.
5864 (read_initial_length): Change type of buf argument to
5865 "const gdb_byte *".
5866 (read_encoded_value): Update to match API of leb128 functions.
5867 (decode_frame_entry): Change result to "const gdb_byte *", and
5868 similarly for "start" parameter.
5869 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
5870 (dwarf2_build_frame_info): Change local frame_ptr to
5871 "const gdb_byte *".
5872 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5873 read_uleb128, read_sleb128. All callers updated.
5874 (safe_skip_leb128): New function.
5875 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5876 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5877 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5878 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
5879 read_uleb128, read_sleb128.
5880 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5881 (execute_stack_op): Update to match API of leb128 functions.
5882 * dwarf2expr.h: #include "leb128.h".
5883 (read_uleb128, read_sleb128): Delete.
5884 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5885 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5886 * dwarf2loc.c (debug_loc_kind): New enum.
5887 (decode_debug_loc_addresses): New function.
5888 (decode_debug_loc_dwo_addresses): New function.
5889 (dwarf2_find_location_expression): Rewrite.
5890 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5891 (locexpr_describe_location_piece): Ditto.
5892 (disassemble_dwarf_expression): Ditto.
5893 (locexpr_describe_location_1): Ditto.
5894 (loclist_describe_location): Rewrite.
5895 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5896 * dwarf2read.c (die_reader_specs): New member "buffer_end".
5897 (dwarf2_section_buffer_overflow_complaint): Renamed from
5898 dwarf2_macros_too_long_complaint. All callers updated.
5899 (skip_leb128): Delete.
5900 (init_cu_die_reader): Initialize reader->buffer_end.
5901 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5902 (skip_form_bytes): New arg buffer_end. All callers updated.
5903 Replace call to skip_leb128 with gdb_skip_leb128.
5904 (skip_unknown_opcode): New arg mac_end. All callers updated.
5905 (fill_in_loclist_baton): Initialize baton->from_dwo.
5906
5907 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5908
5909 * mips-linux-nat.c (mips_linux_read_description): Use a more
5910 verbose error message.
5911
5912 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5913
5914 * NEWS: Add MIPS/Linux DSP support.
5915 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5916 (SIGCONTEXT_DSPCTL): New macro.
5917 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5918 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5919 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5920 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5921 (N64_SIGCONTEXT_HI3): Likewise.
5922 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5923 (N64_SIGCONTEXT_LO3): Likewise.
5924 (N64_SIGCONTEXT_DSPCTL): Likewise.
5925 (N64_SIGCONTEXT_FPCSR): Clarify definition.
5926 (mips_linux_o32_sigframe_init): Handle DSP registers.
5927 (mips_linux_n32n64_sigframe_init): Likewise.
5928
5929 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5930
5931 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5932 call to abort.
5933
5934 2012-05-22 Pedro Alves <palves@redhat.com>
5935
5936 * target.h (store_waitstatus): Move declaration ...
5937 * inf-child.h (store_waitstatus): ... here.
5938 * target.c: Move inclusion of gdb_wait.h, and ...
5939 (store_waitstatus): ... this ...
5940 * inf-child.c: ... here.
5941 * linux-nat.c: Include inf-child.h.
5942 * rs6000-nat.c: Include inf-child.h.
5943 * spu-linux-nat.c: Include inf-child.h.
5944
5945 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5946
5947 * tracepoint.c (start_tracing): Add missing i18n markup.
5948 (stop_tracing, set_trace_user): Ditto.
5949 (set_trace_notes, set_trace_stop_notes): Ditto.
5950
5951 2012-05-21 Tom Tromey <tromey@redhat.com>
5952
5953 PR c++/7173:
5954 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5955 types.
5956 * value.h (value_cast_pointers): Update.
5957 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5958 (value_cast): Update.
5959 (update_search_result): New function.
5960 (do_search_struct_field): New, from search_struct_field. Check
5961 for ambiguous results.
5962 (search_struct_field): Rewrite.
5963 * infcall.c (value_arg_coerce): Update.
5964 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5965 value_cast_pointers.
5966 * ada-lang.c (ada_convert_actual): Update.
5967
5968 2012-05-21 Tom Tromey <tromey@redhat.com>
5969
5970 * macroexp.c (macro_stringify): Terminate the string.
5971
5972 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5973
5974 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5975 Describe it.
5976 * auto-load.c (auto_load_expand_dir_vars): New function.
5977 (auto_load_safe_path_vec_update): Use it, remove the
5978 substitute_path_component call thanks to it.
5979 (auto_load_objfile_script): Remove the debug_file_directory processing.
5980 Use auto_load_expand_dir_vars, remove the substitute_path_component
5981 call thanks to it.
5982 * configure: Regenerate.
5983 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5984 path. Escape $ also for $debugdir.
5985 (--with_auto_load_safe_path): Escape $ also for $debugdir.
5986 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5987
5988 2012-05-20 Doug Evans <dje@google.com>
5989
5990 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5991 before use. Check for symtab->includes == NULL before scanning it.
5992
5993 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5994
5995 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5996
5997 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5998
5999 * NEWS: Add microMIPS support and "set mips compression",
6000 "show mips compression" commands.
6001 * mips-tdep.h (mips_isa): New enum.
6002 (gdbarch_tdep): Add mips_isa.
6003 (mips_pc_is_mips16): Update prototype.
6004 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
6005 * mips-tdep.c (mips_compression_mips16): New variable.
6006 (mips_compression_micromips): Likewise.
6007 (mips_compression_strings): Likewise.
6008 (mips_compression_string): Likewise.
6009 (is_mips16_isa, is_micromips_isa): New functions.
6010 (is_mips16_addr): Rename to...
6011 (is_compact_addr): ... this.
6012 (unmake_mips16_addr): Likewise to...
6013 (unmake_compact_addr): ... this.
6014 (make_mips16_addr): Likewise to...
6015 (make_compact_addr): ... this.
6016 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6017 functions.
6018 (mips_elf_make_msymbol_special): Handle microMIPS code.
6019 (msymbol_is_special): Rename to...
6020 (msymbol_is_mips16): ... this.
6021 (mips_make_symbol_special, mips_pc_is_mips16): Update
6022 accordingly.
6023 (msymbol_is_mips, msymbol_is_micromips): New functions.
6024 (mips16_to_32_reg): Rename to...
6025 (mips_reg3_to_reg): ... this.
6026 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6027 (mips_pc_isa): Likewise.
6028 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6029 code.
6030 (mips_fetch_instruction): Pass return status instead of printing
6031 an error message if requested. Handle microMIPS code. Bail out
6032 on an invalid ISA.
6033 (micromips_op): New macro.
6034 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6035 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6036 (b6s4_op, b7s3_reg): Likewise.
6037 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6038 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6039 (mips_insn_size): New function.
6040 (mips32_next_pc): Update mips_fetch_instruction call.
6041 (micromips_relative_offset7): New function.
6042 (micromips_relative_offset10): Likewise.
6043 (micromips_relative_offset16): Likewise.
6044 (micromips_pc_insn_size): Likewise.
6045 (micromips_bc1_pc): Likewise.
6046 (micromips_next_pc): Likewise.
6047 (unpack_mips16): Update mips_fetch_instruction call.
6048 (extended_mips16_next_pc): Update according to change to
6049 mips16_to_32_reg.
6050 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
6051 code.
6052 (mips16_scan_prologue): Update mips_fetch_instruction call.
6053 Update according to change to mips16_to_32_reg.
6054 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6055 (mips_insn16_frame_base_sniffer): Likewise.
6056 (micromips_decode_imm9): New function.
6057 (micromips_scan_prologue): Likewise.
6058 (mips_micro_frame_cache): Likewise.
6059 (mips_micro_frame_this_id): Likewise.
6060 (mips_micro_frame_prev_register): Likewise.
6061 (mips_micro_frame_sniffer): Likewise.
6062 (mips_micro_frame_unwind): New variable.
6063 (mips_micro_frame_base_address): New function.
6064 (mips_micro_frame_base): New variable.
6065 (mips_micro_frame_base_sniffer): New function.
6066 (mips32_scan_prologue): Update mips_fetch_instruction call.
6067 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6068 rather than for MIPS16.
6069 (mips_insn32_frame_base_sniffer): Likewise.
6070 (mips_addr_bits_remove): Handle microMIPS code.
6071 (deal_with_atomic_sequence): Rename to...
6072 (mips_deal_with_atomic_sequence): ... this. Update the type
6073 of the variable used to hold an instruction. Remove the ISA bit
6074 check. Update mips_fetch_instruction call.
6075 (micromips_deal_with_atomic_sequence): New function.
6076 (deal_with_atomic_sequence): Likewise.
6077 (mips_about_to_return): Handle microMIPS code. Update
6078 mips_fetch_instruction call.
6079 (heuristic_proc_start): Check for the standard MIPS ISA rather
6080 than for MIPS16. Update mips_pc_is_mips16 and
6081 mips_fetch_instruction calls. Handle microMIPS code.
6082 (mips_push_dummy_code): Handle microMIPS code.
6083 (mips_eabi_push_dummy_call): Likewise.
6084 (mips_o32_return_value): Update mips_pc_is_mips16 call.
6085 (mips_o64_push_dummy_call): Handle microMIPS code.
6086 (mips_o64_return_value): Update mips_pc_is_mips16 call.
6087 (is_delayed): Remove function.
6088 (mips_single_step_through_delay): Replace the call to is_delayed
6089 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
6090 Handle microMIPS code.
6091 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
6092 microMIPS code.
6093 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6094 call.
6095 (micromips_in_function_epilogue_p): New function.
6096 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6097 call.
6098 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6099 Handle microMIPS.
6100 (gdb_print_insn_mips): Likewise.
6101 (mips_breakpoint_from_pc): Likewise.
6102 (mips_remote_breakpoint_from_pc): New function.
6103 (mips32_instruction_has_delay_slot): Simplify making use of the
6104 updated mips_fetch_instruction interface.
6105 (micromips_instruction_has_delay_slot): New function.
6106 (mips16_instruction_has_delay_slot): Simplify making use of the
6107 updated mips_fetch_instruction interface.
6108 (mips_adjust_breakpoint_address): Check for the standard MIPS
6109 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
6110 calls. Handle microMIPS code.
6111 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6112 (mips_skip_trampoline_code): Handle microMIPS code.
6113 (global_mips_compression): New function.
6114 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6115 file flags. Register the microMIPS remote breakpoint handler
6116 and heuristic frame unwinder.
6117 (show_mips_compression): New function.
6118 (_initialize_mips_tdep): Add the "set mips compression" and
6119 "show mips compression" commands.
6120
6121 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
6122
6123 * ada-lang.c:
6124 * ada-tasks.c:
6125 * ada-varobj.c:
6126 * amd64-darwin-tdep.c:
6127 * arm-symbian-tdep.c:
6128 * arm-tdep.c:
6129 * avr-tdep.c:
6130 * ax-gdb.c:
6131 * bfin-linux-tdep.c:
6132 * breakpoint.c:
6133 * c-valprint.c:
6134 * cli/cli-cmds.c:
6135 * coffread.c:
6136 * cp-support.c:
6137 * cris-tdep.c:
6138 * dwarf2-frame-tailcall.c:
6139 * dwarf2-frame.c:
6140 * dwarf2expr.c:
6141 * dwarf2loc.c:
6142 * dwarf2read.c:
6143 * elfread.c:
6144 * eval.c:
6145 * expprint.c:
6146 * f-valprint.c:
6147 * frv-tdep.c:
6148 * h8300-tdep.c:
6149 * hppa-hpux-tdep.c:
6150 * hppa-tdep.c:
6151 * hppanbsd-tdep.c:
6152 * i386-nto-tdep.c:
6153 * i386-tdep.c:
6154 * i387-tdep.c:
6155 * ia64-tdep.c:
6156 * jit.c:
6157 * linespec.c:
6158 * linux-tdep.c:
6159 * lm32-tdep.c:
6160 * m2-valprint.c:
6161 * m32c-tdep.c:
6162 * m32r-rom.c:
6163 * m32r-tdep.c:
6164 * m68k-tdep.c:
6165 * m68klinux-tdep.c:
6166 * mi/mi-main.c:
6167 * microblaze-tdep.c:
6168 * mips-linux-tdep.c:
6169 * mips-tdep.c:
6170 * mn10300-tdep.c:
6171 * p-valprint.c:
6172 * parse.c:
6173 * ppc-linux-tdep.c:
6174 * ppc-sysv-tdep.c:
6175 * printcmd.c:
6176 * python/py-finishbreakpoint.c:
6177 * python/py-inferior.c:
6178 * python/py-infthread.c:
6179 * python/py-type.c:
6180 * python/python.c:
6181 * remote-fileio.c:
6182 * remote-m32r-sdi.c:
6183 * remote-mips.c:
6184 * reverse.c:
6185 * rl78-tdep.c:
6186 * rs6000-aix-tdep.c:
6187 * rs6000-tdep.c:
6188 * s390-tdep.c:
6189 * score-tdep.c:
6190 * sh64-tdep.c:
6191 * skip.c:
6192 * solib-darwin.c:
6193 * solib-dsbt.c:
6194 * solib-frv.c:
6195 * sparc-tdep.c:
6196 * spu-multiarch.c:
6197 * spu-tdep.c:
6198 * stack.c:
6199 * symfile.c:
6200 * symtab.c:
6201 * tic6x-tdep.c:
6202 * tracepoint.c:
6203 * v850-tdep.c:
6204 * valarith.c:
6205 * valprint.c:
6206 * value.c:
6207 * xcoffread.c:
6208 * xtensa-tdep.c:
6209 * ada-lang.c:
6210 * ada-tasks.c:
6211 * ada-varobj.c:
6212 * amd64-darwin-tdep.c:
6213 * arm-symbian-tdep.c:
6214 * arm-tdep.c: Delete unused variables.
6215
6216 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6217
6218 Rename $ddir to $datadir.
6219 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
6220 * auto-load.c (auto_load_safe_path_vec_update)
6221 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
6222 * configure: Regenerate.
6223 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
6224 Likewise. Remove the 'use $ddir' help string.
6225
6226 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6227
6228 * auto-load.c (show_auto_load_safe_path): Accept any combination of
6229 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
6230
6231 2012-05-18 Tom Tromey <tromey@redhat.com>
6232
6233 PR exp/13907:
6234 * valprint.h (struct value_print_options) <symbol_print>: New
6235 field.
6236 * valprint.c (user_print_options): Add default for symbol_print.
6237 (show_symbol_print): New function.
6238 (generic_val_print): Respect symbol_print.
6239 (_initialize_valprint): Add "print symbol" setting.
6240 * f-valprint.c (f_val_print): Respect symbol_print.
6241 * c-valprint.c (c_val_print): Respect symbol_print.
6242 * NEWS: Update.
6243 * printcmd.c (print_address_symbolic): Return int. Ignore some
6244 zero-size symbols.
6245 (print_address_demangle): Return int.
6246 * defs.h: (print_address_symbolic): Return int.
6247 * value.h (print_address_demangle): Return int.
6248
6249 2012-05-18 Tom Tromey <tromey@redhat.com>
6250
6251 * valprint.c (val_print_string): Don't print leading space.
6252 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
6253 print space before string or vtbl.
6254 * m2-valprint.c (print_unpacked_pointer): Optionally print space
6255 before string.
6256 * jv-valprint.c (java_value_print): Print space before string.
6257 * go-valprint.c (print_go_string): Print space before string.
6258 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
6259 space before string.
6260 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
6261 space before string or vtbl.
6262 * auxv.c (fprint_target_auxv): Print space after address.
6263
6264 2012-05-18 Tom Tromey <tromey@redhat.com>
6265
6266 * printcmd.c (print_address_demangle): Remove special case for 0.
6267
6268 2012-05-18 Tom Tromey <tromey@redhat.com>
6269
6270 * printcmd.c (print_address_demangle): Add 'opts' argument.
6271 * p-valprint.c (pascal_val_print): Update.
6272 * jv-valprint.c (java_val_print): Update.
6273 * value.h: Update.
6274 * valprint.c (generic_val_print): Update.
6275 (print_function_pointer_address): Add 'options' argument. Remove
6276 'addressprint' argument. Update.
6277 * m2-valprint.c (print_unpacked_pointer): Update.
6278 * gnu-v3-abi.c (print_one_vtable): Update.
6279 (gnuv3_print_method_ptr): Update.
6280 * f-valprint.c (f_val_print): Update.
6281 * cp-valprint.c (cp_print_value_fields): Update.
6282 * valprint.h (print_function_pointer_address): Update.
6283 * c-valprint.c (c_val_print): Update.
6284
6285 2012-05-18 Tom Tromey <tromey@redhat.com>
6286
6287 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
6288 directly corresponding to the found psymtab.
6289 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
6290 (dw2_find_pc_sect_symtab): Use it.
6291 * block.h (blockvector_contains_pc): Declare.
6292 * block.c (find_block_in_blockvector): New function.
6293 (blockvector_for_pc_sect): Use it.
6294 (blockvector_contains_pc): New function.
6295
6296 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6297
6298 * mips-tdep.h (mips_write_pc): New prototype.
6299 * mips-tdep.c (mips_write_pc): Make external, add description.
6300 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
6301 add description.
6302
6303 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6304
6305 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
6306 mips_regnum->pc.
6307 (mips_unwind_pc, mips_write_pc): Likewise.
6308 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
6309 gdbarch_read_pc.
6310
6311 2012-05-17 Joel Brobecker <brobecker@adacore.com>
6312
6313 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
6314 proc_warn, proc_error, proc_get_status, proc_flags,
6315 proc_why, proc_what, proc_nsysarg, proc_sysargs,
6316 proc_set_run_on_last_close, proc_unset_run_on_last_close,
6317 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
6318 proc_stop_process, proc_wait_for_stop, proc_run_process,
6319 proc_set_traced_signals, proc_set_traced_faults,
6320 proc_set_traced_sysentry, proc_set_traced_sysexit,
6321 proc_set_held_signals, proc_get_held_signals,
6322 proc_get_traced_signals, proc_get_traced_faults,
6323 proc_get_traced_sysentry, proc_get_traced_sysexit,
6324 proc_clear_current_fault, proc_set_current_signal,
6325 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
6326 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
6327 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
6328 proc_get_current_thread, proc_get_current_thread,
6329 proc_get_current_thread, proc_update_threads,
6330 proc_update_threads, proc_update_threads, proc_update_threads,
6331 proc_iterate_over_threads, procfs_find_new_threads,
6332 procfs_pid_to_str): Make static. Remove advance declaration.
6333 (proc_cursig): Make static. Conditionalized defintion on
6334 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
6335 (proc_syscall, proc_set_kill_on_last_close,
6336 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
6337 proc_get_pending_signals, proc_get_signal_actions,
6338 proc_trace_signal, proc_ignore_signal): Delete.
6339
6340 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6341
6342 * coffread.c (cs_section_address): Passing proper argument for
6343 `bfd_get_section_vma'.
6344 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
6345 `bfd_get_section_flags'.
6346 * remote.c (remote_trace_set_readonly_regions): Likewise, for
6347 `bfd_get_section_vma'.
6348
6349 2012-05-16 Tom Tromey <tromey@redhat.com>
6350
6351 PR macros/13205:
6352 * macrotab.h: (macro_define_special): Declare.
6353 (enum macro_special_kind): New.
6354 (struct macro_definition) <argc, replacement>: Update comments.
6355 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
6356 (macro_define_object_internal): New function.
6357 (macro_define_object): Use it.
6358 (macro_define_special): New function.
6359 (fixup_definition): New function.
6360 (macro_lookup_definition, foreach_macro_in_scope)
6361 (foreach_macro): Use fixup_definition.
6362 * macroexp.h (macro_stringify): Declare.
6363 * macroexp.c (free_buffer_return_text): New function.
6364 (stringify): Constify "arg".
6365 (macro_stringify): New function.
6366 * dwarf2read.c (macro_start_file): Call macro_define_special.
6367
6368 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6369 Maciej W. Rozycki <macro@mips.com>
6370
6371 * breakpoint.h (bp_location): Add related_address member.
6372 * inferior.h (get_return_value): Take a pointer to struct value
6373 instead of struct type for the function requested.
6374 * value.h (using_struct_return): Likewise.
6375 * gdbarch.sh (return_value): Take a pointer to struct value
6376 instead of struct type for the function requested.
6377 * breakpoint.c (set_breakpoint_location_function): Initialize
6378 related_address for bp_gnu_ifunc_resolver breakpoints.
6379 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
6380 requested function's address to gdbarch_return_value.
6381 * eval.c (evaluate_subexp_standard): Pass the requested
6382 function's address to using_struct_return.
6383 * infcall.c (call_function_by_hand): Pass the requested
6384 function's address to using_struct_return and
6385 gdbarch_return_value.
6386 * infcmd.c (get_return_value): Take a pointer to struct value
6387 instead of struct type for the function requested.
6388 (print_return_value): Update accordingly.
6389 (finish_command_continuation): Likewise.
6390 * stack.c (return_command): Pass the requested function's
6391 address to using_struct_return and gdbarch_return_value.
6392 * value.c (using_struct_return): Take a pointer to struct value
6393 instead of struct type for the function requested. Pass the
6394 requested function's address to gdbarch_return_value.
6395 * python/py-finishbreakpoint.c (finish_breakpoint_object):
6396 New function_value member, replacing function_type.
6397 (bpfinishpy_dealloc): Update accordingly.
6398 (bpfinishpy_pre_stop_hook): Likewise.
6399 (bpfinishpy_init): Likewise. Record the requested function's
6400 address.
6401 * mips-tdep.c (mips_fval_reg): New enum.
6402 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
6403 words put in GP registers.
6404 (mips_o64_push_dummy_call): Update a comment.
6405 (mips_o32_return_value): Take a pointer to struct value instead
6406 of struct type for the function requested and use it to check if
6407 using the MIPS16 calling convention. Return the designated
6408 general purpose registers for floating-point values returned in
6409 MIPS16 mode.
6410 (mips_o64_return_value): Likewise.
6411 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
6412 (ppc_sysv_abi_broken_return_value): Likewise.
6413 (ppc64_sysv_abi_return_value): Likewise.
6414 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
6415 value instead of struct type for the function requested.
6416 * amd64-tdep.c (amd64_return_value): Likewise.
6417 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
6418 * arm-tdep.c (arm_return_value): Likewise.
6419 * avr-tdep.c (avr_return_value): Likewise.
6420 * bfin-tdep.c (bfin_return_value): Likewise.
6421 * cris-tdep.c (cris_return_value): Likewise.
6422 * frv-tdep.c (frv_return_value): Likewise.
6423 * h8300-tdep.c (h8300_return_value): Likewise.
6424 (h8300h_return_value): Likewise.
6425 * hppa-tdep.c (hppa32_return_value): Likewise.
6426 (hppa64_return_value): Likewise.
6427 * i386-tdep.c (i386_return_value): Likewise.
6428 * ia64-tdep.c (ia64_return_value): Likewise.
6429 * iq2000-tdep.c (iq2000_return_value): Likewise.
6430 * lm32-tdep.c (lm32_return_value): Likewise.
6431 * m32c-tdep.c (m32c_return_value): Likewise.
6432 * m32r-tdep.c (m32r_return_value): Likewise.
6433 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
6434 * m68k-tdep.c (m68k_return_value): Likewise.
6435 (m68k_svr4_return_value): Likewise.
6436 * m88k-tdep.c (m88k_return_value): Likewise.
6437 * mep-tdep.c (mep_return_value): Likewise.
6438 * microblaze-tdep.c (microblaze_return_value): Likewise.
6439 * mn10300-tdep.c (mn10300_return_value): Likewise.
6440 * moxie-tdep.c (moxie_return_value): Likewise.
6441 * mt-tdep.c (mt_return_value): Likewise.
6442 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
6443 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
6444 (ppc_sysv_abi_broken_return_value): Likewise.
6445 (ppc64_sysv_abi_return_value): Likewise.
6446 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
6447 * rl78-tdep.c (rl78_return_value): Likewise.
6448 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
6449 * rx-tdep.c (rx_return_value): Likewise.
6450 * s390-tdep.c (s390_return_value): Likewise.
6451 * score-tdep.c (score_return_value): Likewise.
6452 * sh-tdep.c (sh_return_value_nofpu): Likewise.
6453 (sh_return_value_fpu): Likewise.
6454 * sh64-tdep.c (sh64_return_value): Likewise.
6455 * sparc-tdep.c (sparc32_return_value): Likewise.
6456 * sparc64-tdep.c (sparc64_return_value): Likewise.
6457 * spu-tdep.c (spu_return_value): Likewise.
6458 * tic6x-tdep.c (tic6x_return_value): Likewise.
6459 * v850-tdep.c (v850_return_value): Likewise.
6460 * vax-tdep.c (vax_return_value): Likewise.
6461 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
6462 * xtensa-tdep.c (xtensa_return_value): Likewise.
6463 * gdbarch.c: Regenerate.
6464 * gdbarch.h: Regenerate.
6465
6466 2012-05-15 Tom Tromey <tromey@redhat.com>
6467
6468 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
6469
6470 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6471
6472 * breakpoint.c (init_breakpoint_sal): Add quotes around part
6473 of command in two error message.
6474
6475 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6476
6477 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
6478
6479 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6480
6481 * breakpoint.c (find_condition_and_thread): Minor reformatting.
6482
6483 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6484
6485 * NEWS (show auto-load scripts-directory): Add forgotten command.
6486
6487 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6488
6489 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
6490 parameters.
6491
6492 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
6493
6494 * amd64-tdep.c: Include features/i386/x32.c and
6495 features/i386/x32-avx.c.
6496 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
6497 initialize_tdesc_x32_avx.
6498
6499 2012-05-14 Stan Shebs <stan@codesourcery.com>
6500
6501 Add dynamic printf.
6502 * breakpoint.h (enum bptype): New type bp_dprintf.
6503 (struct breakpoint): New field extra_string.
6504 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
6505 (create_breakpoint): Add extra_string arg.
6506 * breakpoint.c (dprintf_breakpoint_ops): New.
6507 (is_breakpoint): Add bp_dprintf.
6508 (bpstat_what): Add dprintf case.
6509 (bptype_string): Ditto.
6510 (print_one_breakpoint_location): Ditto.
6511 (init_bp_location): Ditto.
6512 (bkpt_print_mention): Ditto.
6513 (dprintf_style_enums): New array.
6514 (dprintf_style): New global.
6515 (dprintf_function): New global.
6516 (dprintf_channel): New global.
6517 (update_dprintf_command_list): New function.
6518 (update_dprintf_commands): New function.
6519 (init_breakpoint_sal): Add extra_string argument, handle it.
6520 (create_breakpoint_sal): Add extra_string argument.
6521 (create_breakpoints_sal): Add extra_string argument, update callers.
6522 (find_condition_and_thread): Add extra argument.
6523 (create_breakpoint): Add extra_string argument, record it.
6524 (dprintf_command): New function.
6525 (break_command_1): Add arg to create_breakpoint call.
6526 (handle_gnu_v3_exceptions): Ditto.
6527 (trace_command): Ditto.
6528 (ftrace_command): Ditto.
6529 (strace_command): Ditto.
6530 (bkpt_print_mention): Add dprintf case.
6531 (create_breakpoint_sal_default): Add extra_string argument.
6532 (_initialize_breakpoint): Add new commands.
6533 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
6534 * python/py-breakpoint.c (bppy_init): Ditto.
6535 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6536
6537 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
6538
6539 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
6540
6541 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
6542
6543 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
6544 unsigned long long.
6545
6546 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6547
6548 Add a new function gdb.find_pc_line to the Python API.
6549 * NEWS (Python Scripting): Add entry about the new function.
6550 * python/python.c (gdbpy_find_pc_line): New function which
6551 implements gdb.find_pc_line.
6552 (GdbMethods): Add entry for the new function.
6553
6554 2012-05-12 Pedro Alves <palves@redhat.com>
6555
6556 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
6557 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
6558
6559 2012-05-12 Eli Zaretskii <eliz@gnu.org>
6560
6561 * inferior.c: Include completer.h
6562 (initialize_inferiors): Set completer of add-inferior to
6563 filename_completer.
6564
6565 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6566
6567 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6568 gdbarch_ptr_bit for x32 core dump.
6569
6570 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6571
6572 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
6573 and features/i386/x32-avx-linux.c.
6574
6575 2012-05-11 Stan Shebs <stan@codesourcery.com>
6576 Kwok Cheung Yeung <kcy@codesourcery.com>
6577
6578 * NEWS: Describe new info os commands.
6579 * common/linux-osdata.c (PID_T, TIME_T): Define.
6580 (MAX_PID_T_STRLEN): New.
6581 (linux_common_core_of_thread): Add comment. Change to use PID_T and
6582 MAX_PID_T_STRLEN.
6583 (command_from_pid): Add comment. Change to use PID_T.
6584 (commandline_from_pid): Change to use PID_T.
6585 (user_from_pid): Add comment.
6586 (get_process_owner): Add comment. Change to use PID_T and
6587 MAX_PID_T_STRLEN.
6588 (get_number_of_cpu_cores): Add comment.
6589 (get_cores_used_by_process): Add comment. Change to use PID_T and
6590 MAX_PID_T_STRLEN.
6591 (linux_xfer_osdata_processes): Change to use PID_T and
6592 MAX_PID_T_STRLEN.
6593 (compare_processes): New function.
6594 (linux_xfer_osdata_processgroups): New function.
6595 (linux_xfer_osdata_threads): Change to use PID_T.
6596 (linux_xfer_osdata_fds): New function.
6597 (format_socket_state, print_sockets): New functions.
6598 (union socket_addr): New union.
6599 (linux_xfer_osdata_isockets): New function.
6600 (time_from_time_t, group_from_gid): New functions.
6601 (linux_xfer_osdata_shm): New function.
6602 (linux_xfer_osdata_sem): New function.
6603 (linux_xfer_osdata_msg): New function.
6604 (linux_xfer_osdata_modules): New function.
6605 (osdata_table): Add new entries.
6606 * common/buffer.c (buffer_xml_printf): Add support for long and
6607 long long format specifiers.
6608
6609 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6610
6611 * amd64-linux-tdep.h (tdesc_x32_linux): New.
6612 (tdesc_x32_avx_linux): Likewise.
6613
6614 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6615
6616 Implement multi-component --with-auto-load-dir.
6617 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6618 entries.
6619 (--with-auto-load-safe-path): Update the default value description.
6620 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6621 New.
6622 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
6623 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
6624 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
6625 (_initialize_auto_load): Initialize also auto_load_dir. Install new
6626 "set auto-load scripts-directory".
6627 * config.in: Regenerate.
6628 * configure: Regenerate.
6629 * configure.ac (--with-auto-load-dir): New configure option.
6630 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6631
6632 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6633
6634 Provide $ddir substitution for --with-auto-load-safe-path.
6635 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6636 entries.
6637 * auto-load.c: Include observer.h.
6638 (auto_load_safe_path_vec_update): Call substitute_path_component for
6639 each component. New variable ddir_subst.
6640 (auto_load_gdb_datadir_changed): New function.
6641 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6642 AUTO_LOAD_SAFE_PATH. New comment.
6643 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6644 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
6645 * config.in: Regenerate.
6646 * configure: Regenerate.
6647 * configure.ac (--auto-load-safe-path): Rename
6648 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
6649 GDB_DATADIR/auto-load.
6650 * defs.h (substitute_path_component): New declaration.
6651 * top.c: Include observer.h.
6652 (set_gdb_datadir): New function.
6653 (init_main): Install it for "set data-directory".
6654 * utils.c (substitute_path_component): New function.
6655
6656 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6657
6658 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6659 * auto-load.c (auto_load_objfile_script): Remove check for NULL
6660 DEBUG_FILE_DIRECTORY. Handle multiple components of
6661 DEBUG_FILE_DIRECTORY.
6662
6663 2012-05-10 Tom Tromey <tromey@redhat.com>
6664
6665 * dwarf2read.c (recursively_write_psymbols): New function.
6666 (write_psymtabs_to_index): Use it.
6667
6668 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6669 field.
6670 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6671 (load_partial_comp_unit): Update.
6672 (queue_comp_unit): Add argument 'pretend_language'.
6673 (process_queue): Update.
6674 (psymtab_to_symtab_1): Skip dependencies that have a user.
6675 (load_partial_comp_unit_reader): Give meaning to the 'data'
6676 argument.
6677 (load_full_comp_unit): Add 'pretend_language' argument.
6678 (process_full_comp_unit): Add 'pretend_language' argument. Set
6679 language on CU.
6680 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6681 Update.
6682 (maybe_queue_comp_unit): Add 'pretend_language' argument.
6683 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6684 Update.
6685 (prepare_one_comp_unit): Add 'pretend_language' argument.
6686
6687 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6688 (struct dwarf2_per_objfile) <just_read_cus>: New field.
6689 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6690 (dw2_do_instantiate_symtab): Check whether symtab was read in
6691 before queueing.
6692 (dw2_instantiate_symtab): Add assertion. Call
6693 process_cu_includes.
6694 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6695 (partial_symtab_p): New typedef.
6696 (set_partial_user): New function.
6697 (dwarf2_build_psymtabs_hard): Use set_partial_user.
6698 (scan_partial_symbols): Add imported CU to imported_symtabs.
6699 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6700 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6701 (get_symtab, recursively_compute_inclusions)
6702 (compute_symtab_includes, process_cu_includes)
6703 (process_imported_unit_die): New functions.
6704 (process_die) <DW_TAG_imported_unit>: New case.
6705 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6706
6707 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6708 comment.
6709 (struct partial_die_info) <locdesc>: Remove.
6710 <d>: New field.
6711 (process_psymtab_comp_unit): Add 'read_partial' argument.
6712 Update.
6713 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6714 (scan_partial_symbols): Handle DW_TAG_imported_unit.
6715 (add_partial_symbol): Update.
6716 (process_die): Handle DW_TAG_partial_unit.
6717 (read_file_scope): Update comment.
6718 (load_partial_dies): Handle DW_TAG_imported_unit.
6719 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6720 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6721
6722 2012-05-10 Tom Tromey <tromey@redhat.com>
6723
6724 * cc-with-dwz.sh: New file.
6725
6726 2012-05-10 Tom Tromey <tromey@redhat.com>
6727
6728 * symtab.h (struct symtab) <includes, user>: New fields.
6729 * block.h (struct block_iterator) <d, idx, which>: New fields.
6730 * block.c (initialize_block_iterator, find_iterator_symtab)
6731 (block_iterator_step, block_iter_name_step)
6732 (block_iter_match_step): New functions.
6733 (block_iterator_first, block_iterator_next)
6734 (block_iter_name_first, block_iter_name_next)
6735 (block_iter_match_first, block_iter_match_next): Rewrite.
6736 (get_block_symtab): New function.
6737
6738 2012-05-10 Tom Tromey <tromey@redhat.com>
6739
6740 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6741 set_block_symtab.
6742 * jit.c (finalize_symtab): Use allocate_global_block,
6743 set_block_symtab.
6744 * buildsym.c (finish_block_internal): New function, from old
6745 finish_block.
6746 (finish_block): Rewrite.
6747 (end_symtab): Use finish_block_internal, set_block_symtab.
6748 * block.h (struct global_block): New.
6749 (allocate_global_block, set_block_symtab): Declare.
6750 * block.c (allocate_global_block, set_block_symtab): New
6751 functions.
6752
6753 2012-05-10 Tom Tromey <tromey@redhat.com>
6754
6755 * psymtab.c (partial_map_expand_apply): Add assertion.
6756 (partial_map_symtabs_matching_filename): Skip included psymtabs.
6757 (psymtab_to_symtab): Find unshared psymtab.
6758 (dump_psymtab): Print including psymtabs.
6759 (recursively_search_psymtabs): New function.
6760 (expand_symtabs_matching_via_partial): Use it.
6761 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6762 fields.
6763 (enum psymtab_search_status): New.
6764
6765 2012-05-10 Tom Tromey <tromey@redhat.com>
6766
6767 * tracepoint.c (scope_info): Update.
6768 * symtab.c (lookup_block_symbol, iterate_over_symbols)
6769 (find_pc_sect_symtab, search_symbols)
6770 (default_make_symbol_completion_list_break_on)
6771 (make_file_symbol_completion_list): Update.
6772 * symmisc.c (dump_symtab_1): Update.
6773 * stack.c (print_frame_args, iterate_over_block_locals)
6774 (print_frame_labels, iterate_over_block_arg_vars): Update.
6775 * python/py-block.c (block_object) <dict>: Remove.
6776 <block>: New field.
6777 <iter>: Change type.
6778 (blpy_iter): Update.
6779 (blpy_block_syms_iternext): Update.
6780 * psymtab.c (map_block): Use block iterators.
6781 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6782 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6783 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6784 * infrun.c (check_exception_resume): Update.
6785 * cp-support.c (make_symbol_overload_list_block): Update.
6786 * coffread.c (patch_opaque_types): Update.
6787 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6788 * block.h (struct block_iterator): New.
6789 (block_iterator_first, block_iterator_next, block_iter_name_first)
6790 (block_iter_name_next, block_iter_match_first)
6791 (block_iter_match_next): Declare.
6792 (ALL_BLOCK_SYMBOLS): Redefine.
6793 * block.c (block_iterator_first, block_iterator_next)
6794 (block_iter_name_first, block_iter_name_next)
6795 (block_iter_match_first, block_iter_match_next): New functions.
6796 * ada-lang.c (ada_add_block_symbols)
6797 (ada_make_symbol_completion_list): Use block iterator.
6798
6799 2012-05-10 Tom Tromey <tromey@redhat.com>
6800
6801 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6802 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6803 (lookup_partial_symbol, find_last_source_symtab_from_partial)
6804 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6805 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6806 Update.
6807
6808 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6809
6810 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6811 print-file-var-lib2.c, print-file-var-main.c and
6812 print-file-var.exp (located in gdb/testsuite/gdb.base).
6813
6814 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6815
6816 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6817 try locating the symbol in the symbol's own objfile first, before
6818 extending the search to all objfiles.
6819 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6820 out of lookup_symbol_aux_symtabs.
6821 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6822 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6823 Do not search EXCLUDE_OBJFILE.
6824 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6825 (lookup_symbol_global): Search for matches in the block's objfile
6826 first, before searching all other objfiles.
6827
6828 2012-05-10 Tristan Gingold <gingold@adacore.com>
6829
6830 * printcmd.c (set_command): Add pre/post inc/dec.
6831
6832 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
6833
6834 * gdb.1: Document -ex option.
6835
6836 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6837
6838 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6839 * inferior.h (AT_SYMBOL): Delete.
6840
6841 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6842
6843 * mips-tdep.c (mips_push_dummy_code): New function.
6844 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6845 ON_STACK and install mips_push_dummy_code as our gdbarch
6846 push_dummy_code routine.
6847
6848 2012-05-09 Pedro Alves <palves@redhat.com>
6849
6850 * target.c (set_maintenance_target_async_permitted): Rename to ...
6851 (set_target_async_command): ... this.
6852 (show_maintenance_target_async_permitted): Rename to ...
6853 (show_target_async_command): ... this.
6854 (initialize_targets): Adjust.
6855
6856 2012-05-08 Doug Evans <dje@google.com>
6857
6858 * go-exp.y (classify_name): Add missing assignment of fields of
6859 yylval.ssym.
6860
6861 2012-05-08 Eli Zaretskii <eliz@gnu.org>
6862
6863 Display the ">" prompt in interactive mode while reading canned
6864 commands, even when the current interpreter is MI.
6865
6866 * interps.c (interp_set_temp): New function.
6867
6868 * interps.h (interp_set_temp): Add prototype.
6869
6870 * cli/cli-script.c (restore_interp): New cleanup function.
6871 (read_command_lines): Temporarily override the current interpreter
6872 with CLI and arrange for restoring the original one.
6873
6874 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
6875
6876 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6877
6878 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
6879
6880 * probe.c (parse_probes): Move conditional to check for
6881 debuginfo files from here...
6882 * stap-probe.c (stap_get_probes): ... to here.
6883
6884 2012-05-07 Mark Kettenis <kettenis@gnu.org>
6885 H.J. Lu <hongjiu.lu@intel.com>
6886
6887 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6888 `movl %esp, %ebp' for the X32 ABI.
6889
6890 2012-05-07 Tom Tromey <tromey@redhat.com>
6891
6892 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
6893 get_DW_TAG_name.
6894 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
6895 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
6896 (dwarf_stack_op_name): Remove.
6897 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
6898 (decode_locdesc): Use get_DW_OP_name.
6899 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6900 (dwarf2_compile_expr_to_ax): Likewise.
6901 (disassemble_dwarf_expression): Likewise.
6902 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6903
6904 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
6905
6906 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6907 (sh_linux_sigtramp_cache): New function.
6908 (sh_linux_sigreturn_init): New function.
6909 (sh_linux_rt_sigreturn_init): New function.
6910 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6911 patterns.
6912 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6913 syscall codes.
6914 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6915 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6916 (sh_linux_init_abi): Add init calls to register new tramp_frame
6917 definitions under 32-bit SH, update comments.
6918
6919 2012-05-07 Pedro Alves <palves@redhat.com>
6920
6921 PR gdb/10952
6922
6923 * amd64-linux-tdep.c: Include glibc-tdep.h.
6924 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6925 gdbarch_skip_solib_resolver callback.
6926
6927 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6928
6929 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6930 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6931 (show_auto_load_safe_path): Check any-directory by comparison with "/".
6932 (add_auto_load_safe_path): Change the error message.
6933 (_initialize_auto_load): Change the "safe-path" help text.
6934 * configure: Regenerate
6935 * configure.ac (--without-auto-load-safe-path): Set
6936 WITH_AUTO_LOAD_SAFE_PATH to /.
6937
6938 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
6939
6940 * stap-probe.h: Do not include unecessary `probe.h'.
6941
6942 2012-05-05 Alan Modra <amodra@gmail.com>
6943
6944 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6945 bfd_und_section_ptr.
6946 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6947 and bfd_com_section_ptr.
6948
6949 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6950
6951 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6952
6953 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6954
6955 * windows-nat.h (segment_register_p_ftype): New typedef.
6956 (windows_set_segment_register_p): Add declaration.
6957 * windows-nat.c (segment_register_p): New static global.
6958 (windows_set_segment_register_p): New function.
6959 (do_windows_fetch_inferior_registers): Add special handling
6960 for segment registers.
6961 * amd64-windows-nat.c: #include "amd64-tdep.h".
6962 (amd64_windows_segment_register_p): New function.
6963 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6964 * i386-windows-nat.c: #include "i386-tdep.h".
6965 (i386_windows_segment_register_p): New function.
6966 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6967
6968 2012-05-04 Tristan Gingold <gingold@adacore.com>
6969
6970 * printcmd.c (set_command): Emit a warning if the expression is not
6971 an assignment.
6972
6973 2012-05-03 Joel Brobecker <brobecker@adacore.com>
6974
6975 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6976 Make static.
6977
6978 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
6979
6980 * stap-probe.c (stap_is_operator): Change declaration.
6981 (stap_get_opcode): Change return value.
6982 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6983 `stap_parse_argument_1'.
6984
6985 2012-05-03 Pedro Alves <pedro@codesourcery.com>
6986
6987 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6988 debug log.
6989
6990 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6991
6992 Add two new methods global_block and static_block to gdb.Symtab
6993 objects.
6994 * NEWS (Python scripting): Add entry about the new methods.
6995 * python/py-symtab.c (stpy_global_block): New function which
6996 implements the gdb.Symtab.global_block() method.
6997 (stpy_static_block): New function which implements the
6998 gdb.Symtab.static_block() method.
6999 (symtab_object_methods): Add entries for the two new methods.
7000
7001 2012-05-03 Doug Evans <dje@google.com>
7002
7003 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
7004 files.
7005
7006 2012-05-03 Yao Qi <yao@codesourcery.com>
7007
7008 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7009 space.
7010 (i386_process_record): Ditto.
7011
7012 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7013
7014 * infcall.c (unwind_on_signal_p): Make static.
7015
7016 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7017
7018 * sol-thread.c (solaris_pid_to_str): Make static.
7019 (_initialize_sol_thread): Add prototype.
7020
7021 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7022
7023 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7024
7025 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
7026
7027 * MAINTAINERS: Remove myself.
7028
7029 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7030
7031 Fix --without-auto-load-safe-path for MS-Windows host platform.
7032 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7033
7034 2012-05-02 Eli Zaretskii <eliz@gnu.org>
7035
7036 * gdb_curses.h: Undefine KEY_EVENT before including curses
7037 headers. Move "#undef MOUSE_MOVED" before any curses header
7038 inclusion.
7039
7040 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7041
7042 * features/i386/i386-mmx-linux.c: Regenerate.
7043 * features/rs6000/powerpc-32.c: Likewise.
7044 * features/rs6000/powerpc-32l.c: Likewise.
7045 * features/rs6000/powerpc-403.c: Likewise.
7046 * features/rs6000/powerpc-403gc.c: Likewise.
7047 * features/rs6000/powerpc-405.c: Likewise.
7048 * features/rs6000/powerpc-505.c: Likewise.
7049 * features/rs6000/powerpc-601.c: Likewise.
7050 * features/rs6000/powerpc-602.c: Likewise.
7051 * features/rs6000/powerpc-603.c: Likewise.
7052 * features/rs6000/powerpc-604.c: Likewise.
7053 * features/rs6000/powerpc-64.c: Likewise.
7054 * features/rs6000/powerpc-64l.c: Likewise.
7055 * features/rs6000/powerpc-750.c: Likewise.
7056 * features/rs6000/powerpc-860.c: Likewise.
7057 * features/rs6000/powerpc-e500.c: Likewise.
7058 * features/rs6000/powerpc-e500l.c: Likewise.
7059 * features/rs6000/powerpc-isa205-32l.c: Likewise.
7060 * features/rs6000/powerpc-isa205-64l.c: Likewise.
7061 * features/rs6000/rs6000.c: Likewise.
7062
7063 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7064
7065 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7066 variable.
7067 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7068 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7069 (stap_parse_argument) <e>: Likewise.
7070 (handle_stap_probe) <byte_order>: Likewise.
7071
7072 2012-04-30 Doug Evans <dje@google.com>
7073
7074 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7075 init_and_read_dies_worker. All callers updated.
7076 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
7077 replaced with init_cutu_and_read_dies.
7078 (load_partial_comp_unit): Pass 1 for use_existing_cu.
7079 (find_partial_die): Remove FIXME. Don't free current CU.
7080
7081 2012-04-30 Sterling Augustine <saugustine@google.com>
7082
7083 * contrib: New directory.
7084 * contrib/test_pubnames_and_indexes.py: New file.
7085
7086 2012-04-30 Doug Evans <dje@google.com>
7087
7088 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7089 All callers updated.
7090 (init_cu_die_reader): Verify the section is non-empty.
7091 (dwarf_decode_line_header): Don't dereference section->asection
7092 until we know the section is present.
7093
7094 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
7095
7096 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7097 probes.
7098
7099 2012-04-29 Yao Qi <yao@codesourcery.com>
7100
7101 * gdb-code-style.el: New hook gdb-markup-hook
7102 and gdb-comment-hook.
7103
7104 2012-04-28 Doug Evans <dje@google.com>
7105
7106 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
7107 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7108 objfile->obfd.
7109 * symfile.h (dwarf2_debug_sections): New member addr.
7110 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7111 (ctx_no_get_addr_index): New function.
7112 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7113 (ctx_no_get_addr_index): Declare.
7114 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7115 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7116 (dwarf_expr_ctx_funcs): Update.
7117 (needs_get_addr_index): New function.
7118 (needs_frame_ctx_funcs): Update.
7119 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7120 * dwarf2read.c: #include "gdbcore.h".
7121 (dwarf2_per_objfile): New members addr, dwo_files.
7122 (dwarf2_elf_names): Add entry for addr.
7123 (struct dwo_section_names): New type.
7124 (dwo_section_names): New static global.
7125 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7126 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7127 old debug_types_section member updated to use this.
7128 Rename member debug_types_section to info_or_types_section,
7129 all uses updated.
7130 (signatured_type): Rename member type_offset to type_offset_in_tu,
7131 all uses updated. New member type_offset_in_section.
7132 (struct dwo_sections): New type.
7133 (struct dwo_unit): New type.
7134 (struct dwo_file): New type.
7135 (die_reader_specs): New member dwo_file.
7136 (dwarf2_locate_sections): Watch for .debug_addr.
7137 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7138 (dwarf2_read_section): Get bfd of section from bfd's asection,
7139 instead of objfile.
7140 (create_cus_from_index): Initialize the_cu->info_or_types_section.
7141 (create_signatured_type_table_from_index): Initialize
7142 sig_type->info_or_types_section.
7143 (dw2_get_file_names): Statement lists for type units with DWO files
7144 live in the DWO file.
7145 (create_debug_types_hash_table): New function.
7146 (create_all_type_units): Rewrite.
7147 (init_cu_die_reader): New arg dwo_file, all callers updated.
7148 (init_and_read_dies_worker): Get section from
7149 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
7150 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
7151 continue reading the CU/TU from there.
7152 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
7153 updated. Get section from this_cu->info_or_types_section.
7154 (create_all_comp_units): Initialize this_cu->info_or_types_section.
7155 (skip_one_die): New cases DW_FORM_GNU_addr_index,
7156 DW_FORM_GNU_str_index.
7157 (hash_dwo_file, eq_dwo_file): New functions.
7158 (allocate_dwo_file_hash_table): New function.
7159 (hash_dwo_unit, eq_dwo_unit): New functions.
7160 (allocate_dwo_unit_table): New function.
7161 (dwarf2_locate_dwo_sections): New function.
7162 (struct create_dwo_info_table_data): New type.
7163 (create_debug_info_hash_table_reader): New function.
7164 (create_debug_info_hash_table): New function.
7165 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7166 (lookup_dwo_file): New function.
7167 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7168 (free_dwo_file, free_dwo_file_cleanup): New functions.
7169 (free_dwo_file_from_slot, free_dwo_files): New functions.
7170 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7171 (dwarf2_record_block_ranges): Ditto.
7172 (read_partial_die): Ditto.
7173 (process_enumeration_scope): Update to use type_offset_in_section.
7174 (read_full_die_1): New function.
7175 (read_full_die): Rewrite.
7176 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7177 DW_FORM_GNU_str_index.
7178 (read_addr_index_1, read_addr_index): New functions.
7179 (read_addr_index_from_leb128): New function.
7180 (struct dwarf2_read_addr_index_data): New type.
7181 (dwarf2_read_addr_index_reader): New function.
7182 (dwarf2_read_addr_index): New function.
7183 (read_str_index): New function.
7184 (leb128_size): New function.
7185 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7186 If processing a type unit from a DWO file, get the line section
7187 from the DWO file.
7188 (var_decode_location): Watch for DW_OP_GNU_addr_index.
7189 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7190 DW_FORM_GNU_str_index.
7191 (lookup_die_type): Check whether section offset of type's die is
7192 known before looking it up. Remove assert. Condition can
7193 legimately happen for inter-cu type references.
7194 (dwarf_attr_name): Handle Fission attributes.
7195 (dwarf_form_name): Handle Fission forms.
7196 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7197 DW_FORM_GNU_str_index.
7198 (follow_die_sig): Update to use type_offset_in_section.
7199 (decode_locdesc): New case DW_OP_GNU_addr_index.
7200 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7201 DW_FORM_GNU_str_index.
7202 (cu_debug_loc_section): New function.
7203 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
7204 (dwarf2_per_objfile_free): Unmap .debug_addr section.
7205 Free DWO files if present.
7206 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
7207
7208 Refactor DIE reading.
7209 * dwarf2read.c (dwarf2_per_objfile): Replace members
7210 debug_info_type_hash and debug_types_type_hash with die_type_hash.
7211 (die_reader_specs): New member "die_section". Temporarily make
7212 member "buffer" non-const, pending constifying all info_ptr uses.
7213 (die_reader_func_ftype): New typedef.
7214 (dw2_get_file_names_reader): New function.
7215 (dw2_get_file_names): Rewrite.
7216 (read_and_check_type_unit_head): Rename arg type_offset to
7217 type_offset_in_tu.
7218 (create_all_type_units): Improve debugging message.
7219 Improve dummy type unit check.
7220 (init_cu_die_reader): New arg "section". All callers updated.
7221 (init_and_read_dies_worker): New function.
7222 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
7223 (init_cutu_and_read_dies_no_follow): New function.
7224 (init_cutu_and_read_dies_simple): New function.
7225 (process_psymtab_comp_unit_reader): New function.
7226 (process_psymtab_comp_unit): Delete args section,
7227 is_debug_types_section. Rewrite. All callers updated.
7228 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
7229 All callers updated. Rewrite.
7230 (load_partial_comp_unit_reader): New function.
7231 (load_partial_comp_unit): Rewrite.
7232 (skip_children): New arg reader. Delete args buffer, cu.
7233 All callers updated.
7234 (skip_one_die): New arg reader. Delete args buffer, cu.
7235 All callers updated.
7236 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
7237 All callers updated.
7238 (load_full_comp_unit_reader): New function.
7239 (load_full_comp_unit): Rewrite.
7240 (read_comp_unit): Delete.
7241 (read_die_and_children_1): Delete, contents moved ...
7242 (read_die_and_children): ... here.
7243 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
7244 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
7245 All callers updated.
7246 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
7247 All callers updated.
7248 (find_partial_die): Rewrite load_all_dies support.
7249 (read_attribute_value): New arg reader. Delete args abfd, cu.
7250 All callers updated.
7251 (read_attribute): New arg reader. Delete args abfd, cu.
7252 All callers updated.
7253 (load_full_type_unit): Add assert.
7254 (read_signatured_type_reader): New function.
7255 (read_signatured_type): Rewrite.
7256 (free_stack_comp_unit): Remove call to age_cached_comp_units.
7257 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
7258 All callers updated. Set per_cu->cu = NULL after freeing it.
7259 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
7260 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
7261 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
7262 (set_die_type): Update.
7263 (get_die_type_at_offset): Update.
7264 (read_file_scope): Call prepare_one_comp_unit.
7265 (read_type_unit_scope): Ditto.
7266 (prepare_one_comp_unit): Set producer if present.
7267
7268 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7269
7270 * probe.c (compile_rx_or_error): Silence ARI warning about missing
7271 gettext function on `error'.
7272
7273 2012-04-27 Doug Evans <dje@google.com>
7274
7275 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
7276 is empty.
7277
7278 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7279 Tom Tromey <tromey@redhat.com>
7280
7281 * breakpoint.c (struct breakpoint_objfile_data)
7282 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
7283 <exception_probes>: New fields.
7284 (free_breakpoint_probes): New function.
7285 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
7286 `_Unwind_DebugHook'.
7287 (create_exception_master_breakpoint): Likewise.
7288 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
7289 * infrun.c: Including necessary header files for handling SystemTap
7290 probes.
7291 (handle_inferior_event): Handling longjmp breakpoint and exceptions
7292 via SystemTap probes.
7293 (check_exception_resume): Remove `func' argument. Handle exception
7294 unwinding breakpoint set via a SystemTap probe.
7295 (insert_exception_resume_from_probe): New function.
7296
7297 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7298 Tom Tromey <tromey@redhat.com>
7299 Jan Kratochvil <jan.kratochvil@redhat.com>
7300
7301 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
7302 (COMMON_OBS): Likewise.
7303 (HFILES_NO_SRCDIR): Add `probe'.
7304 * NEWS: Mention support for static and SystemTap probes.
7305 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
7306 SystemTap probes' arguments parser.
7307 * arm-linux-tdep.c: Including headers needed to perform the parsing
7308 of SystemTap probes' arguments.
7309 (arm_stap_is_single_operand): New function.
7310 (arm_stap_parse_special_token): Likewise.
7311 (arm_linux_init_abi): Initializing proper fields used by SystemTap
7312 probes' arguments parser.
7313 * ax-gdb.c (require_rvalue): Removing static declaration.
7314 (gen_expr): Likewise.
7315 * ax-gdb.h (gen_expr): Declaring function.
7316 (require_rvalue): Likewise.
7317 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
7318 (bkpt_probe_breakpoint_ops): New variable.
7319 (momentary_breakpoint_from_master): Set the `probe' value.
7320 (add_location_to_breakpoint): Likewise.
7321 (break_command_1): Using proper breakpoint_ops according to the
7322 argument passed by the user in the command line.
7323 (bkpt_probe_insert_location): New function.
7324 (bkpt_probe_remove_location): Likewise.
7325 (bkpt_probe_create_sals_from_address): Likewise.
7326 (bkpt_probe_decode_linespec): Likewise.
7327 (tracepoint_probe_create_sals_from_address): Likewise.
7328 (tracepoint_probe_decode_linespec): Likewise.
7329 (tracepoint_probe_breakpoint_ops): New variable.
7330 (trace_command): Using proper breakpoint_ops according to the
7331 argument passed by the user in the command line.
7332 (initialize_breakpoint_ops): Initializing breakpoint_ops for
7333 static probes on breakpoints and tracepoints.
7334 * breakpoint.h (struct bp_location) <probe>: New field.
7335 * cli-utils.c (skip_spaces_const): New function.
7336 (extract_arg): Likewise.
7337 * cli-utils.h (skip_spaces_const): Likewise.
7338 (extract_arg): Likewise.
7339 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
7340 * configure.ac: Append `stap-probe.o' to be generated when ELF
7341 support is present.
7342 * configure: Regenerate.
7343 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
7344 * elfread.c: Include `probe.h' and `arch-utils.h'.
7345 (probe_key): New variable.
7346 (elf_get_probes): New function.
7347 (elf_get_probe_argument_count): Likewise.
7348 (elf_evaluate_probe_argument): Likewise.
7349 (elf_compile_to_ax): Likewise.
7350 (elf_symfile_relocate_probe): Likewise.
7351 (stap_probe_key_free): Likewise.
7352 (elf_probe_fns): New variable.
7353 (elf_sym_fns): Add `sym_probe_fns' value.
7354 (elf_sym_fns_lazy_psyms): Likewise.
7355 (elf_sym_fns_gdb_index): Likewise.
7356 (_initialize_elfread): Initialize objfile cache for static
7357 probes.
7358 * gdb_vecs.h (struct probe): New forward declaration.
7359 (probe_p): New VEC declaration.
7360 * gdbarch.c: Regenerate.
7361 * gdbarch.h: Regenerate.
7362 * gdbarch.sh (stap_integer_prefix): New variable.
7363 (stap_integer_suffix): Likewise.
7364 (stap_register_prefix): Likewise.
7365 (stap_register_suffix): Likewise.
7366 (stap_register_indirection_prefix): Likewise.
7367 (stap_register_indirection_suffix): Likewise.
7368 (stap_gdb_register_prefix): Likewise.
7369 (stap_gdb_register_suffix): Likewise.
7370 (stap_is_single_operand): New function.
7371 (stap_parse_special_token): Likewise.
7372 (struct stap_parse_info): Forward declaration.
7373 * i386-tdep.c: Including headers needed to perform the parsing
7374 of SystemTap probes' arguments.
7375 (i386_stap_is_single_operand): New function.
7376 (i386_stap_parse_special_token): Likewise.
7377 (i386_elf_init_abi): Initializing proper fields used by SystemTap
7378 probes' arguments parser.
7379 * i386-tdep.h (i386_stap_is_single_operand): New function.
7380 (i386_stap_parse_special_token): Likewise.
7381 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
7382 * mipsread.c (ecoff_sym_fns): Likewise.
7383 * objfiles.c (objfile_relocate1): Support relocation for static
7384 probes.
7385 * parse.c (prefixify_expression): Remove static declaration.
7386 (initialize_expout): Likewise.
7387 (reallocate_expout): Likewise.
7388 * parser-defs.h (initialize_expout): Declare function.
7389 (reallocate_expout): Likewise.
7390 (prefixify_expression): Likewise.
7391 * ppc-linux-tdep.c: Including headers needed to perform the parsing
7392 of SystemTap probes' arguments.
7393 (ppc_stap_is_single_operand): New function.
7394 (ppc_stap_parse_special_token): Likewise.
7395 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
7396 probes' arguments parser.
7397 * probe.c: New file, for generic statically defined probe support.
7398 * probe.h: Likewise.
7399 * s390-tdep.c: Including headers needed to perform the parsing of
7400 SystemTap probes' arguments.
7401 (s390_stap_is_single_operand): New function.
7402 (s390_gdbarch_init): Initializing proper fields used by SystemTap
7403 probes' arguments parser.
7404 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
7405 * stap-probe.c: New file, for SystemTap probe support.
7406 * stap-probe.h: Likewise.
7407 * symfile.h: Include `gdb_vecs.h'.
7408 (struct sym_probe_fns): New struct.
7409 (struct sym_fns) <sym_probe_fns>: New field.
7410 * symtab.c (init_sal): Initialize `probe' field.
7411 * symtab.h (struct probe): Forward declaration.
7412 (struct symtab_and_line) <probe>: New field.
7413 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
7414 locations.
7415 (stop_tracing): Likewise.
7416 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
7417
7418 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7419 Tom Tromey <tromey@redhat.com>
7420
7421 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
7422 and to compile agent expressions.
7423 * infrun.c (siginfo_make_value): New argument `ignore'.
7424 (siginfo_funcs): New struct.
7425 (_initialize_infrun): New argument when calling
7426 `create_internalvar_type_lazy'.
7427 * thread.c (thread_id_make_value): New argument `ignore'.
7428 (thread_funcs): New struct.
7429 (_initialize_thread): New argument when calling
7430 `create_internalvar_type_lazy'.
7431 * tracepoint.c (sdata_make_value): New argument `ignore'.
7432 (sdata_funcs): New struct.
7433 (_initialize_tracepoint): New argument when calling
7434 `create_internalvar_type_lazy'.
7435 * value.c (make_value): New struct.
7436 (create_internalvar_type_lazy): New argument `data'.
7437 (compile_internalvar_to_ax): New function.
7438 (value_of_internalvar): Properly handling `make_value' case.
7439 (clear_internalvar): Likewise.
7440 (show_convenience): Adding `TRY_CATCH' block.
7441 * value.h (internalvar_make_value): Delete, replace by...
7442 (struct internalvar_funcs): ... this.
7443 (create_internalvar_type_lazy) <fun>: Delete argument.
7444 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
7445 (compile_internalvar_to_ax): New function.
7446 * windows-tdep.c (tlb_make_value): New argument `ignore'.
7447 (tlb_funcs): New struct.
7448 (_initialize_windows_tdep): New argument when calling
7449 `create_internalvar_type_lazy'.
7450
7451 2012-04-27 Mark Wielaard <mjw@redhat.com>
7452
7453 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
7454 see whether it is an address or a constant offset from DW_AT_low_pc.
7455 (dwarf2_record_block_ranges): Likewise.
7456 (read_partial_die): Likewise.
7457
7458 2012-04-26 Mark Wielaard <mjw@redhat.com>
7459
7460 * MAINTAINERS (Write After Approval): Add myself to the list.
7461
7462 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7463
7464 * proc-utils.h (proc_prettyprint_signalset): New prototype.
7465 (proc_prettyprint_signal): Likewise.
7466 (proc_prettyprint_faultset): Likewise.
7467 (proc_prettyprint_fault): Likewise.
7468 (proc_prettyprint_actionset): Likewise.
7469 (proc_prettyprint_flags): Move to new proc-flags.c section.
7470 (proc_prettyfprint_flags): New prototype.
7471 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
7472 (proc_syscall, proc_cursig): Likewise.
7473 (proc_set_kill_on_last_close): Likewise.
7474 (proc_unset_kill_on_last_close): Likewise.
7475 (proc_set_watchpoint): Make static.
7476 (proc_delete_dead_threads): Likewise.
7477 (procfs_set_watchpoint): Likewise.
7478 (_initialize_procfs): Add prototype.
7479 * proc-events.c: Include proc-utils.h.
7480 (init_syscall_table): Make static.
7481 * proc-api.c (_initialize_proc_api): Add prototype.
7482 * proc-flags.c: Include proc-utils.h.
7483
7484 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7485
7486 * configure.ac: Add AC_ARG_PROGRAM.
7487 * configure: Regenerate.
7488
7489 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7490
7491 Fix DW_AT_lower_bound defaults for DWARF-4+.
7492 * dwarf2read.c (read_subrange_type): Remove initialization of low and
7493 high. New variable low_default_is_valid. Implement DWARF-4+
7494 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
7495 no default by the DWARF standard.
7496
7497 2012-04-26 Maciej W. Rozycki <macro@mips.com>
7498 Maciej W. Rozycki <macro@codesourcery.com>
7499
7500 * infrun.c (handle_inferior_event): Move the check for return
7501 trampolines ahead of the check for function trampolines.
7502 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
7503 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
7504 (mips_str_mips16_ret_stub): Likewise.
7505 (mips_str_call_fp_stub): Likewise.
7506 (mips_str_call_stub): Likewise.
7507 (mips_str_fn_stub): Likewise.
7508 (mips_str_pic): Likewise.
7509 (mips_in_frame_stub): New function.
7510 (mips_unwind_pc): Return the return address rather than the PC
7511 if the PC of an intermediate frame is inside a call thunk.
7512 (mips_is_stub_suffix): New function.
7513 (mips_is_stub_mode): Likewise.
7514 (mips_get_mips16_fn_stub_pc): Likewise.
7515 (mips_skip_mips16_trampoline_code): Update to handle all the
7516 currently generated stub types. Don't recurse into __fn_stub
7517 thunks. Remove heuristics to handle stubs beyond etext/_etext.
7518 Use cooked register accesses.
7519 (mips_in_return_stub): Reintroduce function.
7520 (mips_skip_trampoline_code): Traverse trampolines recursively.
7521 (mips_gdbarch_init): Handle MIPS16 return trampolines.
7522
7523 2012-04-26 Joel Brobecker <brobecker@adacore.com>
7524
7525 GDB 7.4.1 released.
7526
7527 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
7528
7529 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
7530 * features/arm-with-m-vfp-d16.xml: New file. Describes
7531 Cortex-M with VFPv4-sp-d16 FPU register layout.
7532 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
7533 * features/arm-with-m-vfp-d16.c: New. Generated from above.
7534 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
7535 (arm-register_g_packet_guesses): Add vfp-d16 guess.
7536 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
7537
7538 2012-04-25 Doug Evans <dje@google.com>
7539
7540 * cli/cli-decode.c (print_doc_line): Use stream instead of
7541 current_uiout.
7542
7543 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7544
7545 * features/arm-with-iwmmxt.c: Regenerate.
7546 * features/arm-with-m-fpa-layout.c: Likewise.
7547 * features/arm-with-m.c: Likewise.
7548 * features/arm-with-neon.c: Likewise.
7549 * features/arm-with-vfpv2.c: Likewise.
7550 * features/arm-with-vfpv3.c: Likewise.
7551 * features/mips-dsp-linux.c: Likewise.
7552 * features/mips-linux.c: Likewise.
7553 * features/mips64-dsp-linux.c: Likewise.
7554 * features/mips64-linux.c: Likewise.
7555 * features/s390-linux32.c: Likewise.
7556 * features/s390-linux32v1.c: Likewise.
7557 * features/s390-linux32v2.c: Likewise.
7558 * features/s390-linux64.c: Likewise.
7559 * features/s390-linux64v1.c: Likewise.
7560 * features/s390-linux64v2.c: Likewise.
7561 * features/s390x-linux64.c: Likewise.
7562 * features/s390x-linux64v1.c: Likewise.
7563 * features/s390x-linux64v2.c: Likewise.
7564 * features/tic6x-c62x-linux.c: Likewise.
7565 * features/tic6x-c62x.c: Likewise.
7566 * features/tic6x-c64x-linux.c: Likewise.
7567 * features/tic6x-c64x.c: Likewise.
7568 * features/tic6x-c64xp-linux.c: Likewise.
7569 * features/tic6x-c64xp.c: Likewise.
7570 * target-descriptions.c: Only generate `field_type' and `type'
7571 variables when needed.
7572
7573 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
7574
7575 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
7576
7577 2012-04-25 Doug Evans <dje@google.com>
7578
7579 Initial pass at Go language support.
7580 * NEWS: Mention Go.
7581 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
7582 go-valprint.c.
7583 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
7584 (YYFILES): Add go-exp.c.
7585 (YYOBJ): Add go-exp.o.
7586 (local-maintainer-clean): Delete go-exp.c.
7587 * defs.h (enum language): Add language_go.
7588 * dwarf2read.c: #include "go-lang.h".
7589 (fixup_go_packaging): New function.
7590 (process_full_comp_unit): Call it when processing Go CUs.
7591 (dwarf2_physname): Add Go support.
7592 (read_file_scope): Handle missing language spec for GNU Go.
7593 (set_cu_language): Handle DW_LANG_Go.
7594 * go-exp.y: New file.
7595 * go-lang.h: New file.
7596 * go-lang.c: New file.
7597 * go-typeprint.c: New file.
7598 * go-valprint.c: New file.
7599 * symtab.c: #include "go-lang.h".
7600 (symbol_set_language): Handle language_go.
7601 (symbol_find_demangled_name, symbol_set_names): Ditto.
7602 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7603
7604 2012-04-24 Jim Meyering <meyering@redhat.com>
7605
7606 avoid a few strncpy-induced buffer overruns
7607 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7608 fname and psargs before trying to concatenate.
7609 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7610 "name" before applying strchr.
7611
7612 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
7613
7614 * CONTRIBUTE: Use unified diff instead of context diff when
7615 generating patches.
7616
7617 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7618
7619 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7620 code. Handle JR.HB correctly.
7621
7622 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7623
7624 * mips-tdep.c
7625 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7626 with the other MIPS16 helpers.
7627
7628 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
7629
7630 * observer.sh: Conditionally declare `args', thus cleaning up
7631 unused instances of this variable.
7632
7633 2012-04-24 Yao Qi <yao@codesourcery.com>
7634
7635 Revert this patch to allow breakpoint always-inserted
7636 in record target.
7637 2011-12-05 Pedro Alves <pedro@codesourcery.com>
7638 * breakpoint.c: Include record.h.
7639 (breakpoints_always_inserted_mode): Return false when the record
7640 target is in use.
7641
7642 * breakpoint.c (iterate_over_bp_locations): New.
7643 * breakpoint.h: Declare.
7644 New typedef walk_bp_location_callback.
7645 * record.c (record_open): Call record_init_record_breakpoints.
7646 (record_sync_record_breakpoints): New.
7647 (record_init_record_breakpoints): New.
7648 * NEWS: Mention supporting breakpoint always-inserted mode in
7649 record target.
7650
7651 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
7652
7653 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7654 any thread.
7655
7656 2012-04-24 Yao Qi <yao@codesourcery.com>
7657
7658 * breakpoint.c (ep_is_catchpoint): Renamed to ...
7659 (is_catchpoint): ... it.
7660 (print_one_breakpoint_location): Caller update.
7661 * breakpoint.h: Update declaration.
7662
7663 2012-04-23 David S. Miller <davem@davemloft.net>
7664
7665 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7666
7667 2012-04-23 Tom Tromey <tromey@redhat.com>
7668
7669 * buildsym.c (add_free_pendings): Remove.
7670 * buildsym.h (add_free_pendings): Remove.
7671
7672 2012-04-23 Doug Evans <dje@google.com>
7673
7674 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7675 attr.u.unsnd instead of attr.u.addr.
7676 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7677 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7678 DW_FORM_ref_udata.
7679 (dump_die_shallow): Update cases DW_FORM_ref_addr,
7680 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
7681 DW_FORM_ref_udata.
7682 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7683
7684 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
7685
7686 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7687 (mips_o32_return_value): Likewise.
7688 (mips_o64_return_value): Likewise.
7689
7690 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
7691
7692 * ada-lang.c (ada_evaluate_subexp): Add cases for
7693 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7694 their treatment in eval.c.
7695
7696 2012-04-21 David S. Miller <davem@davemloft.net>
7697
7698 * sparc-tdep.c (X_DISP10): Define.
7699 (sparc_analyze_control_transfer): Handle compare-and-branch.
7700
7701 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
7702
7703 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7704 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7705
7706 2012-04-20 Nigel Stephens <nigel@mips.com>
7707 Maciej W. Rozycki <macro@codesourcery.com>
7708
7709 * mips-tdep.c (mips_float_register_p): New function.
7710 (mips_convert_register_float_case_p): Use mips_float_register_p.
7711 (mips_register_type): Likewise.
7712 (mips_print_register): Likewise.
7713 (print_gp_register_row): Likewise.
7714 (mips_print_registers_info): Likewise.
7715
7716 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
7717
7718 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7719 of mips16 symbols.
7720
7721 2012-04-20 Andrew Pinski <apinski@cavium.com>
7722
7723 * MAINTAINERS (Write After Approval): Add myself to the list.
7724
7725 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7726
7727 * MAINTAINERS: Update my e-mail address.
7728
7729 2012-04-20 Pedro Alves <palves@redhat.com>
7730
7731 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7732 $srcdir.
7733 * configure: Regenerate.
7734
7735 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7736
7737 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
7738 declaration.
7739 * gdb_vecs.h: Declare `const_char_ptr' VEC.
7740
7741 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7742
7743 Fix compilation compatibility with python-2.4
7744 * python/py-type.c (convert_field): Cast ADDRSTRING for
7745 PyObject_SetAttrString as non-const. New comment.
7746
7747 2012-04-19 Tom Tromey <tromey@redhat.com>
7748
7749 * top.c (quit_target): Use all_cleanups.
7750 * main.c (captured_command_loop): Use all_cleanups.
7751 * exceptions.c (throw_exception): Use all_cleanups.
7752
7753 2012-04-19 Pedro Alves <palves@redhat.com>
7754
7755 * Makefile.in (GNULIB_BUILDDIR): New.
7756 (LIBGNU, INCGNU, GNULIB_H): Adjust.
7757 (SUBDIRS): Add $(GNULIB_BUILDDIR).
7758 (CLEANDIRS). Remove gnulib/import.
7759 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7760 (all-lib): Ditto.
7761 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7762 (gnulib/import/Makefile): Replace gnulib/import with
7763 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
7764 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7765 (aclocal_m4_deps): Remove the gnulib dependencies. Add
7766 acx_configure_dir.m4.
7767 * acinclude.m4: Include acx_configure_dir.m4.
7768 * acx_configure_dir.m4: New file.
7769 * aclocal.m4: Regenerate.
7770 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7771 calls. Configure gnulib using ACX_CONFIGURE_DIR.
7772 (GNULIB): New variable.
7773 (GNULIB_STDINT_H): Adjust.
7774 (AC_OUTPUT): Don't output gnulib/Makefile.
7775 * gdb/defs.h: Include build-gnulib/config.h.
7776 * aclocal.m4: Regenerate.
7777 * config.in: Regenerate.
7778 * configure: Regenerate.
7779
7780 * gnulib/Makefile.in: New file.
7781 * gnulib/configure.ac: New file.
7782 * gnulib/aclocal.m4: New file.
7783 * gnulib/config.in: New file.
7784 * gnulib/configure: New file.
7785 * gnulib/: Re-run gnulib-tool to adjust.
7786
7787 2012-04-19 Doug Evans <dje@google.com>
7788
7789 * cleanups.h (struct cleanup): Move to cleanups.c.
7790 (make_cleanup_dtor_ftype): New typedef.
7791 (make_cleanup_dtor): Use it.
7792 (ALL_CLEANUPS): Replace with ...
7793 (all_cleanups): ... this. Declare. All uses updated.
7794 * cleanups.c: #include "gdb_assert.h".
7795 (sentinel_cleanup): New static global.
7796 (SENTINEL_CLEANUP): Define.
7797 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7798 (make_my_cleanup2): Assert result is non-NULL.
7799 (all_cleanups): New function.
7800 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7801 of NULL.
7802
7803 2012-04-19 Pedro Alves <palves@redhat.com>
7804
7805 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7806 Adjust paths to gnulib imported files.
7807
7808 2012-04-19 Pedro Alves <palves@redhat.com>
7809
7810 * gnulib/: Move whole directory ...
7811 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7812 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7813 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7814 (aclocal_m4_deps): Adjust.
7815 * aclocal.m4: Regenerate.
7816 * configure: Regenerate.
7817 * configure.ac: Adjust AC_OUTPUT output.
7818
7819 2012-04-19 Yao Qi <yao@codesourcery.com>
7820
7821 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7822 (vec.o): New rule.
7823 * vec.c: Move it ...
7824 * common/vec.c: ... here.
7825 * vec.h: Move it ...
7826 * common/vec.h: ... here.
7827
7828 2012-04-19 Yao Qi <yao@codesourcery.com>
7829
7830 * gdb-code-style.el: New.
7831
7832 2012-04-18 Pedro Alves <palves@redhat.com>
7833
7834 Update gnulib from latest git.
7835 (639ea5ae15e39fe48d43e04864b2997301e4b969)
7836
7837 * gnulib/Makefile.am: Update.
7838 * gnulib/dummy.c: Update.
7839 * gnulib/extra/arg-nonnull.h: Update.
7840 * gnulib/extra/c++defs.h: Update.
7841 * gnulib/extra/update-copyright: Update.
7842 * gnulib/extra/warn-on-use.h: Update.
7843 * gnulib/inttypes.in.h: Update.
7844 * gnulib/m4/00gnulib.m4: Update.
7845 * gnulib/m4/extensions.m4: Update.
7846 * gnulib/m4/gnulib-cache.m4: Update.
7847 * gnulib/m4/gnulib-common.m4: Update.
7848 * gnulib/m4/gnulib-comp.m4: Update.
7849 * gnulib/m4/gnulib-tool.m4: Update.
7850 * gnulib/m4/include_next.m4: Update.
7851 * gnulib/m4/inttypes-pri.m4: Update.
7852 * gnulib/m4/inttypes.m4: Update.
7853 * gnulib/m4/longlong.m4: Update.
7854 * gnulib/m4/memchr.m4: Update.
7855 * gnulib/m4/memmem.m4: Update.
7856 * gnulib/m4/mmap-anon.m4: Update.
7857 * gnulib/m4/multiarch.m4: Update.
7858 * gnulib/m4/onceonly.m4: Update.
7859 * gnulib/m4/stddef_h.m4: Update.
7860 * gnulib/m4/stdint.m4: Update.
7861 * gnulib/m4/string_h.m4: Update.
7862 * gnulib/m4/warn-on-use.m4: Update.
7863 * gnulib/m4/wchar_h.m4: Update.
7864 * gnulib/m4/wchar_t.m4: Update.
7865 * gnulib/m4/wint_t.m4: Update.
7866 * gnulib/memchr.c: Update.
7867 * gnulib/memmem.c: Update.
7868 * gnulib/stddef.in.h: Update.
7869 * gnulib/stdint.in.h: Update.
7870 * gnulib/str-two-way.h: Update.
7871 * gnulib/string.in.h: Update.
7872 * gnulib/wchar.in.h: Update.
7873
7874 * gnulib/extra/arg-nonnull.h: Delete.
7875 * gnulib/extra/c++defs.h: Delete.
7876 * gnulib/extra/warn-on-use.h: Delete.
7877 * gnulib/m4/wchar_h.m4: Delete.
7878 * gnulib/m4/wint_t.m4: Delete.
7879 * gnulib/wchar.in.h: Delete.
7880
7881 * gnulib/extra/snippets/arg-nonnull.h: New.
7882 * gnulib/extra/snippets/c++defs.h: New.
7883 * gnulib/extra/snippets/warn-on-use.h: New.
7884
7885 * aclocal.m4: Regenerate.
7886 * config.in: Regenerate.
7887 * configure: Regenerate.
7888 * gnulib/Makefile.in: Regenerate.
7889
7890 2012-04-18 Pedro Alves <palves@redhat.com>
7891
7892 Reimport the update-copyright module from gnulib
7893 (250b80067c1e1d8faa0c42fb572f721975b929c5).
7894
7895 * configure: Regenerate.
7896 * gnulib/Makefile.am: Update.
7897 * gnulib/Makefile.in: Regenerate.
7898 * gnulib/extra/update-copyright: Update.
7899 * gnulib/m4/gnulib-cache.m4: Update.
7900 * gnulib/m4/gnulib-comp.m4: Update.
7901
7902 2012-04-18 Tristan Gingold <gingold@adacore.com>
7903
7904 * configure.ac (aix): Put -lpthread into libs.
7905 * configure: Regenerate.
7906
7907 2012-04-18 Tom Tromey <tromey@redhat.com>
7908
7909 * linespec.c (convert_linespec_to_sals): Don't use
7910 SYMBOL_OBJ_SECTION.
7911 (compare_msymbols): Arguments are minsym_and_objfile, not
7912 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
7913
7914 2012-04-18 Pedro Alves <palves@redhat.com>
7915
7916 Revert gnulib/ part of:
7917 2011-01-01 Joel Brobecker <brobecker@adacore.com>
7918 Copyright year update in most files (performed by copyright.sh).
7919
7920 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7921
7922 Fix 64-bit constants on 32-bit hosts.
7923 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7924 from unsigned long to ULONGEST.
7925 (read_signed_leb128): Change declaration return type from long to
7926 LONGEST.
7927 (dwarf2_const_value_attr): Change declaration parameter value from long
7928 to LONGEST.
7929 (dwarf2_compute_name): Change variable value from long to LONGEST.
7930 (read_unsigned_leb128): Change return type, variable result and some
7931 casts from unsigned long to ULONGEST.
7932 (read_signed_leb128): Change return type, variable result and some
7933 casts from long to LONGEST.
7934 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7935 value from long to LONGEST.
7936 (dwarf2_const_value): Change variable value from long to LONGEST.
7937 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7938 plongest and hex_string.
7939 * symtab.h (struct general_symbol_info): Change ivalue from long to
7940 LONGEST, remove the comment.
7941 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7942 Change SYMBOL_VALUE format strings to use plongest and hex_string.
7943
7944 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7945
7946 PR symtab/7259:
7947 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7948 * ada-lang.c (ada_discrete_type_high_bound)
7949 (ada_discrete_type_low_bound): Fix function comment. Use
7950 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7951 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7952 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7953 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7954 Use TYPE_FIELD_ENUMVAL.
7955 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7956 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7957 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7958 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
7959 TYPE_CODE_ENUM.
7960 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7961 * dwarf2read.c (process_enumeration_scope): Likewise.
7962 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7963 field.bitpos.
7964 (class StructMainTypePrettyPrinter): Support also
7965 FIELD_LOC_KIND_ENUMVAL.
7966 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7967 TYPE_CODE_ENUM.
7968 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7969 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7970 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7971 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
7972 field enumval.
7973 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7974 accommodate enumval.
7975 (struct call_site): Adjust loc_kind to accommodate enumval.
7976 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7977 (TYPE_FIELD_ENUMVAL): New macros.
7978 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7979 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7980 TYPE_CODE_ENUM.
7981 * p-typeprint.c (pascal_type_print_base): Likewise.
7982 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7983 enumval.
7984 * python/lib/gdb/types.py (make_enum_dict): Likewise.
7985 * python/py-type.c (convert_field): New variable addrstring. Use
7986 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7987 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7988 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7989 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7990 TYPE_CODE_ENUM.
7991 * valprint.c (generic_val_print): Likewise.
7992
7993 2012-04-17 Doug Evans <dje@google.com>
7994
7995 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7996
7997 * dwarf2read.c: Whitespace fixes.
7998 (lookup_signatured_type): Tweak comment.
7999 (get_die_type_at_offset): Fix comment.
8000
8001 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8002
8003 * xcoffread.c (xcoff_secnum_to_sections): New function.
8004 (secnum_to_section, secnum_to_bfd_section): Reimplement
8005 using xcoff_secnum_to_sections. Rename "secnum" parameter
8006 into "n_scnum".
8007 (RECORD_MINIMAL_SYMBOL): Delete.
8008 (record_minimal_symbol): New function.
8009 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8010 by call to record_minimal_symbol and set misc_func_recorded
8011 to 1. Set last_csect_sec to the XCOFF section index instead
8012 of GDB's section_offset index. Update calls to
8013 prim_record_minimal_symbol_and_info to pass the BFD section
8014 as well.
8015
8016 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8017
8018 * xcoffread.c (read_xcoff_symtab): Delete variables
8019 last_csect_val and last_csect_sec and associated code.
8020
8021 2012-04-17 Doug Evans <dje@google.com>
8022
8023 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8024 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8025 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8026 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8027
8028 * cleanups.h: New file.
8029 * cleanups.c: New file.
8030 * Makefile.in (SFILES): Add cleanups.c.
8031 (HFILES_NO_SRCDIR): Add cleanups.h.
8032 (COMMON_OBS): Add cleanups.o.
8033 * defs.h (struct cleanup): Moved to cleanups.h.
8034 (do_cleanups,do_final_cleanups): Ditto.
8035 (discard_cleanups,discard_final_cleanups): Ditto
8036 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8037 (save_cleanups,save_final_cleanups): Ditto.
8038 (restore_cleanups,restore_final_cleanups): Ditto.
8039 (null_cleanup): Ditto.
8040 (make_my_cleanup,make_my_cleanup2): Ditto.
8041 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8042 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8043 (do_cleanups,do_final_cleanups): Ditto.
8044 (discard_cleanups,discard_final_cleanups): Ditto
8045 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8046 (save_cleanups,save_final_cleanups): Ditto.
8047 (restore_cleanups,restore_final_cleanups): Ditto.
8048 (null_cleanup): Ditto.
8049 (make_my_cleanup,make_my_cleanup2): Ditto.
8050 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8051
8052 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8053 make_my_cleanup.
8054 (make_cleanup_dyn_string_delete): Ditto.
8055 (make_cleanup_ui_file_delete): Ditto.
8056 (make_cleanup_ui_out_redirect_pop): Ditto.
8057 (make_cleanup_free_section_addr_info): Ditto.
8058 (make_cleanup_restore_integer): Ditto.
8059 (make_cleanup_unpush_target): Ditto.
8060 (make_cleanup_value_free_to_mark): Ditto.
8061 (make_cleanup_value_free): Ditto.
8062 (make_cleanup_free_so): Ditto.
8063
8064 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8065
8066 New option "set debug auto-load".
8067 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8068 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8069 (auto_load_safe_path_vec_update)
8070 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8071 if DEBUG_AUTO_LOAD.
8072 (file_is_auto_load_safe): New parameters debug_fmt and ....
8073 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8074 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8075 caller by explanatory string.
8076 (_initialize_auto_load): Register "set debug auto-load".
8077 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8078 and ....
8079 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8080 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8081 by explanatory string.
8082 * main.c (captured_main): Likewise.
8083 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8084 (source_section_scripts): Likewise.
8085
8086 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8087
8088 New option "set auto-load safe-path".
8089 * NEWS: New commands "set auto-load safe-path"
8090 and "show auto-load safe-path".
8091 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8092 (auto_load_safe_path, auto_load_safe_path_vec)
8093 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8094 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8095 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8096 (source_gdb_script_for_objfile): New variable is_safe. Call
8097 file_is_auto_load_safe. Return if it is not.
8098 (struct loaded_script): New field loaded.
8099 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
8100 (print_script): Use LOADED indicator instead of FULL_PATH. Change
8101 output "Missing" to "No".
8102 (_initialize_auto_load): New variable cmd. Initialize
8103 auto_load_safe_path. Register "set auto-load safe-path",
8104 "show auto-load safe-path" and "add-auto-load-safe-path".
8105 * auto-load.h (maybe_add_script): Add parameter loaded.
8106 (file_is_auto_load_safe): New declaration.
8107 * config.in: Regenerate.
8108 * configure: Regenerate.
8109 * configure.ac: New parameters --with-auto-load-safe-path
8110 and --without-auto-load-safe-path.
8111 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8112 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8113 * main.c (captured_main): Check file_is_auto_load_safe for
8114 LOCAL_GDBINIT.
8115 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8116 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
8117 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
8118 not.
8119
8120 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8121
8122 auto-load: Implementation.
8123 * NEWS: New descriptions for "info auto-load",
8124 "info auto-load gdb-scripts", "info auto-load python-scripts",
8125 "info auto-load local-gdbinit" and "info auto-load libthread-db".
8126 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8127 and "show auto-load-scripts". New description for "set auto-load",
8128 "show auto-load", "set auto-load gdb-scripts",
8129 "show auto-load gdb-scripts", "set auto-load python-scripts",
8130 "show auto-load python-scripts", "set auto-load local-gdbinit",
8131 "show auto-load local-gdbinit", "set auto-load libthread-db" and
8132 "show auto-load libthread-db".
8133 * auto-load.c: Remove include python/python-internal.h. Add includes
8134 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8135 cli/cli-setshow.h.
8136 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8137 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8138 (gdbpy_global_auto_load): Rename to ...
8139 (global_auto_load): ... here.
8140 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8141 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8142 (script_language_gdb, source_gdb_script_for_objfile): New.
8143 (struct loaded_script): New field language.
8144 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8145 LANGUAGE.
8146 (maybe_add_script): Add parameter language. Drop redundant
8147 entry.full_path initialization. Initialize entry.language and
8148 (*slot)->language.
8149 (auto_load_objfile_script): Change parameter suffix to language.
8150 Remove the call of maybe_add_script.
8151 Call language->source_script_for_objfile.
8152 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
8153 New.
8154 (collect_matching_scripts): Adjust it for
8155 struct collect_matching_scripts_data.
8156 (auto_load_info_scripts_pattern_nl): New variable.
8157 (info_auto_load_scripts): Rename to ...
8158 (auto_load_info_scripts): ... here, add parameter language. Adjust it
8159 for struct collect_matching_scripts_data.
8160 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
8161 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
8162 (auto_load_show_cmdlist_get, info_auto_load_cmd)
8163 (auto_load_info_cmdlist_get): New.
8164 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8165 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
8166 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8167 "info auto-load local-gdbinit".
8168 * auto-load.h (struct script_language): New.
8169 (gdbpy_global_auto_load): Rename to ...
8170 (global_auto_load): ... here.
8171 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8172 (auto_load_local_gdbinit_loaded): New declarations.
8173 (maybe_add_script): New parameter language.
8174 (auto_load_objfile_script): Change parameter suffix to language.
8175 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8176 (auto_load_info_scripts, auto_load_set_cmdlist_get)
8177 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8178 declarations.
8179 * linux-thread-db.c: Include auto-load.h and ctype.h.
8180 (auto_load_thread_db, show_auto_load_thread_db): New.
8181 (struct thread_db_info): New field filename.
8182 (delete_thread_db_info): Call xfree for FILENAME.
8183 (try_thread_db_load): Initialize FILENAME.
8184 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8185 if !AUTO_LOAD_THREAD_DB.
8186 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8187 (_initialize_thread_db): Install auto_load_thread_db
8188 as "set auto-load libthread-db" and install info_auto_load_libthread_db
8189 as "info auto-load libthread-db".
8190 * main.c (captured_main): Rename gdbpy_global_auto_load to
8191 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8192 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8193 (print_gdb_help): Extend the help for 'local init file'.
8194 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8195 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8196 (auto_load_scripts): Rename to ...
8197 (auto_load_python_scripts): ... here, update the comment.
8198 (gdbpy_load_auto_script_for_objfile): New declaration.
8199 (show_auto_load_python_scripts, script_language_python)
8200 (gdbpy_load_auto_script_for_objfile): New.
8201 (source_section_scripts): Refactor the code.
8202 (load_auto_scripts_for_objfile): Rename to ...
8203 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
8204 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
8205 (info_auto_load_python_scripts): New.
8206 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
8207 Rename "set auto-load-scripts" to "set auto-load python-scripts".
8208 Register "set auto-load-scripts" as its deprecated alias. Register
8209 "info auto-load python-scripts". Register "info auto-load-scripts" as
8210 its deprecated alias.
8211 (load_auto_scripts_for_objfile): Rename to ...
8212 (gdbpy_load_auto_scripts_for_objfile): ... here.
8213 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
8214 (gdbpy_load_auto_scripts_for_objfile): ... here.
8215
8216 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8217
8218 auto-load: Move files.
8219 * Makefile.in (SFILES): Add auto-load.c.
8220 (HFILES_NO_SRCDIR): Add auto-load.h.
8221 (COMMON_OBS): Add auto-load.o.
8222 (distclean): Change .gdbinit for gdb-gdb.gdb.
8223 * auto-load.c: New file, with parts from python/py-auto-load.c.
8224 * auto-load.h: New file, with parts from python/python.h.
8225 * configure: Regenerate.
8226 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
8227 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
8228 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
8229 * main.c: Include auto-load.h.
8230 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
8231 command.h, observer.h and progspace.h to auto-load.c. Add include
8232 auto-load.h.
8233 (gdbpy_global_auto_load, struct auto_load_pspace_info)
8234 (struct loaded_script, auto_load_pspace_data)
8235 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
8236 (hash_loaded_script_entry, eq_loaded_script_entry)
8237 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
8238 (maybe_add_script): Move to auto-load.c.
8239 (source_section_scripts): Change maybe_add_script parameters passing,
8240 use script_not_found_warning_print.
8241 (clear_section_scripts, auto_load_objfile_script)
8242 (auto_load_new_objfile, loaded_script_ptr)
8243 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
8244 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
8245 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
8246 auto_load_new_objfile and info_auto_load_scripts initizations to
8247 auto-load.c.
8248 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
8249
8250 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8251
8252 Code cleanup.
8253 * charset.c (find_charset_names): Remove variables ix and elt.
8254 Use free_char_ptr_vec.
8255 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
8256 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8257 debugdir_end. New variable debugdir_len.
8258 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
8259 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
8260 declarations.
8261 * progspace.c (clear_program_space_solib_cache): Remove variables ix
8262 and elt. Use free_char_ptr_vec.
8263 * source.c (add_path): Remove variables argv, arg and argv_index.
8264 New variables dir_vec, back_to, ix and name.
8265 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
8266 make_cleanup_freeargv. Remove variable separator. Simplify the code
8267 no longer expecting DIRNAME_SEPARATOR.
8268 (openp): Remove variable p, p1 and len. New variables dir_vec,
8269 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
8270 no longer expecting DIRNAME_SEPARATOR.
8271 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
8272 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8273 debugdir_end.
8274 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
8275 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
8276 (dirnames_to_char_ptr_vec): New functions.
8277
8278 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8279
8280 Code cleanup.
8281 * source.c (add_path): Remove always true conditional 'p == 0' and
8282 unindent its code block.
8283
8284 2012-04-17 Pedro Alves <palves@redhat.com>
8285
8286 * gdbtypes.h (FIELD_BITPOS): Rename to ...
8287 (FIELD_BITPOS_LVAL): ... this.
8288 (FIELD_BITPOS): New.
8289 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
8290 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
8291 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
8292 SET_FIELD_BITPOS.
8293 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
8294 SET_FIELD_BITPOS.
8295 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
8296 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
8297 * target-descriptions.c (tdesc_gdb_type): Adjust to use
8298 SET_FIELD_BITPOS.
8299
8300 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8301
8302 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
8303 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
8304 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
8305 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
8306 * jv-lang.c (java_link_class_type): Likewise, once.
8307 * stabsread.c (read_enum_type): Likewise.
8308
8309 2012-04-16 Yao Qi <yao@codesourcery.com>
8310
8311 * common/agent.c (agent_run_command): Add one more parameter `len'.
8312 Update callers.
8313 * common/agent.h: Update declaration.
8314 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8315 Update.
8316 (linux_child_static_tracepoint_markers_by_strid): Ditto.
8317
8318 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
8319
8320 PR mi/13393
8321 * value.c (value_actual_type): New function.
8322 * value.h (value_actual_type): New declaration.
8323 * varobj.c (update_type_if_necessary): New function.
8324 (varobj_create): Call value_actual_type instead of
8325 value_type.
8326 (install_dynamic_child): distinct changed and type changed MI variable
8327 objects.
8328 (update_dynamic_varobj_children): Updated for install_dynamic_child
8329 change. All callers updated.
8330 (varobj_update): Support for MI variable object type change if
8331 the value changed and RTTI is used to determine the type.
8332 (create_child_with_value): Call value_actual_type instead of
8333 value_type.
8334 (adjust_value_for_child_access): Extended with a new parameter which
8335 specify whether the given value should be casted to enclosing type.
8336 All callers updated.
8337
8338 2012-04-14 Yao Qi <yao@codesourcery.com>
8339
8340 Import gnulib module inttypes from git
8341 (250b80067c1e1d8faa0c42fb572f721975b929c5)
8342 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
8343 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
8344 gnulib/m4/inttypes-pri.m4
8345 * aclocal.m4, config.in, configure: Regenerated.
8346 * gnulib/Makefile.am: Update.
8347 * gnulib/Makefile.in: Update.
8348 * gnulib/m4/gnulib-cache.m4: Update.
8349 * gnulib/m4/gnulib-comp.m4: Update.
8350 * gnulib/inttypes.in.h: New.
8351 * gnulib/m4/inttypes-pri.m4: New.
8352 * gnulib/m4/inttypes.m4: New.
8353
8354 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
8355
8356 * infrun.c (resume): Update PC address to the real PC after
8357 preparing to do displaced stepping.
8358
8359 2012-04-12 Doug Evans <dje@google.com>
8360
8361 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
8362 All callers updated.
8363
8364 2012-04-12 Mark Kettenis <kettenis@gnu.org>
8365
8366 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
8367
8368 2012-04-12 Doug Evans <dje@google.com>
8369
8370 * dwarf2read.c (create_all_type_units): Renamed from
8371 create_debug_types_hash_table. All callers updated.
8372
8373 * dwarf2read.c (create_signatured_type_table_from_index): Rename
8374 local type_sig to sig_type, type_offset to type_offset_in_tu.
8375 (hash_signatured_type): Renamed from hash_type_signature,
8376 all callers updated.
8377 (eq_signatured_type): Renamed from eq_type_signature,
8378 all callers updated.
8379 (create_debug_types_hash_table): Rename local type_sig to sig_type.
8380 (process_enumeration_scope): Ditto.
8381 (lookup_signatured_type_at_offset): Ditto.
8382 (load_full_type_unit, read_signatured_type): Ditto.
8383
8384 2012-04-12 Yao Qi <yao@codesourcery.com>
8385
8386 * remote.c (async_remote_interrupt): Correct function name in
8387 debug message.
8388 (async_remote_interrupt_twice): Ditto.
8389
8390 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
8391
8392 * source.c (find_and_open_source): Consistently pass resulting
8393 full path through xfullpath.
8394
8395 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8396
8397 Provide more specific displaced-stepping memory error message.
8398 * infrun.c (displaced_step_prepare): New variable status. Call
8399 target_read_memory instead of read_memory, provide more specific
8400 error message.
8401
8402 2012-04-11 Tristan Gingold <gingold@adacore.com>
8403
8404 PR gdb/13901
8405 * darwin-nat.c (darwin_execvp): Revert previous patch.
8406
8407 2012-04-11 Tristan Gingold <gingold@adacore.com>
8408
8409 PR gdb/13901
8410 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
8411 in case of change.
8412
8413 2012-04-11 Tristan Gingold <gingold@adacore.com>
8414
8415 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8416 warning.
8417
8418 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
8419
8420 New command 'explore' which helps explore values and types in
8421 scope.
8422 * NEWS: Add an entry about the new 'explore' command.
8423 * data-directory/Makefile.in: Add gdb/command/explore.py
8424 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
8425 command using the GDB Python API.
8426
8427 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
8428
8429 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
8430 extension in jump target calculation.
8431
8432 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
8433
8434 * mips-tdep.c (mips32_next_pc): Handle JALX.
8435
8436 2012-04-10 Yao Qi <yao@codesourcery.com>
8437
8438 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
8439
8440 2012-04-10 Yao Qi <yao@codesourcery.com>
8441
8442 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
8443 and gnulib/m4/gnulib-tool.m4.
8444
8445 2012-04-10 Doug Evans <dje@google.com>
8446
8447 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
8448 (load_partial_dies): Clarify comment.
8449 (find_partial_die): Support rereading type units.
8450 Clarify CU handling, if we know offset is in CU, don't search for the
8451 containing CU. Add comment regarding memory waste.
8452
8453 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
8454
8455 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
8456 i386/x32-avx and i386/x32-avx-linux.
8457 (i386/x32-expedite): New.
8458 (i386/x32-linux-expedite): Likewise.
8459 (i386/x32-avx-expedite): Likewise.
8460 (i386/x32-avx-linux-expedite): Likewise.
8461 ($(outdir)/i386/x32.dat): Likewise.
8462 ($(outdir)/i386/x32-linux.dat): Likewise.
8463 ($(outdir)/i386/x32-avx.dat): Likewise.
8464 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
8465
8466 * features/i386/x32-avx-linux.xml: New file.
8467 * features/i386/x32-avx.xml: Likewise.
8468 * features/i386/x32-core.xml: Likewise.
8469 * features/i386/x32-linux.xml: Likewise.
8470 * features/i386/x32.xml: Likewise.
8471
8472 * features/i386/x32-avx-linux.c: New. Generated.
8473 * features/i386/x32-avx.c: Likewise.
8474 * features/i386/x32-linux.c: Likewise.
8475 * features/i386/x32.c: Likewise.
8476 * regformats/i386/x32-avx-linux.dat: Likewise.
8477 * regformats/i386/x32-avx.dat: Likewise.
8478 * regformats/i386/x32-linux.dat: Likewise.
8479 * regformats/i386/x32.dat: Likewise.
8480
8481 2012-04-10 Tristan Gingold <gingold@adacore.com>
8482
8483 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
8484 code to kill the inferior.
8485
8486 2012-04-09 Mark Kettenis <kettenis@gnu.org>
8487
8488 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8489 defines.
8490 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8491 defines.
8492 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
8493 (yyvsp): New defines.
8494 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8495 defines.
8496 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8497 defines.
8498 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8499 defines.
8500 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8501 defines.
8502 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8503 defines.
8504
8505 2012-04-09 Mark Kettenis <kettenis@gnu.org>
8506
8507 * sparc64-tdep.c (sparc64_store_arguments)
8508 (sparc64_store_arguments): Fix coding style.
8509
8510 2012-04-07 Mark Kettenis <kettenis@gnu.org>
8511
8512 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
8513 complex floats, adjust some related comments and tighten a related
8514 assertion.
8515 (sparc64_extract_return_value): Handle complex floats.
8516
8517 2012-04-07 Doug Evans <dje@google.com>
8518
8519 * dwarf2read.c (load_partial_dies): Change condition to assert.
8520
8521 2012-04-06 Doug Evans <dje@google.com>
8522
8523 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
8524 "mov %rsp,%rbp".
8525
8526 2012-04-05 Kevin Buettner <kevinb@redhat.com>
8527
8528 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
8529 fencepost error.
8530 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
8531 (v850_gdbarch_init): Set `num_regs' as appropriate for the
8532 architecture.
8533
8534 2012-04-05 Keith Seitz <keiths@redhat.com>
8535
8536 * linespec.c (decode_compound): Remove.
8537 (enum offset_relative_sign): New enum.
8538 (struct line_offset): New struct.
8539 (struct linespec): New struct.
8540 (struct linespec_state): Move file_symtabs,
8541 user_filename, and user_function into struct linespec.
8542 Make result an anonymous struct holding vectors of
8543 symbolp and minsym_and_objfile_d.
8544 Add language member.
8545 (enum ls_token_type): New enum.
8546 (linespec_keywords): New array.
8547 (struct ls_token): New struct.
8548 (struct ls_parser): New struct.
8549 (linespec_lexer_lex_number): New function.
8550 (linespec_lexer_lex_keyword): New function.
8551 (is_ada_operator): New function.
8552 (skip_quote_char): New function.
8553 (copy_token_string): New function.
8554 (is_closing_quote_enclosed): New function.
8555 (find_parameter_list_end): New function.
8556 (linespec_lexer_lex_string): New function.
8557 (linespec_lexer_lex_one): New function.
8558 (linespec_lexer_consume_token): New function.
8559 (linespec_lexer_peek_token): New function.
8560 (cplusplus_error): Remove unused function.
8561 (find_methods): Update comment.
8562 (find_toplevel_char): Return const.
8563 (is_objc_method_format): Remove unused function.
8564 (find_toplevel_string): New function.
8565 (is_linespec_boundary): Remove.
8566 (symbol_not_found_error): New function.
8567 (find_method_overload_end): Remove function.
8568 (unexpected_linespec_error): New function.
8569 (keep_name_info): Remove.
8570 (linespec_parse_line_offset): New function.
8571 (linespec_parse_basic): New function.
8572 (canonicalize_linespec): New function.
8573 (decode_line_internal): Remove.
8574 (create_sals_line_offset): New function adapted from
8575 decode_all_digits.
8576 (convert_linespec_to_sals): New function.
8577 (parse_linespec): New function.
8578 (linespec_parser_new): New function.
8579 (linespec_state_destructor): Change parameter type to
8580 struct linespec_state *.
8581 Add language parameter.
8582 Remove freeing of moved members.
8583 (linespec_parser_delete): New function.
8584 (decode_line_full): Use parse_linespec and linespec_parser_new.
8585 (decode_line_1): Likewise.
8586 (decode_indirect): Rename to ...
8587 (linespec_expression_to_pc): ... this and rewrite
8588 to simply find CORE_ADDR, storing this result for later
8589 conversion to SALs.
8590 (locate_first_half): Remove.
8591 (deocde_objc): Add parameter LS.
8592 Initialize new struct collect_info members.
8593 Handle minimal symbols, too.
8594 (decode_compound): Delete.
8595 (lookup_prefix_sym): Rewrite.
8596 (compare_msymbols): New function.
8597 (find_method): Rewrite.
8598 Do not call cplusplus_error.
8599 (symtabs_from_filename): Rewrite.
8600 (collect_function_symbols): Delete.
8601 (find_function_symbols): Rewrite without ARGPTR-style
8602 processing.
8603 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8604 (decode_dollar): Adapted and renamed to ...
8605 (linespec_parse_variable): ... this.
8606 (find_linespec_symbols): New function.
8607 (decode_label): Adapted and renamed to ...
8608 (find_label_symbols): ... this.
8609 (decode_digits_list_mode): Add and use LS argument.
8610 (decode_digits_ordinary): Likewise.
8611 (collect_symbols): Do not collect SALs, just symbols and msymbols.
8612 If in list mode, allow any symbol class. Otherwise, only
8613 permit LOC_BLOCK symbols.
8614 (minsym_found): Update comments.
8615 (search_minsyms_for_name): Do not convert the matching symbol
8616 into a SAL. Simply push the symbol and objfile into the
8617 result vector.
8618 (decode_variable): Delete. Contents adapted into
8619 find_linespec_symbols.
8620
8621 * cp-support.c (SKIP_SPACE): Remove.
8622 (operator_tokens): Remove unused global.
8623 (cp_validate_operator): Remove.
8624 * cp-support.h (cp_validate_operator): Remove declaration.
8625
8626 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8627
8628 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8629 for TYPE_VPTR_FIELDNO.
8630 * valprint.c (valprint_check_validity): Make it global, move the
8631 function comment ...
8632 * value.h (valprint_check_validity): ... to this new declaration.
8633
8634 2012-04-02 Tristan Gingold <gingold@adacore.com>
8635
8636 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8637 the STATE32 api for i386 state.
8638 (i386_darwin_store_inferior_registers): Likewise.
8639
8640 2012-04-02 Tristan Gingold <gingold@adacore.com>
8641
8642 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8643 SS offset.
8644 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8645 format_string.
8646
8647 2012-04-02 Tristan Gingold <gingold@adacore.com>
8648
8649 PR gdb/13901
8650 * darwin-nat.c (darwin_execvp): Set binary preference.
8651
8652 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8653
8654 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8655
8656 2012-03-30 Tom Tromey <tromey@redhat.com>
8657
8658 * python/python.c (gdbpy_decode_line): Move cleanup creation out
8659 of TRY_CATCH. Fix error handling.
8660 * python/py-value.c (convert_value_from_python): Move 'old'
8661 declaration to innermost scope.
8662
8663 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8664 Andrey Smirnov <andrew.smirnov@gmail.com>
8665
8666 -Wshadow warning fix.
8667 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8668 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8669 Adjust code accordingly.
8670
8671 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8672
8673 * ada-lang.c (symbol_completion_add): Rename parameter
8674 "encoded" into "encoded_p". Ajust code and documentation
8675 accordingly.
8676
8677 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8678 Andrey Smirnov <andrew.smirnov@gmail.com>
8679
8680 -Wshadow warning fix.
8681 * ada-lang.c (symbol_completion_add): Rename parameter
8682 "wild_match" into wild_match_p. Update code and documentation
8683 accordingly.
8684
8685 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8686
8687 * ada-lang.c (symbol_completion_match): Rename parameter
8688 "encoded" into "encoded_p". Ajust code and documentation
8689 accordingly.
8690
8691 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8692 Andrey Smirnov <andrew.smirnov@gmail.com>
8693
8694 -Wshadow warning fix.
8695 * ada-lang.c (symbol_completion_match): Rename parameter
8696 "wild_match" into "wild_match_p". Adjust code and function
8697 documentation accordingly.
8698
8699 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8700 Andrey Smirnov <andrew.smirnov@gmail.com>
8701
8702 -Wshadow warning fix.
8703 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8704 "symbol_info" into "info". Adjust code accordingly.
8705 (ada_lookup_symbol): Likewise.
8706
8707 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8708
8709 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8710 of this function's documentation.
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_lookup_symbol_list): Rename "wild_match"
8717 variable into "wild_match_p". Adjust code accordingly.
8718
8719 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8720 Andrey Smirnov <andrew.smirnov@gmail.com>
8721
8722 -Wshadow warning fix.
8723 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8724 parameter into "wild_match_p". Adjust code accordingly.
8725 Document this parameter in the function description.
8726
8727 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8728 Andrey Smirnov <andrew.smirnov@gmail.com>
8729
8730 -Wshadow warning fix.
8731 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8732 "wild_match" parameter to "wild_match_p" (-Wshadow).
8733
8734 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8735
8736 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8737 in function documentation.
8738
8739 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8740 Andrey Smirnov <andrew.smirnov@gmail.com>
8741
8742 -Wshadow warning fix.
8743 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8744 variable into wild_match_p. Adjust code accordingly.
8745
8746 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8747 Andrey Smirnov <andrew.smirnov@gmail.com>
8748
8749 * ada-valprint.c (ada_val_print_1): Move the code handling
8750 TYPE_CODE_ENUM inside its own lexical block. Declare
8751 variables len and val there, instead of in the function's
8752 top level block. Avoid declaring deref_val again in a way
8753 that shadows another variable of the same name declared
8754 in one of the up-level blocks. Just re-use the up-level
8755 variable instead.
8756
8757 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8758
8759 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8760 Replace block_found argument by symbol_info. Adjust
8761 implementation accordingly. Add function documentation.
8762 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8763 Fix documentation.
8764 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8765 * ada-exp.y (write_object_renaming): Adjust to new
8766 ada_lookup_encoded_symbol API.
8767
8768 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8769
8770 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
8771 documentation.
8772
8773 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
8774
8775 * v850-tdep.c: Add the enum values for mpu and fpu registers.
8776 (v850_register_name): Add the mpu and fpu register names.
8777 (v850e_register_name): Add the mpu and fpu register names.
8778 (v850e2_register_name): New function.
8779 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8780 bfd_mach_v850e2v3.
8781
8782 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8783
8784 * NEWS: Add entry for Ada varobj support.
8785
8786 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8787
8788 * varobj.c (default_value_is_changeable_p): New function,
8789 extracted from varobj_value_is_changeable_p. Add declaration.
8790 (ada_value_is_changeable_p): New function, extracted from
8791 varobj_value_is_changeable_p. Add declaration.
8792 (struct language_specific): New field "value_is_changeable_p".
8793 (languages): Add entries for new field.
8794 (varobj_create): Set language before calling install_new_value.
8795 (varobj_value_is_changeable_p): Reimplement to call the varobj's
8796 "value_is_changeable_p" language callback.
8797
8798 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8799
8800 * ada-varobj.h, ada-varobj.c: New files.
8801 * Makefile.in (SFILES): Add ada-varobj.c.
8802 (HFILES_NO_SRCDIR): Add ada-varobj.h.
8803 (COMMON_OBS): Add ada-varobj.o.
8804
8805 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8806
8807 * varobj.c (ada_value_has_mutated): Add declaration. New function.
8808 (struct language_specific): New field "value_has_mutated".
8809 (languages): Set field "value_has_mutated" in each entry of array.
8810 (varobj_value_has_mutated): New function.
8811 (varobj_udpdate): Add handling of type mutation.
8812 (value_of_root): Add handling of type mutation.
8813 (ada_value_has_mutated): New function.
8814
8815 2012-03-28 Pedro Alves <palves@redhat.com>
8816
8817 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8818 Always supply $fr0 as 0.0 and $fr1 as 1.0.
8819
8820 2012-03-28 Tom Tromey <tromey@redhat.com>
8821
8822 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8823 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
8824 before returning.
8825
8826 2012-03-28 Tom Tromey <tromey@redhat.com>
8827
8828 * .dir-locals.el: New file.
8829
8830 2012-03-28 Pedro Alves <palves@redhat.com>
8831
8832 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8833
8834 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8835
8836 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8837 handling for r0.
8838
8839 2012-03-27 Pedro Alves <palves@redhat.com>
8840
8841 Eliminate struct ui_stream.
8842
8843 * ui-out.h (struct ui_stream): Delete.
8844 (ui_out_field_stream): Adjust prototype.
8845 (ui_out_stream_new, ui_out_stream_delete)
8846 (make_cleanup_ui_out_stream_delete): Delete declarations.
8847 * ui-out.c (ui_out_field_stream): Change prototype to take a
8848 ui_file instead of a ui_stream. Adjust.
8849 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8850 (make_cleanup_ui_out_stream_delete): Delete.
8851 * breakpoint.c (print_breakpoint_location)
8852 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8853 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8854 * disasm.c (dump_insns): Ditto.
8855 (do_mixed_source_and_assembly, do_assembly_only): Adjust
8856 prototype.
8857 (gdb_disassembly): Use ui_file/mem_fileopen instead of
8858 ui_stream/ui_out_stream_new.
8859 * infcmd.c (print_return_value): Ditto.
8860 * osdata.c (info_osdata_command): Don't allocate a local
8861 ui_stream.
8862 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8863 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8864 * tracepoint.c (print_one_static_tracepoint_marker): Don't
8865 allocate a local ui_stream.
8866 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8867 instead of ui_stream/ui_out_stream_new.
8868 (list_args_or_locals): Don't allocate a local ui_stream.
8869 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8870 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8871 ui_stream/ui_out_stream_new.
8872 * cli/cli-setshow.c (do_setshow_command): Ditto.
8873
8874 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
8875
8876 * arm-linux-tdep.c (arm_linux_init_abi): Call
8877 set_gdbarch_process_record. Initialize `arm_swi_record' field.
8878 * arm-tdep.c (arm_process_record): New function.
8879 (deallocate_reg_mem): New function.
8880 (decode_insn): New function.
8881 (thumb_record_branch): New function.
8882 (thumb_record_ldm_stm_swi(): New function.
8883 (thumb_record_misc): New function.
8884 (thumb_record_ld_st_stack): New function.
8885 (thumb_record_ld_st_imm_offset): New function.
8886 (thumb_record_ld_st_reg_offset(): New function.
8887 (thumb_record_add_sub_cmp_mov): New function.
8888 (thumb_record_shift_add_sub): New function.
8889 (arm_record_coproc_data_proc): New function.
8890 (arm_record_coproc): New function.
8891 (arm_record_b_bl): New function.
8892 (arm_record_ld_st_multiple): New function.
8893 (arm_record_ld_st_reg_offset): New function.
8894 (arm_record_ld_st_imm_offset): New function.
8895 (arm_record_data_proc_imm): New function.
8896 (arm_record_data_proc_misc_ld_str): New function.
8897 (arm_record_extension_space): New function.
8898 (arm_record_strx): New function.
8899 (sbo_sbz): New function.
8900 (struct insn_decode_record): New structure for arm insn record.
8901 (REG_ALLOC): New macro for reg allocations.
8902 (MEM_ALLOC): New macro for memory allocations.
8903 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8904
8905 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
8906
8907 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8908 (store_register): Likewise.
8909
8910 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
8911
8912 * MAINTAINERS (Write After Approval): Add myself to the list.
8913
8914 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8915
8916 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8917 Describe also the option "auto".
8918
8919 2012-03-22 Richard Henderson <rth@redhat.com>
8920
8921 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8922 * sparc-nat.c (sparc_xfer_wcookie): Make static.
8923
8924 2012-03-22 Richard Henderson <rth@redhat.com>
8925
8926 * jit.c (jit_read_code_entry): Compute alignment and offset of
8927 int64_t member before computing entry_size.
8928
8929 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8930
8931 Python scripting: Add new method Value.referenced_value to
8932 gdb.Value which can dereference pointer as well as reference
8933 values.
8934 * NEWS: Add entry under 'Python scripting' about the new method
8935 Value.referenced_value on gdb.Value objects.
8936 * python/py-value.c (valpy_referenced_value): New function
8937 defining a new method on gdb.Value objects which can dereference
8938 pointer and reference values.
8939
8940 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8941
8942 * MAINTAINERS (Write After Approval): Add myself to the list.
8943
8944 2012-03-21 Kevin Buettner <kevinb@redhat.com>
8945
8946 * symtab.c (skip_prologue_sal): Change test to check for "main()"
8947 in addition to "main".
8948
8949 2012-03-21 Joel Brobecker <brobecker@adacore.com>
8950
8951 * expression.h (op_name): Add declaration.
8952 * expprint.c (op_name): Remove declaration. Make non-static.
8953 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8954
8955 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
8956
8957 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8958 of struct siginfo.
8959 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8960 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8961 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8962 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8963 (linux_nat_get_siginfo): Likewise.
8964 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8965 (linux_nat_get_siginfo): Likewise.
8966 * linux-tdep.c (linux_get_siginfo_type): Likewise.
8967 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8968 * procfs.c (gdb_siginfo_t): Likewise.
8969
8970 2012-03-21 Mike Frysinger <vapier@gentoo.org>
8971
8972 * .gitignore: Ignore more files.
8973
8974 2012-03-20 Pedro Alves <palves@redhat.com>
8975
8976 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8977 returns.
8978
8979 2012-03-20 Yao Qi <yao@codesourcery.com>
8980
8981 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8982 comment.
8983
8984 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8985
8986 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8987 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8988 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8989 sect_offset.
8990 * dwarf2expr.h (cu_offset, sect_offset): New types.
8991 (struct dwarf_expr_context_funcs) <dwarf_call>
8992 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8993 sect_offset.
8994 (struct dwarf_expr_context) <len>: Improve the comment.
8995 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8996 cu_offset and sect_offset.
8997 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8998 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8999 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
9000 * dwarf2loc.h: Include dwarf2expr.h.
9001 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
9002 and sect_offset.
9003 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
9004 Improve the comment.
9005 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
9006 (struct signatured_type, struct line_header, struct partial_die_info)
9007 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9008 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9009 (get_die_type_at_offset, create_cus_from_index)
9010 (create_signatured_type_table_from_index, dw2_get_file_names)
9011 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9012 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9013 (create_debug_types_hash_table, process_psymtab_comp_unit)
9014 (load_partial_comp_unit, create_all_comp_units)
9015 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9016 (load_full_comp_unit, dwarf2_physname, read_import_statement)
9017 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9018 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9019 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9020 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9021 (find_partial_die, read_attribute_value, lookup_die_type)
9022 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9023 (is_ref_attr): New function comment.
9024 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9025 Use cu_offset and sect_offset.
9026 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9027 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9028 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9029 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9030 (offset_and_type_hash, offset_and_type_eq, set_die_type)
9031 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9032 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9033 sect_offset.
9034
9035 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9036
9037 Code cleanup.
9038 * python/py-auto-load.c (source_section_scripts): New variable back_to.
9039 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9040 with xfree.
9041 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9042
9043 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9044
9045 * NEWS: Describe new options --init-command=FILE, -ix and
9046 --init-eval-command=COMMAND, -iex.
9047 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9048 CMDARG_INIT_COMMAND.
9049 (captured_main): New enum items OPT_IX and OPT_IEX. Add
9050 "init-command", "init-eval-command", "ix" and "iex" to the variable
9051 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
9052 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9053 (print_gdb_help): Describe --init-command=FILE, -ix and
9054 --init-eval-command=COMMAND, -iex.
9055
9056 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9057
9058 Code cleanup.
9059 * main.c (struct cmdarg): Move it here from main. Add more comments.
9060 (cmdarg_s, VEC (cmdarg_s)): New.
9061 (main): Move struct cmdarg from here. New variables cmdarg_vec and
9062 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
9063 Install cleanup for cmdarg_vec. Update filling for options 'x' and
9064 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
9065 of CMDARG.
9066
9067 2012-03-19 Tom Tromey <tromey@redhat.com>
9068
9069 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9070
9071 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9072
9073 PR symtab/13777
9074 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9075 GCC >=4.5.
9076
9077 2012-03-16 Chris January <chris.january@allinea.com>
9078
9079 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9080 of clear.
9081
9082 2012-03-16 Chris January <chris.january@allinea.com>
9083
9084 * source.c (add_path): Use memmove instead of strcpy because the
9085 strings overlap.
9086
9087 2012-03-16 Joel Brobecker <brobecker@adacore.com>
9088
9089 * value.h (set_value_parent): Add declaration.
9090 * value.c (set_value_parent): New function.
9091 (value_address): If VALUE->PARENT is not NULL, then use it as
9092 the base address instead of VALUE->LOCATION.address.
9093 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9094 the same as OBJ's address. Adjust V's offset accordingly.
9095 Set V's parent.
9096
9097 2012-03-16 Gary Benson <gbenson@redhat.com>
9098
9099 PR breakpoints/10738
9100 * dwarf2read.c (use_deprecated_index_sections): New global.
9101 (struct partial_die_info): New member may_be_inlined.
9102 (read_partial_die): Set may_be_inlined where appropriate.
9103 (add_partial_subprogram): Add partial symbols for partial
9104 DIEs that may be inlined.
9105 (new_symbol_full): Add inlined subroutines to the current
9106 scope.
9107 (write_psymtabs_to_index): Bump version number.
9108 (dwarf2_read_index): Read only version 6 indices unless
9109 use_deprecated_index_sections is set.
9110 * linespec.c (symbol_and_data_callback): New structure.
9111 (iterate_inline_only): New function.
9112 (iterate_over_all_matching_symtabs): New argument
9113 "include_inline". If nonzero, also call the callback for
9114 symbols representing inlined subroutines.
9115 (lookup_prefix_sym): Pass extra argument to the above.
9116 (find_function_symbols): Likewise.
9117 (add_matching_symbols_to_info): Likewise.
9118 * NEWS: Mention that GDB can now set breakpoints on inlined
9119 functions.
9120
9121 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9122
9123 * p-typeprint.c (pascal_type_print_method_args):
9124 Fix display of parameter of methods.
9125
9126 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9127
9128 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9129 Add missing prototype.
9130
9131 2012-03-16 Yao Qi <yao@codesourcery.com>
9132 Jan Kratochvil <jan.kratochvil@redhat.com>
9133
9134 Fix false compilation warning.
9135 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9136
9137 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
9138 Pedro Alves <pedro@codesourcery.com>
9139
9140 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9141 (arm_register_g_packet_guesses): New function.
9142 (arm_gdbarch_init): Don't force a target description with
9143 registers when the executable is detected as M-profile. Instead
9144 set gdbarch->tdep->is_m. Register `g' packet guesses.
9145 (_initialize_arm_tdep): Initialize the new target description.
9146 * features/arm-with-m-fpa-layout.xml: New description.
9147 * features/arm-with-m-fpa-layout.c: New, generated.
9148
9149 2012-03-15 Joel Brobecker <brobecker@adacore.com>
9150
9151 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
9152 Update function description.
9153 (insert_bp_location): Do not wipe bl->target_info out.
9154 * mem-break.c: #include "gdb_string.h".
9155 (default_memory_insert_breakpoint): Do not call target_read_memory
9156 with a pointer to the breakpoint's shadow_contents buffer. Use
9157 a local buffer instead.
9158 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
9159
9160 2012-03-15 Tom Tromey <tromey@redhat.com>
9161
9162 * NEWS: Mention "info vtbl", not "info vtable".
9163 * cp-support.c (info_vtbl_command): Fix comment.
9164 (_initialize_cp_support): Fix text.
9165
9166 2012-03-15 Tom Tromey <tromey@redhat.com>
9167
9168 * cp-valprint.c (cp_print_value_fields): Use
9169 print_function_pointer_address for vtable slot.
9170
9171 2012-03-15 Tom Tromey <tromey@redhat.com>
9172
9173 * gnu-v3-abi.c (struct value_and_voffset): New.
9174 (hash_value_and_voffset, eq_value_and_voffset)
9175 (compare_value_and_voffset, compute_vtable_size)
9176 (print_one_vtable, gnuv3_print_vtable): New functions.
9177 (init_gnuv3_ops): Initialize 'print_vtable' field.
9178 * cp-support.c (info_vtbl_command): New function.
9179 (_initialize_cp_support): Add "info vtbl".
9180 * cp-abi.h (cplus_print_vtable): Declare.
9181 (struct cp_abi_ops) <print_vtable>: New field.
9182 * cp-abi.c (cplus_print_vtable): New function.
9183 * NEWS: Update.
9184
9185 2012-03-15 Tom Tromey <tromey@redhat.com>
9186
9187 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9188 iterate_over_symbols.
9189
9190 2012-03-14 Doug Evans <dje@google.com>
9191
9192 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9193 DW_OP_GNU_parameter_ref.
9194
9195 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9196
9197 Fix double prompt of 'interpreter-exec mi'.
9198 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9199 (mi_interpreter_resume): use it.
9200 (mi_execute_command_input_handler): New function.
9201 * mi/mi-main.c (mi_execute_command): Move prompt printing to
9202 mi_execute_command_input_handler.
9203
9204 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
9205
9206 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
9207 prototype.
9208 (darwin_debug_port_info): Make static.
9209 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
9210 * machoread.c (_initialize_machoread): Add prototype.
9211 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
9212 (i386_darwin_set_control, i386_darwin_get_control)
9213 i386_darwin_dr_set_addr, i386_darwin_get_addr)
9214 i386_darwin_get_status, i386_darwin_get_control):
9215 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
9216
9217 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9218
9219 * ax-gdb.c (gen_usual_unary): Remove special handling of
9220 enum and bool types.
9221
9222 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9223
9224 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
9225
9226 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9227
9228 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
9229
9230 2012-03-13 Chris January <chris.january@allinea.com>
9231
9232 * aix-thread.c (fill_sprs): Store the floating point registers
9233 at the correct offsets into vals.
9234
9235 2012-03-13 Doug Evans <dje@google.com>
9236
9237 * NEWS: Mention symbol-reloading has been deleted.
9238 * symfile.c (symbol_reloading): Delete.
9239 (show_symbol_reloading): Delete.
9240 (_initialize_symfile): Delete set/show symbol-reloading.
9241
9242 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
9243 read_in_chain until we have successfully read it in.
9244 (load_full_comp_unit): Ditto.
9245 (read_signatured_type): Add comment.
9246
9247 2012-03-13 Chris January <chris.january@allinea.com>
9248
9249 * stabsread.c (fix_common_block): Change type of valu argument
9250 to CORE_ADDR.
9251
9252 2012-03-13 Chris January <chris.january@allinea.com>
9253
9254 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
9255 instruction.
9256
9257 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9258
9259 * common/linux-procfs.c (linux_proc_get_int): New, from
9260 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
9261 field.
9262 (linux_proc_get_tgid): Only call linux_proc_get_int.
9263 (linux_proc_get_tracerpid): New.
9264 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
9265 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
9266 linux_proc_pid_has_state.
9267 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
9268 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
9269 (linux_ptrace_attach_warnings): New.
9270 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
9271 New declaration.
9272 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
9273 (linux_nat_attach): New variables ex, buffer, message and message_s.
9274 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
9275
9276 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9277
9278 * Makefile.in (linux-ptrace.o): New.
9279 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
9280 from linux-nat.c.
9281 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
9282 * common/linux-ptrace.c: New file.
9283 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
9284 * config/arm/linux.mh: Likewise.
9285 * config/i386/linux.mh: Likewise.
9286 * config/i386/linux64.mh: Likewise.
9287 * config/ia64/linux.mh: Likewise.
9288 * config/m32r/linux.mh: Likewise.
9289 * config/m68k/linux.mh: Likewise.
9290 * config/mips/linux.mh: Likewise.
9291 * config/pa/linux.mh: Likewise.
9292 * config/powerpc/linux.mh: Likewise.
9293 * config/powerpc/ppc64-linux.mh: Likewise.
9294 * config/powerpc/spu-linux.mh: Likewise.
9295 * config/s390/s390.mh: Likewise.
9296 * config/sparc/linux.mh: Likewise.
9297 * config/sparc/linux64.mh: Likewise.
9298 * config/xtensa/linux.mh: Likewise.
9299 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
9300 common/linux-procfs.c.
9301 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
9302
9303 2012-03-13 Hui Zhu <teawater@gmail.com>
9304 Pedro Alves <palves@redhat.com>
9305
9306 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
9307 CREATE_BREAKPOINT_FLAGS_INSERTED.
9308 (create_breakpoint_sal, create_breakpoints_sal)
9309 (base_breakpoint_create_breakpoints_sal)
9310 (tracepoint_create_breakpoints_sal)
9311 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
9312 down.
9313 (break_command_1, handle_gnu_v3_exceptions, trace_command)
9314 (ftrace_command, strace_command): Adjust.
9315 (create_tracepoint_from_upload): Pass
9316 CREATE_BREAKPOINT_FLAGS_INSERTED.
9317 * breakpoint.h (enum breakpoint_create_flags): New.
9318 (create_breakpoint): New flags parameter.
9319 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
9320 * python/py-breakpoint.c (bppy_init): Adjust.
9321 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
9322 * spu-tdep.c (spu_catch_start): Adjust.
9323
9324 2012-03-13 Pedro Alves <palves@redhat.com>
9325 Hui Zhu <teawater@gmail.com>
9326 Yao Qi <yao@codesourcery.com>
9327
9328 * remote.c (struct remote_state): New field `starting_up'.
9329 (remote_start_remote): Set and clear it.
9330 (remote_can_download_tracepoint): If starting up, return false.
9331
9332 2012-03-13 Yao Qi <yao@codesourcery.com>
9333
9334 * inferior.h (struct inferior): Remove fields any_syscall_count,
9335 syscalls_counts and total_syscalls_count. Move them to new
9336 struct catch_syscall_inferior_data in breakpoint.c.
9337 * breakpoint.c: Call DEF_VEC_I(int).
9338 (struct catch_syscall_inferior_data): New.
9339 (get_catch_syscall_inferior_data): New.
9340 (catch_syscall_inferior_data_cleanup): New.
9341 (insert_catch_syscall): Update to access data in
9342 struct catch_syscall_inferior_data.
9343 (insert_catch_syscall): Likewise.
9344 (remove_catch_syscall): Likewise.
9345 (remove_catch_syscall): Likewise.
9346 (is_syscall_catchpoint_enabled): Likewise.
9347 (add_catch_command): Likewise.
9348 (_initialize_breakpoint): Register cleanup.
9349 * breakpoint.h: Removed DEF_VEC_I(int).
9350 * dwarf2loc.c: Call DEF_VEC_I(int).
9351 * mi/mi-main.c: Likewise.
9352
9353 2012-03-12 Mark Kettenis <kettenis@gnu.org>
9354
9355 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
9356
9357 2012-03-12 Chris January <chris.january@allinea.com>
9358
9359 * aix-thread.c (_initialize_aix_thread): Add prototype.
9360 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
9361 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
9362
9363 2012-03-12 Joel Brobecker <brobecker@adacore.com>
9364
9365 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
9366 include of "amd64-nat.h".
9367
9368 2012-03-12 Tom Tromey <tromey@redhat.com>
9369
9370 * buildsym.c (record_pending_block): Now static.
9371 * buildsym.h: (record_pending_block): Remove.
9372
9373 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
9374
9375 * amd64bsd-nat.c: Include amd64bsd-nat.h.
9376
9377 2012-03-09 Tom Tromey <tromey@redhat.com>
9378
9379 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
9380 producer_is_gxx_lt_4_6>: New fields.
9381 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
9382
9383 2012-03-09 Tom Tromey <tromey@redhat.com>
9384
9385 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
9386
9387 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9388
9389 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
9390 prototype.
9391
9392 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9393
9394 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
9395
9396 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9397
9398 Fix -Wmissing-prototypes build.
9399 * arm-linux-nat.c (get_thread_id): Make it static.
9400 * xtensa-linux-nat.c (get_thread_id): Likewise.
9401
9402 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9403
9404 * server.c (process_point_options): If a conditional expression
9405 is found, only print a message if remote_debug is nonzero.
9406
9407 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
9408
9409 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
9410 of internal error for unknown/unsupported types.
9411
9412 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9413
9414 Fix CU relative vs. absolute DIE offsets.
9415 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
9416 offset to offset_in_cu.
9417 * dwarf2read.c (process_enumeration_scope): Add CU offset to
9418 TYPE_OFFSET.
9419 (dwarf2_fetch_die_location_block): Rename parameter offset to
9420 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
9421
9422 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9423
9424 * libunwind-frame.c: Rename to ...
9425 * ia64-libunwind-tdep.c: ... here.
9426 * libunwind-frame.h: Rename to ...
9427 * ia64-libunwind-tdep.h: ... here.
9428 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
9429 ia64-libunwind-tdep.h.
9430 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
9431 * README (--with-libunwind): Rename to ...
9432 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
9433 * config.in: Regenerate.
9434 * configure: Regenerate.
9435 * configure.ac: New option --with-libunwind-ia64, make the
9436 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
9437 Remove AC_DEFINE for HAVE_LIBUNWIND.
9438 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
9439 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
9440 Rename libunwind-frame in the general comment.
9441 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
9442 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
9443 Move forward declarations inside #ifndef. Rename libunwind-frame in
9444 the general comment.
9445 * ia64-tdep.c: Rename libunwind-frame.h #include to
9446 ia64-libunwind-tdep.h.
9447 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
9448 (ia64_libunwind_descr): Rename libunwind-frame to
9449 ia64-libunwind-tdep in these function comments.
9450 * ia64-tdep.h: Rename libunwind-frame.h #include to
9451 ia64-libunwind-tdep.h.
9452 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
9453 ia64-libunwind-tdep in that data comment.
9454
9455 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9456
9457 * libunwind-frame.h (struct frame_unwind): New declaration.
9458
9459 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9460
9461 * breakpoint.c (_initialize_breakpoint): Fix error in help of
9462 "set breakpoint condition-evaluation" command.
9463
9464 2012-03-08 Tristan Gingold <gingold@adacore.com>
9465
9466 * sparc-stub.c: Move to stubs/
9467 * sh-stub.c: Likewise.
9468 * m68k-stub.c: Likewise.
9469 * m32r-stub.c: Likewise.
9470 * i386-stub.c: Likewise.
9471
9472 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
9473
9474 * m68klinux-tdep.c (m68k_linux_init_abi): Register
9475 linux_get_siginfo_type.
9476
9477 * m68klinux-nat.c: Include "gdb_proc_service.h".
9478 (PTRACE_GET_THREAD_AREA): Define.
9479 (ps_get_thread_area): New function.
9480
9481 2012-03-08 Yao Qi <yao@codesourcery.com>
9482
9483 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
9484 `xsnprintf'.
9485 (remote_query_attached): Likewise.
9486 (remote_static_tracepoint_marker_at): Likewise.
9487 (remote_set_permissions): Likewise.
9488 (remote_detach_1, extended_remote_attach_1): Likewise.
9489 (send_g_packet, remote_vkill): Likewise.
9490 (extended_remote_disable_randomization): Likewise.
9491 (remote_add_target_side_condition): Likewise.
9492 (remote_insert_breakpoint): Likewise.
9493 (remote_remove_breakpoint): Likewise.
9494 (remote_insert_watchpoint): Likewise.
9495 (remote_remove_watchpoint): Likewise.
9496 (remote_insert_hw_breakpoint): Likewise.
9497 (remote_insert_hw_breakpoint): Likewise.
9498 (remote_remove_hw_breakpoint): Likewise.
9499 (remote_download_command_source): Likewise.
9500 (remote_download_tracepoint): Likewise.
9501 (remote_download_trace_state_variable): Likewise.
9502 (remote_disable_tracepoint): Likewise.
9503 (remote_trace_set_readonly_regions): Likewise.
9504 (remote_get_tracepoint_status): Likewise.
9505 (remote_trace_find): Likewise.
9506 (remote_get_trace_state_variable_value): Likewise.
9507 (remote_set_disconnected_tracing): Likewise.
9508 (remote_set_circular_trace_buffer): Likewise.
9509 (remote_get_min_fast_tracepoint_insn_len): Likewise.
9510 (remote_use_agent): Likewise.
9511 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
9512 Update callers.
9513
9514 2012-03-07 Pedro Alves <palves@redhat.com>
9515
9516 * NEWS: Mention QProgramSignals.
9517 * inferior.h (update_signals_program_target): Declare.
9518 * infrun.c: (update_signals_program_target): New.
9519 (handle_command): Update the target of the new program signals
9520 array changes.
9521 * remote.c (PACKET_QProgramSignals): New enum.
9522 (last_program_signals_packet): New global.
9523 (remote_program_signals): New.
9524 (remote_start_remote): Update the target with the program signals
9525 list.
9526 (remote_protocol_features): Add entry for QPassSignals.
9527 (remote_open_1): Free anc clear last_program_signals_packet.
9528 (init_remote_ops): Install remote_program_signals.
9529 * target.c (update_current_target): Adjust.
9530 (target_program_signals): New.
9531 * target.h (struct target_ops) <to_program_signals>: New field.
9532 (target_program_signals): Declare.
9533
9534 2012-03-07 Pedro Alves <palves@redhat.com>
9535
9536 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
9537 extensions.
9538
9539 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
9540
9541 * m68klinux-nat.c (getregs_supplies): Make static.
9542 (getfpregs_supplies): Likewise.
9543 (have_ptrace_getregs): Likewise.
9544
9545 2012-03-06 Joel Brobecker <brobecker@adacore.com>
9546
9547 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
9548 in call to get_die_type_at_offset.
9549
9550 2012-03-06 Stan Shebs <stan@codesourcery.com>
9551
9552 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
9553 * mi/mi-cmd-disas.c: Ditto.
9554 * mi/mi-cmd-env.c: Ditto.
9555 * mi/mi-cmd-file.c: Ditto.
9556 * mi/mi-cmd-stack.c: Ditto.
9557 * mi/mi-cmd-target.c: Ditto.
9558 * mi/mi-cmd-var.c: Ditto.
9559 * mi/mi-cmds.c: Ditto.
9560 * mi/mi-cmds.h: Ditto.
9561 * mi/mi-console.c: Ditto.
9562 * mi/mi-getopt.c: Ditto.
9563 * mi/mi-getopt.h: Ditto.
9564 * mi/mi-interp.c: Ditto.
9565 * mi/mi-main.c: Ditto.
9566 * mi/mi-out.c: Ditto.
9567 * mi/mi-parse.c: Ditto.
9568 * mi/mi-parse.h: Ditto.
9569 * mi/mi-symbol-cmds.c: Ditto.
9570
9571 * mi/mi-getopt.h: Move mi_opt struct up.
9572 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
9573 return.
9574 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
9575
9576 2012-03-06 Tom Tromey <tromey@redhat.com>
9577
9578 * proc-service.c (ps_pglobal_lookup): Set the current program
9579 space.
9580
9581 2012-03-06 Pedro Alves <palves@redhat.com>
9582
9583 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
9584
9585 2012-03-05 Joel Brobecker <brobecker@adacore.com>
9586
9587 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
9588
9589 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9590
9591 Code cleanup.
9592 * common/linux-osdata.c (linux_common_core_of_thread): New function
9593 comment.
9594 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9595 call by linux_common_core_of_thread.
9596 (linux_nat_core_of_thread_1): Remove.
9597 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9598 * linux-thread-db.c: Include linux-osdata.h.
9599 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9600 linux_common_core_of_thread.
9601
9602 2012-03-05 Tom Tromey <tromey@redhat.com>
9603
9604 * value.c (value_primitive_field): Don't fetch contents for
9605 non-virtual bases.
9606
9607 2012-03-05 Tom Tromey <tromey@redhat.com>
9608
9609 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9610
9611 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
9612
9613 * s390-nat.c: Include "gregset.h".
9614
9615 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9616
9617 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9618 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9619 (libunwind_load): New variable so_error, use it for dlerror. Try to
9620 load also LIBUNWIND_SO_7.
9621
9622 2012-03-05 Pedro Alves <palves@redhat.com>
9623
9624 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9625 is not NULL, and remove resulting dead code.
9626
9627 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
9628
9629 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9630 prologue to sh_analyze_prologue.
9631 (sh_analyze_prologue): Make better use of such an upper limit, and
9632 generally be more cautious about accessing memory.
9633
9634 2012-03-05 Tom Tromey <tromey@redhat.com>
9635
9636 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9637 _initialize_ia64_hpux_tdep.
9638
9639 2012-03-05 Pedro Alves <palves@redhat.com>
9640
9641 PR gdb/13766
9642
9643 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9644 the register state is clear, supply explicit zero, instead of
9645 marking the register unavailable.
9646
9647 2012-03-05 Tristan Gingold <gingold@adacore.com>
9648
9649 * NEWS: Mention OpenVMS ia64 new target.
9650
9651 2012-03-05 Tristan Gingold <gingold@adacore.com>
9652
9653 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9654 (ia64_unw_accessors, ia64_unw_rse_accessors)
9655 (ia64_libunwind_descr): Declare.
9656 * ia64-vms-tdep.c: New file.
9657 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9658 (ia64_libunwind_descr): Make them public.
9659 * configure.tgt: Add ia64-*-*vms*.
9660 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9661 (ALLDEPFILES): Add ia64-vms-tdep.c
9662
9663 2012-03-05 Tristan Gingold <gingold@adacore.com>
9664
9665 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9666 * remote.c (PACKET_qXfer_uib): New enum value.
9667 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9668 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9669 (_initialize_remote): Call add_packet_config_cmd for
9670 xfer:uib packet.
9671
9672 2012-03-05 Tristan Gingold <gingold@adacore.com>
9673
9674 * osabi.c (gdb_osabi_names): Add OpenVMS.
9675 (generic_elf_osabi_sniffer): Likewise.
9676 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
9677
9678 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9679
9680 Removed unused code.
9681 * libunwind-frame.c (libunwind_frame_unwind)
9682 (libunwind_frame_base_address): Remove.
9683 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9684
9685 2012-03-04 Yao Qi <yao@codesourcery.com>
9686
9687 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9688 remove trailing new line.
9689 (agent_run_command, agent_run_command): Add _ markup.
9690 (agent_capability_check): Likewise.
9691
9692 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9693
9694 * breakpoint.c (set_condition_evaluation_mode): Set
9695 CONDITION_EVALUATION_MODE unconditionally.
9696
9697 2012-03-03 Yao Qi <yao@codesourcery.com>
9698
9699 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9700 * common/agent.h: Update declaration.
9701 * inf-child.c (inf_child_use_agent): New.
9702 (inf_child_can_use_agent): New.
9703 (inf_child_target): Initialize fields `to_use_agent'
9704 and `to_can_use_agent'.
9705 * agent.c (agent_new_objfile): New.
9706 (_initialize_agent): Add agent_new_objfile to new_objfile
9707 observer.
9708
9709 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9710 New.
9711 (linux_target_install_ops): Initialize field
9712 `to_static_tracepoint_markers_by_strid'.
9713 * remote.c (free_current_marker): Move it to ...
9714 * tracepoint.c (free_current_marker): ... here. New.
9715 (cleanup_target_stop): New.
9716 * tracepoint.h: Declare free_current_marker.
9717 * NEWS: Add one entry about `info static-tracepoint-marker'.
9718
9719 2012-03-03 Yao Qi <yao@codesourcery.com>
9720
9721 * common/agent.c (agent_loaded_p): New.
9722 (agent_look_up_symbols): New global.
9723 * common/agent.h: Declare agent_loaded_p.
9724
9725 2012-03-03 Yao Qi <yao@codesourcery.com>
9726
9727 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9728 (agent_capability_check, agent_capability_invalidate): New.
9729 (symbol_list): New array element.
9730 * common/agent.h (enum agent_capa): New.
9731 * target.c (target_pre_inferior): Call agent_capability_invalidate.
9732
9733 2012-03-03 Yao Qi <yao@codesourcery.com>
9734
9735 * target.h (struct target_ops) <to_use_agent>: New field.
9736 (struct target_ops) <to_can_use_agent>: New field.
9737 (target_use_agent, target_can_use_agent): New macro.
9738 * target.c (update_current_target): Update.
9739 * remote.c: New enum `PACKET_QAgent'.
9740 (remote_protocol_features): Add a new element.
9741 (remote_use_agent, remote_can_use_agent): New.
9742 (init_remote_ops): Initialize field `can_use_agent' with
9743 remote_can_use_agent. Intiailize field `use_agent' with
9744 remote_use_agent.
9745 * common/agent.c (use_agent): New global.
9746 * common/agent.h: Declare it.
9747 * tracepoint.c (info_static_tracepoint_markers_command): Add
9748 comment.
9749 * Makefile.in (SFILES): Add common/agent.c and agent.c.
9750 (COMMON_OBS): Add common/agent.o and agent.o
9751 (common-agent.o): New rule.
9752 * agent.c: New.
9753
9754 2012-03-03 Yao Qi <yao@codesourcery.com>
9755
9756 * common/agent.c: New.
9757 * common/agent.h: New.
9758 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9759 AC_CHECK_HEADERS.
9760 * configure, configh.in: Regenerated.
9761
9762 2012-03-02 Kevin Buettner <kevinb@redhat.com>
9763
9764 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9765 unless it exists for this architecture.
9766
9767 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9768
9769 * language.h (struct language_defn): New "method" la_read_var_value.
9770 * findvar.c: #include "language.h".
9771 (default_read_var_value): Renames read_var_value. Rewrite
9772 function description.
9773 (read_var_value): New function.
9774 * value.h (default_read_var_value): Add prototype.
9775 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9776 New functions.
9777 (ada_language_defn): Add entry for la_read_var_value.
9778 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9779 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9780 language_defn structures to add entry for new la_read_var_value
9781 field.
9782
9783 2012-03-02 Tom Tromey <tromey@redhat.com>
9784 Pedro Alves <palves@redhat.com>
9785
9786 PR breakpoints/13776:
9787 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9788 breakpoints.
9789 (delete_longjmp_breakpoint_at_next_stop): New.
9790 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9791 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9792 before deleting the inferior. Add comments.
9793 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9794 breakpoints immediately, but only on next stop. Move that code
9795 next to where we mark other breakpoints for deletion.
9796
9797 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9798
9799 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9800 marker.
9801 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9802 violation.
9803
9804 2012-03-02 Pedro Alves <palves@redhat.com>
9805
9806 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9807
9808 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9809
9810 Fix -Wmissing-prototypes build.
9811 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9812 * remote-sim.c (gdbsim_has_all_memory): Likewise.
9813 (gdbsim_has_memory): Likewise.
9814
9815 2012-03-02 Yao Qi <yao@codesourcery.com>
9816
9817 Fix -Wmissing-prototypes build.
9818 * charset.c (phony_iconv_open): Make static.
9819 (phony_iconv_close, phony_iconv): Likewise.
9820 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9821 * i386-windows-nat.c (_initialize_i386_windows_nat): New
9822 prototype.
9823 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9824 * ser-mingw.c (create_select_thread): Make static.
9825 * windows-termcap.c (tgetent): New prototype.
9826 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9827
9828 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
9829
9830 Fix -Wmissing-prototypes build.
9831 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9832 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9833 (_initialize_loadable): New prototypes.
9834
9835 2012-03-02 Doug Evans <dje@google.com>
9836
9837 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9838 abbrev table, read_comp_unit will do it.
9839
9840 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9841
9842 Fix -Wmissing-prototypes build.
9843 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9844 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9845 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9846 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9847 (_initialize_arm_symbian_tdep): New prototype.
9848 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9849 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9850 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9851 static.
9852 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9853 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9854 prototype.
9855 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9856 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9857 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9858 static.
9859 * moxie-tdep.c (moxie_process_record): Likewise.
9860 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9861 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9862 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9863 (_initialize_rl78_tdep): New prototype.
9864 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9865 (_initialize_rx_tdep): New prototype.
9866 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9867 (_initialize_darwin_solib): New prototype.
9868 * solib-spu.c: Include solib-spu.h.
9869 (_initialize_spu_solib): New prototype.
9870 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9871 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9872 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9873 (tic6x_software_single_step): Make it static.
9874 (_initialize_tic6x_tdep): New prototype.
9875
9876 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9877
9878 Fix -Wmissing-prototypes build.
9879 * cris-tdep.c (cris_can_use_hardware_watchpoint)
9880 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9881
9882 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9883
9884 Fix -Wmissing-prototypes build.
9885 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9886 (frv_have_stopped_data_address): Remove.
9887
9888 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9889
9890 Fix -Wmissing-prototypes build.
9891 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9892 * sh-tdep.c: Include sh64-tdep.h.
9893 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9894 * sh64-tdep.c: Include sh64-tdep.h.
9895 * sh64-tdep.h: New file.
9896
9897 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9898
9899 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9900
9901 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9902
9903 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9904 sp_regnum once the gdbarch_init_osabi hook has been called.
9905
9906 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9907
9908 * mips-tdep.c (mips32_bc1_pc): New function.
9909 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9910 BPOSGE32 and BPOSGE64 instructions.
9911 (deal_with_atomic_sequence): Likewise.
9912 (mips32_instruction_has_delay_slot): Likewise.
9913
9914 2012-03-01 Maciej W. Rozycki <macro@mips.com>
9915 Chris Dearman <chris@mips.com>
9916 Maciej W. Rozycki <macro@codesourcery.com>
9917 Joseph Myers <joseph@codesourcery.com>
9918
9919 * features/mips-dsp.xml: New file.
9920 * features/mips64-dsp.xml: New file.
9921 * features/mips-dsp-linux.xml: New file.
9922 * features/mips64-dsp-linux.xml: New file.
9923 * features/Makefile (WHICH): Add mips-dsp-linux and
9924 mips64-dsp-linux.
9925 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9926 * features/mips-dsp-linux.c: New file.
9927 * features/mips64-dsp-linux.c: New file.
9928 * regformats/mips-dsp-linux.dat: New file.
9929 * regformats/mips64-dsp-linux.dat: New file.
9930 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9931 registers.
9932 (mips64_linux_register_addr): Likewise.
9933 (mips64_linux_regsets_fetch_registers): Likewise.
9934 (mips64_linux_regsets_store_registers): Likewise.
9935 (mips64_linux_fetch_registers): Update call to
9936 mips64_linux_regsets_fetch_registers.
9937 (mips64_linux_store_registers): Update call to
9938 mips64_linux_regsets_store_registers.
9939 (mips_linux_read_description): Probe for DSP registers.
9940 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9941 and initialize_tdesc_mips64_dsp_linux.
9942 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9943 Remove padding of no longer used embedded register slots.
9944 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9945 (MIPS_RESTART_REGNUM): Redefine enum value.
9946 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9947 strings.
9948 (mips_tx39_reg_names): Likewise.
9949 (mips_linux_reg_names): New array of register names for Linux
9950 targets.
9951 (mips_register_name): Check for a null pointer in
9952 mips_processor_reg_names and return an empty string.
9953 (mips_register_type): Exclude embedded registers for the IRIX
9954 and Linux ABIs.
9955 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
9956 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
9957 DSP registers.
9958 (mips_stab_reg_to_regnum): Handle DSP accumulators.
9959 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9960 (mips_gdbarch_init): Likewise. Initialize internal register
9961 indices for the Linux ABI. Use dynamic numbers to refer to
9962 registers, as applicable, while parsing the target description.
9963 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9964
9965 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9966
9967 * frame.h (read_frame_register_unsigned): Fix typo in function
9968 description.
9969
9970 2012-03-01 Pedro Alves <palves@redhat.com>
9971
9972 * jit-reader.in [!__cplusplus]
9973 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9974
9975 2012-03-01 Pedro Alves <palves@redhat.com>
9976
9977 * configure.ac (build_warnings): Add -Wmissing-prototypes.
9978 * configure: Regenerate.
9979
9980 2012-03-01 Pedro Alves <palves@redhat.com>
9981
9982 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9983 * breakpoint.c (create_exception_master_breakpoint, trace_command)
9984 (ftrace_command, strace_command): Make static.
9985 * d-lang.c (_initialize_d_language): Declare.
9986 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9987 * dwarf2loc.c (_initialize_dwarf2loc):
9988 * dwarf2read.c (process_psymtab_comp_unit): Make static.
9989 * exec.c (exec_get_section_table): Make static.
9990 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9991 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9992 * inferior.c (remove_inferior_command, add_inferior_command)
9993 (clone_inferior_command): Make static.
9994 * linux-nat.c (linux_nat_thread_address_space)
9995 (linux_nat_core_of_thread): Make static.
9996 * linux-tdep.c (_initialize_linux_tdep): Declare.
9997 * objc-lang.c (_initialize_objc_lang): Declare.
9998 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9999 Make static.
10000 (_initialize_opencl_language): Declare.
10001 * record.c (_initialize_record): Declare.
10002 * remote.c (demand_private_info, remote_get_tib_address)
10003 (remote_supports_cond_tracepoints)
10004 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
10005 Make static.
10006 * skip.c (_initialize_step_skip): Declare.
10007 * symtab.c (skip_prologue_using_lineinfo): Make static.
10008 * tracepoint.c (delete_trace_state_variable)
10009 (trace_variable_command, delete_trace_variable_command)
10010 (get_uploaded_tsv, find_matching_tracepoint_location)
10011 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10012 Make static.
10013 * value.c (pack_unsigned_long): Make static.
10014 * varobj.c (varobj_ensure_python_env): Make static.
10015 * windows-tdep.c (_initialize_windows_tdep): Declare.
10016 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10017
10018 2012-03-01 Pedro Alves <palves@redhat.com>
10019
10020 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
10021 gdbarch parameter.
10022 (linux_init_abi): Install it as has_shared_address_space gdbarch
10023 callback.
10024
10025 2012-03-01 Pedro Alves <palves@redhat.com>
10026
10027 * observer.c (observer_test_first_notification_function)
10028 (observer_test_second_notification_function)
10029 (observer_test_third_notification_function): Add declarations.
10030
10031 2012-03-01 Pedro Alves <palves@redhat.com>
10032
10033 * common/signals.c (default_target_signal_to_host)
10034 (default_target_signal_from_host): Move ...
10035 * arch-utils.c: ... here.
10036 * arch-utils.h (default_target_signal_to_host)
10037 (default_target_signal_from_host): Declare.
10038
10039 * common/signals.c (target_signal_from_command): Move ...
10040 * infrun.c: ... here.
10041 * inferior.h (target_signal_from_command): Declare.
10042 * target.h (target_signal_from_command)
10043 (default_target_signal_from_host, default_target_signal_to_host):
10044 Delete declarations.
10045
10046 * common/signals.c (_initialize_signals): Delete.
10047
10048 2012-03-01 Pedro Alves <palves@redhat.com>
10049
10050 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10051 both __cplusplus and !__cplusplus.
10052
10053 2012-03-01 Pedro Alves <palves@redhat.com>
10054
10055 * psymtab.c (find_and_open_source): Delete declaration.
10056 * source.c (find_and_open_source): Move comment ...
10057 * source.h (find_and_open_source): ... to this new declaration.
10058
10059 2012-03-01 Pedro Alves <palves@redhat.com>
10060
10061 * inline-frame.c: Include inline-frame.h.
10062
10063 2012-03-01 Pedro Alves <palves@redhat.com>
10064
10065 * tui/tui-data.c (set_gen_win_origin): Delete.
10066 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10067 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10068
10069 2012-03-01 Pedro Alves <palves@redhat.com>
10070
10071 * remote.c (encode_actions): Delete declaration.
10072 * tracepoint.c (encode_actions): Make extern.
10073 * tracepoint.h (encode_actions): Declare.
10074
10075 2012-03-01 Pedro Alves <palves@redhat.com>
10076
10077 * python/py-breakpoint.c: Include python.h.
10078 * python/py-continueevent.c (create_continue_event_object): Make
10079 static.
10080 * python/py-lazy-string.c (stpy_get_type): Make static.
10081 * python/py-newobjfileevent.c (create_new_objfile_event_object):
10082 Make static.
10083 * python/py-utils.c (unicode_to_target_python_string): Make
10084 static.
10085 * python/py-value.c: Include python.h.
10086
10087 2012-03-01 Pedro Alves <palves@redhat.com>
10088
10089 * inferior.c (delete_threads_of_inferior): Delete.
10090
10091 2012-03-01 Pedro Alves <palves@redhat.com>
10092
10093 Import fallback definitions from glibc.
10094
10095 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10096 ps_prochandle): Forward declare.
10097 (ps_err_e): Use glibc's comments.
10098 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10099 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10100 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10101 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10102 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10103 (struct ps_prochandle): Adjust comment.
10104
10105 2012-03-01 Pedro Alves <palves@redhat.com>
10106
10107 * ada-lang.c (ada_modulus_from_name): Delete.
10108 * ada-lex.l (lexer_init): Make static.
10109
10110 2012-03-01 Pedro Alves <palves@redhat.com>
10111
10112 PR gdb/13767
10113
10114 * frame.c (read_frame_register_unsigned): New.
10115 * frame.h (read_frame_register_unsigned): Declare.
10116 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10117 Handle it.
10118 (print_i387_control_word): New parameter `control_p'. Handle it.
10119 (i387_print_float_info): Handle unavailable float registers.
10120
10121 2012-03-01 Keith Seitz <keiths@redhat.com>
10122
10123 * linespec.c (decode_line_2): Sort the list of methods
10124 alphabetically before presenting the user with a selection
10125 menu.
10126
10127 2012-03-01 Doug Evans <dje@google.com>
10128
10129 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10130 has_namespace_info.
10131 (dwarf2_read_abbrevs): Remove corresponding initialization.
10132
10133 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
10134
10135 * NEWS: Mention new python command class gdb.COMMAND_USER.
10136 * cli/cli-cmds.c (show_user): Print error when used on a python
10137 command.
10138 (init_cli_cmds): Update documentation strings for "show user" and
10139 "set/show max-user-call-depth" to clarify that it does not apply to
10140 python commands.
10141 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10142 error check.
10143 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10144 gdb python api.
10145 * top.c (execute_command): Only execute a user-defined command as a
10146 legacy macro if c->user_commands is set.
10147
10148 2012-03-01 Tom Tromey <tromey@redhat.com>
10149
10150 * valprint.h (struct generic_val_print_decorations): New.
10151 (generic_val_print): Declare.
10152 * valprint.c (generic_val_print): New function.
10153 * p-valprint.c (p_decorations): New global.
10154 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
10155 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
10156 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
10157 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
10158 * m2-valprint.c (m2_decorations): New global.
10159 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
10160 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
10161 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
10162 TYPE_CODE_ERROR>: Call generic_val_print.
10163 * f-valprint.c (f_decorations): New global.
10164 (f_val_print): Use print_function_pointer_address.
10165 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10166 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10167 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10168 generic_val_print.
10169 * c-valprint.c (c_decorations): New global.
10170 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10171 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10172 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10173 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10174 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10175 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10176 case.
10177
10178 2012-03-01 Tom Tromey <tromey@redhat.com>
10179
10180 * valprint.c (val_print): Update.
10181 * p-valprint (pascal_val_print): Return void.
10182 * p-lang.h (pascal_val_print): Return void.
10183 * m2-valprint.c (m2_val_print): Return void.
10184 * m2-lang.h (m2_val_print): Return void.
10185 * language.h (struct language_defn) <la_val_print>: Return void.
10186 * language.c (unk_lang_val_print): Return void.
10187 * jv-valprint.c (java_val_print): Return void.
10188 * jv-lang.h (java_val_print): Return void.
10189 * f-valprint.c (f_val_print): Return void.
10190 * f-lang.h (f_val_print): Return void.
10191 * d-valprint.c (d_val_print): Return void.
10192 (dynamic_array_type): Update.
10193 * d-lang.h (d_val_print): Return void.
10194 * c-valprint.c (c_val_print): Return void.
10195 * c-lang.h (c_val_print): Return void.
10196 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10197 void.
10198 * ada-lang.h (ada_val_print): Return void.
10199
10200 2012-03-01 Tom Tromey <tromey@redhat.com>
10201
10202 * value.h (val_print): Return void.
10203 * valprint.c (val_print): Return void.
10204
10205 2012-03-01 Tom Tromey <tromey@redhat.com>
10206
10207 * value.h (common_val_print): Return void.
10208 * valprint.c (common_val_print): Return void.
10209
10210 2012-03-01 Tom Tromey <tromey@redhat.com>
10211
10212 * value.h (value_print): Return void.
10213 * valprint.c (value_print): Return void.
10214 * p-valprint.c (pascal_value_print): Return void.
10215 * p-lang.h (pascal_value_print): Return void.
10216 * language.h (struct language_defn) <la_value_print>: Return
10217 void.
10218 * language.c (unk_lang_value_print): Return void.
10219 * jv-valprint.c (java_value_print): Return void.
10220 * jv-lang.h (java_value_print): Return void.
10221 * f-valprint.c (c_value_print): Don't declare.
10222 Include c-lang.h.
10223 * c-valprint.c (c_value_print): Return void.
10224 * c-lang.h (c_value_print): Return void.
10225 * ada-valprint.c (ada_value_print): Return void.
10226 * ada-lang.h (ada_value_print): Return void.
10227
10228 2012-03-01 Tom Tromey <tromey@redhat.com>
10229
10230 * value.c (value_primitive_field): Handle virtual base classes.
10231
10232 2012-03-01 Tom Tromey <tromey@redhat.com>
10233
10234 * gdbtypes.h (struct vbase): Remove.
10235
10236 2012-03-01 Tom Tromey <tromey@redhat.com>
10237
10238 * c-valprint.c (print_function_pointer_address): Move...
10239 * valprint.c: ... here. Make non-static.
10240 * m2-valprint.c (print_function_pointer_address): Remove.
10241 * valprint.h (print_function_pointer_address): Declare.
10242
10243 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10244
10245 * NEWS: Document the fact that one can provide a condition when
10246 creating an Ada exception catchpoint.
10247
10248 2012-03-01 Tom Tromey <tromey@redhat.com>
10249
10250 * valprint.c (val_print_type_code_flags): Fix placement of
10251 trailing brace.
10252
10253 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10254
10255 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
10256 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
10257 environment variable before calling update-copyright.
10258
10259 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10260
10261 * gnulib/extra/update-copyright: Update to the latest from
10262 gnulib's git repository.
10263 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
10264 variable to 2 instead of 1.
10265
10266 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10267
10268 * varobj.c (c_value_of_variable): Remove dead code.
10269
10270 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10271
10272 * ada-lex.p (processId): Do not modify already encoded IDs.
10273 Update function documentation.
10274
10275 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10276
10277 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
10278 "name" with "struct symbol *name_sym".
10279 * ada-exp.y (write_var_or_type): Update call to
10280 ada_find_renaming_symbol.
10281 "name" with "struct symbol *name_sym". Adjust Implementation
10282 accordingly. Adjust the function documentation.
10283
10284 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10285
10286 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
10287 * ada-lang.c (ada_find_any_type): Add advance declaration.
10288 Make static. Replace ada_find_any_symbol by
10289 ada_find_any_type_symbol.
10290 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
10291 Improve function description. Make static.
10292 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
10293 Replace ada_find_any_symbol by ada_find_any_type_symbol.
10294
10295 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10296
10297 * ada-lang.c (struct tag_args): Delete.
10298 (ada_get_tsd_type): Function body moved up in source file.
10299 (ada_tag_name_1, ada_tag_name_2): Delete.
10300 (ada_get_tsd_from_tag): New function.
10301 (ada_tag_name_from_tsd): New function.
10302 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
10303 to determine the tag name.
10304
10305 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10306
10307 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
10308 declaration.
10309 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
10310 function.
10311
10312 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10313
10314 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
10315
10316 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10317
10318 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
10319 full searches.
10320
10321 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10322
10323 * ada-lang.c (constrained_packed_array_type): If there is a
10324 parallel XA type, use it to determine the array index type.
10325
10326 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10327
10328 * ada-valprint.c (ada_val_print_1): If our value is a reference
10329 to an array descriptor, dereference it before converting it
10330 to a simple array.
10331
10332 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10333
10334 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
10335 creating fixed value.
10336 (ada_value_ind, ada_coerce_ref, assign_component)
10337 (ada_evaluate_subexp): Remove call to unwrap_value before
10338 call to ada_to_fixed_value.
10339
10340 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10341
10342 * ada-lang.c (to_fixed_array_type): Set result's type name.
10343
10344 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10345
10346 * ada-lang.c (catch_ada_exception_command_split): Add new
10347 argument cond_string. Add support for condition at end of
10348 "catch exception" commands.
10349 (ada_decode_exception_location): Add new argument cond_string.
10350 Update call to catch_ada_exception_command_split.
10351 (create_ada_exception_catchpoint): Add new argument cond_string.
10352 Set the breakpoint condition if needed.
10353 (catch_ada_exception_command): Update call to
10354 ada_decode_exception_location.
10355 (ada_decode_assert_location): Add function documentation.
10356 Add support for condition at end of "catch assert" command.
10357 (catch_assert_command): Update calls to ada_decode_assert_location
10358 and create_ada_exception_catchpoint.
10359
10360 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10361
10362 Fix disp-step-syscall.exp: fork: single step over fork.
10363 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
10364 (i386_linux_get_syscall_number_from_regcache): ... here, new function
10365 comment, change parameters gdbarch and ptid to regcache. Remove
10366 parameter regcache, initialize gdbarch from regcache here.
10367 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
10368 New functions.
10369 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
10370 instead.
10371 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
10372 'syscall'. Make the 'int' check more strict.
10373
10374 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10375
10376 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
10377 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
10378 (i386_linux_intx80_sysenter_syscall_record): ... here.
10379 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
10380 Use the renamed function name.
10381
10382 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10383
10384 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
10385 * breakpoint.c (until_break_command): Likewise.
10386 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
10387 * infcall.c (call_function_by_hand): Likewise.
10388 * infcmd.c (finish_forward): Likewise.
10389 * infrun.c (insert_exception_resume_breakpoint): Likewise.
10390
10391 2012-02-28 Tristan Gingold <gingold@adacore.com>
10392
10393 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
10394 avoid variable assignments inside condition.
10395
10396 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10397
10398 Fix static analysis issue found by cppcheck.
10399 * microblaze-tdep.c (microblaze_extract_return_value): Fix
10400 uninitialized BUF for size 2.
10401
10402 2012-02-27 Chris Dearman <chris@mips.com>
10403 Nathan Froyd <froydnj@codesourcery.com>
10404 Maciej W. Rozycki <macro@codesourcery.com>
10405
10406 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
10407 (mips16_instruction_has_delay_slot): Likewise.
10408 (mips_segment_boundary): Likewise.
10409 (mips_adjust_breakpoint_address): Likewise.
10410 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
10411
10412 2012-02-27 Maciej W. Rozycki <macro@mips.com>
10413 Maciej W. Rozycki <macro@codesourcery.com>
10414
10415 * infrun.c (handle_inferior_event): Don't proceed through
10416 shared library trampolines if stepping at the machine
10417 instruction level.
10418
10419 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
10420
10421 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
10422 too.
10423
10424 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
10425
10426 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
10427 (sh_stub_unwind_sniffer): New functions.
10428 (sh_stub_unwind): New variable.
10429 (sh_gdbarch_init): Wire everything.
10430
10431 2012-02-27 Pedro Alves <palves@redhat.com>
10432
10433 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
10434 (linux_nat_post_attach_wait): Adjust to use
10435 linux_proc_pid_is_stopped.
10436 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
10437 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
10438 based on pid_is_stopped from both linux-nat.c and
10439 gdbserver/linux-low.c, and renamed.
10440
10441 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10442
10443 * remote.c (remote_watchpoint_addr_within_range): New function.
10444 (init_remote_ops): Use it.
10445
10446 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10447
10448 * target.h (target_watchpoint_addr_within_range): Document macro.
10449
10450 2012-02-24 Pedro Alves <palves@redhat.com>
10451
10452 * stack.c (set_last_displayed_sal): Issue internal_error instead
10453 of warning, and issue it after clearing the last displayed sal.
10454
10455 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10456 Pedro Alves <palves@redhat.com>
10457
10458 * breakpoint.c (until_break_command): Install breakpoints after
10459 all frame manipulations.
10460
10461 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10462
10463 * remote.c (remote_supports_cond_breakpoints): New forward
10464 declaration.
10465 (remote_add_target_side_condition): New function.
10466 (remote_insert_breakpoint): Add target-side breakpoint
10467 conditional if supported.
10468 (remote_insert_hw_breakpoint): Likewise.
10469 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
10470 hook.
10471
10472 * target.c (update_current_target): Inherit
10473 to_supports_evaluation_of_breakpoint_conditions.
10474 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
10475
10476 * target.h (struct target_ops)
10477 <to_supports_evaluation_of_breakpoint_conditions>: New field.
10478 (target_supports_evaluation_of_breakpoint_conditions): New #define.
10479
10480 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
10481 (condition_evaluation_both, condition_evaluation_auto,
10482 condition_evaluation_host, condition_evaluation_target,
10483 condition_evaluation_enums, condition_evaluation_mode_1,
10484 condition_evaluation_mode): New static globals.
10485 (translate_condition_evaluation_mode): New function.
10486 (breakpoint_condition_evaluation_mode): New function.
10487 (gdb_evaluates_breakpoint_condition_p): New function.
10488 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
10489 (mark_breakpoint_modified): New function.
10490 (mark_breakpoint_location_modified): New function.
10491 (set_condition_evaluation_mode): New function.
10492 (show_condition_evaluation_mode): New function.
10493 (bp_location_compare_addrs): New function.
10494 (get_first_location_gte_addr): New helper function.
10495 (set_breakpoint_condition): Free condition bytecode if locations
10496 has become unconditional. Call mark_breakpoint_modified (...).
10497 (condition_command): Call update_global_location_list (1) for
10498 breakpoints.
10499 (breakpoint_xfer_memory): Use is_breakpoint (...).
10500 (is_breakpoint): New function.
10501 (parse_cond_to_aexpr): New function.
10502 (build_target_condition_list): New function.
10503 (insert_bp_location): Handle target-side conditional
10504 breakpoints and call build_target_condition_list (...).
10505 (update_inserted_breakpoint_locations): New function.
10506 (insert_breakpoint_locations): Handle target-side conditional
10507 breakpoints.
10508 (bpstat_check_breakpoint_conditions): Add comment.
10509 (bp_condition_evaluator): New function.
10510 (bp_location_condition_evaluator): New function.
10511 (print_breakpoint_location): Print information on where the condition
10512 will be evaluated.
10513 (print_one_breakpoint_location): Likewise.
10514 (init_bp_location): Call mark_breakpoint_location_modified (...) for
10515 breakpoint location.
10516 (force_breakpoint_reinsertion): New functions.
10517 (update_global_location_list): Handle target-side breakpoint
10518 conditions.
10519 Reinsert locations that are already inserted if conditions have
10520 changed.
10521 (bp_location_dtor): Free agent expression bytecode.
10522 (disable_breakpoint): Call mark_breakpoint_modified (...).
10523 Call update_global_location_list (...) with parameter 1 for breakpoints.
10524 (disable_command): Call mark_breakpoint_location_modified (...).
10525 Call update_global_location_list (...) with parameter 1 for breakpoints.
10526 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
10527 (enable_command): mark_breakpoint_location_modified (...).
10528 (_initialize_breakpoint): Update documentation and add
10529 condition-evaluation breakpoint subcommand.
10530
10531 * breakpoint.h: Include ax.h.
10532 (condition_list): New data structure.
10533 (condition_status): New enum.
10534 (bp_target_info) <cond_list>: New field.
10535 (bp_location) <condition_changed, cond_bytecode>: New fields.
10536 (is_breakpoint): New prototype.
10537
10538 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10539
10540 * remote.c (remote_state) <cond_breakpoints>: New field.
10541 (PACKET_ConditionalBreakpoints): New enum.
10542 (remote_cond_breakpoint_feature): New function.
10543 (remote_protocol_features): Add new ConditionalBreakpoints entry.
10544 (remote_supports_cond_breakpoints): New function.
10545 (_initialize_remote): Add new packet configuration for
10546 target-side conditional breakpoints.
10547
10548 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10549
10550 * NEWS: Mention target-side conditional breakpoint support,
10551 new condition-evaluation breakpoint subcommand and remote
10552 packet extensions.
10553
10554 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10555
10556 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
10557 number.
10558
10559 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
10560
10561 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
10562 (after_prologue): Remove.
10563
10564 2012-02-23 Tom Tromey <tromey@redhat.com>
10565
10566 * jv-valprint.c (java_val_print): Remove dead code.
10567
10568 2012-02-23 Tristan Gingold <gingold@adacore.com>
10569
10570 * ada-tasks.c (struct ada_tasks_inferior_data): Add
10571 known_tasks_element and known_tasks_length fields.
10572 (read_known_tasks_array): Change argument type. Use pointer type
10573 and number of elements from DATA. Adjust.
10574 (read_known_tasks_list): Likewise.
10575 (get_known_tasks_addr): Remove.
10576 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
10577 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
10578 type and array length. Merge former get_known_tasks_addr code.
10579
10580 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10581
10582 PR backtrace/13716
10583 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
10584 it after set_momentary_breakpoint.
10585
10586 2012-02-22 Sterling Augustine <saugustine@google.com>
10587
10588 PR 13689:
10589 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
10590
10591 2012-02-22 Gary Benson <gbenson@redhat.com>
10592
10593 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10594 (find_slot_in_mapped_hash): Likewise.
10595
10596 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10597
10598 PR build/13638
10599 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10600 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10601 * configure: Regenerate.
10602
10603 2012-02-21 Tristan Gingold <gingold@adacore.com>
10604 Pedro Alves <palves@redhat.com>
10605
10606 * ia64-tdep.c: Do not include libunwind-ia64.h.
10607 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10608 Include libunwind-ia64.h instead of libunwind.h.
10609 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10610 for libunwind.h existence.
10611 * configure, config.in: Regenerate.
10612
10613 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10614
10615 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10616 instead of value_rtti_target_type.
10617 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10618 instead of value_rtti_target_type.
10619 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10620 value_rtti_target_type.
10621 * valops.c (value_ind): Extract function readjust_indirect_value_type.
10622 (value_rtti_target_type): Rename to ...
10623 (value_rtti_indirect_type): ... here and make it indirect. Update
10624 function comment.
10625 * value.c (readjust_indirect_value_type): New function.
10626 (coerce_ref): Support for enclosing type setting for references
10627 with readjust_indirect_value_type.
10628 * value.h (readjust_value_type): New declaration.
10629 (value_rtti_target_type): Rename to ...
10630 (value_rtti_indirect_type): ... here.
10631
10632 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10633
10634 * MAINTAINERS (Write After Approval): Add myself to the list.
10635
10636 2012-02-20 Doug Evans <dje@google.com>
10637
10638 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10639 Rename objfile_p_char parameter to objfilep.
10640 (build_objfile_section_table): Result is now void. All callers
10641 updated.
10642 * objfiles.h (struct objfile): Tweak comments, whitespace.
10643 (build_objfile_section_table): Update.
10644
10645 * elfread.c (elf_symfile_segments): Fix warning text.
10646
10647 2012-02-20 Tom Tromey <tromey@redhat.com>
10648
10649 PR gdb/13498:
10650 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10651 particular set of file names once.
10652 (dw2_map_symbol_filenames): Likewise.
10653
10654 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10655
10656 Code cleanup.
10657 * main.c (write_files): Remove the declaration.
10658 (external_editor_command): Move the declaration ...
10659 [GDBTK] (external_editor_command): ... here. Fix the comment.
10660
10661 2012-02-20 Tom Tromey <tromey@redhat.com>
10662
10663 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10664 extraneous block.
10665
10666 2012-02-20 Tristan Gingold <gingold@adacore.com>
10667
10668 * darwin-nat.h (enum darwin_msg_state): Add comments.
10669
10670 2012-02-20 Tristan Gingold <gingold@adacore.com>
10671
10672 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10673 value.
10674
10675 2012-20-18 Joel Brobecker <brobecker@adacore.com>
10676
10677 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10678 between function description and implementation.
10679
10680 2012-02-17 Tom Tromey <tromey@redhat.com>
10681
10682 PR python/12070:
10683 * python/py-event.c (event_object_getset): New global.
10684 (event_object_type): Reference it.
10685 * python/py-type.c (field_object_getset): New global.
10686 (field_object_type): Reference it.
10687 * python/python-internal.h (gdb_py_generic_dict): Declare.
10688 * python/py-utils.c (gdb_py_generic_dict): New function.
10689
10690 2012-02-17 Tristan Gingold <gingold@adacore.com>
10691
10692 * solib-darwin.c (darwin_current_sos): Check magic and filetype
10693
10694 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
10695
10696 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10697 TYPE_CALLING_CONVENTION annotation.
10698
10699 2012-02-16 Kevin Buettner <kevinb@redhat.com>
10700
10701 * MAINTAINERS: Add rx to target ISA section.
10702 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10703 (ALLDEPFILES): Add rx-tdep.c.
10704
10705 2012-02-16 Tom Tromey <tromey@redhat.com>
10706
10707 * symfile.c (symbol_file_add_main_1): Use inferior's
10708 symfile_flags.
10709 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10710 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10711 inferior.
10712 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10713 inferior.
10714 (follow_exec): Use inferior's symfile_flags.
10715 * inferior.h (struct inferior) <symfile_flags>: New field.
10716
10717 2012-02-16 Mike Frysinger <vapier@gentoo.org>
10718
10719 PR gdb/9734:
10720 * remote-sim.c (gdbsim_create_inferior): Call error() when
10721 sim_create_inferior() fails.
10722
10723 2012-02-16 Josh Matthews <josh@joshmatthews.net>
10724
10725 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10726
10727 2012-02-16 Tom Tromey <tromey@redhat.com>
10728
10729 PR c++/13653:
10730 * thread.c (struct current_thread_cleanup) <was_removable>: New
10731 field.
10732 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10733 (make_cleanup_restore_current_thread): Initialize new field.
10734
10735 2012-02-15 Kevin Buettner <kevinb@redhat.com>
10736
10737 * MAINTAINERS: Add rl78 to target ISA section.
10738 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10739 (ALLDEPFILES): Add rl78-tdep.c.
10740 * NEWS: Mention rl78 as a new target.
10741
10742 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
10743
10744 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10745 data.
10746 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10747
10748 2012-02-15 Tom Tromey <tromey@redhat.com>
10749
10750 PR gdb/12659:
10751 * infcmd.c (registers_info): Print just the current register's
10752 name.
10753
10754 2012-02-15 Tom Tromey <tromey@redhat.com>
10755
10756 * python/py-symbol.c (sympy_value): Use _().
10757
10758 2012-02-15 Pedro Alves <palves@redhat.com>
10759
10760 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10761 output to be like native targets'.
10762 (remote_pid_to_str): Special case the null ptid.
10763
10764 2012-02-14 Stan Shebs <stan@codesourcery.com>
10765
10766 * NEWS: Mention enable count command.
10767 * breakpoint.h (struct breakpoint): New field enable_count.
10768 * breakpoint.c (enable_breakpoint_disp): Add count argument.
10769 (enable_breakpoint): Add arg to call.
10770 (struct disp_data): New struct.
10771 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10772 (do_map_enable_once_breakpoint): Create a struct and pass it.
10773 (do_map_enable_delete_breakpoint): Ditto.
10774 (do_map_enable_count_breakpoint): New function.
10775 (enable_count_command): New function.
10776 (bpstat_stop_status): Decrement enable_count.
10777 (print_one_breakpoint_location): Report enable count.
10778 (_initialize_breakpoint): Add enable count command.
10779
10780 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10781
10782 * rl78-tdep.c (reggroups.h): Include.
10783 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10784 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10785 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10786 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10787 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10788 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10789 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10790 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10791 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10792 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10793 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10794 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10795 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10796 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10797 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10798 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10799 beginning of register list.
10800 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10801 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10802 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10803 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10804 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10805 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10806 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10807 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10808 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10809 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10810 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10811 the pseudo registers. Rearrange other pseudo registers too so
10812 that the bank registers appear at the end.
10813 (rl78_register_type): Account for the fact that the byte sized
10814 bank registers are now pseudo-registers.
10815 (rl78_register_name): Rearrange the register name array. Make
10816 initial set of raw banked registers inaccessible.
10817 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10818 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10819 case for copying bytes back and forth between raw and pseudo
10820 versions of the banked registers. Update other cases to reflect
10821 the changed names.
10822 (rl78_return_value): Update to account for changed names of
10823 raw registers.
10824 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10825 rl78_register_sim_regno().
10826
10827 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10828
10829 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10830 the name parameter being passed to find_pc_partial_function().
10831
10832 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10833
10834 * MAINTAINERS: Step down from being ia64 target maintainer.
10835
10836 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10837
10838 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10839 compilation warning.
10840
10841 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10842
10843 Fix crash on loaded shlibs without loaded exec_bfd.
10844 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10845 (set_section_command): Replace exec_bfd by p->bfd.
10846
10847 2012-02-10 Tom Tromey <tromey@redhat.com>
10848
10849 * linespec.c (decode_line_internal): Skip symtabs_from_filename
10850 when we have a C++ qualified name.
10851
10852 2012-02-10 Pedro Alves <palves@redhat.com>
10853
10854 * inferior.c (inferior_pid_to_str): New.
10855 (print_inferior, inferior_command): Use it.
10856
10857 2012-02-10 Pedro Alves <palves@redhat.com>
10858
10859 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10860 the test CFLAGS.
10861 * configure: Regenerate.
10862
10863 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10864
10865 * linespec.c (decode_line_internal): Fix comment correctness.
10866
10867 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
10868
10869 PR gdb/12953
10870 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10871 * amd64bsd-nat.c: Add support for debug registers (adapted from
10872 i386bsd-nat.c).
10873 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10874 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10875 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10876 (amd64bsd_dr_get_control): New functions.
10877 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10878 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10879 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10880 watchpoints initialization.
10881 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10882
10883 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10884
10885 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10886 flds_bnds.fields.
10887 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10888
10889 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10890
10891 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
10892
10893 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10894
10895 * language.h (symbol_name_cmp_ftype): Renames
10896 symbol_name_match_p_ftype.
10897 (struct language_defn)[la_get_symbol_name_cmp]: Renames
10898 la_get_symbol_name_match_p.
10899 * ada-lang.c (ada_get_symbol_name_cmp): Renames
10900 ada_get_symbol_name_match_p. Update comment.
10901 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10902 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10903 Renames symbol_name_match_p. Update field type.
10904 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10905 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10906 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10907 "la_get_symbol_name_cmp" in comments.
10908 * language.c: Likewise.
10909
10910 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10911
10912 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10913 %eflags offset.
10914 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10915 (amd64_sol2_gregset32_reg_offs): Likewise.
10916
10917 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10918
10919 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10920 of the returned BFD is allocated by GDB.
10921
10922 2012-02-07 Tom Tromey <tromey@redhat.com>
10923
10924 PR python/12027:
10925 * python/python-internal.h (frame_object_type): Declare.
10926 * python/py-symbol.c (sympy_needs_frame): New function.
10927 (sympy_value): New function.
10928 (symbol_object_getset): Add "needs_frame".
10929 (symbol_object_methods): Add "value".
10930 * python/py-frame.c (frame_object_type): No longer static.
10931
10932 2012-02-07 Tom Tromey <tromey@redhat.com>
10933
10934 PR python/13599:
10935 * python/py-symbol.c (sympy_line): New function.
10936 (symbol_object_getset): Add "line".
10937
10938 2012-02-07 Tom Tromey <tromey@redhat.com>
10939
10940 * charset.c (find_charset_names): Check 'in' against NULL.
10941
10942 2012-02-06 Doug Evans <dje@google.com>
10943
10944 * gdbtypes.h (struct main_type): Change type of name,tag_name,
10945 and fields.name members from char * to const char *. All uses updated.
10946 (struct cplus_struct_type): Change type of fn_fieldlists.name member
10947 from char * to const char *. All uses updated.
10948 (type_name_no_tag): Update.
10949 (lookup_unsigned_typename, lookup_signed_typename): Update.
10950 * gdbtypes.c (type_name_no_tag): Change result type
10951 from char * to const char *. All callers updated.
10952 (lookup_unsigned_typename, lookup_signed_typename): Change type of
10953 name parameter from char * to const char *.
10954 * symtab.h (struct cplus_specific): Change type of demangled_name
10955 member from char * to const char *. All uses updated.
10956 (struct general_symbol_info): Change type of name and
10957 mangled_lang.demangled_name members from char * to const char *.
10958 All uses updated.
10959 (symbol_get_demangled_name, symbol_natural_name): Update.
10960 (symbol_demangled_name, symbol_search_name): Update.
10961 * symtab.c (symbol_get_demangled_name): Change result type
10962 from char * to const char *. All callers updated.
10963 (symbol_natural_name, symbol_demangled_name): Ditto.
10964 (symbol_search_name): Ditto.
10965 (completion_list_add_name): Change type of symname,sym_text,
10966 text,word parameters from char * to const char *.
10967 (completion_list_objc_symbol): Change type of sym_text,
10968 text,word parameters from char * to const char *.
10969 * ada-lang.c (find_struct_field): Change type of name parameter
10970 from char * to const char *.
10971 (encoded_ordered_before): Similarly for N0,N1 parameters.
10972 (old_renaming_is_invisible): Similarly for function_name parameter.
10973 (ada_type_name): Change result type from char * to const char *.
10974 All callers updated.
10975 * ada-lang.h (ada_type_name): Update.
10976 * buildsym.c (hashname): Change type of name parameter
10977 from char * to const char *.
10978 * buildsym.h (hashname): Update.
10979 * dbxread.c (end_psymtab): Change type of include_list parameter
10980 from char ** to const char **.
10981 * dwarf2read.c (determine_prefix): Change result type
10982 from char * to const char *. All callers updated.
10983 * f-lang.c (find_common_for_function): Change type of name, funcname
10984 parameters from char * to const char *.
10985 * f-lang.c (find_common_for_function): Update.
10986 * f-valprint.c (list_all_visible_commons): Change type of funcname
10987 parameters from char * to const char *.
10988 * gdbarch.sh (static_transform_name): Change type of name parameter
10989 and result from char * to const char *.
10990 * gdbarch.c: Regenerate.
10991 * gdbarch.h: Regenerate.
10992 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10993 of name parameter from char * to const char *.
10994 * jv-lang.c (java_primitive_type_from_name): Ditto.
10995 (java_demangled_signature_length): Similarly for signature parameter.
10996 (java_demangled_signature_copy): Ditto.
10997 (java_demangle_type_signature): Ditto.
10998 * jv-lang.h (java_primitive_type_from_name): Update.
10999 (java_demangle_type_signature): Update.
11000 * objc-lang.c (specialcmp): Change type of a,b parameters
11001 from char * to const char *.
11002 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
11003 from char * to const char *. All callers updated.
11004 * p-lang.h (is_pascal_string_type): Update.
11005 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
11006 of name parameter from char * to const char *.
11007 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11008 * utils.c (fprintf_symbol_filtered): Ditto.
11009 * defs.h (fprintf_symbol_filtered): Update.
11010 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11011 * stabsread.h (end_psymtab): Update.
11012 * stack.c (find_frame_funname): Change type of funname parameter
11013 from char ** to const char **.
11014 * stack.h (find_frame_funname): Update.
11015 * typeprint.c (type_print): Change type of varstring parameter
11016 from char * to const char *.
11017 * value.h (type_print): Update.
11018 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11019 from char * to const char *. All callers updated.
11020 (xcoff_end_psymtab): Change type of include_list parameter
11021 from char ** to const char **. All callers updated.
11022 (swap_sym): Similarly for name parameter. All callers updated.
11023 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11024 Use xstrdup.
11025 (process_coff_symbol): Use xstrdup.
11026 * stabsread.c (stabs_method_name_from_physname): Renamed from
11027 update_method_name_from_physname. Change result type from void
11028 to char *. All callers updated.
11029 (read_member_functions): In has_destructor case, store name in objfile
11030 obstack instead of malloc space. In !has_stub case, fix mem leak.
11031
11032 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
11033
11034 * configure: Rebuild.
11035 * configure.ac: Put -L../bfd and -L../libiberty at the front of
11036 LDFLAGS.
11037
11038 2012-02-03 Kevin Buettner <kevinb@redhat.com>
11039
11040 * configure.tgt (rl78-*-elf): New target.
11041 * rl78-tdep.c: New file.
11042
11043 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11044
11045 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11046 and continue the loop. Add QUIT statement.
11047
11048 2012-02-03 Tom Tromey <tromey@redhat.com>
11049
11050 PR gdb/13596:
11051 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11052 bfd_lookup_symbol_from_symtab.
11053 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11054 gdb_bfd_lookup_symbol_from_symtab.
11055
11056 2012-02-03 Joel Brobecker <brobecker@adacore.com>
11057
11058 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11059 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11060 symbol. Add assertion that sym2 is never NULL.
11061
11062 2012-02-02 Doug Evans <dje@google.com>
11063
11064 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11065 "name" parameter to const char ** from char **. All callers updated.
11066 (find_pc_partial_function): Ditto.
11067 (cache_pc_function_name): Change type to const char * from char *.
11068 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11069 (find_pc_partial_function): Update.
11070 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11071 type of "name" parameter to const char * from char *.
11072 All uses updated.
11073 * arch-utils.c (generic_in_solib_return_trampoline): Change
11074 type of "name" parameter to const char * from char *.
11075 * arch-utils.h (generic_in_solib_return_trampoline): Update.
11076 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11077 type of "name" parameter to const char * from char *.
11078 * gdbarch.sh (in_solib_return_trampoline): Ditto.
11079 * gdbarch.c: Regenerate.
11080 * gdbarch.h: Regenerate.
11081 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11082 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11083 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11084 type of "name" parameter to const char * from char *.
11085 * skip.c (skip_function_pc): Ditto.
11086 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11087 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11088 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11089 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11090 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11091 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11092 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11093 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11094 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11095
11096 2012-02-02 Pedro Alves <palves@redhat.com>
11097
11098 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11099 the current inferior has no execution. Make sure the current
11100 remote process matches gdb's current inferior.
11101
11102 2012-02-02 Tom Tromey <tromey@redhat.com>
11103
11104 PR gdb/13405:
11105 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11106 read-only memory.
11107
11108 2012-02-02 Tom Tromey <tromey@redhat.com>
11109
11110 PR gdb/9307:
11111 * symtab.c (lookup_language_this): Set block_found.
11112
11113 2012-02-01 Tom Tromey <tromey@redhat.com>
11114
11115 PR gdb/13431:
11116 * jit.c (struct jit_inferior_data): Rewrite.
11117 (struct jit_objfile_data): New.
11118 (get_jit_objfile_data): New function.
11119 (add_objfile_entry): Update.
11120 (jit_read_descriptor): Return int. Replace descriptor_addr
11121 argument with inf_data. Update. Don't call error.
11122 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
11123 descriptor here.
11124 (jit_inferior_init): Don't look up descriptor. Don't call error.
11125 (jit_reset_inferior_data_and_breakpoints)
11126 (jit_inferior_created_observer): Remove.
11127 (jit_inferior_exit_hook): Update.
11128 (jit_executable_changed_observer): Remove.
11129 (jit_event_handler): Update.
11130 (free_objfile_data): Reset inferior data if needed.
11131 (_initialize_jit): Update.
11132
11133 2012-02-01 Tom Tromey <tromey@redhat.com>
11134
11135 * jit.c (bfd_open_from_target_memory): Move higher in file.
11136
11137 2012-02-01 Tristan Gingold <gingold@adacore.com>
11138
11139 * libunwind-frame.c (libunwind_load): Display message if dlopen
11140 failed.
11141
11142 2012-02-01 Gary Benson <gbenson@redhat.com>
11143
11144 * symtab.h (symbol_found_callback_ftype): New typedef.
11145 (iterate_over_symbols): Use the above.
11146 * symtab.c (iterate_over_symbols): Likewise.
11147 * language.h (language_defn->la_iterate_over_symbols): Likewise.
11148 * ada-lang.c (ada_iterate_over_symbols): Likewise.
11149 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
11150 (iterate_name_matcher): Document return values.
11151 (collect_one_symbol): Likewise.
11152 (collect_function_symbols): Likewise.
11153 (collect_symbols): Likewise.
11154
11155 2012-02-01 Tom Tromey <tromey@redhat.com>
11156
11157 * ada-lang.c (resolve_subexp): Update.
11158 (ada_lookup_symbol_list): Add 'full_search' argument.
11159 (ada_iterate_over_symbols): Pass 0 as full_search argument to
11160 ada_lookup_symbol_list.
11161 (ada_lookup_encoded_symbol): Update.
11162 (get_var_value): Update.
11163 * ada-exp.y (block_lookup): Update.
11164 (write_var_or_type): Update.
11165 (write_name_assoc): Update.
11166 * ada-lang.h (ada_lookup_symbol_list): Update.
11167
11168 2012-01-31 Tom Tromey <tromey@redhat.com>
11169
11170 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11171 comment.
11172
11173 2012-01-31 Doug Evans <dje@google.com>
11174
11175 * symtab.h: Remove outdated comment.
11176 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
11177
11178 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
11179
11180 Fix build error in Darwin port.
11181 * i386-darwin-nat.c: Include i386-nat.h.
11182
11183 2012-01-30 Tom Tromey <tromey@redhat.com>
11184
11185 PR breakpoints/13568:
11186 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11187 argument. Check for recursive includes.
11188 (dwarf_decode_macros): Create an include hash.
11189
11190 2012-01-30 Michael Eager <eager@eagercon.com>
11191
11192 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11193 * ppc-linux-tdep.c: Include glibc-tdep.h.
11194 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
11195 (powerpc_linux_in_plt_stub): New function.
11196 (powerpc_linux_in_dynsym_resolve_code): New function.
11197 (ppc_skip_trampoline_code): New function.
11198 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11199 Use glibc_skip_solib_resolver.
11200
11201 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11202
11203 Code cleanup: Make 1440 bytes of data segment read-only.
11204 * arch-utils.c (endian_enum): Make it const char *const [].
11205 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
11206 Likewise.
11207 * breakpoint.c (always_inserted_enums): Likewise.
11208 * cli/cli-cmds.c (script_ext_enums): Likewise.
11209 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
11210 enumlist parameter const char *const *.
11211 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
11212 const char *const *.
11213 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
11214 parameter const char *const *.
11215 * cris-tdep.c (cris_modes): Make it const char *const [].
11216 * filesystem.c (target_file_system_kinds): Likewise.
11217 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
11218 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
11219 (can_use_displaced_stepping_enum, scheduler_enums)
11220 (exec_direction_names): Likewise.
11221 * language.c (_initialize_language): Make the type_or_range_names and
11222 case_sensitive_names variables const char *const [].
11223 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
11224 * python/python.c (python_excp_enums): Likewise.
11225 * remote.c (interrupt_sequence_modes): Likewise.
11226 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
11227 * serial.c (logbase_enums): Likewise.
11228 * sh-tdep.c (sh_cc_enum): Likewise.
11229 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
11230 Likewise.
11231 * symtab.c (multiple_symbols_modes): Likewise.
11232 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
11233 Likewise.
11234 * utils.c (internal_problem_modes): Likewise.
11235
11236 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11237
11238 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
11239 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
11240 result.
11241
11242 2012-01-27 Doug Evans <dje@google.com>
11243
11244 * configure.ac (with_python): Fix absolute path handling for win32.
11245 * configure: Regenerate.
11246
11247 2012-01-26 Doug Evans <dje@google.com>
11248
11249 * symtab.c: Whitespace cleanup, no code changes.
11250
11251 * symtab.c (lookup_symbol_in_language): Improve comment.
11252 (lookup_symbol_aux): Fix comment.
11253
11254 * psymtab.c (add_psymbol_to_list): Result is now "void".
11255 * psympriv.h (add_psymbol_to_list): Update.
11256
11257 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
11258
11259 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11260
11261 Do not open script filenames twice.
11262 * cli/cli-cmds.c (source_script_from_stream): Pass to
11263 source_python_script also STREAM.
11264 * python/py-auto-load.c (source_section_scripts): Pass to
11265 source_python_script_for_objfile also STREAM.
11266 (auto_load_objfile_script): Pass to source_python_script_for_objfile
11267 also INPUT.
11268 * python/python-internal.h (source_python_script_for_objfile): New
11269 parameter file, rename parameter file to filename.
11270 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
11271 instead if !_WIN32. Update the function comment.
11272 (source_python_script, source_python_script_for_objfile)
11273 (source_python_script): New parameter file, rename parameter file to
11274 filename. Pass FILENAME to python_run_simple_file.
11275 * python/python.h (source_python_script): New parameter file, rename
11276 parameter file to filename.
11277
11278 2012-01-26 Pedro Alves <palves@redhat.com>
11279
11280 * corelow.c (core_has_fake_pid): Delete.
11281 (core_close): Delete references to `core_has_fake_pid'.
11282 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
11283 (core_open): Delete references to `core_has_fake_pid'.
11284 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
11285 the removed global.
11286
11287 2012-01-26 Joel Brobecker <brobecker@adacore.com>
11288
11289 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
11290 Remove language parameter from name_matcher. Adjust the comment.
11291 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
11292 Remove language parameter.
11293 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
11294 * linespec.c (iterate_name_matcher): Likewise.
11295 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
11296 name_matcher. Adjust call accordingly.
11297 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
11298 (maintenance_check_symtabs): Adjust type of parameter "fun".
11299 * psymtab.h (maintenance_check_symtabs): Likewise.
11300
11301 2012-01-26 Joel Brobecker <brobecker@adacore.com>
11302
11303 * language.h (symbol_name_match_p_ftype): New typedef.
11304 (struct language_defn): Replace field la_symbol_name_compare
11305 by la_get_symbol_name_match_p.
11306 * ada-lang.c (ada_get_symbol_name_match_p): New function.
11307 (ada_language_defn): Use it.
11308 * linespec.c (struct symbol_matcher_data): New type.
11309 (iterate_name_matcher): Rewrite.
11310 (iterate_over_all_matching_symtabs): Pass a pointer to
11311 a symbol_matcher_data struct to expand_symtabs_matching
11312 instead of just the lookup name.
11313 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11314 opencl-lang.c, p-lang.c, language.c: Delete field
11315 la_symbol_name_compare, and replace by NULL for new field
11316 la_get_symbol_name_match_p.
11317 * symfile.h (struct quick_symbol_functions): Update comment.
11318
11319 2012-01-25 Tom Tromey <tromey@redhat.com>
11320
11321 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
11322 dereferencing.
11323
11324 2012-01-24 Tom Tromey <tromey@redhat.com>
11325
11326 PR symtab/12406:
11327 * solib.c (update_solib_list): Update the program space's
11328 added_solibs and deleted_solibs fields.
11329 * progspace.h (struct program_space) <added_solibs,
11330 deleted_solibs>: New fields.
11331 (clear_program_space_solib_cache): Declare.
11332 * progspace.c (release_program_space): Call
11333 clear_program_space_solib_cache.
11334 (clear_program_space_solib_cache): New function.
11335 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
11336 bpstat_stop_status. Use handle_solib_event.
11337 * breakpoint.c: Include gdb_regex.h.
11338 (print_solib_event): New function.
11339 (bpstat_print): Use print_solib_event.
11340 (bpstat_stop_status): Add special case for bp_shlib_event.
11341 (handle_solib_event): New function.
11342 (bpstat_what): Use handle_solib_event.
11343 (struct solib_catchpoint): New.
11344 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
11345 (breakpoint_hit_catch_solib, check_status_catch_solib)
11346 (print_it_catch_solib, print_one_catch_solib)
11347 (print_mention_catch_solib, print_recreate_catch_solib): New
11348 functions.
11349 (catch_solib_breakpoint_ops): New global.
11350 (catch_load_or_unload, catch_load_command_1)
11351 (catch_unload_command_1): New functions.
11352 (internal_bkpt_check_status): Add special case for
11353 bp_shlib_event.
11354 (internal_bkpt_print_it): Use print_solib_event.
11355 (initialize_breakpoint_ops): Initialize
11356 catch_solib_breakpoint_ops.
11357 (_initialize_breakpoint): Register "catch load" and "catch
11358 unload".
11359 * breakpoint.h (handle_solib_event): Declare.
11360 * NEWS: Add entry for "catch load" and "catch unload".
11361
11362 2012-01-24 Tom Tromey <tromey@redhat.com>
11363
11364 * ada-lang.c: Include gdb_vecs.h.
11365 * charset.c: Include gdb_vecs.h.
11366 * tracepoint.h: Include gdb_vecs.h.
11367 * gdb_vecs.h: New file.
11368
11369 2012-01-24 Pedro Alves <pedro@codesourcery.com>
11370
11371 * breakpoint.c (breakpoint_hit_catch_fork)
11372 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
11373 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
11374 * infrun.c (inferior_has_forked, inferior_has_vforked)
11375 (inferior_has_execd, inferior_has_called_syscall): Delete.
11376 (handle_syscall_event): Get syscall_number from the execution
11377 control state's wait status.
11378 (wait_for_inferior): Don't clear syscall_number.
11379
11380 2012-01-24 Pedro Alves <palves@redhat.com>
11381
11382 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
11383 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
11384 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
11385 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
11386 `ws' parameter.
11387 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
11388 false for events other than TARGET_SIGNAL_TRAP.
11389 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
11390 Add `ws' parameter.
11391 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
11392 events other than TARGET_SIGNAL_TRAP.
11393 (tracepoint_breakpoint_hit): Add `ws' parameter.
11394 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
11395 parameter.
11396 (bpstat_stop_status): Same.
11397 (pc_at_non_inline_function): Same.
11398 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
11399 to pass the current event's waitstatus to bpstat_stop_status
11400 and pc_at_non_inline_function.
11401
11402 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11403
11404 Code cleanup.
11405 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
11406 Update the function comment for it.
11407 (source_script_with_search): Call make_cleanup_fclose for STREAM.
11408 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
11409 for STREAM.
11410
11411 2012-01-24 Pedro Alves <palves@redhat.com>
11412
11413 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
11414 outside `bs->stop' block.
11415 (bpstat_what): Rework bp_shlib_event handling.
11416 (internal_bkpt_check_status): If the breakpoint is a
11417 bp_shlib_event, then set bs->stop and bs->print if
11418 stop_on_solib_events is set.
11419
11420 2012-01-24 Gary Benson <gbenson@redhat.com>
11421
11422 Delete #if 0'd out code.
11423 * stack.c (print_frame_label_vars): Remove.
11424 (catch_info): Likewise.
11425 (_initialize_stack): Remove "info catch" command.
11426 * NEWS: Mention the above.
11427
11428 2012-01-24 Pedro Alves <palves@redhat.com>
11429
11430 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
11431 it.
11432 (remote_notice_new_inferior): If the remote end doesn't support
11433 the multiprocess extensions, then the PID is fake.
11434 (add_current_inferior_and_thread): New.
11435 (remote_start_remote): Use it.
11436 (extended_remote_attach_1): Adjust.
11437 (extended_remote_create_inferior_1): Use
11438 add_current_inferior_and_thread.
11439
11440 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11441
11442 Fix watchpoints to be specific for each inferior.
11443 * breakpoint.c (watchpoint_in_thread_scope): Verify also
11444 current_program_space.
11445 * i386-nat.c (i386_inferior_data_cleanup): New.
11446 (i386_inferior_data_get): Replace variable inf_data_local by an
11447 inferior_data call.
11448 (i386_use_watchpoints): Initialize i386_inferior_data.
11449 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
11450 specific iterate_over_lwps.
11451
11452 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11453
11454 Fix watchpoints across inferior fork.
11455 * amd64-linux-nat.c (update_debug_registers_callback): Update the
11456 comment for linux_nat_iterate_watchpoint_lwps.
11457 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11458 linux_nat_iterate_watchpoint_lwps.
11459 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
11460 * i386-linux-nat.c (update_debug_registers_callback): Update the
11461 comment for linux_nat_iterate_watchpoint_lwps.
11462 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11463 linux_nat_iterate_watchpoint_lwps.
11464 (i386_linux_prepare_to_resume): New comment on Linux kernel.
11465 * i386-nat.c: Include inferior.h.
11466 (dr_mirror): Remove.
11467 (i386_inferior_data, struct i386_inferior_data)
11468 (i386_inferior_data_get): New.
11469 (i386_debug_reg_state): Use i386_inferior_data_get.
11470 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
11471 (i386_insert_watchpoint, i386_remove_watchpoint)
11472 (i386_stopped_data_address, i386_insert_hw_breakpoint)
11473 (i386_remove_hw_breakpoint): New variable state, use
11474 i386_debug_reg_state instead of DR_MIRROR.
11475 * linux-nat.c (delete_lwp): New declaration.
11476 (num_lwps): Move here from downwards.
11477 (delete_lwp_cleanup): New.
11478 (linux_child_follow_fork): Create new child_lp, call
11479 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
11480 PTRACE_DETACH.
11481 (num_lwps): Move upwards.
11482 (linux_nat_iterate_watchpoint_lwps): New.
11483 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
11484 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
11485
11486 2012-01-24 Joel Brobecker <brobecker@adacore.com>
11487
11488 GDB 7.4 released.
11489
11490 2012-01-23 Pedro Alves <palves@redhat.com>
11491
11492 * top.c (caution): Rename to ...
11493 (confirm): ... this.
11494 (show_caution): Rename to ...
11495 (show_confirm): ... this.
11496 (quit_cover): Adjust.
11497 (init_main): Adjust.
11498 * top.h (caution): Rename to ...
11499 (confirm): ... this.
11500 * utils.c (internal_vproblem, defaulted_query): Adjust.
11501
11502 2012-01-23 Pedro Alves <palves@redhat.com>
11503
11504 * top.c (caution): Update comment.
11505 (execute_command): Don't consider the current value of `caution'.
11506
11507 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11508
11509 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
11510
11511 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
11512
11513 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11514 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
11515 * target.c (target_fileio_pwrite): Remove buffer address from
11516 debug output.
11517 (target_fileio_pread): Likewise.
11518
11519 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11520
11521 * NEWS: Document remote "info proc" and "generate-core-file".
11522
11523 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11524
11525 * gdbarch.sh (find_memory_regions): New callback.
11526 * gdbarch.c, gdbarch.h: Regenerate.
11527
11528 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
11529 callback before falling back to target method.
11530
11531 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
11532 (linux_target_install_ops): No longer install it.
11533
11534 * linux-tdep.c (linux_find_memory_regions): New function.
11535 (linux_init_abi): Install it.
11536
11537 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11538
11539 * gdbarch.sh (make_corefile_notes): New architecture callback.
11540 * gdbarch.c: Regenerate.
11541 * gdbarch.h: Likewise.
11542
11543 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
11544 before target_make_corefile_notes. If NULL is returned, the
11545 target does not support core file generation.
11546
11547 * linux-nat.c: Include "linux-tdep.h".
11548 (find_signalled_thread, find_stop_signal): Remove.
11549 (linux_nat_do_thread_registers): Likewise.
11550 (struct linux_nat_corefile_thread_data): Likewise.
11551 (linux_nat_corefile_thread_callback): Likewise.
11552 (iterate_over_spus): Likewise.
11553 (struct linux_spu_corefile_data): Likewise.
11554 (linux_spu_corefile_callback): Likewise.
11555 (linux_spu_make_corefile_notes): Likewise.
11556 (linux_nat_collect_thread_registers): New function.
11557 (linux_nat_make_corefile_notes): Replace contents by call to
11558 linux_make_corefile_notes passing linux_nat_collect_thread_registers
11559 as native-only callback.
11560
11561 * linux-tdep.h: Include "bfd.h".
11562 (struct regcache): Add forward declaration.
11563 (linux_collect_thread_registers_ftype): New typedef.
11564 (linux_make_corefile_notes): Add prototype.
11565 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
11566 "regset.h", and "elf-bfd.h".
11567 (find_signalled_thread, find_stop_signal): New functions.
11568 (linux_spu_make_corefile_notes): Likewise.
11569 (linux_collect_thread_registers): Likewise.
11570 (struct linux_corefile_thread_data): New data structure.
11571 (linux_corefile_thread_callback): New funcion.
11572 (linux_make_corefile_notes): Likewise.
11573 (linux_make_corefile_notes_1): Likewise.
11574 (linux_init_abi): Install it.
11575
11576 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11577
11578 * gdbarch.sh (info_proc): New callback.
11579 * gdbarch.c, gdbarch.h: Regenerate.
11580
11581 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
11582 before falling back to the target info_proc callback.
11583
11584 * linux-nat.c: Do not include "cli/cli-utils.h".
11585 (linux_nat_info_proc): Remove.
11586 (linux_target_install_ops): No longer install it.
11587
11588 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
11589 (read_mapping): New function.
11590 (linux_info_proc): Likewise.
11591 (linux_init_abi): Install it.
11592
11593 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11594
11595 * defs.h (enum info_proc_what): Moved here from linux-nat.c
11596 * infcmd.c: (info_proc_cmd_1): New function.
11597 (info_proc_cmd): New function, moved here from equivalent routine
11598 orignally in linux-nat.c.
11599 (info_proc_cmd_mappings): Likewise.
11600 (info_proc_cmd_stat): Likewise.
11601 (info_proc_cmd_status): Likewise.
11602 (info_proc_cmd_cwd): Likewise.
11603 (info_proc_cmd_cmdline): Likewise.
11604 (info_proc_cmd_exe): Likewise.
11605 (info_proc_cmd_all): Likewise.
11606 (_initialize_infcmd): Install "info proc" command and subcommands.
11607
11608 * target.h (struct target_ops): Add to_info_proc.
11609 (target_info_proc): Add prototype.
11610 * target.c (target_info_proc): New function.
11611
11612 * procfs.c (procfs_info_proc): Add prototype.
11613 (info_proc_cmd): Rename into ...
11614 (procfs_info_proc): ... this. Update argument types as appropriate
11615 for a to_info_proc implementation. Handle "what" argument.
11616 (procfs_target): Install procfs_info_proc.
11617 (_initialize_procfs): No longer install "info proc" command.
11618
11619 * linux-nat.c: (enum info_proc_what): Remove.
11620 (linux_nat_info_proc_cmd_1): Rename into ...
11621 (linux_nat_info_proc): ... this. Update argument types as appropriate
11622 for a to_info_proc implementation.
11623 (linux_nat_info_proc_cmd): Remove.
11624 (linux_nat_info_proc_cmd_mappings): Likewise.
11625 (linux_nat_info_proc_cmd_stat): Likewise.
11626 (linux_nat_info_proc_cmd_status): Likewise.
11627 (linux_nat_info_proc_cmd_cwd): Likewise.
11628 (linux_nat_info_proc_cmd_cmdline): Likewise.
11629 (linux_nat_info_proc_cmd_exe): Likewise.
11630 (linux_nat_info_proc_cmd_all): Likewise.
11631 (linux_target_install_ops): Install linux_nat_info_proc.
11632 (_initialize_linux_nat): No longer install "info proc" command
11633 and subcommands.
11634
11635 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11636
11637 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11638 * config.in, configure: Regenerate.
11639
11640 * target.h (struct target_ops): Add to_fileio_readlink.
11641 (target_fileio_readlink): Add prototype.
11642 * target.c (target_fileio_readlink): New function.
11643
11644 * inf-child.c: Conditionally include <sys/param.h>.
11645 (inf_child_fileio_readlink): New function.
11646 (inf_child_target): Install it.
11647
11648 * remote.c (PACKET_vFile_readlink): New enum value.
11649 (remote_hostio_readlink): New function.
11650 (init_remote_ops): Install it.
11651 (_initialize_remote): Handle vFile:readlink packet type.
11652
11653 2012-01-20 Pedro Alves <palves@redhat.com>
11654 Ulrich Weigand <ulrich.weigand@linaro.org>
11655
11656 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11657 * config.in, configure: Regenerate.
11658
11659 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11660 to_fileio_pread, to_fileio_close, to_fileio_unlink.
11661 (target_fileio_open): Add prototype.
11662 (target_fileio_pwrite): Likewise.
11663 (target_fileio_pread): Likewise.
11664 (target_fileio_close): Likewise.
11665 (target_fileio_unlink): Likewise.
11666 (target_fileio_read_alloc): Likewise.
11667 (target_fileio_read_stralloc): Likewise.
11668
11669 * target.c: Include "gdb/fileio.h".
11670 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11671 (default_fileio_target): New function.
11672 (target_fileio_open): Likewise.
11673 (target_fileio_pwrite): Likewise.
11674 (target_fileio_pread): Likewise.
11675 (target_fileio_close): Likewise.
11676 (target_fileio_unlink): Likewise.
11677 (target_fileio_close_cleanup): Likewise.
11678 (target_fileio_read_alloc_1): Likewise.
11679 (target_fileio_read_alloc): Likewise.
11680 (target_fileio_read_stralloc): Likewise.
11681
11682 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11683 <fcntl.h>, and <unistd.h>.
11684 (inf_child_fileio_open_flags_to_host): New function.
11685 (inf_child_errno_to_fileio_error): Likewise.
11686 (inf_child_fileio_open): Likewise.
11687 (inf_child_fileio_pwrite): Likewise.
11688 (inf_child_fileio_pread): Likewise.
11689 (inf_child_fileio_close): Likewise.
11690 (inf_child_fileio_unlink): Likewise.
11691 (inf_child_target): Install to_fileio routines.
11692
11693 * remote.c (init_remote_ops): Install to_fileio routines.
11694
11695 2012-01-20 Pedro Alves <palves@redhat.com>
11696 Ulrich Weigand <ulrich.weigand@linaro.org>
11697
11698 * remote.c (remote_multi_process_p): Only check for multi-process
11699 protocol feature, do not check for extended protocol.
11700 (remote_supports_multi_process): Check for extended protocol here.
11701 (set_general_process): Likewise.
11702 (extended_remote_kill): Likewise.
11703 (remote_pid_to_str): Likewise.
11704 (remote_query_supported): Always query multiprocess mode.
11705
11706 2012-01-20 Pedro Alves <palves@redhat.com>
11707 Ulrich Weigand <ulrich.weigand@linaro.org>
11708
11709 * inferior.h (struct inferior): Add fake_pid_p.
11710 * inferior.c (exit_inferior_1): Clear fake_pid_p.
11711 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11712 magic_null_ptid since the remote side doesn't provide a real PID.
11713
11714 2012-01-19 Tom Tromey <tromey@redhat.com>
11715
11716 * NEWS: Combine the two Python sections.
11717
11718 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11719
11720 * target.h (target_close): Update comment on the target's unpush state.
11721
11722 2012-01-19 Pedro Alves <palves@redhat.com>
11723
11724 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11725 linux_nat_async directly instead of going through the target
11726 vector.
11727 * target.c (unpush_target): Close target after unpushing it, not
11728 before.
11729
11730 2012-01-19 Gary Benson <gbenson@redhat.com>
11731
11732 * mdebugread.c (sort_blocks): Replace integer constants with ones
11733 derived from FIRST_LOCAL_BLOCK.
11734
11735 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
11736 Jan Kratochvil <jan.kratochvil@redhat.com>
11737
11738 PR gdb/9538
11739 * symfile.c (find_separate_debug_file): New function.
11740 (terminate_after_last_dir_separator): Likewise.
11741 (find_separate_debug_file_by_debuglink): Also try realpath.
11742 * configure.ac (AC_CHECK_FUNCS): Add lstat.
11743 * configure: Regenerate.
11744 * config.in: Regenerate.
11745
11746 2012-01-18 Doug Evans <dje@google.com>
11747
11748 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11749 (main.o): Remove rule.
11750 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11751 (--with-sysroot): Rewrite.
11752 * configure: Regenerate.
11753 * config.in: Regenerate.
11754
11755 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
11756
11757 * parse.c (initialize_expout): New function.
11758 (reallocate_expout): Likewise.
11759 (parse_exp_in_context): Use `initialize_expout' and
11760 `reallocate_expout' when appropriate.
11761
11762 2012-01-18 Pedro Alves <palves@redhat.com>
11763
11764 * record.c (struct record_breakpoint, record_breakpoint_p)
11765 (record_breakpoints): New.
11766 (record_insert_breakpoint, record_remove_breakpoint): Manage
11767 record breakpoints list. Only remove breakpoints from the
11768 inferior if they had been inserted there in the first place.
11769
11770 2012-01-17 Doug Evans <dje@google.com>
11771
11772 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11773 if we know we don't have a file name to look for.
11774
11775 2012-01-17 Pedro Alves <palves@redhat.com>
11776
11777 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11778 the frame's stop reason is UNWIND_UNAVAILABLE.
11779
11780 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11781
11782 Fix compilation error.
11783 * m2-exp.y (yyerror): Use ANSI C prototype.
11784
11785 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11786
11787 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11788 (growbuf_by_size): Likewise.
11789 (yyerror): Likewise.
11790 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11791 (modblock): Remove variable (was #if 0'ed).
11792 (parse_number): Convert prototype from K&R to ANSI C.
11793 (yyerror): Likewise.
11794 * objc-exp.y (parse_number): Likewise.
11795 (yyerror): Likewise.
11796 (yylex): Remove #if 0'ed code.
11797 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11798 (yyerror): Likewise.
11799
11800 2012-01-16 Tom Tromey <tromey@redhat.com>
11801
11802 * NEWS: Add item.
11803 * symtab.h (compare_filenames_for_search): Declare.
11804 * symtab.c (compare_filenames_for_search): New function.
11805 (iterate_over_some_symtabs): Use it.
11806 * symfile.h (struct quick_symbol_functions)
11807 <map_symtabs_matching_filename>: Change spec.
11808 * psymtab.c (partial_map_symtabs_matching_filename): Use
11809 compare_filenames_for_search. Update for new spec.
11810 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11811 compare_filenames_for_search. Update for new spec.
11812 * breakpoint.c (clear_command): Use compare_filenames_for_search.
11813
11814 2012-01-16 Tom Tromey <tromey@redhat.com>
11815
11816 PR python/13281:
11817 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11818 (struct main_type) <flag_flag_enum>: New field.
11819 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11820 * NEWS: Add entries.
11821 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11822 enums.
11823 * python/lib/gdb/printing.py (_EnumInstance): New class.
11824 (FlagEnumerationPrinter): Likewise.
11825
11826 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11827
11828 * breakpoint.c (create_sals_from_address_default): New function.
11829 (create_breakpoints_sal_default): Likewise.
11830 (decode_linespec_default): Likewise.
11831 (is_marker_spec): Removed.
11832 (strace_marker_p): New function.
11833 (init_breakpoint_sal): Using `strace_marker_p' instead of
11834 `is_marker_spec'.
11835 (create_breakpoint): Call method `create_sals_from_address' from
11836 breakpoint_ops, replacing code that created SALs conditionally
11837 on the type of the breakpoint. Call method `create_breakpoints_sal',
11838 replacing code that created breakpoints conditionally on the type
11839 wanted.
11840 (base_breakpoint_create_sals_from_address): New function.
11841 (base_breakpoint_create_breakpoints_sal): Likewise.
11842 (base_breakpoint_decode_linespec): Likewise.
11843 (base_breakpoint_ops): Add methods
11844 `base_breakpoint_create_sals_from_address',
11845 `base_breakpoint_create_breakpoints_sal' and
11846 `base_breakpoint_decode_linespec'.
11847 (bkpt_create_sals_from_address): New function.
11848 (bkpt_create_breakpoints_sal): Likewise.
11849 (bkpt_decode_linespec): Likewise.
11850 (tracepoint_create_sals_from_address): Likewise.
11851 (tracepoint_create_breakpoints_sal): Likewise.
11852 (tracepoint_decode_linespec): Likewise.
11853 (strace_marker_create_sals_from_address): Likewise.
11854 (strace_marker_create_breakpoints_sal): Likewise.
11855 (strace_marker_decode_linespec): Likewise.
11856 (strace_marker_breakpoint_ops): New variable.
11857 (addr_string_to_sals): Remove `marker_spec'. Call method
11858 `decode_linespec' from breakpoint_ops, replacing code that decoded
11859 an address string into a SAL. Use `strace_marker_p' instead of
11860 `marker_spec'.
11861 (strace_command): Decide whether we are dealing with a static
11862 tracepoint with marker or not. Use the appropriate breakpoint_ops.
11863 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11864 * breakpoint.h (linespec_result, linespec_sals): New forward
11865 declarations.
11866 (breakpoint_ops) <create_sals_from_address>,
11867 <create_breakpoints_sal>, <decode_linespec>: New methods.
11868
11869 2012-01-14 Doug Evans <dje@google.com>
11870
11871 * NEWS: Update text for "maint set python print-stack".
11872 It is deprecated in gdb 7.4 and deleted in 7.5.
11873
11874 2012-01-13 Eli Zaretskii <eliz@gnu.org>
11875
11876 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11877 including curses.h.
11878
11879 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11880
11881 * configure: Regenerate.
11882 * config.in: Regenerate.
11883
11884 2012-01-12 Keith Seitz <keiths@redhat.com>
11885
11886 PR mi/10586
11887 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11888 (ANONYMOUS_UNION_NAME): Define.
11889 (is_path_expr_parent): New function.
11890 (get_path_expr_parent): New function.
11891 (is_anonymous_child): New function.
11892 (create_child_with_value): If the child is anonymous and without
11893 a name, assign an object name to it.
11894 (c_describe_child): Use get_path_expr_parent to determine
11895 the parent expression.
11896 If there field represents an anonymous struct or union and
11897 has no name, set an appropriate display name and expression.
11898 (cplus_describe_child): Likewise.
11899
11900 2012-01-12 Pedro Alves <palves@redhat.com>
11901
11902 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11903 available when %ebp is found to be zero (outermost).
11904
11905 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
11906
11907 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11908 an internal gdb_static_assert.
11909 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11910
11911 2012-01-11 Tom Tromey <tromey@redhat.com>
11912
11913 PR gdb/9598:
11914 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11915 catch" and "catch throw".
11916
11917 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
11918
11919 * blockframe.c (block_innermost_frame): Start search from selected
11920 frame, if present, or otherwise the current frame.
11921
11922 * c-exp.y (variable): Update innermost_block for
11923 'block COLONCOLON NAME' clause.
11924 * m2-exp.y (variable): Ditto.
11925 * objc-exp.y (variable): Ditto.
11926
11927 2012-01-10 Tom Tromey <tromey@redhat.com>
11928
11929 PR python/13199:
11930 * python/python.c (finish_python_initialization): Set sys.argv.
11931
11932 2012-01-10 Doug Evans <dje@google.com>
11933
11934 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
11935 "want_line_info". All callers updated.
11936 (dwarf_decode_lines_1): New function.
11937 (handle_DW_AT_stmt_list): Add function comment.
11938 New arg "want_line_info". All callers updated.
11939 (read_file_scope,read_type_unit_scope): Move comment from
11940 handle_DW_AT_stmt_list to here.
11941
11942 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11943
11944 Fix regression after libiberty/ update for GCC PR 6057 and others.
11945 * c-exp.y (operator) <OPERATOR DELETE>
11946 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11947 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11948 (make_builtin_type, make_name): New variable i, add gdb_assert.
11949 (operator) <OPERATOR NEW>: Update ARGS to 3.
11950 (operator) <OPERATOR DELETE>: Add trailing space.
11951 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11952 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11953 * cp-support.c (cp_canonicalize_string): Check NULL from
11954 cp_comp_to_string, call warning and return.
11955
11956 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11957
11958 Fix duplicate .o files after omitting libbfd.a.
11959 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11960 (SFILES): Add corelow.c.
11961 (COMMON_OBS): Add corelow.o.
11962 (ALLDEPFILES): Remove corelow.c.
11963 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11964 * config/alpha/alpha-osf3.mh: Likewise.
11965 * config/alpha/fbsd.mh: Likewise.
11966 * config/arm/nbsdaout.mh: Likewise.
11967 * config/arm/nbsdelf.mh: Likewise.
11968 * config/i386/i386gnu.mh: Likewise.
11969 * config/ia64/hpux.mh: Likewise.
11970 * config/ia64/linux.mh: Likewise.
11971 * config/m32r/linux.mh: Likewise.
11972 * config/m68k/linux.mh: Likewise.
11973 * config/mips/irix5.mh: Likewise.
11974 * config/mips/irix6.mh: Likewise.
11975 * config/pa/hpux.mh: Likewise.
11976 * config/pa/linux.mh: Likewise.
11977 * config/powerpc/aix.mh: Likewise.
11978 * config/sparc/linux.mh: Likewise.
11979 * config/sparc/linux64.mh: Likewise.
11980 * config/sparc/sol2.mh: Likewise.
11981 * config/vax/vax.mh: Likewise.
11982 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11983 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11984 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11985 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11986 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11987 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11988 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11989 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11990 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11991 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11992 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11993 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11994 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11995 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11996 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11997 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11998 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11999 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
12000 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
12001 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
12002 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
12003 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
12004 corelow.o from gdb_target_obs.
12005 * corefile.c (core_target): Update the comment on NULL value.
12006 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12007 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12008 MATCHES. Drop YUMMY set on NULL.
12009 (core_close): Do not call exit_inferior_silent on zero PID. Do not
12010 reclaim CORE_DATA if it is already NULL.
12011
12012 2012-01-09 Doug Evans <dje@google.com>
12013
12014 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12015 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12016
12017 2012-01-09 Keith Seitz <keiths@redhat.com>
12018
12019 * breakpoint.c (wrapper.h): Don't include.
12020
12021 2012-01-09 Keith Seitz <keiths@redhat.com>
12022
12023 * Makefile.in (SFILES): Remove wrapper.c.
12024 (HFILES_NO_SRCDIR): Remove wrapper.h.
12025 (COMMON_OBS): Remove wrapper.o.
12026 * cli/cli-interp.c: Don't inlude wrapper.h.
12027 * corelow.c: Likewise.
12028 (core_open): Replace gdb_target_find_new_threads with
12029 TRY_CATCH around target_find_new_threads.
12030 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12031 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12032 * varobj.c (varobj_create): Likewise for parse_exp_1 and
12033 evaluate_expression.
12034 (varobj_set_value): Likewise for evaluate_expression and
12035 value_assign.
12036 (install_new_variable): Likewise for value_fetch_lazy.
12037 (adjust_value_for_child_access): Likewise for value_ind.
12038 (c_describe_child): Likewise for value_subscript and
12039 value_ind.
12040 (c_value_of_root): Likewise for evaluate_expression.
12041 * wrapper.c: Remove.
12042 * wrapper.h: Remove.
12043
12044 2012-01-09 Doug Evans <dje@google.com>
12045
12046 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12047 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
12048 "abfd" args with "section". All callers updated.
12049 Error checking code moved ...
12050 (error_check_comp_unit_head): ... here. New function.
12051 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12052 Delete arg "abfd". New arg "type_offset". All callers updated.
12053 (create_debug_types_hash_table): Simplify by using
12054 read_and_check_type_unit_head.
12055
12056 * parser-defs.h (namecopy): Delete.
12057 * parse.c (namecopy, namecopy_size): Move into copy_name.
12058
12059 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12060
12061 Partially fix duplicate .o files after omitting libbfd.a.
12062 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12063 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12064 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12065 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12066 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12067 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12068 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12069
12070 2012-01-09 Pedro Alves <palves@redhat.com>
12071
12072 * MAINTAINERS: Update my email address.
12073
12074 2012-01-08 Doug Evans <dje@google.com>
12075
12076 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12077 n_type_units. Rename type_comp_units to all_type_units.
12078 All uses updated.
12079 (add_signatured_type_cu_to_table): Renamed from
12080 add_signatured_type_cu_to_list. All callers updated.
12081
12082 * gdbtypes.h (struct cplus_struct_type): Delete member
12083 nfn_fields_total. All uses removed.
12084
12085 2012-01-06 Doug Evans <dje@google.com>
12086
12087 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12088 to top of file.
12089 (dwarf2_find_comp_unit): Delete.
12090 (process_psymtab_comp_unit): Make result "void".
12091 Delete args buffer, info_ptr, buffer_size, and replace with
12092 "section". All callers updated.
12093 (dwarf2_build_psymtabs_hard): Simplify.
12094
12095 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
12096 Thiago Jung Bauermann <bauerman@br.ibm.com>
12097
12098 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12099 before `struct gdb_exception'.
12100 * breakpoint.c (update_global_location_list_nothrow)
12101 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12102 * cp-abi.c (value_rtti_type): Likewise.
12103 * cp-support.c (cp_validate_operator): Likewise.
12104 * infrun.c (insert_exception_resume_breakpoint)
12105 (check_exception_resume, keep_going): Likewise.
12106 * mi-interp.c (mi_breakpoint_created)
12107 (mi_breakpoint_modified): Likewise.
12108 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12109 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12110 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12111
12112 2012-01-05 Doug Evans <dje@google.com>
12113
12114 * dwarf2read.c (statement_prologue): Delete, unused.
12115
12116 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12117 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12118
12119 * dwarf2read.c (comp_unit_header): Delete, unused.
12120
12121 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
12122
12123 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12124 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12125
12126 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
12127
12128 * infrun.c (normal_stop): Don't skip calling the normal_stop
12129 observers if the thread was doing a multi-step, but stopped for
12130 some reason other than stepping.
12131
12132 2012-01-05 Pedro Alves <alves.ped@gmail.com>
12133
12134 * cli/cli-decode.h: Add comments.
12135 (CMD_LIST_AMBIGUOUS): Moved to command.h
12136 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12137 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12138 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12139 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12140 (add_com, add_com_alias, add_info, add_info_alias)
12141 (complete_on_cmdlist, complete_on_enum, help_list): Remove
12142 declarations.
12143 * command.h: Add and adjust comments.
12144 (CMD_LIST_AMBIGUOUS): Moved here.
12145 (help_cmd, help_cmd_list): Delete declarations.
12146
12147 2012-01-04 Doug Evans <dje@google.com>
12148
12149 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
12150 All callers updated.
12151 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
12152 Replace all arguments with "per_cu". All callers updated.
12153
12154 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
12155
12156 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
12157 New arg "per_cu". All callers updated.
12158
12159 Delete #if 0'd out code.
12160 * language.c (binop_result_type): Delete.
12161 (simple_type, ordered_type, same_type, integral_type): Delete.
12162 (numeric_type, character_type, string_type, boolean_type): Delete.
12163 (float_type, structured_type): Delete.
12164 * language.h: Update.
12165
12166 2012-01-04 Tom Tromey <tromey@redhat.com>
12167
12168 * python/py-value.c (valpy_binop): Initialize 'res_val'.
12169
12170 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12171
12172 * corefile.c (close_exec_file): Delete.
12173 (reopen_exec_file): Remove commented out code that seems related
12174 to close_exec_file, which is being deleted here.
12175 * inferior.h (close_exec_file): Delete.
12176 * fork-child.c (fork_inferior): Remove call to fork_inferior.
12177
12178 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12179
12180 * ada-lang.c: #include "cli/cli-utils.h".
12181 (get_selections): Use skip_spaces.
12182 (ada_get_next_arg): Use skip_spaces and skip_to_space.
12183 (catch_ada_exception_command_split): Use skip_spaces.
12184 (ada_decode_assert_location): Likewise.
12185
12186 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12187
12188 * linespec.c (decode_line_internal): Check for C++ or Java
12189 compound constructs only if the current language is C, C++
12190 or Java.
12191
12192 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12193
12194 Revert:
12195 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12196 Joel Brobecker <brobecker@adacore.com>
12197 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12198 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12199 3 times.
12200 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12201 fall through into AT_ENTRY_POINT.
12202 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12203 DUMMY_ADDR with it.
12204 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12205 PPC_INSN_SIZE skip to 3 times.
12206
12207 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12208
12209 * linespec.c (add_minsym): Preserve function descriptors.
12210
12211 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
12212
12213 * breakpoint.c (all_locations_are_pending): Consider locations
12214 in program spaces executing during startup pending as well.
12215
12216 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12217
12218 Copyright year update in most files of the GDB Project.
12219
12220 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12221
12222 * copyright.sh: Delete.
12223 * copyright.py: Rewrite.
12224
12225 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12226
12227 * gnulib/extra/update-copyright: New file, imported from gnulib.
12228
12229 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12230
12231 * README (Copyright and License Notices): New section.
12232
12233 2012-01-03 Tom Tromey <tromey@redhat.com>
12234
12235 PR python/12533:
12236 * python/py-value.c (valpy_dereference, valpy_get_address
12237 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
12238 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
12239 (valpy_absolute, valpy_richcompare): Free intermediate values.
12240
12241 2011-01-03 Joel Brobecker <brobecker@adacore.com>
12242
12243 * ada-lang.c: Reformat the copyright notice.
12244
12245 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12246
12247 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
12248 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
12249 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
12250 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
12251 Revert this part of:
12252 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12253 Build gdb directly from *.o files not using libgdb.a.
12254 * Makefile.in (COMMON_OBS): Remove solib-target.o.
12255
12256 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12257
12258 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
12259 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
12260 Reformat the copyright header.
12261
12262 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12263
12264 Revert this part of:
12265 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12266 Remove the gdbtui binary.
12267 * gdb.c (main): Remove args.interpreter_p initialization.
12268 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12269 * main.h (struct captured_main_args): Remove interpreter_p.
12270
12271 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12272
12273 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
12274
12275 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12276
12277 * top.c (print_gdb_version): Update copyright year.
12278
12279 2012-01-02 Yao Qi <yao@codesourcery.com>
12280
12281 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
12282
12283 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12284 Joel Brobecker <brobecker@adacore.com>
12285
12286 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12287 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12288 3 times.
12289 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12290 fall through into AT_ENTRY_POINT.
12291 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12292 DUMMY_ADDR with it.
12293 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12294 PPC_INSN_SIZE skip to 3 times.
12295
12296 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12297
12298 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
12299 the return value.
12300 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
12301
12302 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12303
12304 Build gdb directly from *.o files not using libgdb.a.
12305 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
12306 (COMMON_OBS): Remove solib-target.o.
12307 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
12308 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
12309 (LIBGDB_OBS, libgdb.a): Move it above.
12310 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
12311 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
12312 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
12313 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
12314 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
12315 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
12316 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
12317 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
12318 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
12319 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
12320 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
12321 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
12322 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
12323 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
12324 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12325 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
12326 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
12327 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12328 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
12329 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
12330 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
12331 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
12332 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
12333 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
12334 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
12335 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
12336 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
12337
12338 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12339
12340 Remove the gdbtui binary.
12341 * .gitignore (/gdbtui): Remove.
12342 * Makefile.in (TUI): Remove.
12343 (SUBDIR_TUI_OBS): Remove tui-main.o.
12344 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
12345 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
12346 (tui-main.o): Remove.
12347 (all_object_files): Remove tui-main.o.
12348 * NEWS: New note for the gdbtui removal.
12349 * configure: Rebuilt.
12350 * configure.ac: No longer add all-tui, clean-tui, install-tui and
12351 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
12352 CONFIG_UNINSTALL respectively.
12353 * gdb.c (main): Remove args.interpreter_p initialization.
12354 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12355 * main.h (struct captured_main_args): Remove interpreter_p.
12356 * tui/tui-main.c: Remove.
12357
12358 2012-01-01 Doug Evans <dje@google.com>
12359
12360 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
12361 (dwarf2_physname, read_import_statement): Ditto.
12362 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
12363 (process_structure_scope read_subroutine_type): Ditto.
12364 (read_typedef, load_partial_dies, read_partial_die): Ditto.
12365 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
12366 (dwarf2_fetch_die_location_block): Ditto.
12367 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
12368
12369 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
12370 All callers updated.
12371 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
12372 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
12373 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
12374
12375 * dwarf2read.c (load_cu): Move assert to more useful location.
12376
12377 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
12378 All callers updated.
12379
12380 * dwarf2read.c (dwarf2_per_objfile): Add comment.
12381 (dwarf2_elf_names): Minor reformat.
12382 (dwarf2_per_cu_data): Tweak comment.
12383 (dwarf2_read_section): Fix comment.
12384 (create_all_comp_units): Fix comment.
12385 (load_full_comp_unit): Fix comment.
12386 (process_full_comp_unit): Fix comment.
12387 (read_signatured_type): Fix comment.
12388
12389 For older changes see ChangeLog-2011.
12390 \f
12391 Local Variables:
12392 mode: change-log
12393 left-margin: 8
12394 fill-column: 74
12395 version-control: never
12396 coding: utf-8
12397 End:
This page took 0.283131 seconds and 4 git commands to generate.