2012-12-11 Pedro Alves <pedro@codesourcery.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2012-12-11 Pedro Alves <pedro@codesourcery.com>
2 Pedro Alves <palves@redhat.com>
3
4 * procfs.c (procfs_make_note_section) [NEW_PROC_API]: Output a
5 NT_PSTATUS note.
6 * sol2-tdep.c (sol2_core_pid_to_str): Print process IDs
7 differently from LWP IDs.
8
9 2012-12-11 Pedro Alves <palves@redhat.com>
10
11 * configure.ac (detect type of /proc): Remove Unixware handling.
12 * configure: Regenerate.
13 * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
14 (ioctl_table) [PCRESET]: Remove entry.
15 * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
16 (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
17 (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
18 * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
19 * procfs.c: Remove all UNIXWARE guarded code, and all traces of
20 Unixware in comments throughout.
21 * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
22 and remove mention of Unixware.
23
24 2012-12-10 Doug Evans <dje@google.com>
25
26 * dwarf2read.c (dwarf2_cu): Enhance comment.
27 (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
28 the DWO file.
29 (dwarf2_record_block_ranges): Ditto.
30
31 * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
32
33 * symtab.c (find_pc_sect_symtab): Add comment.
34
35 2012-12-10 Tom Tromey <tromey@redhat.com>
36
37 * defs.h: Don't check for definition of LONGEST.
38 (min, max): Remove duplicates.
39
40 2012-12-10 Tom Tromey <tromey@redhat.com>
41
42 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
43 (dwarf2_fetch_die_loc_cu_off): Rename from
44 dwarf2_fetch_die_location_block. Rewrite to use
45 dwarf2_fetch_die_loc_sect_off.
46 * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
47 (dwarf2_fetch_die_loc_cu_off): Rename.
48 * dwarf2loc.c (indirect_pieced_value): Use
49 dwarf2_fetch_die_loc_sect_off.
50 * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
51 comment.
52 (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
53 * dwarf2expr.c (add_piece): Update.
54 (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
55
56 2012-12-10 Tom Tromey <tromey@redhat.com>
57
58 * buildsym.c (struct pending_block): Move from buildsym.h.
59 (pending_blocks): Likewise; now static.
60 (pending_block_obstack): New global.
61 (free_pending_blocks): Free blocks.
62 (record_pending_block): Use pending_block_obstack.
63 * buildsym.h (struct pending_block): Move definition to
64 buildsym.c.
65 (pending_blocks): Don't declare.
66
67 2012-12-10 Pedro Alves <palves@redhat.com>
68
69 * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
70 dead SCO code, and adjust function description comment.
71
72 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
73
74 * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
75 * defs.h (LONGEST, ULONGEST): Remove conditionalization for
76 CC_HAS_LONG_LONG.
77 * dwarf2-frame.c (DW64_CIE_ID): Likewise.
78 * dwarf2read.c (extract_cu_value): Remove the function.
79 (create_cus_from_index_list): Make the return type void, inline the
80 extract_cu_value caller, include new gdb_static_assert.
81 (create_cus_from_index): Make the return type void, update the function
82 comment, update the create_cus_from_index_list caller.
83 (create_signatured_type_table_from_index): Make the return type void,
84 inline the extract_cu_value caller, include new gdb_static_assert.
85 (dwarf2_read_index): Update the create_cus_from_index and
86 create_signatured_type_table_from_index caller.
87 * printcmd.c (ui_printf): Remove conditionalizations for
88 CC_HAS_LONG_LONG.
89 * config.in: Regenerate.
90 * configure: Regenerate.
91
92 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
93
94 * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
95 Update the comment for checked_producer.
96 (check_producer): New forward declaration.
97 (producer_is_gcc_lt_4_3): New function.
98 (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
99 (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
100
101 2012-12-07 Tom Tromey <tromey@redhat.com>
102
103 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
104 argument, assertion.
105 * c-exp.y (typebase): Add completion productions.
106 * completer.c (expression_completer): Handle tag completion.
107 * expression.h (parse_expression_for_completion): Add argument.
108 * f-lang.c (f_make_symbol_completion_list): Add 'code'
109 argument.
110 * language.h (struct language_defn)
111 <la_make_symbol_completion_list>: Add 'code' argument.
112 * parse.c (expout_tag_completion_type, expout_completion_name):
113 New globals.
114 (mark_struct_expression): Add assertion.
115 (mark_completion_tag): New function.
116 (parse_exp_in_context): Initialize new globals.
117 (parse_expression_for_completion): Add 'code' argument. Handle
118 tag completion.
119 * parser-defs.h (mark_completion_tag): Declare.
120 * symtab.c (default_make_symbol_completion_list_break_on): Add
121 'code' argument. Update.
122 (default_make_symbol_completion_list): Add 'code' argument.
123 (make_symbol_completion_list): Update.
124 (make_symbol_completion_type): New function.
125 * symtab.h (default_make_symbol_completion_list_break_on)
126 (default_make_symbol_completion_list): Update.
127 (make_symbol_completion_type): Declare.
128
129 2012-12-07 Tom Tromey <tromey@redhat.com>
130
131 * expression.h (parse_expression_for_completion): Rename
132 from parse_field_expression.
133 (parse_completion): Rename from in_parse_field.
134 * c-exp.y (lex_one_token): Update.
135 * completer.c (expression_completer): Update.
136 * go-exp.y (lex_one_token): Update.
137 * p-exp.y (yylex): Update.
138 * parse.c (parse_completion): Rename from in_parse_field.
139 (parse_exp_in_context): Update.
140 (parse_expression_for_completion): Rename from
141 parse_field_expression. Update.
142
143 2012-12-07 Tom Tromey <tromey@redhat.com>
144
145 * typeprint.c (_initialize_typeprint): Set completer
146 for "whatis" and "ptype".
147
148 2012-12-07 Joel Brobecker <brobecker@adacore.com>
149
150 * copyright.py (NOT_FSF_LIST): Remove duplicate entry
151 "sim/common/cgen-fpu.h". Remove invalid entries
152 "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
153 which actually have an FSF copyright header.
154
155 2012-12-07 Joel Brobecker <brobecker@adacore.com>
156
157 * osf-share/AT386/cma_thread_io.h: Delete.
158 * osf-share/HP800/cma_thread_io.h: Delete.
159 * osf-share/README: Delete.
160 * osf-share/RIOS/cma_thread_io.h: Delete.
161 * osf-share/cma_attr.h: Delete.
162 * osf-share/cma_deb_core.h: Delete.
163 * osf-share/cma_debug_client.h: Delete.
164 * osf-share/cma_errors.h: Delete.
165 * osf-share/cma_handle.h: Delete.
166 * osf-share/cma_init.h: Delete.
167 * osf-share/cma_list.h: Delete.
168 * osf-share/cma_mutex.h: Delete.
169 * osf-share/cma_sched.h: Delete.
170 * osf-share/cma_semaphore_defs.h: Delete.
171 * osf-share/cma_sequence.h: Delete.
172 * osf-share/cma_stack.h: Delete.
173 * osf-share/cma_stack_int.h: Delete.
174 * osf-share/cma_tcb_defs.h: Delete.
175 * osf-share/cma_util.h: Delete.
176 * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
177 in osf-share.
178 * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
179 * contrib/ari/gdb_find.sh: Remove handling of osf-share.
180 * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
181
182 2012-12-06 Pedro Alves <palves@redhat.com>
183 Tom Tromey <tromey@redhat.com>
184
185 * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
186
187 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
188
189 PR mi/14741:
190 * mi/mi-cmd-var.c (varobj_update_one): Take value of
191 attribute "dynamic" and "displayhint" from printed child,
192 not the root variable.
193
194 2012-12-06 Joel Brobecker <brobecker@adacore.com>
195
196 * aix-thread.c (getthrds): Fix type of 4th parameter.
197 (get_signaled_thread): Change type of variable ktid to tid_t.
198
199 2012-12-06 Hui Zhu <hui_zhu@mentor.com>
200
201 * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
202 value of get_frame_block.
203
204 2012-12-05 Pierre Muller <muller@sourceware.org>
205
206 Avoid memory leaks on struct cmd_list_element.doc field.
207 * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
208 if flags contains DOC_ALLOCATED.
209 (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
210 flags.
211 (delete_cmd): Handle DOC_ALLOCATED flag.
212 * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
213 in flags filed of struct cmd_list_element.
214 (struct cmd_list_element): Document new flag item.
215
216 2012-12-04 Doug Evans <dje@google.com>
217
218 * symmisc.c: Whitespace fixes.
219
220 2012-12-04 Karthik Bhat <kv.bhat@samsung.com>
221
222 * i386-tdep.c (i386_skip_prologue): Using symbol table
223 to find the end of prologue for clang compiled binaries.
224 * amd64-tdep.c (amd64_skip_prologue): Using symbol table
225 to find the end of prologue for clang compiled binaries.
226
227 2012-12-03 Doug Evans <dje@google.com>
228
229 * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
230 (dw2_find_symbol_file): Delete unused local file_data.
231
232 2012-12-03 Tom Tromey <tromey@redhat.com>
233
234 * ada-exp.y (write_object_renaming, write_var_or_type)
235 (write_ambiguous_var, write_var_from_sym): Make blocks const.
236 * ada-lang.c (replace_operator_with_call)
237 (find_old_style_renaming_symbol): Make blocks const.
238 * ada-lang.h (ada_find_renaming_symbol): Update.
239 (struct ada_symbol_info) <block>: Now const.
240 * breakpoint.c (watch_command_1): Update.
241 * breakpoint.h (struct watchpoint) <exp_valid_block,
242 cond_exp_valid_block>: Now const.
243 * c-exp.y (classify_inner_name, classify_name): Make block
244 argument const.
245 * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
246 const.
247 * expression.h (innermost_block, parse_exp_1): Update.
248 (union exp_element) <block>: Now const.
249 * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
250 (lookup_struct): Make block argument const.
251 * gdbtypes.h (lookup_template_type): Update.
252 * go-exp.y (classify_name, classify_packaged_name)
253 (package_name_p): Make block argument const.
254 * objc-lang.c (lookup_struct_typedef): Make block argument const.
255 * objc-lang.h (lookup_struct_typedef): Update.
256 * parse.c (parse_exp_in_context, parse_exp_1)
257 (write_exp_elt_block): Make block arguments const.
258 (expression_context_block, innermost_block): Now const.
259 * parser-defs.h (write_exp_elt_block): Update.
260 (expression_context_block, innermost_block, block_found): Now
261 const.
262 * printcmd.c (struct display) <block>: Now const.
263 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
264 * valops.c (address_of_variable): Make block argument const.
265 * value.h (value_of_variable): Update.
266 * varobj.c (struct varobj_root) <valid_block>: Now const.
267
268 2012-11-30 Yao Qi <yao@codesourcery.com>
269
270 * breakpoint.c (print_one_breakpoint_location): Indent code.
271
272 2012-11-30 Yao Qi <yao@codesourcery.com>
273
274 * breakpoint.c (print_one_breakpoint_location): Combine two
275 blocks handling 'hit count' together.
276
277 2012-11-30 Yao Qi <yao@codesourcery.com>
278
279 * infrun.c (error_is_running, ensure_not_running): Move them
280 to ...
281 * infcmd.c (error_is_running, ensure_not_running): ... here.
282 Make them 'static'.
283 * inferior.h: Remove declarations of error_is_running and
284 ensure_not_running.
285
286 2012-11-30 Yao Qi <yao@codesourcery.com>
287
288 * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
289 check REGNUM >= 0.
290
291 2012-11-30 Yao Qi <yao@codesourcery.com>
292
293 * infrun.c: Make the declaration of 'init_infwait_state'
294 static.
295 (init_infwait_state): Make it 'static'.
296
297 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
298
299 * python/python.c (finalize_python): Cast unused PyGILState_Ensure
300 return value to void to avoid compiler warning.
301
302 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
303
304 * opencl-lang.c (opencl_print_type): New function.
305 (opencl_language_arch_info): Install it.
306
307 2012-11-29 Tom Tromey <tromey@redhat.com>
308
309 * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
310 xvasprintf.
311 * common/common-utils.c (xasprintf, xvasprintf): Remove.
312 * common/common-utils.h (xasprintf, xvasprintf): Remove.
313
314 2012-11-29 Jerome Guitton <guitton@adacore.com>
315
316 * ada-lang.c (ada_is_interface_tag): New function.
317 (ada_is_ignored_field): Add interface tags to the list
318 of ignored fields.
319
320 2012-11-29 Jerome Guitton <guitton@adacore.com>
321
322 * ada-lang.h (ada_tag_value_at_base_address): New function
323 declaration.
324 * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
325 New functions.
326 (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
327 relocate the class-wide value if need be.
328 (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
329 Let ada_tag_value_at_base_address relocate the class-wide access/ref
330 before dereferencing it.
331 * ada-valprint.c (ada_val_print_1): Relocate to base address
332 before displaying the content of an interface-wide ref.
333
334 2012-11-29 Jerome Guitton <guitton@adacore.com>
335
336 * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
337
338 2012-11-29 Joel Brobecker <brobecker@adacore.com>
339
340 GDB 7.5.1 released.
341
342 2012-11-29 Yao Qi <yao@codesourcery.com>
343 Tom Tromey <tromey@redhat.com>
344
345 * eval.c (evaluate_subexp_standard): Get the correct pointer
346 type for TYPE_CODE_MEMBERPTR.
347
348 2012-11-28 Edjunior Machado <emachado@linux.vnet.ibm.com>
349
350 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
351 since now it is being done by binutils' powerpc_init_dialect().
352
353 2012-11-28 Tom Tromey <tromey@redhat.com>
354
355 PR gdb/14290:
356 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
357 (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
358 Use it.
359 * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
360 * gdb_bfd.c (gdb_bfd_mark_parent): New function.
361 (gdb_bfd_openr_next_archived_file): Use it.
362
363 2012-11-28 Markus Metzger <markus.t.metzger@intel.com>
364
365 * configure.ac: Check for linux/perf_event.h.
366 * config.in: Regenerated.
367 * configure: Regenerated.
368
369 2012-11-28 Yao Qi <yao@codesourcery.com>
370
371 * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
372 abbreviate 'delete tracepoints' to 'delete tr'.
373 * corefile.c (_initialize_core): Call add_alias_cmd to
374 abbreviate 'set gnutarget' to 'set g'.
375 * value.c (_initialize_values): Call add_alias_cmd to abbreviate
376 'show convenience' to 'show conv'.
377
378 2012-11-27 Joel Brobecker <brobecker@adacore.com>
379
380 * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
381 call to sparc_supply_fpregset.
382 (fill_fpregset): Fix first parameter in call to
383 sparc_collect_fpregset.
384
385 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
386 Kazu Hirata <kazu@codesourcery.com>
387 Yao Qi <yao@codesourcery.com>
388
389 * objfiles.c (init_entry_point_info): Call
390 gdbarch_convert_from_func_ptr_addr and
391 gdbarch_addr_bits_remove here ...
392 (entry_point_address_query): ... instead of here.
393 * solib-svr4.c (exec_entry_point): Call
394 gdbarch_addr_bits_remove.
395 * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
396 the entry address.
397
398 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
399 Yao Qi <yao@codesourcery.com>
400
401 * eval.c (evaluate_subexp_standard): Add handling of
402 TYPE_CODE_MEMBERPTR when calling functions. Correct the
403 result of ptype for calling a TYPE_CODE_METHODPTR.
404
405 2012-11-27 Yao Qi <yao@codesourcery.com>
406
407 * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
408 warning.
409 Add i18n markup.
410
411 2012-11-26 Alexander Larsson <alexl@redhat.com>
412 Jan Kratochvil <jan.kratochvil@redhat.com>
413 Tom Tromey <tromey@redhat.com>
414
415 * NEWS: Mention mini debuginfo feature.
416 * minidebug.c: New file.
417 * configure.ac: Check for lzma.
418 * configure, config.in: Rebuild.
419 * Makefile.in (LIBLZMA): New variable.
420 (CLIBS): Include LIBLZMA.
421 (SFILES): Mention minidebug.c.
422 (COMMON_OBS): Mention minidebug.o.
423 * symfile.c (read_symbols): New function.
424 (syms_from_objfile, reread_symbols): Call it.
425 * symfile.h (find_separate_debug_file_in_section): Declare.
426
427 2012-11-26 Keith Seitz <keiths@redhat.com>
428
429 * exec.c (exec_file_attach): Move cleanup after verifying that
430 memory has in fact been allocated.
431
432 2012-11-26 Tom Tromey <tromey@redhat.com>
433
434 * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
435 * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
436 SYMBOL_SYMTAB.
437 * skip.c (skip_info): Use SYMBOL_SYMTAB.
438
439 2012-11-26 Maxime Villard <rustyBSD@gmx.fr>
440 Pedro Alves <palves@redhat.com>
441
442 * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
443 size parameter passed to readlink by one byte.
444 * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
445 * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
446 * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
447 * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
448 size by one byte.
449
450 2012-11-26 Yao Qi <yao@codesourcery.com>
451
452 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
453 extraneous parentheses.
454
455 2012-11-26 Yao Qi <yao@codesourcery.com>
456
457 * remote.c (remote_start_remote): Typo fix.
458
459 2012-11-23 David S. Miller <davem@davemloft.net>
460
461 * sparc-tdep.h (struct sparc_fpregset): New data structure.
462 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
463 sparc32_sol2_fpregset): Declare new globals.
464 (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
465 'fpregset' argument.
466 * sparc64-tdep.h (sparc64_supply_fpregset,
467 sparc64_collect_fpregset): Likewise.
468 (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
469 globals.
470 * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
471 (sparc_fpregset): Declare new global.
472 (sparc_supply_fpregset, sparc_collect_fpregset): Add new
473 'fpregset' argument.
474 * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
475 into handler.
476 (fill_fpregset): Likewise.
477 (_initialize_sparc_linux_nat): Set sparc_fpregset to
478 sparc32_bsd_fpregset.
479 * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
480 sparc32_bsd_fpregset down into handler.
481 (sparc32_linux_collect_core_fpregset): Likewise.
482 * sparc-nat.c (sparc_fpregset): Define.
483 (sparc_supply_fpregset): Add 'fpregset' argument.
484 (sparc_collect_fpregset): Likewise.
485 (sparc_fetch_inferior_registers): Pass sparc_fpregset down
486 into fpregset handler.
487 (sparc_store_inferior_registers): Likewise.
488 (_initialize_sparc_nat): Set sparc_fpregset to
489 sparc32_sunos4_fpregset if NULL.
490 * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
491 down into handler.
492 (fill_fpregset): Likewise.
493 * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
494 * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
495 use it to compute offsets.
496 (sparc32_collect_fpregset): Likewise.
497 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
498 * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
499 down into handler.
500 (fill_fpregset): Likewise.
501 * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
502 Likewise.
503 (sparc64_linux_collect_core_fpregset): Likewise.
504 * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
505 * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
506 use it to compute offsets.
507 (sparc64_collect_fpregset): Likewise.
508 (sparc64_bsd_fpregset): Define.
509 * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
510 sparc64_bsd_fpregset down into handler.
511 (sparc64fbsd_collect_fpregset): Likewise.
512 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
513 and pass sparc{32,64}_bsd_fpregset down into handler.
514 (sparc64nbsd_collect_fpregset): Likewise.
515 * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
516 sparc64_bsd_fpregset down into handler.
517 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
518 * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
519 to sparc32_bsd_fpregset.
520 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
521 sparc32_bsd_fpregset down into sparc32_supply_fpregset.
522 (sparc32nbsd_supply_fpregset): Likewise.
523
524 2012-11-21 Tom Tromey <tromey@redhat.com>
525
526 * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
527 field.
528 (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
529 Remove.
530 * c-typeprint.c (c_type_print_base): Update.
531
532 2012-11-21 Yao Qi <yao@codesourcery.com>
533
534 PR tdep/7438
535 * gdbarch.sh (smash_text_address): Remove.
536 * gdbarch.c, gdbarch.h: Regenerate.
537 * arm-tdep.c (arm_smash_text_address): Remove.
538 (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
539 * hppa-tdep.c (hppa_smash_text_address): Remove.
540 (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
541 (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
542 Caller update.
543 * coffread.c (coff_symtab_read): Caller update.
544 * dbxread.c (process_one_symbol): Likewise.
545 * elfread.c (record_minimal_symbol): Likewise.
546 * somread.c (som_symtab_read): Likewise.
547
548 2012-11-20 Pierre Muller <muller@sourceware.org>
549
550 ARI fixes: sprintf rule.
551 Replace sprintf function calls for char arrays by
552 calls to xsnprintf calls.
553 * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
554 (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
555 (arm_neon_quad_read, arm_pseudo_read): Ditto.
556 (arm_neon_quad_write, arm_pseudo_write): Ditto.
557 * breakpoint.c (condition_completer): Ditto.
558 (create_tracepoint_from_upload): Ditto.
559 * dwarf2read.c (file_full_name): Ditto.
560 * gcore.c (gcore_command): Ditto.
561 * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
562 * go32-nat.c (go32_sysinfo): Ditto.
563 * interps.c (interp_set): Ditto.
564 * m32c-tdep.c (make_types): Ditto.
565 * ppc-linux-nat.c (fetch_register, store_register): Ditto.
566 * remote-m32r-sdi.c (m32r_open): Ditto.
567 * sol-thread.c (td_err_string): Ditto.
568 (td_state_string, solaris_pid_to_str): Ditto.
569 * symtab.c (gdb_mangle_name): Ditto.
570 * cli/cli-script.c (execute_control_command): Ditto.
571 (define_command, document_command): Ditto.
572 * tui/tui-io.c (tui_rl_display_match_list): Ditto.
573 * tui/tui-stack.c (tui_make_status_line): Ditto.
574 * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
575
576 2012-11-20 Mike Frysinger <vapier@gentoo.org>
577
578 * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
579 it when looking at ptr->func.
580 * command.h (complete_on_cmdlist): Add a fourth arg.
581 * completer.c (complete_line_internal): Add local ignore_help_classes,
582 and set it to 1 when reason is not handle_help. Pass this down to
583 lookup_cmd_1 and complete_on_cmdlist.
584
585 2012-11-20 Tom Tromey <tromey@redhat.com>
586
587 * completer.c (count_struct_fields): Remove.
588 (expression_completer): Don't call count_struct_fields.
589
590 2012-11-20 Pedro Alves <palves@redhat.com>
591
592 * annotate.c (breakpoints_changed): Rename to ...
593 (annotate_breakpoints_changed): ... this.
594 (annotate_stopped, breakpoint_changed): Adjust caller.
595 * annotate.h (breakpoints_changed): Rename to ...
596 (annotate_breakpoints_changed): ... this.
597 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
598 (do_map_commands_command, init_raw_breakpoint, clear_command)
599 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
600
601 2012-11-20 David S. Miller <davem@davemloft.net>
602
603 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
604 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
605 sysconf.
606 (get_cores_used_by_process): Update comment.
607
608 2012-11-20 Yao Qi <yao@codesourcery.com>
609
610 * objfiles.c (init_entry_point_info): Remove trailing spaces.
611
612 2012-11-20 Yao Qi <yao@codesourcery.com>
613
614 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
615 to deprecated_context_hook.
616
617 2012-11-19 Yao Qi <yao@codesourcery.com>
618
619 * infrun.c (infwait_state): Add static.
620
621 2012-11-16 Keith Seitz <keiths@redhat.com>
622
623 PR c++/13615
624 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
625 parameter and pass it to lookup_symbol_file.
626 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
627 to search base classes.
628 (cp_lookup_symbol_namespace): Likewise.
629 (lookup_namespace_scope): Likewise.
630 (lookup_symbol_file): Add SEARCH parameter.
631 If SEARCH is non-zero and no symbol is found, lookup the class
632 and call cp_lookup_nested_symbol.
633 (find_symbol_in_baseclass): New function.
634 (cp_lookup_nested_symbol): Do not let
635 cp_lookup_symbol_in_namespace search through base classes.
636 Do that later when there is no global symbol match.
637
638 2012-11-16 Doug Evans <dje@google.com>
639
640 * main.c (gdb_datadir_provided): New static global.
641 (get_init_files): If --data-directory is provided,
642 and SYSTEM_GDBINIT lives in data-directory, look for it there.
643 * NEWS: Mention it.
644
645 2012-11-15 Pierre Muller <muller@sourceware.org>
646
647 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
648 * gdb_stat.h: Delete. Moved to common directory.
649 * common/gdb_stat.h: New file.
650 * gdb_wait.h: Delete. Moved to common directory.
651 * common/gdb_wait.h: New file.
652 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
653 location.
654 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
655 location.
656 (stat.h rule): Adapt to new gdb_stat.h location.
657 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
658 <sys/stat.h> header.
659 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
660 <sys/wait.h> header.
661
662 2012-11-15 Pierre Muller <muller@sourceware.org>
663
664 * configure.ac (AC_HEADER_STAT): Remove.
665 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
666 and corresponding code.
667 * configure: Regenerate.
668 * config.in: Regenerate.
669
670 2012-11-15 Pierre Muller <muller@sourceware.org>
671
672 ARI xasprintf rule fixes.
673 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
674 instead of xasprintf.
675 (open_and_init_dwp_file): Ditto.
676
677 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
678
679 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
680 target types.
681
682 2012-11-14 Tom Tromey <tromey@redhat.com>
683
684 * configure, config.in: Rebuild.
685 * configure.ac: Don't check for ctype.h, time.h.
686 * expprint.c: Don't use HAVE_CTYPE_H.
687
688 2012-11-13 Tom Tromey <tromey@redhat.com>
689
690 * gdbarch.h, gdbarch.c: Rebuild.
691 * gdbarch.sh (set_target_gdbarch): Rename from
692 deprecated_target_gdbarch_select_hack.
693 * arch-utils.c (gdbarch_update_p): Update.
694 (set_gdbarch_from_file): Update.
695
696 2012-11-14 Pierre Muller <muller@sourceware.org>
697
698 * MAINTAINERS (Responsible Maintainers/misc): Add myself
699 as responsible of contrib/ari directory.
700
701 2012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
702 Yao Qi <yao@codesourcery.com>
703
704 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
705 bit of EXC_RETURN.
706 (arm_m_exception_cache, arm_m_exception_this_id)
707 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
708 (arm_m_exception_unwind): New.
709 (arm_gdbarch_init): Register arm_m_exception_unwind.
710
711 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
712
713 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
714 parameter COUNT, for pattern filling of memory regions.
715 * NEWS: Mention it.
716
717 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
718
719 * disasm.h (DISASSEMBLY_FILENAME): New macro.
720 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
721 to print_source_lines ().
722 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
723 flag.
724 * source.c (print_source_lines_base): Prefix source line with
725 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
726
727 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
728
729 * symtab.h (print_source_lines_flags): New enum.
730 * source.c (print_source_lines_base): Change noerror to flags.
731 (print_source_lines): Change noerror to flags.
732
733 2012-11-13 Pierre Muller <muller@sourceware.org>
734
735 ARI fixes: Avoid sprintf function use rule.
736 * charset.c (convert_between_encodings): Use xsnprintf.
737 * cli-out.c (cli_field_int): Likewise.
738 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
739 * expprint.c (op_name_standard): Likewise.
740 * frv-tdep.c (set_variant_num_gprs): Likewise.
741 (set_variant_num_fprs): Likewise.
742 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
743 * nto-tdep.c (nto_find_and_open_solib): Likewise.
744 (nto_init_solib_absolute_prefix): Likewise.
745 * source.c (init_source_path): Likewise.
746 (print_source_lines_base): Likewise.
747 * valprint.c (print_wchar): Likewise.
748 * mi/mi-out.c (mi_field_int): Likewise.
749 windows-nat.c (windows_pid_to_exec_file): Likewise.
750 (windows_create_inferior): Likewise.
751 (_initialize_check_for_gdb_ini): Likewise.
752
753 2012-11-12 Joel Brobecker <brobecker@adacore.com>
754
755 * frame.h (deprecated_frame_register_read): Renames
756 frame_register_read.
757 * frame.c (deprecated_frame_register_read): Renames
758 frame_register_read. Update all callers.
759 * i386-tdep.c: Update all callers of frame_register_read.
760 * infcmd.c: Likewise.
761 * jit.c: Likewise.
762 * mips-tdep.c: Likewise.
763 * mt-tdep.c: Likewise.
764 * sh64-tdep.c: Likewise.
765
766 2012-11-12 Joel Brobecker <brobecker@adacore.com>
767
768 * frame.h (frame_register_read): Remove FIXME comment.
769 * frame.c (frame_register_read): Add suggestion explaining
770 which function to use in place of this one.
771
772 2012-11-12 Tom Tromey <tromey@redhat.com>
773
774 * python/python.c (start_type_printers): Initialize 'result_obj'.
775
776 2012-11-12 Tom Tromey <tromey@redhat.com>
777
778 * NEWS: Update.
779 * data-directory/Makefile.in (PYTHON_FILES): Add
780 type_printers.py.
781 * python/lib/gdb/command/type_printers.py: New file.
782 * python/lib/gdb/command/types.py (TypePrinter): New class.
783 (_get_some_type_recognizers, get_type_recognizers,
784 apply_type_recognizers, register_type_printer): New
785 functions.
786 * python/py-objfile.c (objfile_object) <type_printers>: New
787 field.
788 (objfpy_dealloc): Decref new field.
789 (objfpy_new): Set new field.
790 (objfpy_get_type_printers, objfpy_set_type_printers): New
791 functions.
792 (objfile_to_objfile_object): Set new field.
793 (objfile_getset): Add "type_printers".
794 * python/py-progspace.c (pspace_object) <type_printers>: New
795 field.
796 (pspy_dealloc): Decref new field.
797 (pspy_new): Set new field.
798 (pspy_get_type_printers, pspy_set_type_printers): New functions.
799 (pspace_to_pspace_object): Set new field.
800 (pspace_getset): Add "type_printers".
801 * python/python.c (start_type_printers, apply_type_printers,
802 free_type_printers): New functions.
803 (_initialize_python): Set gdb.type_printers.
804 * python/python.h (start_type_printers, apply_type_printers,
805 free_type_printers): Declare.
806 * typeprint.c (type_print_raw_options, default_ptype_flags):
807 Update for new fields.
808 (do_free_global_table, create_global_typedef_table,
809 find_global_typedef): New functions.
810 (find_typedef_in_hash): Use find_global_typedef.
811 (whatis_exp): Use create_global_typedef_table. Change cleanup
812 handling.
813 * typeprint.h (struct type_print_options) <global_typedefs,
814 global_printers>: New fields.
815
816 2012-11-12 Tom Tromey <tromey@redhat.com>
817
818 * c-typeprint.c (find_typedef_for_canonicalize,
819 print_name_maybe_canonical): New functions.
820 (c_print_type): Look up type name.
821 (cp_type_print_derivation_info): Add flags argument. Use
822 print_name_maybe_canonical.
823 (cp_type_print_method_args): Add wrapping.
824 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
825 (c_type_print_template_args): New function.
826 (c_type_print_base): Change wrapping. Use
827 print_name_maybe_canonical.
828 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
829 type name lookups.
830 * gdbtypes.c (types_equal): No longer static.
831 * gdbtypes.h (types_equal): Declare.
832 * typeprint.c (type_print_raw_options, default_ptype_flags):
833 Update.
834 (struct typedef_hash_table): New.
835 (hash_typedef_field, eq_typedef_field,
836 recursively_update_typedef_hash, add_template_parameters,
837 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
838 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
839 copy_typedef_hash, find_typedef_in_hash): New functions.
840 * typeprint.h (struct type_print_options) <local_typedefs>:
841 New field.
842 (recursively_update_typedef_hash, add_template_parameters,
843 create_typedef_hash, free_typedef_hash,
844 make_cleanup_free_typedef_hash, copy_typedef_hash,
845 find_typedef_in_hash): Declare.
846
847 2012-11-12 Tom Tromey <tromey@redhat.com>
848
849 * cp-support.c (inspect_type,
850 replace_typedefs_qualified_name, replace_typedefs): Add
851 finder, data arguments. Call as needed.
852 (cp_canonicalize_string_full): New function.
853 (cp_canonicalize_string_no_typedefs): Rewrite.
854 * cp-support.h (canonicalization_ftype): New typedef.
855 (cp_canonicalize_string_full): Declare.
856
857 2012-11-12 Tom Tromey <tromey@redhat.com>
858
859 * NEWS: Update.
860 * c-typeprint.c (c_type_print_base): Handle print_method and
861 print_typedefs flags.
862 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
863 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
864 options.
865 * typeprint.c (type_print_raw_options, default_ptype_flags):
866 Update for new field.s
867 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
868 (setprinttypelist, showprinttypelist, print_methods,
869 print_typedefs): New globals.
870 (set_print_type, show_print_type, set_print_type_methods,
871 show_print_type_methods, set_print_type_typedefs,
872 show_print_type_typedefs): New functions.
873 (_initialize_typeprint): Update documentation. Add "print
874 type methods" and "print type typedefs" parameters.
875 * typeprint.h (struct type_print_options) <print_methods,
876 print_typedefs>: New fields.
877
878 2012-11-12 Tom Tromey <tromey@redhat.com>
879
880 * c-typeprint.c (cp_type_print_method_args): Add flags
881 argument. Call c_print_type, not type_print.
882 (c_type_print_base): Call c_print_type, not type_print.
883 Update.
884
885 2012-11-12 Tom Tromey <tromey@redhat.com>
886
887 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
888 to type-printing functions.
889 * ada-lang.h (ada_print_type): Add argument.
890 * ada-typeprint.c (print_array_type, print_variant_clauses,
891 print_variant_part, print_selected_record_field_types,
892 print_record_field_types, print_unchecked_union_type,
893 print_func_type, ada_print_type): Add flags argument.
894 (ada_print_typedef): Update.
895 * c-exp.y (OPERATOR conversion_type_id): Update.
896 * c-lang.h (c_print_type, c_type_print_base): Update.
897 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
898 c_type_print_modifier, c_type_print_args,
899 c_type_print_varspec_suffix, c_type_print_base): Add flags
900 argument.
901 * cp-valprint.c (cp_print_class_member): Update.
902 * dwarf2read.c (dwarf2_compute_name): Update.
903 * f-lang.h (f_print_type): Add argument.
904 * f-typeprint.c (f_print_type): Add flags argument.
905 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
906 * go-lang.h (go_print_type): Add argument.
907 * go-typeprint.c (go_print_type): Add flags argument.
908 * jv-lang.h (java_print_type): Add argument.
909 * jv-typeprint.c (java_type_print_base, java_print_type): Add
910 flags argument.
911 * language.c (unk_lang_print_type): Add flags argument.
912 * language.h (struct language_defn) <la_print_type>: Add flags
913 argument.
914 (LA_PRINT_TYPE): Likewise.
915 * m2-lang.h (m2_print_type): Add argument.
916 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
917 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
918 m2_unbounded_array, m2_record_fields): Add flags argument.
919 * p-lang.h (pascal_print_type, pascal_type_print_base,
920 pascal_type_print_varspec_prefix): Add argument.
921 * p-typeprint.c (pascal_print_type,
922 pascal_type_print_varspec_prefix, pascal_print_func_args,
923 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
924 flags argument.
925 * symmisc.c (print_symbol): Update.
926 * typeprint.c (type_print_raw_options, default_ptype_flags):
927 New globals.
928 (type_print): Update.
929 * typeprint.h (struct type_print_options): New.
930 (type_print_raw_options): Declare.
931 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
932
933 2012-11-10 Keith Seitz <keiths@redhat.com>
934
935 * breakpoint.c (clear_command): Add cleanup for
936 sals.sals if an argument is given.
937
938 * linespec.c (parse_linespec): Do cleanups after
939 parsing a convenience variable.
940
941 2012-11-10 Keith Seitz <keiths@redhat.com>
942
943 PR gdb/14288
944 * c-valprint.c (c_val_print): For character arrays
945 with "print null" option on, print ellipses if
946 the output is truncated and the next character is not \000.
947 * valprint.c (MAX_WCHARS): Define.
948 (WCHAR_BUFLEN): Likewise.
949 (WCHAR_BUFLEN_MAX): Likewise.
950 (struct converted_character): New structure.
951 (count_next_character): New function.
952 (print_converted_chars_to_obstack): New function.
953 (generic_printstr): Rewrite using count_next_character
954 and print_converted_chars_to_obstack.
955
956 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
957
958 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
959 while executing the gdb command.
960 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
961 are called from prompt_for_continue.
962 * tui/tui-io.c (tui_redisplay_readline): Likewise.
963
964 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
965
966 PR tui/9584
967
968 * tui/tui.c (tui_rl_command_key): Do not call execute_command
969 but insert the command to execute in readline's buffer.
970
971 2012-11-09 Tom Tromey <tromey@redhat.com>
972
973 * gdbarch.sh (target_gdbarch): Remove macro.
974 (get_target_gdbarch): Rename to target_gdbarch.
975 * gdbarch.c, gdbarch.h: Rebuild.
976 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
977 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
978 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
979 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
980 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
981 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
982 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
983 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
984 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
985 procfs.c, progspace.c, ravenscar-thread.c, record.c,
986 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
987 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
988 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
989 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
990 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
991 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
992 target-descriptions.c, target.c, target.h, tracepoint.c,
993 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
994 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
995 python/py-inferior.c, python/python.c: Update.
996
997 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
998
999 * source.c (print_source_lines_base): Add fullname field giving
1000 full path to file in mi output.
1001 * NEWS: Mention the new fullname field.
1002
1003 2012-11-09 Yao Qi <yao@codesourcery.com>
1004
1005 * NEWS: Mention the fix to the ambiguity of 'fo' command.
1006
1007 2012-11-09 Pedro Alves <palves@redhat.com>
1008
1009 PR gdb/14306
1010
1011 * infrun.c: Include target-descriptions.h.
1012 (follow_exec): Fetch new target description.
1013
1014 2012-11-09 Yao Qi <yao@codesourcery.com>
1015
1016 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
1017 0x8d (lea).
1018
1019 2012-11-09 Yao Qi <yao@codesourcery.com>
1020
1021 * breakpoint.c: Declare set_tracepoint_count.
1022 (install_breakpoint): Call set_tracepoint_count if B is a
1023 tracepoint.
1024 (trace_command): Don't call set_tracepoint_count. Re-indent.
1025 (strace_command, ftrace_command):
1026 (create_tracepoint_from_upload): Likewise.
1027
1028 2012-11-09 Pedro Alves <palves@redhat.com>
1029
1030 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1031 (get_target_gdbarch) <gdbarch.h>: New function.
1032 (startup_gdbarch) <gdbarch.h>: Declare.
1033 <gdbarch.c> (target_gdbarch): Delete.
1034 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1035 current inferior's gdbarch.
1036 <gdbarch.c> (get_target_gdbarch): New function.
1037 * inferior.c: Include target-descriptions.h.
1038 (free_inferior): Free target description info.
1039 (add_inferior_with_spaces): Set the inferior's initial
1040 architecture.
1041 (clone_inferior_command): Copy the original inferior's target
1042 description if it was user specified.
1043 (initialize_inferiors): Add comment.
1044 * inferior.h (struct target_desc_info): Forward declare.
1045 (struct inferior) <gdbarch>: New field.
1046 * linux-nat.c: Include target-descriptions.h.
1047 (linux_child_follow_fork): Copy the parent's architecture and
1048 target description to the child.
1049 * target-descriptions.c: Include inferior.h.
1050 (struct target_desc_info): New structure, holding the equivalents
1051 of ...
1052 (target_desc_fetched, current_target_desc)
1053 (target_description_filename): ... these removed globals.
1054 (get_tdesc_info, target_desc_info_from_user_p)
1055 (copy_inferior_target_desc_info, target_desc_info_free): New.
1056 (target_desc_fetched, current_target_desc)
1057 (target_description_filename): Reimplemented as convenience
1058 macros.
1059 (tdesc_filename_cmd_string): New global.
1060 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1061 tdescs filename ..." commands to the per-inferior equivalent.
1062 (show_tdesc_filename_cmd): Get the value to show from the
1063 per-inferior description filename.
1064 (_initilize_target_descriptions): Change the "set/show tdesc
1065 filename" commands' variable.
1066 * target-descriptions.h (struct target_desc, struct target_desc_info)
1067 (struct inferior): Forward declare.
1068 (target_find_description, target_clear_description)
1069 (target_current_description): Adjust comments.
1070 (copy_inferior_target_desc_info, target_desc_info_free)
1071 (target_desc_info_from_user_p). Declare.
1072
1073 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1074
1075 * tui/tui-hooks.c (tui_about_to_proceed): New function.
1076 (tui_target_wait_hook): Remove.
1077 (tui_install_hooks): Install the about_to_proceed observer.
1078 (tui_remove_hooks): And remove it here.
1079
1080 2012-11-08 Tom Tromey <tromey@redhat.com>
1081
1082 * linux-tdep.c (linux_make_siginfo_note): New function.
1083 (linux_make_corefile_notes): Use it.
1084 * corelow.c (get_core_siginfo): New function.
1085 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1086
1087 2012-11-08 Tom Tromey <tromey@redhat.com>
1088
1089 PR gdb/14704:
1090 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1091 (zlib_decompress_section): Remove.
1092 (gdb_bfd_map_section): Only check for compressed section
1093 in mmap case. Use bfd_get_full_section_contents.
1094 * osabi.c (check_note): Add 'sectsize' argument. Read
1095 section data.
1096 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1097 section data. Update for check_note change.
1098 * xcoffread.c (xcoff_initial_scan): Use
1099 bfd_get_full_section_contents.
1100 * py-auto-load.c (auto_load_section_scripts): Use
1101 bfd_get_full_section_contents.
1102 * contrib/cc-with-tweaks.sh: Add -Z option.
1103
1104 2012-11-08 Tom Tromey <tromey@redhat.com>
1105
1106 * python/py-bpevent.c: Include defs.h.
1107 * python/py-continueevent.c: Include defs.h.
1108 * python/py-event.c: Include defs.h.
1109 * python/py-event.h: Don't include defs.h.
1110 * python/py-events.h: Don't include defs.h.
1111 * python/py-evts.c: Include defs.h.
1112 * python/py-exitedevent.c: Include defs.h.
1113 * python/py-newobjfileevent.c: Include defs.h.
1114 * python/py-signalevent.c: Include defs.h.
1115 * python/py-stopevent.c: Include defs.h.
1116 * python/py-threadevent.c: Include defs.h.
1117
1118 2012-11-08 Pierre Muller <muller@sourceware.org>
1119
1120 * update-web-ari.sh (print_heading): Add number of files
1121 checked.
1122 (nb_files): New variable counting the number of sources
1123 files found by gdb_find.sh script.
1124 (debug_awk): New variable to allow extra debug output.
1125 (indexes): Add more information if DEBUG_AWK is set.
1126
1127 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
1128
1129 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1130 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1131 following the change in PLT call stubs on linker.
1132
1133 2012-11-08 Pierre Muller <muller@sourceware.org>
1134
1135 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1136 as default language.
1137 (AWK): Use = instead of == for sh test to avoid warning.
1138 (Linux rule): Correct [:digit] into [[:digit:]].
1139 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1140 (vasprintf rule): Adapt to common subdirectory moves.
1141 (xasprintf rule): Idem.
1142 (xvasprintf rule): Idem.
1143 (var_boolean rule): Accept occurence in == or != test.
1144
1145 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1146
1147 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1148
1149 * tui/tui-hooks.c (tui_inferior_exit): New function.
1150 (tui_detach_hook): Remove.
1151 (tui_install_hooks): Install the inferior exit observer.
1152 (tui_remove_hooks): Remove it.
1153
1154 2012-11-08 Yao Qi <yao@codesourcery.com>
1155
1156 PR gdb/14777.
1157 * source.c (_initialize_source): Call add_com_alias to abbreviate
1158 'forward-search' as 'fo'.
1159
1160 2012-11-07 Pedro Alves <palves@redhat.com>
1161
1162 * arm-tdep.c: Make defs.h be the first include.
1163 * coff-pe-read.c: Ditto.
1164 * gnu-nat.c: Ditto.
1165 * go32-nat.c: Ditto.
1166 * i386-nat.c: Ditto.
1167 * ppcnbsd-nat.c: Ditto.
1168 * ada-varobj.h: Don't include defs.h.
1169 * i386-darwin-tdep.h: Ditto.
1170 * i386-nat.h: Ditto.
1171
1172 2012-11-07 Pedro Alves <palves@redhat.com>
1173
1174 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
1175 Committee.
1176
1177 2012-11-07 Pierre Muller <muller@sourceware.org>
1178
1179 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
1180 File already uses "gdb_dirent.h" header.
1181
1182 2012-11-07 Yao Qi <yao@codesourcery.com>
1183
1184 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
1185 tracepoint_count'.
1186
1187 2012-11-06 Tom Tromey <tromey@redhat.com>
1188
1189 * target.h (inferior_has_forked, inferior_has_vforked)
1190 (inferior_has_execd, inferior_has_called_syscall): Remove
1191 declarations.
1192
1193 2012-11-06 Pierre Muller <muller@sourceware.org>
1194
1195 * remote.c (remote_insert_hw_breakpoint): ARI fix,
1196 add missing internalization markup.
1197
1198 2012-11-06 Pedro Alves <palves@redhat.com>
1199
1200 PR gdb/14810
1201
1202 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1203
1204 2012-11-06 Pierre Muller <muller@sourceware.org>
1205
1206 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1207 is not executable.
1208
1209 2012-11-05 Joel Brobecker <brobecker@adacore.com>
1210
1211 * gnulib/update-gnulib.sh: New script.
1212
1213 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
1214
1215 * MAINTAINERS: Update my email address.
1216
1217 2012-11-05 Tom Tromey <tromey@redhat.com>
1218
1219 * frame.c (put_frame_register): Don't use temporary buffer.
1220
1221 2012-11-05 Pedro Alves <palves@redhat.com>
1222
1223 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1224 child. Clear 'pending_detach'.
1225 * infrun.c (handle_vfork_child_exec_or_exit): Clear
1226 'pending_detach' in the vfork parent.
1227
1228 2012-11-05 Doug Evans <dje@google.com>
1229
1230 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
1231 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
1232 * dwarf2read.c: #include "elf-bfd.h".
1233 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
1234 (dwop_section_names): Renamed from dwo_section names. All uses
1235 updated. Add entries for .debug_cu_index, .debug_tu_index.
1236 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
1237 All uses updated.
1238 (struct dwp_sections): New type.
1239 (struct virtual_dwo_sections): New type.
1240 (struct dwp_hash_table): New type.
1241 (struct dwp_file): New type.
1242 (init_cutu_and_read_dies): Ensure DWO info/types section has been
1243 read in. Handle DWOs coming from DWP files.
1244 (lookup_dwo_file_slot): New function.
1245 (dwarf2_locate_dwo_sections): Move definition closer to use.
1246 (create_dwo_debug_info_hash_table_reader): Renamed from
1247 create_debug_info_hash_table_reader. All callers updated.
1248 (create_dwo_debug_info_hash_table): Renamed from
1249 create_debug_info_hash_table. All callers updated.
1250 (create_dwp_hash_table): New function.
1251 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
1252 (lookup_dwo_in_dwp): New function.
1253 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
1254 is_dwp. All callers updated.
1255 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
1256 (open_and_init_dwo_file): Renamed from init_dwo_file.
1257 All callers updated.
1258 (lookup_dwo_file): Delete.
1259 (dwarf2_locate_dwp_sections): New function.
1260 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
1261 (allocate_dwp_loaded_cutus_table): New function.
1262 (open_and_init_dwp_file): New function.
1263 (lookup_dwo_cutu): New function.
1264 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
1265
1266 2012-11-03 Yao Qi <yao@codesourcery.com>
1267
1268 Fix PR gdb/14617.
1269 * breakpoint.c (trace_pass_set_count): Call
1270 observer_notify_breakpoint_modified instead of
1271 observer_notify_tracepoint_modified.
1272 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
1273
1274 2012-11-02 Tom Tromey <tromey@redhat.com>
1275
1276 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
1277 argument to complete_on_enum.
1278
1279 2012-11-02 Tom Tromey <tromey@redhat.com>
1280
1281 * configure: Rebuild.
1282 * configure.ac (build_warnings): Add -Wempty-body.
1283 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
1284 * remote.c (handle_notification): Use braces for empty 'else' body.
1285 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
1286 'else' body.
1287 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
1288 'else' body.
1289 * solib-som.c (som_relocate_section_addresses): Use braces
1290 for empty 'else' body.
1291 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
1292 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
1293
1294 2012-11-02 Pedro Alves <palves@redhat.com>
1295
1296 PR gdb/14766
1297
1298 * infrun.c (handle_inferior_event)
1299 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
1300 null_ptid before handling a vfork child exec or exit. Switch to
1301 the event ptid afterwards.
1302
1303 2012-11-02 Yao Qi <yao@codesourcery.com>
1304
1305 * std-operator.def: Remove OP_LABELED.
1306 * eval.c: Remove the declaration of 'get_label'.
1307 (get_label): Remove.
1308 (evaluate_struct_tuple): Remove code handling OP_LABELED.
1309 Update comment.
1310 Remove local variable 'variantno' and related code.
1311 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
1312 with 'fieldno'.
1313 * expprint.c (print_subexp_standard): Likewise.
1314 (dump_subexp_body_standard): Likewise.
1315 * parse.c (operator_length_standard): Likewise.
1316
1317 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
1318
1319 Incorporate ARI web page generator into GDB sources.
1320 * contrib/ari/create-web-ari-in-src.sh: New file.
1321 * contrib/ari/gdb_ari.sh: New file.
1322 * contrib/ari/gdb_find.sh: New file.
1323 * contrib/ari/update-web-ari.sh: New file.
1324
1325 2012-10-31 Tom Tromey <tromey@redhat.com>
1326
1327 * gdbarch.c: Rebuild.
1328 * gdbarch.sh: Remove references to gdbarch_swap.
1329 * corelow.c (core_open): Remove obsolete comment.
1330
1331 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
1332
1333 PR cli/14772
1334 * c-typeprint.c (c_print_type): Don't print a space for vector
1335 types, this is handled within the suffix.
1336 (c_type_print_varspec_suffix): Add a space to vector suffix.
1337
1338 2012-10-26 Pedro Alves <palves@redhat.com>
1339
1340 * amd64-tdep.c (amd64_relocate_instruction): Use
1341 store_unsigned_integer instead of memcpy.
1342 * i386-tdep.c (i386_relocate_instruction): Ditto.
1343
1344 2012-10-26 Pedro Alves <palves@redhat.com>
1345
1346 * infrun.c (handle_inferior_event): Merge handling of
1347 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
1348 switch case.
1349
1350 2012-10-26 Pedro Alves <palves@redhat.com>
1351
1352 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
1353 Remove comment.
1354
1355 2012-10-26 Pedro Alves <palves@redhat.com>
1356
1357 * target.c (target_waitstatus_to_string): Handle
1358 TARGET_WAITKIND_VFORK_DONE.
1359
1360 2012-10-26 Pedro Alves <palves@redhat.com>
1361
1362 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
1363 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
1364
1365 2012-10-24 Tristan Gingold <gingold@adacore.com>
1366
1367 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
1368 Add comments.
1369
1370 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1371
1372 * ravenscar-thread.c (ravenscar_wait): Only update the list
1373 of threads and inferior_ptid if the inferior is still alive.
1374
1375 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1376
1377 * ada-lang.c (is_known_support_routine): Use lbasename when
1378 matching the symtab's filename against
1379 known_runtime_file_name_patterns.
1380
1381 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1382
1383 * ada-lang.c (ada_same_array_size_p): New function.
1384 (ada_promote_array_of_integrals): New function.
1385 (coerce_for_assign): Add handling of arrays where the elements
1386 are integrals of a smaller size than the size of the target
1387 array element type.
1388
1389 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1390
1391 * doublest.c (convert_doublest_to_floatformat): Fix comparison
1392 against maximum exponent value.
1393
1394 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1395
1396 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
1397 "unwind-seh.c".
1398
1399 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1400
1401 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
1402 strip typedef layer when computing the fixed type's field type,
1403 only when computing its size.
1404
1405 2012-10-24 Mark Kettenis <kettenis@gnu.org>
1406
1407 PR gdb/12783
1408 * i386-tdep.c (i386_return_value): Handle complex double and long
1409 double.
1410
1411 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1412
1413 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
1414 New local variable args_len.
1415 Quote the name of the executable when computing the command line.
1416
1417 2012-10-23 Mark Kettenis <kettenis@gnu.org>
1418
1419 PR gdb/12796
1420 PR gdb/12798
1421 PR gdb/12800
1422 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
1423 AMD64_FTAG_REGNUM.
1424 * amd64-tdep.c (amd64_classify): Classify complex types.
1425 (amd64_return_value): Handle the COMPLEX_X87 class.
1426
1427 2012-10-23 Joel Brobecker <brobecker@adacore.com>
1428
1429 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
1430 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
1431
1432 2012-10-23 Joel Brobecker <brobecker@adacore.com>
1433
1434 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
1435 function.
1436 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
1437 to amd64_windows_auto_wide_charset.
1438
1439 2012-10-23 Yao Qi <yao@codesourcery.com>
1440
1441 * event-top.c (mark_async_signal_handler_wrapper): Remove.
1442 * event-top.h: Remove its declaration.
1443 (async_request_quit): Call mark_async_signal_handler instead of
1444 mark_async_signal_handler_wrapper.
1445 (async_do_nothing, async_disconnect): Likewise.
1446 (async_stop_sig): Likewise.
1447 * remote.c (handle_remote_sigint): Likewise.
1448 (handle_remote_sigint_twice): Likewise.
1449
1450 2012-10-23 Yao Qi <yao@codesourcery.com>
1451
1452 * event-top.c (sigint_token, sighup_token): Replace 'void *'
1453 with 'static struct async_signal_handler *'.
1454 (sighup_token, sigquit_token, sigstp_token): Likewise.
1455
1456 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
1457
1458 * gdbarch.sh (function_list): Use 'pstring' when printing
1459 a variable which could return NULL.
1460 * gdbarch.c: Regenerate.
1461
1462 2012-10-10 Joel Brobecker <brobecker@adacore.com>
1463 Tom Tromey <tromey@redhat.com>
1464
1465 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
1466 inneffective if condition by gdb assertion. Add function
1467 description comment.
1468
1469 2012-10-19 Joel Brobecker <brobecker@adacore.com>
1470
1471 * parser-defs.h (struct exp_descriptor): Document constraint
1472 on return value for "op_name" callbacks.
1473
1474 2012-10-18 Tom Tromey <tromey@redhat.com>
1475
1476 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
1477 * symtab.c (iterate_over_some_symtabs): Constify.
1478 * source.h (symtab_to_fullname): Return 'const char *'.
1479 * source.c (symtab_to_fullname): Return 'const char *'.
1480 * python/py-symtab.c (stpy_fullname): Constify.
1481 * cli/cli-cmds.c (edit_command): Constify.
1482 * breakpoint.c (print_breakpoint_location)
1483 (update_static_tracepoint): Constify.
1484
1485 2012-10-18 Tom Tromey <tromey@redhat.com>
1486
1487 * breakpoint.c (compare_breakpoints): Fix comparison.
1488
1489 2012-10-18 Tom Tromey <tromey@redhat.com>
1490
1491 * valprint.c (generic_emit_char, generic_printstr): Pass size of
1492 gdb_wchar_t to convert_between_encodings.
1493
1494 2012-10-17 Yao Qi <yao@codesourcery.com>
1495
1496 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
1497 more parameter 'inferior'.
1498 * corefile.c (write_memory_with_notification): Caller update.
1499
1500 * mi/mi-cmd-var.c: Include "mi-main.h".
1501 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
1502 to 1 and restore it later.
1503 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
1504 and "data-write-memory-bytes.
1505 * mi/mi-interp.c: Include objfiles.h.
1506 (mi_interpreter_init): Call observer_attach_memory_changed.
1507 (mi_memory_changed): New.
1508 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
1509 New field.
1510
1511 * NEWS: Mention new MI notification "memory-changed".
1512
1513 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1514
1515 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
1516
1517 2012-10-15 Doug Evans <dje@google.com>
1518
1519 New option -nh: inhibit loading of ~/.gdbinit.
1520 * NEWS: Mention -nh.
1521 * main.c (captured_main): Recognize and process -nh.
1522 (print_gdb_help): Mention -nh.
1523 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
1524
1525 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
1526
1527 PR backtrace/14646
1528 PR gdb/14647
1529 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
1530 pc_regnum_from_eax.
1531 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
1532 nor pc_regnum_from_eax.
1533 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
1534 nor pc_regnum_from_eax.
1535
1536 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1537
1538 Fix entry values resolving in inlined frames.
1539 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
1540 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
1541 entries of FRAME.
1542
1543 2012-10-15 Joel Brobecker <brobecker@adacore.com>
1544
1545 * configure.ac: Build with -DMS_WIN64 if building with Python
1546 enabled using GCC on amd64-windows.
1547 * configure: Regenerate.
1548
1549 2012-10-15 Tom Tromey <tromey@redhat.com>
1550
1551 PR python/14635:
1552 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
1553 to Py_None.
1554
1555 2012-10-15 Tom Tromey <tromey@redhat.com>
1556
1557 PR python/14634:
1558 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
1559
1560 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
1561
1562 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
1563 reset thread numbering back to 1.
1564
1565 2012-10-11 Doug Evans <dje@google.com>
1566
1567 PR breakpoints/14643.
1568 * linespec.c (struct ls_parser): New member keyword_ok.
1569 (linespec_lexer_lex_string): Add comment.
1570 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
1571 for one.
1572 (parse_linespec): Set keyword_ok.
1573
1574 2012-10-10 Doug Evans <dje@google.com>
1575
1576 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
1577 "0x" prefix on address in log message.
1578
1579 * dwarf2read.c (read_1_byte): Add const to buf parameter.
1580 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
1581 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
1582 (lookup_dwo_file): Add const to dwo_name parameter.
1583 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1584
1585 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1586
1587 Fix crash during stepping on ppc32.
1588 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
1589 SYM.
1590
1591 2012-10-03 Doug Evans <dje@google.com>
1592
1593 PR symtab/14601
1594 * buildsym.c (buildsym_init): Reset using_directives to NULL.
1595
1596 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
1597
1598 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
1599 output and use uint32_t not long to ensure 4 byte size.
1600
1601 2012-10-02 Joel Brobecker <brobecker@adacore.com>
1602
1603 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
1604 unref'ed it.
1605
1606 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
1607
1608 * target.c (simple_search_memory): Include access length in
1609 warning message.
1610
1611 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
1612 Edjunior Machado <emachado@linux.vnet.ibm.com>
1613
1614 PR gdb/13989
1615 * solib.c (solib_find): Prevent GDB from loading native libraries when
1616 debugging a cross-target corefile.
1617
1618 2012-09-28 selven <pcthegreat@gmail.com>
1619
1620 Make definition match declaration.
1621
1622 * regcache.c (regcache_register_status): Change return type to
1623 enum register_status.
1624
1625 2012-09-28 Yao Qi <yao@codesourcery.com>
1626
1627 * mi/mi-main.c (mi_cmd_data_write_memory): Call
1628 write_memory_with_notification instead of write_memory.
1629 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1630 instead of target_write_memory.
1631
1632 2012-09-28 Yao Qi <yao@codesourcery.com>
1633
1634 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1635 when the length of content is not an even number.
1636
1637 2012-09-27 Tom Tromey <tromey@redhat.com>
1638
1639 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1640 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1641
1642 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1643
1644 * sol-thread.c (sol_thread_fetch_registers)
1645 (sol_thread_store_registers): Delete commented out code.
1646
1647 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1648
1649 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1650 Move these functions to sparc-sol-thread.c.
1651 * sparc-sol-thread.c: New file.
1652 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1653 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1654 configurations.
1655 * configure: Regenerate.
1656
1657 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1658
1659 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1660 Remove commented-out code.
1661
1662 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1663
1664 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1665 Enable this code for sparc hosts only.
1666
1667 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1668
1669 * procfs.h (procfs_find_LDT_entry): Add declaration.
1670 * sol-thread.c (ps_lgetLDT): Delete local declaration of
1671 function procfs_find_LDT_entry.
1672
1673 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1674
1675 * procfs.c (proc_get_LDT_entry): Make static.
1676
1677 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1678
1679 * procfs.c (proc_find_memory_regions): Fix declaration.
1680
1681 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1682
1683 * amd64-tdep.c (amd64_return_value): Revert previous change
1684 that used TYPE_LENGTH directly.
1685 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1686 (bfin_store_return_value): Likewise.
1687 * cris-tdep.c (cris_store_return_value): Likewise.
1688 (cris_extract_return_value): Likewise.
1689 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1690 * hppa-tdep.c (hppa64_return_value): Likewise.
1691 * lm32-tdep.c (lm32_store_return_value): Likewise.
1692 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1693 * spu-tdep.c (spu_value_from_register): Likewise.
1694 * vax-tdep.c (vax_return_value): Likewise.
1695
1696 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1697
1698 * gdbtypes.c (lookup_array_range_type): Expand parameters
1699 LOW_BOUND and HIGH_BOUND to LONGEST.
1700 (lookup_string_range_type): Likewise.
1701 * gdbtypes.h (lookup_array_range_type): Likewise.
1702 (lookup_string_range_type): Likewise.
1703 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1704 Expand HIGHBOUND to ssize_t.
1705 (value_string): Likewise.
1706 * value.h (value_cstring): Expand parameter LEN to ssize_t.
1707 (value_string): Likewise.
1708
1709 2012-09-27 Yao Qi <yao@codesourcery.com>
1710
1711 PR breakpoints/13898
1712 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1713 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1714 per breakpoint type.
1715
1716 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1717
1718 * procfs.c: Add gdb_bfd header.
1719 * rs6000-nat.c: Likewise.
1720 * solib-pa64.c: Likewise.
1721 * spu-linux-nat.c: Likewise.
1722 * windows-nat.c: Likewise.
1723
1724 2012-09-26 Tom Tromey <tromey@redhat.com>
1725
1726 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1727
1728 2012-09-26 Tom Tromey <tromey@redhat.com>
1729
1730 * dwarf2read.c (mark_common_block_symbol_computed): New function.
1731 (read_common_block): Handle child DIEs with
1732 DW_AT_data_member_location.
1733 (new_symbol_full): Add special case for common blocks.
1734
1735 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1736 Tom Tromey <tromey@redhat.com>
1737
1738 * dwarf2read.c (read_common_block): Rewrite.
1739 (new_symbol_full): Handle DW_TAG_common_block.
1740 * f-lang.c (head_common_list, find_common_for_function):
1741 Remove.
1742 * f-lang.h (struct common_entry, struct saved_f77_common,
1743 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1744 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1745 BLANK_COMMON_NAME_LOCAL): Remove.
1746 (struct common_block): New.
1747 * f-valprint.c (list_all_visible_commons): Remove.
1748 (info_common_command_for_block): New function.
1749 (info_common_command): Use it.
1750 * stack.c (iterate_over_block_locals): Special case for
1751 COMMON_BLOCK_DOMAIN.
1752 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1753 constant.
1754 (struct general_symbol_info) <value.common_block>: New field.
1755 (SYMBOL_VALUE_COMMON_BLOCK): New define.
1756
1757 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1758 Tom Tromey <tromey@redhat.com>
1759
1760 * f-lang.c (allocate_saved_bf_node,
1761 allocate_saved_function_node, allocate_saved_f77_common_node,
1762 allocate_common_entry_node, tail_common_list, current_common,
1763 saved_bf_list, saved_bf_list_end, current_head_bf_list,
1764 tmp_bf_ptr, add_common_block, add_common_entry,
1765 find_first_common_named, patch_common_entries,
1766 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1767 global_remote_debug, get_bf_for_fcn, saved_function_list,
1768 saved_function_list_end, clear_function_list, struct saved_fcn,
1769 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1770 SAVED_BF, SAVED_BF_PTR): Remove.
1771 * f-lang.h (tail_common_list, current_common,
1772 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1773 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1774 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1775 real_main_c_value): Remove.
1776 * f-valprint.c (there_is_a_visible_common_named): Remove.
1777
1778 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
1779
1780 * breakpoint.c (update_global_location_list): Ignore previous
1781 duplicate status of a breakpoint when starting a new scan for
1782 duplicate breakpoints.
1783
1784 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
1785 PR breakpoints/14419
1786 * arm-tdep.c (arm_skip_prologue): Extending producer check to
1787 support LLVM compiler.
1788
1789 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1790
1791 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1792 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1793 (bfin_store_return_value): Likewise.
1794 * cris-tdep.c (cris_store_return_value): Likewise.
1795 (cris_extract_return_value): Likewise.
1796 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1797 * hppa-tdep.c (hppa64_return_value): Likewise.
1798 * lm32-tdep.c (lm32_store_return_value): Likewise.
1799 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1800 * spu-tdep.c (spu_value_from_register): Likewise.
1801 * vax-tdep.c (vax_return_value): Likewise.
1802
1803 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1804
1805 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1806 parameter LEN to ssize_t.
1807
1808 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1809
1810 * ada-valprint.c (ada_val_print_1): Eliminate single-use
1811 variable LEN.
1812 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1813 directly.
1814 (alpha_store_return_value): Likewise.
1815 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1816 (amd64_push_arguments): Likewise.
1817 * ax-gdb.c (gen_trace_static_fields): Likewise.
1818 (gen_traced_pop): Likewise.
1819 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1820 * breakpoint.c (update_watchpoint): Likewise.
1821 * findcmd.c (parse_find_args): Use local variable for type
1822 instead of length.
1823 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1824 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1825 (h8300_store_return_value): Likewise.
1826 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1827 Use i386_darwin_arg_type_alignment directly.
1828 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1829 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1830 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1831 (m68hc11_extract_return_value): Likewise.
1832 * mep-tdep.c (mep_push_dummy_call): Likewise.
1833 * printcmd.c (float_type_from_length): Likewise.
1834 * s390-tdep.c (s390_value_from_register): Likewise.
1835 * stack.c (read_frame_arg): Likewise.
1836 * tracepoint.c (encode_actions_1): Likewise.
1837 * valops.c (value_fetch_lazy): Use local variable for type
1838 instead of length. Use TYPE_LENGTH directly.
1839 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1840
1841 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1842
1843 * symtab.c (skip_prologue_sal): Fix typo in comment.
1844
1845 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1846
1847 * linespec.c (create_sals_line_offset): Fix typo in comment.
1848
1849 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1850
1851 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1852 use plongest to print the array size.
1853
1854 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1855
1856 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1857 * p-valprint.c (pascal_type_print_base): Likewise.
1858
1859 2012-09-22 Yao Qi <yao@codesourcery.com>
1860
1861 * remote.c (remote_get_trace_status): Remove setting default
1862 values of fields of 'ts'.
1863
1864 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1865
1866 Fix internal error on canonicalization of clang types.
1867 * cp-name-parser.y (operator): New comment at make_operator call for
1868 new, delete, new[] and delete[].
1869 (exp): Use "sizeof ". Add new comment at make_operator call.
1870
1871 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1872
1873 Fix disassemble without parameters in tailcall frame.
1874 * cli/cli-cmds.c (disassemble_current_function): Use
1875 get_frame_address_in_block.
1876
1877 2012-09-21 Tom Tromey <tromey@redhat.com>
1878
1879 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1880 TYPE_CODE_UNION>: Unify, removing a goto.
1881
1882 2012-09-21 Tom Tromey <tromey@redhat.com>
1883
1884 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1885
1886 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
1887
1888 * findvar.c (read_frame_register_value): Mark the result value as
1889 optimized out if any of the input registers have been optimized out.
1890
1891 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
1892
1893 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1894
1895 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
1896
1897 * eval.c (evaluate_subexp_standard): Eliminate single-use
1898 variable LOWER.
1899
1900 2012-09-21 Yao Qi <yao@codesourcery.com>
1901
1902 * mi/mi-interp.c: Declare mi_record_changed.
1903 (mi_interpreter_init): Call observer_attach_record_changed.
1904 (mi_record_changed): New.
1905 * record.c (record_open): Call observer_notify_record_changed.
1906 (cmd_record_stop): Call observer_notify_record_changed.
1907 * NEWS: Mention it.
1908
1909 2012-09-20 Tom Tromey <tromey@redhat.com>
1910
1911 * NEWS: Update.
1912 * python/python.c (finalize_python): New function.
1913 (_initialize_python): Make a final cleanup.
1914
1915 2012-09-19 Doug Evans <dje@google.com>
1916
1917 * buildsym.h (param_symbols): Delete, unused.
1918 (context_stack): Delete member "params", unused.
1919 * buildsym.c (push_context): Update.
1920 * dwarf2read.c (read_func_scope): Update.
1921
1922 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1923
1924 * sh-tdep.c (sh_register_convert_to_virtual)
1925 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
1926 all callers. Just do a memcpy if not the little-endian case.
1927
1928 * h8300-tdep.c (h8300_gdbarch_init): Invoke
1929 set_gdbarch_double_format and set_gdbarch_long_double_format.
1930 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1931 set_gdbarch_double_format.
1932 * sh-tdep.c (sh_gdbarch_init): Likewise.
1933
1934 * NEWS: Document the removal of SH's 'regs' command.
1935 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1936 command.
1937
1938 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1939
1940 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1941 `jump'.
1942
1943 2012-09-18 Joel Brobecker <brobecker@adacore.com>
1944
1945 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1946 language when iterating over symbols.
1947
1948 2012-09-18 Yao Qi <yao@codesourcery.com>
1949
1950 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1951 (mi_interpreter_init): Call observer_attach_tsv_created and
1952 observer_attach_tsv_deleted.
1953 (mi_tsv_created, mi_tsv_deleted): New.
1954 * tracepoint.c (delete_trace_state_variable): Call
1955 observer_notify_tsv_deleted.
1956 (trace_variable_command): Call observer_notify_tsv_created.
1957 (delete_trace_variable_command): Call
1958 observer_notify_tsv_deleted.
1959 (create_tsv_from_upload): Call observer_notify_tsv_created.
1960 * NEWS: Mention it.
1961
1962 2012-09-18 Yao Qi <yao@codesourcery.com>
1963
1964 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1965 if traceframe changed.
1966 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1967 "trace-find".
1968 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1969 (mi_interpreter_init): Hook mi_traceframe_changed to observer
1970 'traceframe_changed'.
1971 (mi_traceframe_changed): New.
1972 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1973 New field.
1974 * NEWS: Mention the new MI notification.
1975
1976 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
1977
1978 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1979
1980 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1981
1982 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1983 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
1984 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1985 Extend code also for PaX support. Convert all gdb_assert to warning
1986 calls.
1987
1988 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1989
1990 Implement auto-load user conveniences suggested by Doug Evans.
1991 * auto-load.c: Include top.h.
1992 (file_is_auto_load_safe): New variable advice_printed. Print advice.
1993 (_initialize_auto_load): New variable scripts_directory_help. Mention
1994 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1995 scripts-directory. Document in online help one can use also files for
1996 set auto-load safe-path.
1997 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1998 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1999
2000 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2001
2002 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
2003 of LEN.
2004
2005 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2006
2007 * m2-valprint.c (m2_print_array_contents): Eliminate variable
2008 ELTLEN and use TYPE_LENGTH directly.
2009 (m2_val_print): Likewise.
2010 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
2011 variable LEN and use TYPE_LENGTH directly.
2012 (m68k_svr4_store_return_value): Likewise.
2013 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
2014 ARGLEN and use TYPE_LENGTH directly.
2015 (mips_o64_push_dummy_call): Likewise.
2016 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
2017 variable LENGTH and use TYPE_LENGTH directly.
2018 (s390_function_arg_float): Likewise.
2019 (s390_function_arg_integer): Likewise.
2020 (s390_push_dummy_call): Likewise.
2021 (s390_return_value_convention): Likewise.
2022 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
2023 TYPE_LENGTH directly.
2024
2025 2012-09-17 Yao Qi <yao@codesourcery.com>
2026
2027 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
2028 Update comment to add_setshow_integer_cmd.
2029 * cli/cli-setshow.c (do_set_command): Handle case
2030 'var_zuinteger_unlimited'.
2031 (do_show_command): Likewise.
2032 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2033 for command 'remotetimeout'.
2034 * command.h (enum var_types): New zuinteger_unlimited. Update comment
2035 to var_integer.
2036 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
2037 for command 'set listsize'.
2038
2039 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2040
2041 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2042 variable LEN.
2043
2044 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2045
2046 PR 14119
2047 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2048 (frame_pop): Drop also TAILCALL_FRAME frames.
2049 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2050
2051 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2052 Pedro Alves <palves@redhat.com>
2053
2054 PR 14548
2055 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2056 function start if we are already at function start. Both for
2057 reverse-next and for reverse-step into function without line number
2058 info.
2059
2060 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2061
2062 Code cleanup - rename 'inline' depth to 'artificial' depth.
2063 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2064 frame_id_artificial_p, extend the comment.
2065 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2066 * frame.c (fprint_frame_id): Rename at a user, change debug output
2067 text to "artificial=".
2068 (skip_inlined_frames): Rename to ...
2069 (skip_artificial_frames): ... here. Extend the comment.
2070 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2071 (frame_id_inlined_p): Rename to ...
2072 (frame_id_artificial_p): ... here. Rename at a user.
2073 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2074 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2075 at a user.
2076 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2077 Extend the comment.
2078 (frame_id_inlined_p): Rename to ...
2079 (frame_id_artificial_p): ... here.
2080 * inline-frame.c (inline_frame_this_id): Rename at a user.
2081
2082 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
2083
2084 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2085 vector variables using vector_size syntax rather than array
2086 syntax.
2087
2088 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2089
2090 * valarith.c (value_concat): Replace unsafe ALLOCA with
2091 XMALLOC/XFREE.
2092
2093 2012-09-14 Pedro Alves <palves@redhat.com>
2094
2095 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2096
2097 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
2098
2099 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2100 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2101 data-directory as appropriate.
2102
2103 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2104
2105 * printcmd.c (ui_printf): Eliminate single-use variable
2106 PARAM_LEN.
2107
2108 2012-09-14 Yao Qi <yao@codesourcery.com>
2109 Pedro Alves <palves@redhat.com>
2110
2111 * valops.c (value_assign): Move observer_notify_target_changed
2112 below to replace reinit_frame_cache.
2113
2114 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
2115
2116 Refactor Python "gdb" module into a proper Python package, by
2117 introducing a new "_gdb" module for code implemented in C, and
2118 using reload/__import__ instead of exec.
2119 * python/lib/gdb/__init__.py: Import * from _gdb.
2120 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2121 prompt_hook, sys.argv): Moved from finish_python_initialization.
2122 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2123 (packages, auto_load_packages): New list and function replacing
2124 module_dict and auto-loading code, using __file__ instead of
2125 gdb.PYTHONDIR and reload/__import__ instead of exec.
2126 (GdbSetPythonDirectory): Replacing function of the same name
2127 from finish_python_initialization, using reload/__import__ instead
2128 of exec, as well as call auto_load_packages.
2129 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2130 gdb_python_module and not gdb_module.
2131 * python/python-internal.h (gdb_python_module): Declare.
2132 * python/python.c (gdb_python_module): New global.
2133 (before_prompt_hook): Check gdb_python_module and not gdb_module.
2134 (_initialize_python): Rename gdb module to _gdb.
2135 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2136 (finish_python_initialization): Move Python code to
2137 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2138 __main__.
2139
2140 2012-09-13 Pedro Alves <palves@redhat.com>
2141
2142 * Makefile.in (COMMON_OBS): Add registry.o.
2143 * registry.c: New file.
2144 * registry.h (struct registry_container): Declare.
2145 (registry_data_callback): New typedef.
2146 (struct registry_data, struct registry_data_registration, struct
2147 registry_data_registry): New type.
2148 (register_data_with_cleanup, registry_alloc_data)
2149 (registry_callback_adaptor, registry_clear_data)
2150 (registry_container_free_data, registry_set_data, registry_data):
2151 Declare.
2152 (DEFINE_REGISTRY): Refactor structures and functions as shims over
2153 the new common structures and functions.
2154 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
2155 callback typedefs.
2156
2157 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
2158
2159 * remote.c (remote_insert_hw_breakpoint): Throw exception if
2160 there is an error inserting hardware breakpoints and use the
2161 error message from the target.
2162
2163 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
2164 Catch this exception and print the error message contained within. Do not
2165 print the default hardware error breakpoint message in this case.
2166
2167 2012-09-12 Doug Evans <dje@google.com>
2168
2169 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2170 cu == NULL.
2171
2172 2012-09-11 Doug Evans <dje@google.com>
2173
2174 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
2175 .gdb_index symbol attributes if there are none.
2176
2177 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2178
2179 * symtab.h (struct minimal_symbol) [has_size]: New field.
2180 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
2181 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
2182 * printcmd.c (build_address_symbolic): Only filter out zero-sized
2183 minimal symbols if the symbol's size is actually known.
2184 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
2185 of msymbol's size field. Add comment.
2186 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2187 SET_MSYMBOL_SIZE to set the minimal symbol size.
2188
2189 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2190
2191 * minsyms.c (install_minimal_symbols): Use memset to fill entire
2192 minimal_symbol struct object, rather than setting some of its
2193 fields one by one.
2194
2195 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
2196
2197 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2198 passed_a_ptr flag when displaying typedef types.
2199
2200 2012-09-10 Joel Brobecker <brobecker@adacore.com>
2201
2202 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2203 the optimized_out flag is preserved.
2204
2205 2012-09-10 Anthony Green <green@moxielogic.com>
2206
2207 * moxie-tdep.c (moxie_analyze_prologue): Update for function
2208 prologue changes in GCC.
2209
2210 2012-09-10 Keith Seitz <keiths@redhat.com>
2211
2212 PR gdb/13483
2213 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2214 (BOOL_CONVERSION_BADNESS): ... this.
2215 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2216 (rank_one_type): Allow all boolean conversions
2217 permitted by the standard.
2218
2219 2012-09-06 Tom Tromey <tromey@redhat.com>
2220
2221 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2222 Don't decref py_objfile.
2223
2224 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
2225
2226 Do not enable -lmcheck by default when Python is enabled with
2227 threading support.
2228 * configure.ac: (python_has_threads) New variable, by testing
2229 if WITH_THREAD is defined in Python.h.
2230 Move --enable-lmcheck after --with-python.
2231 Do not enable -lmcheck by default if python_has_threads=yes.
2232 Warn if --enable-lmcheck and python_has_threads=yes.
2233 * configure: Regenerate.
2234
2235 2012-08-31 Yao Qi <yao@codesourcery.com>
2236
2237 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
2238 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
2239 Update some commands.
2240 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
2241 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
2242 to 1.
2243
2244 2012-08-31 Yao Qi <yao@codesourcery.com>
2245
2246 * mi/mi-cmds.c (mi_cmds): Add 'static'.
2247
2248 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
2249
2250 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
2251
2252 2012-08-29 Doug Evans <dje@google.com>
2253
2254 * main.c (print_gdb_help): Remove reference to
2255 --use-deprecated-index-sections.
2256
2257 2012-08-28 Yao Qi <yao@codesourcery.com>
2258
2259 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
2260 (init_cmds): Call add_setshow_uinteger_cmd for command
2261 'max-user-call-depth'.
2262 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
2263 declaration of 'max_user_call_depth'.
2264 * frame.c (backtrace_limit): Add 'unsigned'.
2265 (_initialize_frame): Call add_setshow_uinteger_cmd for command
2266 'limit'.
2267 * remote.c (remoteaddresssize): Add 'unsigned'.
2268 (remote_address_masked): Change local var 'address_size' to
2269 'unsigned'.
2270 (_initialize_remote): Call add_setshow_uinteger_cmd for
2271 'remoteaddresssize'.
2272 * top.c (history_size): Add 'unsigned'.
2273 (show_commands): Change local variables to 'unsigned'.
2274 (set_history_size_command): Don't check history_size is negative.
2275 Adjust the condition to call unstifle_history and set history_size
2276 to UNIT_MAX.
2277
2278 2012-08-28 Pedro Alves <palves@redhat.com>
2279
2280 PR gdb/14428
2281
2282 * infcmd.c (default_print_one_register_info): New, factored out
2283 from default_print_registers_info.
2284 (default_print_registers_info): Use it. Mark value unavailable if
2285 necessary.
2286 (registers_info): Print user registers with
2287 default_print_one_register_info.
2288
2289 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
2290
2291 PR tui/14486
2292 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
2293 is not NULL before referencing it.
2294
2295 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2296
2297 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
2298 variable pc. Call find_pc_line instead of find_pc_overlay, restore
2299 original PC for it.
2300
2301 2012-08-27 Eli Zaretskii <eliz@gnu.org>
2302 Jan Kratochvil <jan.kratochvil@redhat.com>
2303
2304 * auto-load.c (auto_load_objfile_script): Rename to ...
2305 (auto_load_objfile_script_1): ... here, change variable realname to
2306 parameter realname, document it, add return value, add variable retval.
2307 (auto_load_objfile_script): New function.
2308
2309 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2310
2311 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
2312 followed by a whitespace.
2313
2314 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2315
2316 PR gdb/14494.
2317 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
2318 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
2319 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
2320 here.
2321
2322 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
2323
2324 * memattr.c (create_mem_region): Fix memory region overlapping
2325 checking.
2326
2327 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
2328
2329 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
2330 with xmalloc/cleanup.
2331 * mt-tdep.c (mt_push_dummy_call): Likewise.
2332 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2333 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2334
2335 2012-08-24 Yao Qi <yao@codesourcery.com>
2336
2337 * jv-exp.y (push_expression_name): Add "." at the end of error
2338 message.
2339
2340 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2341
2342 Document how to return from "python-interactive" to GDB.
2343 * python/python.c (_initialize_python): Update documentation.
2344
2345 2012-08-23 Pedro Alves <palves@redhat.com>
2346
2347 * infrun.c (_initialize_infrun) <handle command help text>:
2348 Mention that multiple signals are supported.
2349
2350 2012-08-23 Pedro Alves <palves@redhat.com>
2351
2352 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
2353 string.
2354
2355 2012-08-23 Yao Qi <yao@codesourcery.com>
2356
2357 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
2358 (tfind_1): Don't call registers_changed, set_traceframe_num,
2359 and clear_traceframe_info.
2360 Call set_current_traceframe.
2361 (set_current_traceframe): call set_traceframe_num.
2362
2363 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
2364
2365 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
2366 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
2367
2368 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2369
2370 Enable readline in Python in a GDB-specific way and block the
2371 standard Python readline module to prevent conflicts with GDB.
2372 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
2373 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
2374 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
2375 * python/py-gdb-readline.c: New file.
2376 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
2377 prototype.
2378 * python/python.c (_initialize_python): Call
2379 gdbpy_initialize_gdb_readline.
2380
2381 2012-08-22 Keith Seitz <keiths@redhat.com>
2382
2383 * defs.h: Include build-gnulib/config.h
2384
2385 2012-08-22 Joseph Myers <joseph@codesourcery.com>
2386
2387 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
2388 and blx pc.
2389
2390 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2391
2392 Add a new "python-interactive" command that starts a standard
2393 Python interactive prompt with "pi" as alias, and add "py" as
2394 an alias to "python".
2395 * NEWS: Mention the new commands.
2396 * python/python.c (eval_python_command): New function.
2397 (python_interactive_command): For "python-interactive" with
2398 arguments, call eval_python_command. For "python-interactive"
2399 without arguments, call PyRun_InteractiveLoop.
2400 (_initialize_python): Add "python-interactive" command with
2401 "pi" as alias, and add "py" as an alias to "python".
2402
2403 2012-08-22 Tom Tromey <tromey@redhat.com>
2404
2405 * defs.h (quit_flag): Don't declare.
2406 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
2407 (QUIT): Use new functions.
2408 * event-top.c (command_handler): Use clear_quit_flag.
2409 (handle_sigint): Use set_quit_flag.
2410 (async_request_quit): Use check_quit_flag. Don't check
2411 immediate_quit.
2412 * exceptions.c (throw_exception): Use clear_quit_flag.
2413 * main.c (captured_main): Use clear_quit_flag.
2414 * python/python.c (clear_quit_flag, set_quit_flag)
2415 (check_quit_flag): New functions.
2416 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
2417 clear_quit_flag.
2418 * remote.c (remote_wait_as): Use check_quit_flag,
2419 clear_quit_flag.
2420 (remote_start_remote): Call QUIT.
2421 * symfile.c (load_progress): Use check_quit_flag.
2422 * top.c (command_loop): Use clear_quit_flag.
2423 (command_line_input): Call QUIT.
2424 * utils.c (quit_flag): Conditionally define.
2425 (clear_quit_flag, check_quit_flag, set_quit_flag): New
2426 functions.
2427 (prompt_for_continue): Call QUIT. Use quit, not
2428 async_request_quit.
2429 * remote-mips.c (mips_expect_timeout): Call QUIT.
2430 * monitor.c (monitor_expect): Call QUIT.
2431
2432 2012-08-22 Tom Tromey <tromey@redhat.com>
2433
2434 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
2435 (async_init_signals): Update.
2436 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
2437 (SIGWINCH_HANDLER_BODY): Remove.
2438
2439 2012-08-22 Tom Tromey <tromey@redhat.com>
2440
2441 * jit.c (jit_object_close_impl): Don't malloc the objfile
2442 name.
2443 * objfiles.c (allocate_objfile): Don't malloc the objfile
2444 name.
2445 (free_objfile): Don't free the objfile name.
2446 * objfiles.h (struct objfile) <name>: Update comment.
2447 * symfile.c (reread_symbols): Fix reference counting. Don't
2448 malloc objfile name.
2449
2450 2012-08-22 Tom Tromey <tromey@redhat.com>
2451
2452 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2453 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
2454 (symfile_bfd_open): Likewise.
2455 (generic_load): Likewise.
2456 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
2457 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2458 gdb_bfd_open.
2459 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2460 Use gdb_bfd_open.
2461 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
2462 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
2463 (pmon_load_fast): Likewise.
2464 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
2465 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
2466 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
2467 (macho_check_dsym): Likewise.
2468 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
2469 (m32r_upload_command): Likewise.
2470 * gdb_bfd.h (gdb_bfd_cache): Declare.
2471 * gdb_bfd.c (struct gdb_bfd_data): New.
2472 (gdb_bfd_cache): New global.
2473 (struct gdb_bfd_cache_search): New.
2474 (hash_bfd): New function.
2475 (eq_bfd): Likewise.
2476 (gdb_bfd_open): Likewise.
2477 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
2478 (gdb_bfd_unref): Remove closed BFD from cache. Update for
2479 gdb_bfd_data.
2480 * exec.c (exec_file_attach): Use gdb_bfd_open.
2481 * dsrec.c (load_srec): Use gdb_bfd_open.
2482
2483 2012-08-22 Tom Tromey <tromey@redhat.com>
2484
2485 * dwarf2read.c (macro_start_file): Update.
2486 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
2487 (free_objfile_per_bfd_storage): Destroy macro_cache.
2488 (allocate_objfile, free_objfile): Update.
2489 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
2490 New field.
2491 (struct objfile) <macro_cache>: Remove.
2492 * symfile.c (reread_symbols): Update.
2493 * symmisc.c (print_symbol_bcache_statistics): Update.
2494 (print_objfile_statistics): Update.
2495
2496 2012-08-22 Tom Tromey <tromey@redhat.com>
2497
2498 * elfread.c (elf_symtab_read): Update.
2499 * objfiles.c (objfiles_bfd_data): New global.
2500 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
2501 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
2502 (allocate_objfile, free_objfile): Update.
2503 (_initialize_objfiles): Initialize objfiles_bfd_data.
2504 * objfiles.h (struct objfile_per_bfd_storage): New.
2505 (struct objfile) <per_bfd>: New field.
2506 <filename_cache>: Remove.
2507 (set_objfile_per_bfd): Declare.
2508 * symfile.c (reread_symbols): Update. Call
2509 set_objfile_per_bfd.
2510 (allocate_symtab): Update.
2511 * symmisc.c (print_symbol_bcache_statistics): Update.
2512 (print_objfile_statistics): Print the size of the BFD obstack.
2513
2514 2012-08-22 Tom Tromey <tromey@redhat.com>
2515
2516 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
2517 * gdb_bfd.c: Use DEFINE_REGISTRY.
2518 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
2519 (gdb_bfd_ref): Call bfd_alloc_data.
2520 (gdb_bfd_unref): Call bfd_free_data.
2521
2522 2012-08-22 Tom Tromey <tromey@redhat.com>
2523
2524 * registry.h (struct registry_fields): New.
2525 (REGISTRY_FIELDS): Redefine.
2526 (REGISTRY_ACCESS_FIELD): New macro.
2527 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
2528 functions.
2529
2530 2012-08-22 Tom Tromey <tromey@redhat.com>
2531
2532 * auto-load.c (_initialize_auto_load): Update.
2533 * solib-svr4.c (_initialize_svr4_solib): Update
2534 * solib-dsbt.c (_initialize_dsbt_solib): Update.
2535 * solib-darwin.c (_initialize_darwin_solib): Update.
2536 * registry.h: New file.
2537 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
2538 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
2539 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
2540 (register_program_space_data_with_cleanup)
2541 (register_program_space_data, program_space_alloc_data)
2542 (clear_program_space_data, set_program_space_data)
2543 (program_space_data): Don't declare.
2544 * progspace.c: Use DEFINE_REGISTRY.
2545 (struct program_space_data, struct
2546 program_space_data_registration, struct
2547 program_space_data_registry, program_space_data_registry)
2548 (register_program_space_data_with_cleanup)
2549 (register_program_space_data, program_space_alloc_data)
2550 (program_space_free_data, clear_program_space_data)
2551 (set_program_space_data, program_space_data): Remove.
2552 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
2553 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
2554 (register_objfile_data_with_cleanup, register_objfile_data)
2555 (clear_objfile_data, set_objfile_data, objfile_data): Don't
2556 declare.
2557 * objfiles.c: Use DEFINE_REGISTRY.
2558 (struct objfile_data, struct objfile_data_registration, struct
2559 objfile_data_registry, objfile_data_registry)
2560 (register_objfile_data_with_cleanup, register_objfile_data)
2561 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
2562 (set_objfile_data, objfile_data): Remove.
2563 (_initialize_objfiles): Update.
2564 * jit.c (_initialize_jit): Update.
2565 * inflow.c (_initialize_inflow): Update.
2566 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
2567 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
2568 (register_inferior_data_with_cleanup, register_inferior_data)
2569 (clear_inferior_data, set_inferior_data, inferior_data): Don't
2570 declare.
2571 * inferior.c: Use DEFINE_REGISTRY.
2572 (struct inferior_data, struct inferior_data_registration, struct
2573 inferior_data_registry, inferior_data_registry)
2574 (register_inferior_data_with_cleanup, register_inferior_data)
2575 (inferior_alloc_data, inferior_free_data clear_inferior_data)
2576 (set_inferior_data, inferior_data): Remove.
2577 * auxv.c (_initialize_auxv): Update.
2578 * ada-lang.c (_initialize_ada_language): Update.
2579 * breakpoint.c (_initialize_breakpoint): Update.
2580 * i386-nat.c (i386_use_watchpoints): Update.
2581
2582 2012-08-22 Tom Tromey <tromey@redhat.com>
2583
2584 * exec.c (exec_close, exec_file_attach): Update.
2585 (add_to_section_table): Initialize 'key' field.
2586 (add_target_sections, remove_target_sections): Add 'key' argument.
2587 * exec.h (add_target_sections, remove_target_sections): Add
2588 'key' argument.
2589 * solib.c (solib_map_sections, update_solib_list, clear_solib)
2590 (reload_shared_libraries_1): Update.
2591 * target.h (struct target_section) <key>: New field.
2592
2593 2012-08-22 Tom Tromey <tromey@redhat.com>
2594
2595 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2596
2597 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
2598
2599 * symfile.c (allocate_symtab): Use host_address_to_string
2600 function instead of cast of pointer to long which is not
2601 compatible with x86_64-w64-mingw32 build.
2602
2603 2012-08-19 Andrew Pinski <apinski@cavium.com>
2604
2605 * mips-tdep.c (is_octeon): New function.
2606 (is_octeon_bbit_op): New function.
2607 (mips32_next_pc): Handle Octeon's bbit instructions.
2608 (mips32_instruction_has_delay_slot): Likewise.
2609
2610 2012-08-19 Andrew Pinski <apinski@cavium.com>
2611
2612 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
2613 before the function.
2614
2615 2012-08-19 Andrew Pinski <apinski@cavium.com>
2616
2617 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2618
2619 2012-08-19 Keith Seitz <keiths@redhat.com>
2620
2621 PR c++/14365
2622 * c-typeprint.c (c_type_print_varspec_prefix): Pass
2623 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2624
2625 2012-08-18 Eli Zaretskii <eliz@gnu.org>
2626
2627 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2628 The typo broke "make TAGS".
2629
2630 2012-08-17 Joel Brobecker <brobecker@adacore.com>
2631
2632 GDB 7.5 released.
2633
2634 2012-08-17 Keith Seitz <keiths@redhat.com>
2635
2636 PR c++/13356
2637 * gdbtypes.c (strict_type_checking): New variable.
2638 (show_strict_type_checking): New function.
2639 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2640 if strict type checking is disabled.
2641 (_initialize_gdbtypes): Add "check type" subcommand.
2642 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2643
2644 2012-08-17 Keith Seitz <keiths@redhat.com>
2645
2646 * language.h (type_mode): Remove.
2647 (type_check): Remove.
2648 (struct language_defn): Remove la_type_check.
2649 (STRICT_TYPE): Remove unused macro.
2650 (type_error): Remove.
2651 * language.c (set_type_range_case): Renamed to ...
2652 (set_range_case): ... this. Update all callers.
2653 Remove type_mode/type_check.
2654 (type_mode): Remove.
2655 (type_check): Remove.
2656 (show_type_command): Remove.
2657 (set_type_command): Remove.
2658 (language_info): Remove type checking output.
2659 (type_error): Remove unused function.
2660 (range_error): Update comment.
2661 (unknown_language_defn): Remove la_type_check.
2662 (auto_language_defn): Likewise.
2663 (local_language_defn): Likewise.
2664 (_initialize_language): Remove "check type" subcommand.
2665 * ada-lang.c (ada_language_defn): Remove la_type_check.
2666 * c-lang.c (c_language_defn): Likewise.
2667 (cplus_language_defn): Likewise.
2668 (asm_language_defn): Likewise.
2669 (minimal_language_defn): Likewise.
2670 * d-lang.c (d_language_defn): Likewise.
2671 * f-lang.c (f_language_defn): Likewise.
2672 * go-lang.c (go_language_defn): Likewise.
2673 * jv-lang.c (java_language_defn): Likewise.
2674 * m2-lang.c (m2_language_defn): Likewise.
2675 * objc-lang.c (objc_language_defn): Likewise.
2676 * opencl-lang.c (opencl_language_defn): Likewise.
2677 * p-lang.c (pascal_language_defn): Likewise.
2678
2679 2012-08-16 Mike Frysinger <vapier@gentoo.org>
2680
2681 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2682
2683 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2684
2685 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2686 New function.
2687 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2688 using the regache. Use ia64_hpux_get_register_from_save_state_t
2689 to access the bsp and bspstore registers if not.
2690
2691 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2692
2693 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2694 * breakpoint.c (detach_breakpoints): Change pid parameter into
2695 a ptid. Adjust code accordingly.
2696 * infrun.c (handle_inferior_event): Delete variable child_pid.
2697 Update call to detach_breakpoints to pass the child ptid for
2698 fork events.
2699 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2700 assert that inferior_ptid's lwp is zero.
2701 (linux_handle_extended_wait): Update call to detach_breakpoints.
2702 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2703 detach_breakpoints.
2704
2705 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2706
2707 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2708 parent, only call detach_breakpoints if tts.tts_event ==
2709 TTEVT_VFORK.
2710
2711 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2712
2713 * dwarf2-frame.c (dwarf2_frame_cache): Use
2714 get_frame_address_in_block instead of get_frame_pc as
2715 the bound for executing the frame's FDE.
2716
2717 2012-08-16 Yao Qi <yao@codesourcery.com>
2718
2719 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2720 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2721 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2722 (c_type_print_varspec_suffix): Likewise.
2723 * eval.c (evaluate_subexp_standard): Likewise.
2724 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2725 (f_type_print_varspec_suffix): Likewise.
2726 * gdbtypes.c (is_scalar_type): Likewise.
2727 (recursive_dump_type): Likewise.
2728 * infcall.c (value_arg_coerce): Likewise.
2729 * m2-valprint.c (m2_val_print): Likewise.
2730 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2731 (pascal_type_print_varspec_suffix): Likewise.
2732 (pascal_type_print_base): Likewise.
2733 * p-valprint.c (pascal_val_print): Likewise.
2734 (pascal_val_print): Likewise.
2735 * valops.c (value_slice): Likewise.
2736 * valprint.c (scalar_type_p): Likewise.
2737 * valarith.c (value_bitstring_subscript): Remove.
2738 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2739 Remove comment on TYPE_CODE_BITSTRING.
2740
2741 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2742 TYPE_CODE_BITSTRING.
2743
2744 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2745 slot 0.
2746
2747 2012-08-16 Yao Qi <yao@codesourcery.com>
2748
2749 * tracepoint.c (trace_find_none_command): Remove.
2750 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2751
2752 2012-08-16 Yao Qi <yao@codesourcery.com>
2753
2754 * remote.c (handle_notification): Remove parameter 'length'.
2755 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2756
2757 2012-08-15 Keith Seitz <keiths@redhat.com>
2758
2759 * gdbtypes.c (opaque_type_resolution): Make static.
2760 Add missing comment.
2761 (overload_debug): Add missing comment.
2762 (show_opaque_type_resolution): Likewise.
2763 (show_overload_debug): Likewise.
2764 (print_bit_vector): Remove unnecessary forward declaration.
2765 (print_arg_types): Likewise.
2766 (dump_fn_fieldlists): Likewise.
2767 (print_cplus_stuff): Likewise.
2768
2769 2012-08-15 Tom Tromey <tromey@redhat.com>
2770
2771 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2772 (gdb_bfd_ref): Initialize new field.
2773 (gdb_bfd_unref): Unref the archive BFD.
2774 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2775 parent archive.
2776
2777 2012-08-15 Tom Tromey <tromey@redhat.com>
2778
2779 PR python/14387:
2780 * python/py-bpevent.c (create_breakpoint_event_object): Update
2781 comment.
2782 * python/py-event.c (evpy_add_attribute): Update comment.
2783 * python/py-exitedevent.c (create_exited_event_object): Fix
2784 reference counting and error handling.
2785 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2786 Fix reference counting.
2787 * python/py-signalevent.c (create_signal_event_object): Fix
2788 reference counting and error handling.
2789 * python/py-stopevent.c (emit_stop_event): Fix reference
2790 counting.
2791 * python/py-threadevent.c (get_event_thread): Return a
2792 borrowed reference.
2793 * python/py-type.c (convert_field): Fix reference counting.
2794
2795 2012-08-15 Tom Tromey <tromey@redhat.com>
2796
2797 * dwarf2read.c (dwarf_decode_macro_bytes)
2798 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2799 as hash key.
2800
2801 2012-08-14 Mike Frysinger <vapier@gentoo.org>
2802
2803 * infcmd.c (_initialize_infcmd): Update help text for the signal,
2804 stepi, nexti, finish, next, step, jump, and continue commands.
2805 * infrun.c (_initialize_infrun): Update help text for the handle
2806 command.
2807
2808 2012-08-14 Doug Evans <dje@google.com>
2809
2810 * gdbtypes.c (struct extra): Delete, unused.
2811
2812 * gdbtypes.c: Whitespace cleanup.
2813 (address_space_name_to_int): Remove "extern" from definition.
2814 (_initialize_gdbtypes): Declare with initialize_file_ftype.
2815
2816 * gdbtypes.c (make_pointer_type): Remove redundant setting of
2817 TYPE_POINTER_TYPE (type).
2818
2819 2012-08-14 Gary Benson <gbenson@redhat.com>
2820
2821 * solib-svr4.c (svr4_free_library_list): Use free_so.
2822
2823 2012-08-13 Mike Frysinger <vapier@gentoo.org>
2824
2825 * .gitignore: Add go-exp.c.
2826
2827 2012-08-13 Doug Evans <dje@google.com>
2828
2829 * value.c (show_convenience): Tweak comment.
2830 (_initialize_values): Mention convenience functions in the help text
2831 for "show convenience".
2832
2833 2012-08-13 Yao Qi <yao@codesourcery.com>
2834
2835 * std-operator.def: Remove TERNOP_SLICE_COUNT.
2836 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2837 TERNOP_SLICE_COUNT.
2838 * eval.c (evaluate_subexp_standard): Likewise.
2839 * expprint.c (print_subexp_standard): Likewise.
2840 (dump_subexp_body_standard): Likewise.
2841 * parse.c (operator_length_standard): Likewise.
2842
2843 2012-08-13 Yao Qi <yao@codesourcery.com>
2844
2845 * std-operator.def: Remove OP_BITSTRING.
2846 * breakpoint.c (watchpoint_exp_is_const): Update.
2847 * eval.c (evaluate_subexp_standard): Remove handling to
2848 OP_BITSTRING.
2849 * expprint.c (print_subexp_standard): Likewise.
2850 (dump_subexp_body_standard): Likewise.
2851 * parse.c (operator_length_standard): Likewise.
2852 * valops.c (value_bitstring): Remove.
2853 * value.h: Remove the declaration of 'value_bitstring'.
2854
2855 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2856
2857 * linespec.c (find_methods): Remove unused variables `i1' and
2858 `name_len'.
2859 (decode_line_full): Likewise for `arg_start'.
2860
2861 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2862
2863 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2864 (zlib_decompress_section): Likewise for `section_data'.
2865 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2866
2867 2012-08-10 Doug Evans <dje@google.com>
2868
2869 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2870 * NEWS: Document them.
2871 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2872 function/strfns.py.
2873 * python/py-type.c (typy_array_1): New function.
2874 (typy_array): Call it.
2875 (typy_vector): New function.
2876 (type_object_methods): Add "vector".
2877 * python/lib/gdb/function/__init__.py: New file.
2878 * python/lib/gdb/function/strfns.py: New file.
2879
2880 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
2881
2882 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2883 for TYPE_FIELD_BITPOS.
2884 (typy_get_sizeof): Likewise for TYPE_LENGTH.
2885
2886 2012-08-10 Mike Frysinger <vapier@gentoo.org>
2887
2888 PR cli/10436:
2889 * common/vec.h (VEC_merge): Define.
2890 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2891 (DEF_VEC_ALLOC_FUNC_P): Likewise.
2892 (DEF_VEC_ALLOC_FUNC_O): Likewise.
2893 * completer.c: Include gdb_signals.h.
2894 (signal_completer): Define.
2895 * completer.h (signal_completer): Add prototype.
2896 * infcmd.c (_initialize_infcmd): Assign the command
2897 completer for "signal" to handle_completer.
2898 * infrun.c: Include completer.h.
2899 (handle_completer): Define.
2900 (_initialize_infrun): Declare a new local variable c. Store the
2901 result of add_com("handle") to it. Assign the command
2902 completer for "handle" to handle_completer.
2903
2904 2012-08-09 Yao Qi <yao@codesourcery.com>
2905
2906 * cli/cli-decode.c (set_cmd_prefix): New.
2907 (lookup_cmd_for_prefixlist): New.
2908 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2909 of each cmd_list_element in *prefixlist.
2910 (add_setshow_cmd_full): set_cmd_prefix.
2911 (add_alias_cmd): Likewise.
2912 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2913 Declare 'auto_boolean_enums'.
2914 * cli/cli-setshow.c: Include "observer.h".
2915 (notify_command_param_changed_p): New.
2916 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2917 Remove 'static'.
2918 (do_setshow_command): Split it to ...
2919 (do_set_command, do_show_command): ... them. New.
2920 (do_set_command): Call observer_notify_command_param_changed if
2921 notify_command_param_changed_p returns true.
2922 (cmd_show_list): Caller update.
2923 * auto-load.c (set_auto_load_cmd): Likewise.
2924 * remote.c (show_remote_cmd): Likewise.
2925 * cli/cli-setshow.h: Update declarations.
2926 * top.c (execute_command): Call do_set_command and do_show_command.
2927
2928 * NEWS: Mention new MI notification.
2929 * mi/mi-interp.c: Declare mi_command_param_changed.
2930 (mi_interpreter_init): Attach mi_command_param_changed to
2931 observer command_param_changed.
2932 (mi_command_param_changed): New.
2933 Remove mi_suppress_breakpoint_notifications.
2934 Define global variable mi_suppress_notification.
2935 (mi_breakpoint_created): Update.
2936 (mi_breakpoint_deleted): Likewise.
2937 (mi_breakpoint_modified): Likewise.
2938 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
2939 'gdb-set' and set mi_suppress_notification.
2940 * mi/mi-main.h: (mi_suppress_notification): New struct.
2941
2942 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
2943 Jan Kratochvil <jan.kratochvil@redhat.com>
2944
2945 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2946
2947 2012-08-09 Yao Qi <yao@codesourcery.com>
2948
2949 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2950 (skiplist): Move it to skip.c.
2951 (init_cmd_lists): Remove code setting enablebreaklist and
2952 skiplist to NULL.
2953 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2954 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2955 skiplist.
2956 * gdbcmd.h: Likewise.
2957 * skip.c (_initialize_step_skip): Move 'skiplist' from
2958 cli/cli-cmds.c.
2959
2960 2012-08-09 Yao Qi <yao@codesourcery.com>
2961
2962 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2963 * gnu-nat.c, symfile.c: Likewise.
2964
2965 2012-08-08 Aaron Gamble <agamble@google.com>
2966
2967 * utils.c (prompt_for_continue_wait_time): New static global.
2968 (make_command_stats_cleanup): Initialize it.
2969 (report_command_stats): Subtract time waiting for user.
2970 (prompt_for_continue): Track time waiting for user.
2971 (defaulted_query): Track time waiting for user.
2972
2973 2012-08-08 Doug Evans <dje@google.com>
2974
2975 * eval.c (evaluate_subexp_standard): Fix thinko in handling
2976 UNOP_MEMVAL_TYPE.
2977 * expprint.c (print_subexp_standard, case OP_TYPE): New.
2978 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2979 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2980 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2981 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2982 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2983 elt.
2984 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2985 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2986 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2987 (dump_prefix_expression): Handle OP_TYPE.
2988
2989 2012-08-08 Keith Seitz <keiths@redhat.com>
2990
2991 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2992 addr_start.
2993
2994 2012-08-08 Doug Evans <dje@google.com>
2995
2996 * linux-thread-db.c: #include "gdb_vecs.h".
2997 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
2998 updated.
2999 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
3000 (thread_db_load_search): Use a vector to iterate over path elements.
3001 Handle text appearing after "$pdir".
3002
3003 * gdb_string.h: Moved to ...
3004 * common/gdb_string.h: ... here.
3005 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
3006 gdb_string.h and gdb_assert.h.
3007
3008 2012-08-08 Yao Qi <yao@codesourcery.com>
3009
3010 * tic6x-tdep.c (tic6x_register_to_value): Remove.
3011 (tic6x_value_to_register): Likewise.
3012 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
3013 and set_gdbarch_value_to_register.
3014
3015 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3016 Jean-Marc Saffroy <saffroy@gmail.com>
3017
3018 PR 11804
3019 * defs.h (find_memory_region_ftype): New comment. New arg modified.
3020 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
3021 * gcore.c (gcore_create_callback): New function comment. Add modified
3022 parameter. Only write modified regions. Set SEC_READONLY exactly
3023 according to MODIFIED.
3024 (objfile_find_memory_regions): Ignore separate debug info files. Ass
3025 the passed modified value to FUNC.
3026 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
3027 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
3028 first. New variables modified and has_anonymous. Parse the lines of
3029 smaps file. Add the passed MODIFIED value to FUNC.
3030 * procfs.c (find_memory_regions_callback): Add the passed modified
3031 value.
3032
3033 2012-08-06 Tom Tromey <tromey@redhat.com>
3034
3035 * dwarf2-frame.c (clear_pointer_cleanup): New function.
3036 (dwarf2_frame_cache): Use it.
3037 * frame-unwind.h (frame_sniffer_ftype): Document prologue
3038 cache initialization constraint.
3039
3040 2012-08-06 Tom Tromey <tromey@redhat.com>
3041
3042 PR python/14386:
3043 * varobj.c (update_dynamic_varobj_children): Don't call
3044 PyIter_Check.
3045
3046 2012-08-06 Tom Tromey <tromey@redhat.com>
3047
3048 PR cli/14392:
3049 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3050
3051 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3052
3053 * NEWS: New entry for 'cd' default parameters.
3054 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3055
3056 2012-08-03 Tom Tromey <tromey@redhat.com>
3057
3058 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3059 return.
3060
3061 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3062
3063 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3064 to attempting lseek/write.
3065 (inf_child_fileio_pread): Likewise for pread.
3066
3067 2012-08-02 Yao Qi <yao@codesourcery.com>
3068
3069 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3070 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3071 add_setshow_zinteger_cmd.
3072 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3073 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3074 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3075 instead of add_setshow_zinteger_cmd.
3076 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3077 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3078 instead of add_setshow_zinteger_cmd.
3079 * frame.c (frame_debug): Add 'unsigned'.
3080 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3081 add_setshow_zinteger_cmd.
3082 * frame.h: Update the declaration of 'frame_debug'.
3083 * gdbtypes.c (overload_debug): Add 'unsigned'.
3084 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3085 add_setshow_zinteger_cmd.
3086 * inferior.h: Update declaration of 'debug_infrun'.
3087 * infrun.c (debug_infrun): Add 'unsigned'.
3088 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3089 add_setshow_zinteger_cmd.
3090 * jit.c (jit_debug): Add 'unsigned'.
3091 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3092 add_setshow_zinteger_cmd.
3093 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3094 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3095 instead of add_setshow_zinteger_cmd.
3096 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3097 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3098 add_setshow_zinteger_cmd.
3099 * machoread.c (mach_o_debug_level): Add 'unsigned'.
3100 (_initialize_machoread): Call add_setshow_zuinteger_cmd
3101 instead of add_setshow_zinteger_cmd.
3102 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3103 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3104 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3105 intead of add_setshow_zinteger_cmd.
3106 * mips-tdep.c (mips_debug): Add 'unsigned'.
3107 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3108 instead of add_setshow_zinteger_cmd.
3109 * monitor.c (monitor_debug): Add 'unsigned'.
3110 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3111 add_setshow_zinteger_cmd.
3112 * observer.c (observer_debug): Add 'unsigned'.
3113 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3114 add_setshow_zinteger_cmd.
3115 * parse.c (expressiondebug): Add 'unsigned'.
3116 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3117 add_setshow_zinteger_cmd.
3118 * record.c (record_debug): Add 'unsigned'.
3119 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3120 add_setshow_zinteger_cmd.
3121 * record.h: Update the declaration of 'record_debug'.
3122 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3123 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3124 add_setshow_zinteger_cmd.
3125 * serial.c (global_serial_debug_p): Add 'unsigned'.
3126 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3127 add_setshow_zinteger_cmd.
3128 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3129 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3130 add_setshow_zinteger_cmd.
3131 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3132 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3133 add_setshow_zinteger_cmd.
3134 * target.c (targetdebug): Add 'unsigned'.
3135 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3136 add_setshow_zinteger_cmd.
3137 * valops.c (overload_debug): Add 'unsigned'.
3138 * varobj.c (varobjdebug): Add 'unsigned'.
3139 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3140 add_setshow_zinteger_cmd.
3141 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3142 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3143 instead of add_setshow_zinteger_cmd.
3144
3145 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3146 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3147 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3148 instead of add_setshow_zinteger_cmd.
3149 * gdbarch.c, gdbarch.h: Re-generated.
3150
3151 2012-08-02 Yao Qi <yao@codesourcery.com>
3152
3153 * nto-tdep.c: Don't include cli/cli-decode.h and
3154 cli/cli-cmds.h.
3155 (_initialize_nto_tdep): Remove.
3156 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3157 Remove field.
3158 Remove macro nto_internal_debugging.
3159
3160 2012-08-01 Richard Henderson <rth@redhat.com>
3161
3162 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3163 (mep-*-*) [gdb_target_obs]: Likewise.
3164
3165 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3166
3167 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3168 linux_get_siginfo_type.
3169
3170 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3171
3172 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3173 AT_ENTRY_POINT.
3174 (call_function_by_hand) <ON_STACK>: Call write_memory with
3175 gdbarch_breakpoint_from_pc, if possible.
3176 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
3177 here.
3178
3179 2012-07-31 Yao Qi <yao@codesourcery.com>
3180
3181 * tracepoint.c: Add 'static' for some variables.
3182
3183 2012-07-31 Yao Qi <yao@codesourcery.com>
3184
3185 * go32-nat.c: Declare _initialize_go32_nat.
3186 * ser-go32.c: Declare _initialize_ser_dos.
3187 * top.c (do_chdir_cleanup): Add 'static'.
3188
3189 2012-07-30 Keith Seitz <keiths@redhat.com>
3190
3191 * linespec.c (linespec_lex_number): A number followed
3192 by quotes is a valid number, too.
3193
3194 2012-07-30 Tom Tromey <tromey@redhat.com>
3195
3196 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3197
3198 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
3199
3200 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3201 attempt to 4-byte-align HW breakpoint addresses for Thumb.
3202
3203 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
3204
3205 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3206 invalid or reevaluated to prevent prevent references to possibly
3207 delete'd type objects being left in the varobj.
3208
3209 2012-07-27 Tom Tromey <tromey@redhat.com>
3210 Jan Kratochvil <jan.kratochvil@redhat.com>
3211
3212 * copying.awk: Print buffer-read-only and vi ro markers.
3213 * copying.c: Rebuild.
3214 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3215 * gdbarch.c, gdbarch.h: Rebuild.
3216 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3217 buffer-read-only and vi ro markers.
3218 * features/arm-with-iwmmxt.c: Rebuild.
3219 * features/arm-with-m-fpa-layout.c: Rebuild.
3220 * features/arm-with-m-vfp-d16.c: Rebuild.
3221 * features/arm-with-m.c: Rebuild.
3222 * features/arm-with-neon.c: Rebuild.
3223 * features/arm-with-vfpv2.c: Rebuild.
3224 * features/arm-with-vfpv3.c: Rebuild.
3225 * features/i386/amd64-avx-linux.c: Rebuild.
3226 * features/i386/amd64-avx.c: Rebuild.
3227 * features/i386/amd64-linux.c: Rebuild.
3228 * features/i386/amd64.c: Rebuild.
3229 * features/i386/i386-avx-linux.c: Rebuild.
3230 * features/i386/i386-avx.c: Rebuild.
3231 * features/i386/i386-linux.c: Rebuild.
3232 * features/i386/i386-mmx-linux.c: Rebuild.
3233 * features/i386/i386-mmx.c: Rebuild.
3234 * features/i386/i386.c: Rebuild.
3235 * features/i386/x32-avx-linux.c: Rebuild.
3236 * features/i386/x32-avx.c: Rebuild.
3237 * features/i386/x32-linux.c: Rebuild.
3238 * features/i386/x32.c: Rebuild.
3239 * features/mips-dsp-linux.c: Rebuild.
3240 * features/mips-linux.c: Rebuild.
3241 * features/mips64-dsp-linux.c: Rebuild.
3242 * features/mips64-linux.c: Rebuild.
3243 * features/rs6000/powerpc-32.c: Rebuild.
3244 * features/rs6000/powerpc-32l.c: Rebuild.
3245 * features/rs6000/powerpc-403.c: Rebuild.
3246 * features/rs6000/powerpc-403gc.c: Rebuild.
3247 * features/rs6000/powerpc-405.c: Rebuild.
3248 * features/rs6000/powerpc-505.c: Rebuild.
3249 * features/rs6000/powerpc-601.c: Rebuild.
3250 * features/rs6000/powerpc-602.c: Rebuild.
3251 * features/rs6000/powerpc-603.c: Rebuild.
3252 * features/rs6000/powerpc-604.c: Rebuild.
3253 * features/rs6000/powerpc-64.c: Rebuild.
3254 * features/rs6000/powerpc-64l.c: Rebuild.
3255 * features/rs6000/powerpc-7400.c: Rebuild.
3256 * features/rs6000/powerpc-750.c: Rebuild.
3257 * features/rs6000/powerpc-860.c: Rebuild.
3258 * features/rs6000/powerpc-altivec32.c: Rebuild.
3259 * features/rs6000/powerpc-altivec32l.c: Rebuild.
3260 * features/rs6000/powerpc-altivec64.c: Rebuild.
3261 * features/rs6000/powerpc-altivec64l.c: Rebuild.
3262 * features/rs6000/powerpc-cell32l.c: Rebuild.
3263 * features/rs6000/powerpc-cell64l.c: Rebuild.
3264 * features/rs6000/powerpc-e500.c: Rebuild.
3265 * features/rs6000/powerpc-e500l.c: Rebuild.
3266 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
3267 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
3268 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
3269 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
3270 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
3271 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
3272 * features/rs6000/powerpc-vsx32.c: Rebuild.
3273 * features/rs6000/powerpc-vsx32l.c: Rebuild.
3274 * features/rs6000/powerpc-vsx64.c: Rebuild.
3275 * features/rs6000/powerpc-vsx64l.c: Rebuild.
3276 * features/rs6000/rs6000.c: Rebuild.
3277 * features/s390-linux32.c: Rebuild.
3278 * features/s390-linux32v1.c: Rebuild.
3279 * features/s390-linux32v2.c: Rebuild.
3280 * features/s390-linux64.c: Rebuild.
3281 * features/s390-linux64v1.c: Rebuild.
3282 * features/s390-linux64v2.c: Rebuild.
3283 * features/s390x-linux64.c: Rebuild.
3284 * features/s390x-linux64v1.c: Rebuild.
3285 * features/s390x-linux64v2.c: Rebuild.
3286 * features/tic6x-c62x-linux.c: Rebuild.
3287 * features/tic6x-c62x.c: Rebuild.
3288 * features/tic6x-c64x-linux.c: Rebuild.
3289 * features/tic6x-c64x.c: Rebuild.
3290 * features/tic6x-c64xp-linux.c: Rebuild.
3291 * features/tic6x-c64xp.c: Rebuild.
3292
3293 2012-07-27 Tom Tromey <tromey@redhat.com>
3294
3295 * c-exp.y (classify_name): Avoid assignment in condition.
3296
3297 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
3298
3299 * amd64-windows-tdep.c: Include "frame.h".
3300 (amd64_windows_skip_trampoline_code): New function.
3301 (amd64_windows_init_abi): Add trampoline registration.
3302
3303 2012-07-27 Yao Qi <yao@codesourcery.com>
3304
3305 * tracepoint.c (cur_traceframe_number): Remove.
3306 (set_tfile_traceframe): Remove.
3307 (tfile_trace_find, tfile_fetch_registers): Update callers.
3308 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
3309 (tfile_open, tfile_trace_find): Likewise.
3310
3311 2012-07-27 Yao Qi <yao@codesourcery.com>
3312
3313 * thread.c (switch_to_thread): Don't call registers_changed.
3314
3315 2012-07-26 Tom Tromey <tromey@redhat.com>
3316
3317 * Makefile.in (SFILES): Remove objc-exp.y.
3318 (YYFILES): Remove objc-exp.c.
3319 (YYOBJ): Remove objc-exp.o.
3320 (local-maintainer-clean): Don't mention objc-exp.c.
3321 * c-exp.y: Include objc-lang.h.
3322 (%union) <class>: New field.
3323 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
3324 (exp): Clone subscript production for OBJC_LBRAC. Add various
3325 Objective C productions.
3326 (msglist, msgarglist, msgarg): New productions.
3327 (array_mod, func_mod, operator): Clone productions for
3328 OBJC_LBRAC.
3329 (parse_string_or_char): Handle '@' strings.
3330 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
3331 (classify_name): Check la_name_of_this. Recognize ObjC class
3332 names.
3333 * objc-exp.y: Remove.
3334 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
3335 * objc-lang.h (objc_parse, objc_error): Don't declare.
3336
3337 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
3338
3339 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
3340
3341 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3342
3343 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
3344 and decrement.
3345
3346 2012-07-26 Tom Tromey <tromey@redhat.com>
3347
3348 * copying.c: Rebuild.
3349 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
3350 'no_class'.
3351
3352 2012-07-26 Tom Tromey <tromey@redhat.com>
3353
3354 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
3355 immediate_quit.
3356 (print_objfile_statistics): Likewise.
3357 (maintenance_print_symbols): Likewise.
3358 (maintenance_print_msymbols): Likewise.
3359 (maintenance_print_objfiles): Likewise.
3360 * psymtab.c (print_partial_symbols): Call QUIT.
3361 (maintenance_print_psymbols): Likewise. Don't modify
3362 immediate_quit.
3363 * copying.c (show_copying_command): Don't modify immediate_quit.
3364 (show_warranty_command): Likewise.
3365 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
3366
3367 2012-07-26 Keith Seitz <keiths@redhat.com>
3368
3369 * linespec.c (linespec_lexer_lex_number): The input
3370 is also a valid number if the next character is a comma
3371 or colon.
3372
3373 2012-07-26 Joel Brobecker <brobecker@adacore.com>
3374
3375 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
3376 configure options.
3377
3378 2012-07-26 Tristan Gingold <gingold@adacore.com>
3379
3380 * machoread.c: Include gdb_bfd.h.
3381
3382 2012-07-26 Tristan Gingold <gingold@adacore.com>
3383
3384 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
3385 offset.
3386
3387 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3388
3389 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
3390 SIZE to size_t.
3391 (dwarf2_evaluate_loc_desc): Likewise.
3392 (dwarf2_loc_desc_needs_frame): Likewise.
3393 (locexpr_describe_location_1): Likewise.
3394 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
3395 size_t.
3396 (struct dwarf2_loclist_baton): Likewise.
3397 * dwarf2read.c (struct dwarf_block): Likewise.
3398 (dump_die_shallow): Use pulongest to print dwarf_block.size.
3399 (decode_locdesc): Expand SIZE and I to size_t.
3400
3401 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3402
3403 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
3404
3405 2012-07-25 Joel Brobecker <brobecker@adacore.com>
3406
3407 * doublest.c (convert_doublest_to_floatformat): If the exponent
3408 is too small, treat the value as zero. If the exponent is too
3409 large, treat the value as infinity.
3410
3411 2012-07-25 Joel Brobecker <brobecker@adacore.com>
3412
3413 * configure.ac: Add --enable-lmcheck configure option.
3414 * configure: Regenerate.
3415
3416 2012-07-25 Tom Tromey <tromey@redhat.com>
3417
3418 * NEWS: Mention maint info bfds.
3419 * gdb_bfd.c (all_bfds): New global.
3420 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
3421 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
3422 New functions.
3423
3424 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
3425
3426 * configure.tgt: Add v850*-*-rtems*.
3427
3428 2012-07-25 Tom Tromey <tromey@redhat.com>
3429
3430 * macrotab.c (macro_bcache_str): Remove cast.
3431
3432 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
3433
3434 * linespec.c (linespec_lexer_lex_number): Update comments,
3435 change the return and add check to make sure the input is
3436 the decimal numbers.
3437 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
3438 false, call linespec_lexer_lex_string.
3439
3440 2012-07-24 Tom Tromey <tromey@redhat.com>
3441
3442 * symfile.c (symbol_file_add): Don't open BFD twice.
3443
3444 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
3445
3446 * breakpoint.c (create_breakpoint): Store condition for pending
3447 breakpoints.
3448
3449 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
3450
3451 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
3452 (m68k_return_value): Handle complex types like structures.
3453 (m68k_svr4_return_value): Likewise.
3454
3455 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
3456
3457 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
3458 parameters to bfd_get_section_name.
3459
3460 2012-07-24 Yao Qi <yao@codesourcery.com>
3461
3462 * cli/cli-setshow.c: Handle case 'var_uinteger'
3463 and 'var_zuninteger' together. Handle case 'var_integer' and
3464 'var_zinteger' together.
3465
3466 2012-07-23 Keith Seitz <keiths@redhat.com>
3467
3468 * linespec.c (convert_linespec_to_sal): Don't add
3469 any symbols to the result vector if symbol_to_sal
3470 returns zero.
3471
3472 2012-07-23 Keith Seitz <keiths@redhat.com>
3473
3474 * linespec.c (decode_objc): Record the function name
3475 in the linespec.
3476
3477 2012-07-23 Tom Tromey <tromey@redhat.com>
3478
3479 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
3480 counting.
3481 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
3482 (map_vmap): Acquire a reference to the BFD.
3483
3484 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
3485
3486 * p-valprint.c (pascal_object_print_value): Replace potentially
3487 unsafe alloca with xmalloc/xfree.
3488 * valops.c (search_struct_method): Likewise.
3489
3490 2012-07-23 Tom Tromey <tromey@redhat.com>
3491
3492 * solib-svr4.c (enable_break): Update.
3493 * bfd-target.h (target_bfd_reopen): Update documentation.
3494
3495 2012-07-23 Tom Tromey <tromey@redhat.com>
3496
3497 * symfile.c (separate_debug_file_exists): Update.
3498 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
3499 (reread_symbols): Update.
3500 * elfread.c (build_id_verify): Update.
3501 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
3502 bfd_open_maybe_remote.
3503
3504 2012-07-23 Tom Tromey <tromey@redhat.com>
3505
3506 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
3507
3508 2012-07-23 Tom Tromey <tromey@redhat.com>
3509
3510 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
3511 and 'abfd'.
3512 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
3513 and 'abfd'.
3514 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
3515 * machoread.c (macho_add_oso_symfile): Make a cleanup for
3516 'abfd'.
3517 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
3518 * objfiles.c (allocate_objfile): Acquire a new reference.
3519 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
3520 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
3521 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
3522 a cleanup for 'nbfd'.
3523 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
3524 for 'nbfd'.
3525 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
3526 make a cleanup for 'abfd'.
3527 (symbol_file_add): Make a BFD cleanup.
3528
3529 2012-07-23 Tom Tromey <tromey@redhat.com>
3530
3531 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
3532 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
3533 * corelow.c (core_open): Use gdb_bfd_fopen.
3534 * dsrec.c (load_srec): Use gdb_bfd_openr.
3535 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
3536 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
3537 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3538 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3539 (gdb_bfd_fdopenr): New functions.
3540 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3541 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3542 (gdb_bfd_fdopenr): Declare.
3543 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
3544 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
3545 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
3546 gdb_bfd_openr_next_archived_file.
3547 (macho_check_dsym): Use gdb_bfd_openr.
3548 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
3549 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
3550 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
3551 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
3552 gdb_bfd_openr.
3553 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
3554 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
3555 gdb_bfd_openr_next_archived_file.
3556 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3557 Use gdb_bfd_openr.
3558 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3559 gdb_bfd_openr.
3560 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
3561 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
3562 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
3563 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
3564 (symfile_bfd_open): Use gdb_bfd_fopen.
3565 (generic_load): Use gdb_bfd_openr.
3566 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
3567
3568 2012-07-23 Tom Tromey <tromey@redhat.com>
3569
3570 * bfd-target.c (target_bfd_reopen): Update.
3571 * cli/cli-dump.c (bfd_openr_with_cleanup)
3572 (bfd_openw_with_cleanup): Update.
3573 * corelow.c (core_open): Update.
3574 * dsrec.c (load_srec): Update.
3575 * exec.c (exec_file_attach): Update.
3576 * gcore.c (create_gcore_bfd): Update.
3577 * gdb_bfd.c (gdb_bfd_ref): Return void.
3578 (gdb_bfd_open): Update.
3579 * gdb_bfd.h (gdb_bfd_ref): Return void.
3580 Update comments.
3581 * jit.c (jit_bfd_try_read_symtab): Update.
3582 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3583 * machoread.c (macho_symfile_read_all_oso): Update.
3584 (macho_check_dsym): Update.
3585 * procfs.c (insert_dbx_link_bpt_in_file): Update.
3586 * remote-m32r-sdi.c (m32r_load): Update.
3587 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
3588 * rs6000-nat.c (add_vmap): Update.
3589 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3590 Update.
3591 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3592 * solib-spu.c (spu_bfd_open): Update.
3593 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
3594 * spu-linux-nat.c (spu_bfd_open): Update.
3595 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
3596 (generic_load): Update.
3597 * windows-nat.c (windows_make_so): Update.
3598
3599 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
3600
3601 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
3602
3603 2012-07-20 Jeff Kenton <jkenton@tilera.com>
3604
3605 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
3606 SIGTRAMP_FRAME unwinding.
3607
3608 2012-07-20 Doug Evans <dje@google.com>
3609
3610 * NEWS: Document new options "set/show use-deprecated-index-sections",
3611 and delete reference to --use-deprecated-index-sections.
3612 * symfile.h (use_deprecated_index_sections): Delete.
3613 * dwarf2read.c (use_deprecated_index_sections): Make static.
3614 (read_index_from_section): Update wording of how to load
3615 deprecated index sections.
3616 (_initialize_dwarf2_read): New options
3617 "set/show use-deprecated-index-sections".
3618 * main.c (captured_main): Delete --use-deprecated-index-sections.
3619
3620 2012-07-20 Pedro Alves <palves@redhat.com>
3621
3622 PR threads/11692
3623 PR gdb/12203
3624
3625 * infrun.c (handle_inferior_event) <new thread>: Don't special
3626 case minus_one_ptid.
3627 <TARGET_WAITKIND_SPURIOUS>: Ditto.
3628 * linux-thread-db.c (thread_get_info_callback): Don't return early
3629 if the thread is zombie.
3630 (thread_from_lwp): Change return type to void. Rewrite stale
3631 comment.
3632 (attach_thread): Don't return early if the thread is zombie,
3633 instead set its "dying" flag.
3634 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3635 (find_new_threads_callback): Don't return early if the thread is
3636 zombie.
3637
3638 2012-07-20 Pedro Alves <palves@redhat.com>
3639
3640 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3641 * target.c (target_wait): Likewise.
3642 (str_comma_list_concat_elem, do_option, target_options_to_string):
3643 New functions.
3644 * target.h (target_options_to_string): Declare.
3645
3646 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3647 Tom Tromey <tromey@redhat.com>
3648
3649 * dwarf2read.c (dwarf_decode_macros)
3650 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3651 DW_MACRO_GNU_transparent_include_alt>: New cases.
3652 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3653 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3654
3655 2012-07-20 Tom Tromey <tromey@redhat.com>
3656
3657 * dwarf2read.c (try_open_dwo_file): Don't call
3658 gdb_bfd_stash_filename.
3659
3660 2012-07-20 Pedro Alves <palves@redhat.com>
3661
3662 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3663 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3664 (i386_process_record): Tweak description comments.
3665
3666 2012-07-20 Pedro Alves <palves@redhat.com>
3667
3668 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3669 (i386_process_record): Use record_read_memory.
3670 * record.c (record_read_memory): New function.
3671 (record_arch_list_add_mem, record_exec_insn): Use
3672 record_read_memory.
3673 * record.h (record_read_memory): Declare.
3674
3675 2012-07-20 Yao Qi <yao@codesourcery.com>
3676
3677 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3678 NULL for xfree.
3679
3680 2012-07-19 Pedro Alves <palves@redhat.com>
3681
3682 * record.c (record_resume): Ask the target beneath to report all
3683 signals.
3684
3685 2012-07-19 Doug Evans <dje@google.com>
3686
3687 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3688 there's no section at address zero.
3689 (dwarf2_record_block_ranges): Ditto.
3690
3691 2012-07-19 Yao Qi <yao@codesourcery.com>
3692
3693 * command.h, remote.c: Fix a typo in comment.
3694
3695 2012-07-19 Tom Tromey <tromey@redhat.com>
3696
3697 PR exp/13206:
3698 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3699 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3700 OP_DECLTYPE>: New cases.
3701 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3702 (type_exp): Add new productions.
3703 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3704 and decltype.
3705 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3706 New case.
3707 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3708 OP_DECLTYPE>: New case.
3709 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3710 New case.
3711 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3712 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3713
3714 2012-07-19 Tom Tromey <tromey@redhat.com>
3715
3716 * c-exp.y (enum token_flags): New.
3717 (struct token) <cxx_only>: Remove.
3718 <flags>: New field.
3719 (tokentab3, tokentab2, ident_tokens): Update.
3720 (lex_one_token): Update. Handle FLAG_SHADOW.
3721
3722 2012-07-19 Tom Tromey <tromey@redhat.com>
3723
3724 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3725 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3726 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3727 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
3728 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
3729 type_exp production where appropriate.
3730 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3731 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3732 <UNOP_MEMVAL_TYPE>: New case.
3733 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3734 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3735 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3736 <UNOP_MEMVAL_TYPE>: New case.
3737 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3738 UNOP_REINTERPRET_CAST>: Update.
3739 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3740 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3741 UNOP_REINTERPRET_CAST>: Update.
3742 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3743 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3744 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3745 constants.
3746
3747 2012-07-19 Yao Qi <yao@codesourcery.com>
3748 Jan Kratochvil <jan.kratochvil@redhat.com>
3749
3750 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3751 and case 'var_optional_filename' together.
3752 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3753 instead of add_setshow_optional_filename_cmd for setshow command
3754 'args'. Set completer for 'set args'.
3755
3756 2012-07-18 Doug Evans <dje@google.com>
3757
3758 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3759 * common/gdb_vecs.c: New file, contents from utils.c.
3760 * common/host-defs.h: New file, contents from defs.h.
3761 * utils.h: New file, contents from defs.h.
3762 * defs.h: Move all declarations of objects defined in utils.c
3763 to utils.h (except QUIT() and related).
3764 #include "utils.h", "host-defs.h".
3765 * probe.h (probe_p): Move here from gdb_vecs.h.
3766 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3767 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3768 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3769 * Makefile.in (SFILES): Add common/gdb_vecs.c.
3770 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3771 (COMMON_OBS): Add gdb_vecs.o.
3772 (gdb_vecs.o): New rule.
3773
3774 2012-07-18 Keith Seitz <keiths@redhat.com>
3775
3776 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3777 parameter. If non-zero, use SYMNAME as the canonical name
3778 for the SaL.
3779 Update all callers.
3780 (convert_linespec_to_sals): Use add_sal_to_sals for
3781 expressions, too.
3782 (decode_line_full): No need to "fill in missing canonical names"
3783 anymore. Simply make cleanups for the allocated names.
3784
3785 2012-07-18 Keith Seitz <keiths@redhat.com>
3786
3787 * linespec.c (struct linespec): Constify expression,
3788 source_filename, function_name, and label_name.
3789 (symbol_not_found_error): Make all parameters const.
3790 (linespec_parser_delete): No need to check for NULL
3791 when using xfree. Cast const char * to char * for xfree.
3792
3793 2012-07-18 Keith Seitz <keiths@redhat.com>
3794
3795 * breakpoint.c (invalid_thread_id_error): New function.
3796 (find_condition_and_thread): Use invalid_thread_id_error.
3797 (watch_command_1): Likewise.
3798
3799 2012-07-18 Tom Tromey <tromey@redhat.com>
3800
3801 * cc-with-index.sh, cc-with-dwz.sh: Remove.
3802 * contrib/cc-with-tweaks.sh: New file.
3803
3804 2012-07-18 Tom Tromey <tromey@redhat.com>
3805
3806 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3807 (locate_dwz_sections): Recognize .gdb_index.
3808 (create_cus_from_index_list): New function.
3809 (create_cus_from_index): Use it. Handle .dwz data.
3810 (read_index_from_section): New function, extracted from
3811 dwarf2_read_index.
3812 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
3813 if needed.
3814
3815 2012-07-18 Tom Tromey <tromey@redhat.com>
3816
3817 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3818 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3819 <is_dwz>: New field.
3820 (struct dwz_file): New.
3821 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3822 (locate_dwz_sections, dwarf2_get_dwz_file)
3823 (get_abbrev_section_for_cu): New functions.
3824 (error_check_comp_unit_head, read_and_check_comp_unit_head)
3825 (read_and_check_type_unit_head): Add abbrev_section argument.
3826 (create_debug_types_hash_table): Update.
3827 (init_cutu_and_read_dies): Use proper abbrev section.
3828 (init_cutu_and_read_dies_no_follow): Likewise.
3829 (set_partial_user): Do nothing if PST==NULL.
3830 (read_comp_units_from_section): New function.
3831 (create_all_comp_units): Use it.
3832 (scan_partial_symbols, partial_die_parent_scope): Update.
3833 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3834 (process_imported_unit_die, read_partial_die): Handle .dwz files.
3835 (find_partial_die): Add offset_in_dwz argument. Update.
3836 (guess_partial_die_structure_name, fixup_partial_die): Update.
3837 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3838 DW_FORM_GNU_strp_alt.
3839 (read_indirect_string_from_dwz): New function.
3840 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3841 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3842 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3843 (follow_die_offset): Add offset_in_dwz argument.
3844 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3845 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3846 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3847 Handle new macro forms.
3848 (dwarf_decode_macros): Update.
3849 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3850 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3851 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3852 (create_debug_types_hash_table): Use correct abbrev section.
3853 (get_debug_line_section): New function.
3854 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3855 (process_full_comp_unit): Pass 'required' argument to
3856 end_symtab_get_static_block.
3857 * buildsym.h (end_symtab_get_static_block): Update.
3858 * buildsym.c (end_symtab_get_static_block): Add 'required'
3859 argument.
3860 (end_symtab, end_expandable_symtab): Update.
3861
3862 2012-07-18 Tom Tromey <tromey@redhat.com>
3863
3864 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3865 (pagesize): Remove.
3866 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3867 (zlib_decompress_section): Remove.
3868 (dwarf2_read_section): Use gdb_bfd_map_section.
3869 (munmap_section_buffer): Remove.
3870 (free_dwo_file, dwarf2_per_objfile_free): Don't use
3871 munmap_section_buffer.
3872 * gdb_bfd.c: Include zlib.h, sys/mman.h.
3873 (struct gdb_bfd_section_data): New.
3874 (free_one_bfd_section): New function.
3875 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3876 (get_section_descriptor, zlib_decompress_section)
3877 (gdb_bfd_map_section): New functions.
3878 * gdb_bfd.h (gdb_bfd_map_section): Declare.
3879
3880 2012-07-18 Tom Tromey <tromey@redhat.com>
3881
3882 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3883
3884 2012-07-18 Tom Tromey <tromey@redhat.com>
3885
3886 * gdb_bfd.c (struct gdb_bfd_data): New.
3887 (gdb_bfd_cache): New global.
3888 (struct gdb_bfd_cache_search): New.
3889 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3890 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3891 * gdb_bfd.h (gdb_bfd_open): Declare.
3892
3893 2012-07-18 Tom Tromey <tromey@redhat.com>
3894
3895 * utils.c (make_cleanup_bfd_unref): Rename from
3896 make_cleanup_bfd_close.
3897 * defs.h (make_cleanup_bfd_unref): Rename from
3898 make_cleanup_bfd_close.
3899 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3900 (bfd_openw_with_cleanup): Update.
3901 * corelow.c (core_open): Update.
3902 * dsrec.c (load_srec): Update.
3903 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3904 * remote-m32r-sdi.c (m32r_load): Update.
3905 * remote-mips.c (mips_load_srec): Update.
3906 (pmon_load_fast): Update.
3907 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3908 Update.
3909 (darwin_bfd_open): Update.
3910 * solib.c (solib_bfd_fopen): Update.
3911 * symfile-mem.c (symbol_file_add_from_memory): Update.
3912 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3913 (symfile_bfd_open): Update.
3914 (generic_load): Update.
3915
3916 2012-07-18 Tom Tromey <tromey@redhat.com>
3917
3918 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3919 (pmon_load_fast): Likewise.
3920 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3921 (m32r_upload_command): Likewise.
3922 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3923 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3924 Use make_cleanup_bfd_close.
3925
3926 2012-07-18 Tom Tromey <tromey@redhat.com>
3927
3928 * symfile.c (symfile_bfd_open): Don't copy name. Call
3929 gdb_bfd_stash_filename.
3930 (load_command): Open the new BFD before freeing the old.
3931 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3932 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3933 Call gdb_bfd_stash_filename.
3934 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3935 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
3936 gdb_bfd_stash_filename.
3937 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3938 Free found_pathname.
3939 * rs6000-nat.c (add_vmap): Don't copy filename. Call
3940 gdb_bfd_stash_filename.
3941 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3942 * machoread.c (macho_add_oso_symfile): Call
3943 gdb_bfd_stash_filename.
3944 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
3945 gdb_bfd_stash_filename.
3946 (macho_check_dsym): Don't copy filename. Call
3947 gdb_bfd_stash_filename.
3948 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3949 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3950 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3951 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3952 * exec.c (exec_close): Don't free the BFD's filename.
3953 (exec_file_attach): Don't copy the filename. Call
3954 gdb_bfd_stash_filename.
3955 * corelow.c (core_close): Don't free the BFD's filename.
3956 (core_open): Call gdb_bfd_stash_filename.
3957 * corefile.c (reopen_exec_file): Remove #if 0 code.
3958 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
3959 pathname.
3960 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3961
3962 2012-07-18 Tom Tromey <tromey@redhat.com>
3963
3964 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3965 gdb_bfd_unref.
3966 (free_dwo_file): Use gdb_bfd_unref.
3967 * cli/cli-dump.c: Include gdb_bfd.h.
3968 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3969 (bfd_openr_with_cleanup): Likewise.
3970 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3971 gdb_bfd_unref.
3972 * utils.c: Include gdb_bfd.h.
3973 (do_bfd_close_cleanup): Use gdb_bfd_unref.
3974 * symfile.c: Include gdb_bfd.h.
3975 (separate_debug_file_exists): Use gdb_bfd_unref.
3976 (bfd_open_maybe_remote): Use gdb_bfd_ref.
3977 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3978 (generic_load): Use gdb_bfd_ref.
3979 (reread_symbols): Use gdb_bfd_unref.
3980 * symfile-mem.c: Include gdb_bfd.h.
3981 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3982 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3983 * solib.c: Include gdb_bfd.h.
3984 (solib_bfd_fopen): Use gdb_bfd_ref.
3985 (solib_bfd_open): Use gdb_bfd_unref.
3986 (free_so_symbols): Use gdb_bfd_unref.
3987 (reload_shared_libraries_1): Use gdb_bfd_unref.
3988 * solib-spu.c: Include gdb_bfd.h.
3989 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3990 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3991 gdb_bfd_unref.
3992 * solib-frv.c: Include gdb_bfd.h.
3993 (enable_break2): Use gdb_bfd_unref.
3994 * solib-dsbt.c: Include gdb_bfd.h.
3995 (enable_break2): Use gdb_bfd_unref.
3996 * solib-darwin.c: Include gdb_bfd.h.
3997 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3998 gdb_bfd_unref.
3999 (darwin_bfd_open): Use gdb_bfd_unref.
4000 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
4001 * remote-mips.c: Include gdb_bfd.h.
4002 (mips_load_srec): Use gdb_bfd_ref.
4003 (pmon_load_fast): Use gdb_bfd_ref.
4004 * remote-m32r-sdi.c: Include gdb_bfd.h.
4005 (m32r_load): Use gdb_bfd_ref.
4006 * record.c: Include gdb_bfd.h.
4007 (record_save_cleanups): Use gdb_bfd_unref.
4008 (cmd_record_save): Use gdb_bfd_unref.
4009 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
4010 gdb_bfd_unref.
4011 * objfiles.h (gdb_bfd_close_or_warn): Remove.
4012 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
4013 * objfiles.c: Include gdb_bfd.h.
4014 (free_objfile): Use gdb_bfd_unref.
4015 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
4016 gdb_bfd.c.
4017 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
4018 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
4019 (macho_check_dsym): Likewise.
4020 * m32r-rom.c: Include gdb_bfd.h.
4021 (m32r_load): Use gdb_bfd_ref.
4022 (m32r_upload_command): Use gdb_bfd_ref.
4023 * jit.c: Include gdb_bfd.h.
4024 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
4025 * gdb_bfd.h: New file.
4026 * gdb_bfd.c: New file.
4027 * gcore.c: Include gdb_bfd.h.
4028 (create_gcore_bfd): Use gdb_bfd_ref.
4029 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4030 (gcore_command): Use gdb_bfd_unref.
4031 * exec.c: Include gdb_bfd.h.
4032 (exec_close): Use gdb_bfd_unref.
4033 (exec_close_1): Use gdb_bfd_unref.
4034 (exec_file_attach): Use gdb_bfd_ref.
4035 * elfread.c: Include gdb_bfd.h.
4036 (build_id_verify): Use gdb_bfd_unref.
4037 * dsrec.c: Include gdb_bfd.h.
4038 (load_srec): Use gdb_bfd_ref.
4039 * corelow.c: Include gdb_bfd.h.
4040 (core_close): Use gdb_bfd_unref.
4041 (core_open): Use gdb_bfd_ref.
4042 * bfd-target.c: Include gdb_bfd.h.
4043 (target_bfd_xclose): Use gdb_bfd_unref.
4044 (target_bfd_reopen): Use gdb_bfd_ref.
4045 * Makefile.in (SFILES): Add gdb_bfd.c.
4046 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4047 (COMMON_OBS): Add gdb_bfd.o.
4048
4049 2012-07-18 Keith Seitz <keiths@redhat.com>
4050
4051 * breakpoint.c (find_condition_and_thread): Initialize
4052 TASK and REST.
4053 (create_breakpiont): find_condition_and_thread will now
4054 initialize COND_STRING, THREAD, and REST (and TASK).
4055 (addr_string_to_sals): Likewise.
4056
4057 2012-07-18 Pedro Alves <palves@redhat.com>
4058
4059 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4060 Pull the single step breakpoints out of the target.
4061
4062 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4063
4064 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4065 * stap-probe.c (compile_probe_arg): Likewise.
4066
4067 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4068
4069 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4070 (elf_compile_to_ax): Likewise.
4071 * infrun.c (insert_exception_resume_from_probe): Likewise.
4072 (check_exception_resume): Remove `objfile' variable.
4073 * probe.c (find_probe_by_pc): Remove `objfile' argument.
4074 (struct probe_and_objfile, probe_and_objfile_s): Delete.
4075 (collect_probes): Adjust return value to `VEC (probe_p) *'.
4076 (compare_entries): Rename to...
4077 (compare_probes): ...this. Adjust function to work with
4078 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
4079 respectively.
4080 (gen_ui_out_table_header_info): Adjust `probes' argument to be
4081 `VEC (probe_p) *'.
4082 (print_ui_out_info): Adjust argument to be `struct probe *'.
4083 (info_probes_for_ops): Adjust internal computations to use
4084 `VEC (probe_p) *'.
4085 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4086 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4087 gen_info_probes_table_values>: Remove `objfile' argument.
4088 (struct probe) <objfile>: New field.
4089 (find_probe_by_pc): Remove `objfile' argument.
4090 * stap-probe.c (stap_parse_probe_arguments): Likewise.
4091 (stap_get_probe_argument_count): Likewise.
4092 (stap_get_arg): Likewise.
4093 (stap_evaluate_probe_argument): Likewise.
4094 (stap_compile_to_ax): Likewise.
4095 (compile_probe_arg): Refactor not to pass `objfile' anymore.
4096 (handle_stap_probe): Fill `objfile' field from `struct probe'.
4097 (stap_gen_info_probes_table_header): Remove `objfile' argument.
4098 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4099 sym_compile_to_ax>: Likewise.
4100
4101 2012-07-18 Terry Guo <terry.guo@arm.com>
4102
4103 PR 14329
4104 * defs.h (GDB_MI_MSG_WIDTH): New.
4105 * ser_base (ser_base_read_error_fd): New function.
4106 (do_ser_base_readchar): Poll error file descriptor as well as
4107 standard output.
4108 (generic_readchar): Refactor error handling.
4109
4110 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4111
4112 * NEWS: Create a new section for the next release branch.
4113 Rename the section of the current branch, now that it has
4114 been cut.
4115
4116 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4117
4118 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4119 * version.in: Bump version to 7.5.50.20120718-cvs.
4120
4121 2012-07-17 Keith Seitz <keiths@redhat.com>
4122
4123 * linespec.c (linespec_parse_line_offset): Make parameter
4124 const.
4125
4126 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4127
4128 PR 11914
4129 * f-valprint.c (info_common_command): New variable frame_id.
4130 Reinitialize FI form FRAME_ID after each print_variable_and_value.
4131 * printcmd.c (print_variable_and_value): Extend function comment.
4132 Add comment for invalidated FRAME.
4133 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
4134 FI form FRAME_ID after each print_frame_local_vars.
4135 (struct print_variable_and_value_data): Change frame to frame_id.
4136 (do_print_variable_and_value): New variable frame, initialize it from
4137 p->frame_id. Add comment for invalidated FRAME.
4138 (print_frame_local_vars, print_frame_arg_vars): New function comment.
4139 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
4140 for invalidated FRAME.
4141
4142 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
4143 Pedro Alves <palves@redhat.com>
4144
4145 * linux-nat.c (linux_nat_detach): Don't unregister from the event
4146 loop.
4147
4148 2012-07-16 Tom Tromey <tromey@redhat.com>
4149
4150 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4151
4152 2012-07-15 Doug Evans <dje@google.com>
4153
4154 * dwarf2read.c (stmt_list_hash): New struct.
4155 (type_unit_group): Embed "per_cu" member, remove pointer.
4156 New union member "t", move member "tus" into it, all uses updated.
4157 New member "hash", replaces member "line_offset, all uses updated.
4158 (quick_file_names): Replace member "offset" with "hash", all uses
4159 updated.
4160 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4161 (hash_file_name_entry, eq_file_name_entry): Call them.
4162 (hash_type_unit_group, eq_type_unit_group): Ditto.
4163 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4164 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4165 (dw2_get_file_names): Update.
4166 (create_type_unit_group): Replace "per_cu" arg with "cu".
4167 All callers updated. Fix "quick" (.gdb_index) handling.
4168 (get_type_unit_group): Replace "per_cu" arg with "cu".
4169 All callers updated.
4170 (build_type_unit_groups): Don't reset tu_stats.
4171
4172 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4173 "tab_cur_size". Change member "tab" to be a htab_t.
4174 (create_filename_seen_cache): Update.
4175 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
4176 (filename_seen): Update.
4177
4178 2012-07-13 Doug Evans <dje@google.com>
4179
4180 * symtab.c (filename_seen): Update comment.
4181
4182 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4183 Doug Evans <dje@google.com>
4184
4185 * buildsym.c (end_symtab_1): Split it to ...
4186 (end_symtab_get_static_block): ... this ...
4187 (end_symtab_from_static_block): ... and this function.
4188 (end_symtab, end_expandable_symtab): Call them.
4189 * buildsym.h (end_symtab_get_static_block)
4190 (end_symtab_from_static_block): New declarations.
4191 * dwarf2read.c (process_full_comp_unit): New variable static_block.
4192 Set its valid CU ranges.
4193
4194 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4195
4196 * dwarf2loc.c (disassemble_dwarf_expression): Handle
4197 DW_OP_GNU_parameter_ref.
4198
4199 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4200
4201 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4202 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4203
4204 2012-07-13 Doug Evans <dje@google.com>
4205
4206 * symtab.c (output_source_filename): Delete unnecessary forward decl.
4207 (filename_seen_cache): New struct.
4208 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4209 (create_filename_seen_cache): New function.
4210 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4211 (filename_seen): Delete arg "first". New arg "cache". All callers
4212 updated.
4213 (output_source_filename_data): New struct.
4214 (output_source_filename): Delete arg "first". New arg "data".
4215 All callers updated.
4216 (sources_info): Delete local "first". New locals "data", "cleanups".
4217 Rewrite to use filename_seen_cache.
4218 (add_partial_filename_data): Delete member "first". New member
4219 "filename_seen_cache". All uses updated.
4220 (make_source_files_completion_list): Rewrite to use
4221 filename_seen_cache.
4222
4223 2012-07-12 Doug Evans <dje@google.com>
4224
4225 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
4226
4227 2012-07-10 Doug Evans <dje@google.com>
4228
4229 PR gdb/13498
4230 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
4231 all_type_unit_groups, type_unit_groups, tu_stats.
4232 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
4233 All uses updated. Add type_unit_group to union "s".
4234 (type_unit_group): New struct.
4235 (IS_TYPE_UNIT_GROUP): New macro.
4236 (abbrev_table): Delete unused member "section".
4237 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
4238 (dw2_get_cu): Assert not used with type_unit_group.
4239 (dw2_get_primary_cu): New function.
4240 (dw2_build_type_unit_groups_reader): New function.
4241 (dw2_build_type_unit_groups): New function.
4242 (dw2_get_file_names): Assert not called on type units.
4243 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
4244 Redo loop to iterate over type unit groups instead of type units.
4245 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
4246 (read_abbrev_offset): New function.
4247 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
4248 updated.
4249 (create_partial_symtab): New function.
4250 (process_psymtab_comp_unit_reader): Assert not used with type units.
4251 Call create_partial_symtab.
4252 (process_psymtab_type_unit): Delete.
4253 (hash_type_unit_group, eq_type_unit_group): New functions.
4254 (allocate_type_unit_groups_table): New function.
4255 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
4256 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
4257 (create_type_unit_group, get_type_unit_group): New functions.
4258 (tu_abbrev_offset): New struct.
4259 (sort_tu_by_abbrev_offset): New function.
4260 (add_type_unit_group_to_table): New function.
4261 (build_type_unit_groups): New function.
4262 (build_type_psymtabs_reader): New function.
4263 (build_type_psymtab_dependencies): New function.
4264 (build_type_psymtabs): Rewrite.
4265 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
4266 is seen in a type unit.
4267 (process_queue): Move symtab expansion debugging printfs here.
4268 Call process_full_type_unit for type units.
4269 (compute_symtab_includes): Assert not called for type units.
4270 (process_cu_includes): Don't call compute_symtab_includes for
4271 type units.
4272 (process_full_type_unit): New function.
4273 (process_imported_unit_die): Flag an error if called for type units.
4274 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
4275 updated. Assert not called for type units.
4276 (read_file_scope): Call dwarf2_start_symtab.
4277 (setup_type_unit_groups): New function.
4278 (read_type_unit_scope): Rewrite.
4279 (abbrev_table_read_table): Initialize abbrev_table->offset.
4280 (abbrev_table_free_cleanup): New function.
4281 (dwarf2_start_symtab): New function.
4282 (load_full_type_unit): Assert not called for type unit groups.
4283 * buildsym.c (finish_block_internal): New arg "expandable".
4284 All callers updated.
4285 (start_symtab): Move most contents to ...
4286 (restart_symtab): ... here. New function.
4287 (reset_symtab_globals): New function.
4288 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
4289 Call reset_symtab_globals.
4290 (end_symtab, end_expandable_symtab): New functions.
4291 (set_missing_symtab, augment_type_symtab): New functions.
4292 * buildsym.h (end_expandable_symtab): Declare.
4293 (augment_type_symtab, restart_symtab): Declare.
4294 * psympriv.h (struct partial_symtab): New member "anonymous".
4295 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
4296 anonymous psymtabs.
4297 (read_psymtabs_with_filename): Ditto.
4298 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
4299 (expand_symtabs_matching_via_partial): Ditto.
4300 (dump_psymtab): Update.
4301 * dictionary.c (dict_add_pending): New function.
4302 * dictionary.h (dict_add_pending): Declare.
4303
4304 2012-07-09 Doug Evans <dje@google.com>
4305
4306 * buildsym.c (start_subfile): Remove unnecessary check for
4307 name == NULL.
4308
4309 * psymtab.c (allocate_psymtab): Use host_address_to_string.
4310
4311 * dwarf2read.c (load_full_type_unit): Simplify.
4312
4313 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
4314 to struct signatured_type **. All uses updated.
4315
4316 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
4317 All callers updated.
4318
4319 2012-07-09 Tom Tromey <tromey@redhat.com>
4320
4321 * c-exp.y (check_parameter_typelist): New function.
4322 (parameter_typelist): Call it.
4323 * eval.c (make_params): Handle '(void)' case.
4324 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4325 '(void)' case.
4326
4327 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4328
4329 * common/linux-ptrace.c: Include gdb_assert.h.
4330 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
4331 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
4332 stdint.h.
4333 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
4334 functions.
4335 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
4336 * linux-nat.c (linux_child_post_attach)
4337 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
4338
4339 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4340
4341 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
4342 nptl <2.7 bug workaround for core files.
4343
4344 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4345
4346 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
4347 clearing.
4348 (save_siginfo): Remove.
4349 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
4350 call.
4351 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
4352 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
4353 * linux-nat.h (struct lwp_info): Remove field siginfo.
4354
4355 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4356
4357 Code cleanup for the next patch.
4358 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
4359 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4360 call for it.
4361 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
4362 (ia64_linux_stopped_data_address):
4363 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
4364 the return value.
4365 * linux-nat.h (linux_nat_get_siginfo): Likewise.
4366 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
4367 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4368 call for it.
4369
4370 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4371
4372 PR 14321
4373 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
4374 Increase buffer sizes to 2x we need, not just 2x of the previous size.
4375
4376 2012-07-06 Tom Tromey <tromey@redhat.com>
4377
4378 * c-exp.y (DOTDOTDOT): New token.
4379 (func_mod, exp): Use parameter_typelist.
4380 (parameter_typelist): New production.
4381 (tokentab3): Add "..." token.
4382 * eval.c (make_params): Handle varargs.
4383 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4384 varargs.
4385
4386 2012-07-06 Tom Tromey <tromey@redhat.com>
4387
4388 PR exp/9608:
4389 * c-exp.y (%union) <tvec>: Change type.
4390 (func_mod): Now uses <tvec> type.
4391 (exp): Update for tvec change.
4392 (direct_abs_decl): Push the typelist.
4393 (func_mod): Return a typelist.
4394 (nonempty_typelist): Update for tvec change.
4395 * gdbtypes.c (lookup_function_type_with_arguments): New function.
4396 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
4397 * parse.c (pop_type_list): New function.
4398 (push_typelist): New function.
4399 (follow_types): Handle tp_function_with_arguments.
4400 * parser-defs.h (type_ptr): New typedef. Define a VEC.
4401 (enum type_pieces) <tp_function_with_arguments>: New constant.
4402 (union type_stack_elt) <typelist_val>: New field.
4403 (push_typelist): Declare.
4404
4405 2012-07-06 Tom Tromey <tromey@redhat.com>
4406
4407 * c-exp.y (%union) <type_stack>: New field.
4408 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
4409 (ptr_operator_ts): New production.
4410 (ptype): Update.
4411 * parse.c (type_stack_reserve): New function.
4412 (check_type_stack_depth): Use it.
4413 (pop_type_stack, append_type_stack, push_type_stack)
4414 (get_type_stack, type_stack_cleanup): New functions.
4415 (follow_types): Handle tp_type_stack.
4416 (_initialize_parse): Simplify initialization.
4417 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
4418 constant.
4419 (union type_stack_elt) <stack_val>: New field.
4420 (get_type_stack, append_type_stack, push_type_stack)
4421 (type_stack_cleanup): Declare.
4422
4423 2012-07-06 Tom Tromey <tromey@redhat.com>
4424
4425 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
4426 Remove.
4427 (struct type_stack): New.
4428 * parse.c (type_stack, type_stack_size, type_stack_depth):
4429 Remove.
4430 (type_stack): New global.
4431 (parse_exp_in_context, check_type_stack_depth)
4432 (insert_into_type_stack, insert_type, push_type, push_type_int)
4433 (insert_type_address_space, pop_type, pop_type_int)
4434 (_initialize_parse): Update.
4435
4436 2012-07-06 Tom Tromey <tromey@redhat.com>
4437
4438 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
4439 Remove %type.
4440
4441 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4442
4443 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
4444
4445 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4446 Jan Kratochvil <jan.kratochvil@redhat.com>
4447
4448 * cp-valprint.c (cp_print_value): Replace potentially unsafe
4449 alloca with xmalloc/xfree.
4450
4451 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4452
4453 * MAINTAINERS (Write After Approval): Add myself to the list.
4454
4455 2012-07-05 Doug Evans <dje@google.com>
4456
4457 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
4458
4459 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4460
4461 * ax-gdb.c (cli/cli-utils.h): New include.
4462 (linespec.h): Ditto.
4463 (agent_eval_command_one): New function.
4464 (agent_command_1): Ditto.
4465 (agent_command): Call function agent_command_1.
4466 (agent_eval_command): Ditto.
4467 (_initialize_ax_gdb): Change help for "maint agent"
4468 and "maint agent-eval".
4469
4470 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4471
4472 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
4473 * cli/cli-utils.c (check_for_argument): New function.
4474 * cli/cli-utils.h (check_for_argument): Ditto.
4475
4476 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4477
4478 * NEWS: Mention x32 ABI support.
4479
4480 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4481
4482 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
4483 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
4484
4485 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
4486 and pc_regnum_from_eax to -1. Update SP regnum from
4487 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
4488 needed.
4489
4490 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
4491 pc_regnum_from_eax.
4492
4493 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4494
4495 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
4496 * dwarf2expr.h: Include gdbtypes.h.
4497 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
4498 these forward declarations.
4499 (cu_offset, sect_offset): Move these ...
4500 * gdbtypes.h: Remove include dwarf2expr.h.
4501 (cu_offset, sect_offset): ... here.
4502
4503 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
4504
4505 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
4506 (amd64_linux_sigtramp_code): This.
4507 (amd64_x32_linux_sigtramp_code): New.
4508 (LINUX_SIGTRAMP_LEN): Updated.
4509 (amd64_linux_sigtramp_start): Check x32 sigtramp.
4510
4511 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4512
4513 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
4514
4515 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4516
4517 * config.in: Regenerate.
4518 * configure: Regenerate.
4519 * configure.ac: Remove check for gnu/libc-version.h.
4520 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
4521 gnu/libc-version.h.
4522 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
4523 variables libc_version, libc_major and libc_minor. Replace sscanf by
4524 inferior_has_bug. Extend the comment.
4525
4526 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4527
4528 * linux-thread-db.c (inferior_has_bug): New function.
4529 (thread_db_find_new_threads_silently): Return boolean as checked by
4530 inferior_has_bug, describe it in the comments.
4531 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
4532 earlier. Abort the initialization if it returned non-zero.
4533 (thread_db_new_objfile): Exclude debug files.
4534 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
4535 if UNTIL_NO_NEW,
4536
4537 2012-07-02 Doug Evans <dje@google.com>
4538
4539 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
4540 related to queue management.
4541
4542 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
4543 instead of "debug dwarf2-die" in debugging printfs.
4544 (create_debug_info_hash_table_reader): Ditto.
4545 (create_debug_info_hash_table): Ditto.
4546 (init_dwo_file): Ditto.
4547 (init_cutu_and_read_dies): Add debugging printf.
4548 (init_cutu_and_read_dies_no_follow): Ditto.
4549 (process_psymtab_comp_unit_reader): Ditto.
4550
4551 2012-07-02 Stan Shebs <stan@codesourcery.com>
4552
4553 Add target-side support for dynamic printf.
4554 * NEWS: Mention the additional style.
4555 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
4556 (struct bp_location): New field cmd_bytecode.
4557 * breakpoint.c: Include format.h.
4558 (disconnected_dprintf): New global.
4559 (parse_cmd_to_aexpr): New function.
4560 (build_target_command_list): New function.
4561 (insert_bp_location): Call it.
4562 (remove_breakpoints_pid): Skip dprintf breakpoints.
4563 (print_one_breakpoint_location): Ditto.
4564 (dprintf_style_agent): New global.
4565 (dprintf_style_enums): Add dprintf_style_agent.
4566 (update_dprintf_command_list): Add agent case.
4567 (agent_printf_command): New function.
4568 (_initialize_breakpoint): Add new commands.
4569 * common/ax.def (printf): New bytecode.
4570 * ax.h (ax_string): Declare.
4571 * ax-gdb.h (gen_printf): Declare.
4572 * ax-gdb.c: Include cli-utils.h, format.h.
4573 (gen_printf): New function.
4574 (maint_agent_print_command): New function.
4575 (_initialize_ax_gdb): Add maint agent-printf command.
4576 * ax-general.c (ax_string): New function.
4577 (ax_print): Add printf disassembly.
4578 * Makefile.in (SFILES): Add format.c
4579 (COMMON_OBS): Add format.o.
4580 * common/format.h: New file.
4581 * common/format.c: New file.
4582 * printcmd.c: Include format.h.
4583 (ui_printf): Call parse_format_string.
4584 * remote.c (remote_state): New field breakpoint_commands.
4585 (PACKET_BreakpointCommands): New enum.
4586 (remote_breakpoint_commands_feature): New function.
4587 (remote_protocol_features): Add new BreakpointCommands entry.
4588 (remote_can_run_breakpoint_commands): New function.
4589 (remote_add_target_side_commands): New function.
4590 (remote_insert_breakpoint): Call it.
4591 (remote_insert_hw_breakpoint): Ditto.
4592 (_initialize_remote): Add new packet configuration for
4593 target-side breakpoint commands.
4594 * target.h (struct target_ops): New field
4595 to_can_run_breakpoint_commands.
4596 (target_can_run_breakpoint_commands): New macro.
4597 * target.c (update_current_target): Handle
4598 to_can_run_breakpoint_commands.
4599
4600 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4601
4602 Execute -ix and -iex only after system and user gdbinit files.
4603 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
4604 processing down after gdbinit files.
4605
4606 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4607
4608 Add fnmatch-gnu module.
4609 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
4610 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
4611 * gnulib/aclocal.m4: Regenerate.
4612 * gnulib/config.in: Regenerate.
4613 * gnulib/configure: Regenerate.
4614 * gnulib/import/dummy.c: Remove.
4615 * gnulib/import/Makefile.am: Regenerate.
4616 * gnulib/import/Makefile.in: Likewise.
4617 * gnulib/import/m4/gnulib-cache.m4: Likewise.
4618 * gnulib/import/m4/gnulib-comp.m4: Likewise.
4619 * gnulib/import/alloca.c: New file.
4620 * gnulib/import/alloca.in.h: Likewise.
4621 * gnulib/import/config.charset: Likewise.
4622 * gnulib/import/fnmatch.c: Likewise.
4623 * gnulib/import/fnmatch.in.h: Likewise.
4624 * gnulib/import/fnmatch_loop.c: Likewise.
4625 * gnulib/import/localcharset.c: Likewise.
4626 * gnulib/import/localcharset.h: Likewise.
4627 * gnulib/import/m4/alloca.m4: Likewise.
4628 * gnulib/import/m4/codeset.m4: Likewise.
4629 * gnulib/import/m4/configmake.m4: Likewise.
4630 * gnulib/import/m4/fcntl-o.m4: Likewise.
4631 * gnulib/import/m4/fnmatch.m4: Likewise.
4632 * gnulib/import/m4/glibc21.m4: Likewise.
4633 * gnulib/import/m4/localcharset.m4: Likewise.
4634 * gnulib/import/m4/locale-fr.m4: Likewise.
4635 * gnulib/import/m4/locale-ja.m4: Likewise.
4636 * gnulib/import/m4/locale-zh.m4: Likewise.
4637 * gnulib/import/m4/mbrtowc.m4: Likewise.
4638 * gnulib/import/m4/mbsinit.m4: Likewise.
4639 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4640 * gnulib/import/m4/mbstate_t.m4: Likewise.
4641 * gnulib/import/m4/stdbool.m4: Likewise.
4642 * gnulib/import/m4/wchar_h.m4: Likewise.
4643 * gnulib/import/m4/wctype_h.m4: Likewise.
4644 * gnulib/import/m4/wint_t.m4: Likewise.
4645 * gnulib/import/mbrtowc.c: Likewise.
4646 * gnulib/import/mbsinit.c: Likewise.
4647 * gnulib/import/mbsrtowcs-impl.h: Likewise.
4648 * gnulib/import/mbsrtowcs-state.c: Likewise.
4649 * gnulib/import/mbsrtowcs.c: Likewise.
4650 * gnulib/import/ref-add.sin: Likewise.
4651 * gnulib/import/ref-del.sin: Likewise.
4652 * gnulib/import/stdbool.in.h: Likewise.
4653 * gnulib/import/streq.h: Likewise.
4654 * gnulib/import/strnlen1.c: Likewise.
4655 * gnulib/import/strnlen1.h: Likewise.
4656 * gnulib/import/verify.h: Likewise.
4657 * gnulib/import/wchar.in.h: Likewise.
4658 * gnulib/import/wctype.in.h: Likewise.
4659
4660 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4661
4662 Support shell wildcards for 'set auto-load safe-path'.
4663 * auto-load.c: Include fnmatch.h.
4664 (filename_is_in_dir): Rename to ...
4665 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4666 it. Update function comment. Rename dir_len to pattern_len. New
4667 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
4668 messages. Use gdb_filename_fnmatch.
4669 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4670 pattern.
4671 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4672 * defs.h (gdb_filename_fnmatch): New declaration.
4673 * utils.c: Include fnmatch.h.
4674 (gdb_filename_fnmatch): New function.
4675
4676 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4677
4678 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4679 `-probe' and `-probe-stap' options.
4680
4681 2012-07-01 Yao Qi <yao@codesourcery.com>
4682
4683 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4684 always_inserted_off, and always_inserted_enums.
4685 Change always_inserted_mode's type to 'enum auto_boolean'.
4686 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4687 callers.
4688 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4689 of add_setshow_enum_cmd.
4690 * infrun.c: Remove can_use_displaced_stepping_auto,
4691 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4692 can_use_displaced_stepping_enum.
4693 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4694 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4695 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4696 add_setshow_enum_cmd.
4697
4698 2012-06-30 Doug Evans <dje@google.com>
4699
4700 * dwarf2read.c (signatured_type): Make "per_cu" member first.
4701 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4702 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
4703
4704 2012-06-29 Doug Evans <dje@google.com>
4705
4706 * linespec.c: #include "stack.h".
4707 (decode_line_with_current_source): Moved here from symtab.c and
4708 renamed from decode_line_spec. All callers updated.
4709 (decode_line_with_last_displayed): Moved here from breakpoint.c and
4710 renamed from decode_line_spec_1. All callers updated.
4711 * linespec.h (decode_line_with_current_source): Move declaration here
4712 from symtab.h and renamed from decode_line_spec.
4713 (decode_line_with_last_displayed): Move declaration here from symtab.h
4714 and renamed from decode_line_spec_1.
4715 * macrocmd.c: #include "linespec.h".
4716 * symtab.c: Remove #include "linespec.h".
4717
4718 2012-06-28 Doug Evans <dje@google.com>
4719
4720 * dwarf2read.c (get_cu_length): New function.
4721 (offset_in_cu_p, error_check_comp_unit_head): Call it.
4722 (create_debug_types_hash_table): Ditto.
4723 (init_cutu_and_read_dies): Ditto.
4724 (init_cutu_and_read_dies_no_follow): Ditto.
4725
4726 * dwarf2read.c (dwarf2_find_base_address): Move definition.
4727
4728 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4729 (struct abbrev_table): Define.
4730 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4731 abbrev_table.
4732 (init_cutu_and_read_dies): Update.
4733 (abbrev_table_alloc_abbrev): New function. Replaces
4734 dwarf_alloc_abbrev. All callers updated.
4735 (abbrev_table_add_abbrev): New function.
4736 (abbrev_table_lookup_abbrev): New function. Replaces
4737 dwarf2_lookup_abbrev. All callers updated.
4738 (abbrev_table_read_table): New function. Contents moved here from
4739 dwarf2_read_abbrevs.
4740 (dwarf2_read_abbrevs): Call it.
4741 (abbrev_table_free): New function.
4742 (dwarf2_free_abbrev_table): Call it.
4743
4744 2012-06-28 Stan Shebs <stan@codesourcery.com>
4745
4746 * osdata.c (info_osdata_command): Filter out "Title" columns
4747 from non-MI uses.
4748 * common/linux-osdata.c (struct osdata_type): Add title field.
4749 (osdata_table): Add titles to each entry.
4750 (linux_command_xfer_osdata): Add a column for title data.
4751
4752 2012-06-28 Stan Shebs <stan@codesourcery.com>
4753
4754 Make logging work for MI.
4755 * NEWS: Mention it.
4756 * interps.h (interp_set_logging_ftype): New typedef.
4757 (struct interp_procs): New field set_logging_proc.
4758 (current_interp_set_logging): Declare.
4759 * interps.c (current_interp_set_logging): New function.
4760 * cli/cli-logging.c: Include interps.h.
4761 (set_logging_redirect): Call current_interp_set_logging.
4762 (pop_output_files): Ditto.
4763 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4764 * mi/mi-console.h (mi_console_set_raw): Declare.
4765 * mi/mi-console.c (mi_console_set_raw): New function.
4766 * mi/mi-interp.c (saved_raw_stdout): New global.
4767 (mi_set_logging): New function.
4768 (_initialize_mi_interp): Add it to interp procs.
4769
4770 2012-06-28 Doug Evans <dje@google.com>
4771
4772 * symtab.c (lookup_symbol_aux_objfile): Use
4773 ALL_OBJFILE_PRIMARY_SYMTABS.
4774
4775 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4776
4777 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4778
4779 * common/buffer.c: Include inttypes.h and stdint.h.
4780 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4781
4782 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4783 Pedro Alves <palves@redhat.com>
4784
4785 * gdbthread.h (ALL_THREADS): New macro.
4786 (thread_list): Declare.
4787 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4788 going, but instead fall through to the stepping handling.
4789 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
4790 the passed in signal. Adjust debug output.
4791 (resume_callback): Rename to ...
4792 (linux_nat_resume_callback): ... this. Pass the thread's last
4793 stop signal, if in "pass" state.
4794 (linux_nat_resume): Adjust to rename.
4795 (stop_wait_callback): New assertion. Don't respawn signals;
4796 instead let the LWP remain with SIGNALLED set.
4797 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4798 * remote.c (append_pending_thread_resumptions): New.
4799 (remote_vcont_resume): Call it.
4800 * target.h (target_resume): Extend comment.
4801
4802 2012-06-28 Iain Sandoe <iain@codesourcery.com>
4803
4804 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4805
4806 2012-06-27 Doug Evans <dje@google.com>
4807
4808 * dwarf2read.c (dwarf2_cu): Add ranges_base.
4809 Delete have_addr_base, unused. All uses updated.
4810 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4811 (dwarf2_get_pc_bounds): Add ranges_base.
4812 (dwarf2_record_block_ranges): Ditto.
4813
4814 2012-06-27 Tom Tromey <tromey@redhat.com>
4815
4816 PR macros/7961:
4817 * varobj.c (varobj_create): Update.
4818 (varobj_set_value): Update.
4819 * tracepoint.c (validate_actionline): Update.
4820 (encode_actions_1): Update.
4821 * parse.c (parse_exp_1): Add 'pc' argument.
4822 (parse_exp_in_context): Add 'pc' argument. Change how
4823 expression_context_pc is set.
4824 (parse_expression): Update.
4825 (parse_field_expression): Update.
4826 * expression.h (parse_exp_1): Update.
4827 * eval.c (parse_to_comma_and_eval): Update.
4828 * breakpoint.c (set_breakpoint_condition): Update.
4829 (update_watchpoint): Update.
4830 (init_breakpoint_sal): Update
4831 (find_condition_and_thread): Update.
4832 (watch_command_1): Update.
4833 (update_breakpoint_locations): Update.
4834 * ada-lang.c (ada_read_renaming_var_value): Update.
4835 (create_excep_cond_exprs): Update.
4836
4837 2012-06-27 Doug Evans <dje@google.com>
4838
4839 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4840 type units.
4841
4842 2012-06-26 Doug Evans <dje@google.com>
4843
4844 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4845 prototype.
4846 (error_check_comp_unit_head): New arg abbrev_section. All callers
4847 updated.
4848 (read_and_check_comp_unit_head): Ditto.
4849 (read_and_check_type_unit_head): Ditto.
4850
4851 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4852
4853 New attribute 'last' for gdb.Symtab_and_line.
4854 * NEWS (Python Scripting): Add entry about the new attribute.
4855 * python/py-symtab.c (salpy_get_last): New function which
4856 implements the get method for the 'last' attribute of
4857 gdb.Symtab_and_line.
4858 (sal_object_getset): Add entry for the 'last' attribute.
4859
4860 2012-06-26 Doug Evans <dje@google.com>
4861
4862 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4863 (dwo_sections): Add macinfo, macro.
4864 (dwarf2_locate_dwo_sections): Watch for macro sections.
4865 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4866 All callers updated. Handle DWO files.
4867
4868 * NEWS: Mention new options "set debug dwarf2-read" and
4869 "set debug symtab-create".
4870 * dwarf2read.c (dwarf2_read_debug): New static global.
4871 (dwarf2_build_psymtabs_hard): Add debugging printfs.
4872 (process_queue): Ditto.
4873 (process_full_comp_unit): Ditto.
4874 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4875 * elfread.c (elf_symfile_read): Add debugging printf.
4876 * minsyms.c (install_minimal_symbols): Ditto.
4877 * psymtab.c (allocate_psymtab): Ditto.
4878 * symfile.c (allocate_symtab): Ditto.
4879 * symtab.c (symtab_create_debug): New global.
4880 (_initialize_symtab): Add new option "set debug symtab-create".
4881 * symtab.h (symtab_create_debug): Declare.
4882
4883 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4884 (lookup_dwo_type_unit): Ditto.
4885
4886 2012-06-26 Roland McGrath <roland@hack.frob.com>
4887 H.J. Lu <hongjiu.lu@intel.com>
4888
4889 * amd64-linux-nat.c: Include <sys/user.h>.
4890 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4891 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4892 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4893
4894 * configure.ac: Check if the fs_base and gs_base members of
4895 `struct user_regs_struct' exist.
4896 * config.in: Regenerated.
4897 * configure: Likewise.
4898
4899 2012-06-25 Michael Eager <eager@eagercon.com>
4900
4901 PR python/14291
4902 * python/python.c (gdbpy_write): Check for interrupted output.
4903
4904 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4905
4906 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4907 register as a stack alignment in ARM mode.
4908
4909 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4910
4911 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4912 * gnulib/config.in: Regenerate.
4913 * gnulib/configure: Likewise.
4914 * gnulib/import/m4/extensions.m4: Update it.
4915 * gnulib/import/m4/gnulib-common.m4: Likewise.
4916 * gnulib/import/m4/memmem.m4: Likewise.
4917 * gnulib/import/m4/mmap-anon.m4: Likewise.
4918 * gnulib/import/m4/multiarch.m4: Likewise.
4919 * gnulib/import/stdint.in.h: Likewise.
4920
4921 2012-06-24 Yao Qi <yao@codesourcery.com>
4922
4923 * corefile.c (write_memory_with_notification): New.
4924 * gdbcore.h: Declare write_memory_with_notification.
4925 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4926 'observer_notify_memory_changed' with 'write_memory_with_notification'.
4927 * valops.c (value_assign): Likewise.
4928 * python/py-inferior.c (infpy_write_memory): Call
4929 'write_memory_with_notification'.
4930
4931 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4932
4933 * cc-with-index.sh: Use also -ex "set auto-load no".
4934
4935 2012-06-23 Doug Evans <dje@google.com>
4936
4937 PR 14125
4938 * NEWS: Document additions to .gdb_index.
4939 * dwarf2read.c: #include "gdb/gdb-index.h".
4940 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4941 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4942 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4943 (dwarf2_read_index): Recognize version 7.
4944 (dw2_do_expand_symtabs_matching): New args want_specific_block,
4945 block_kind, domain): All callers updated.
4946 (dw2_find_symbol_file): Handle new index CU values.
4947 (dw2_expand_symtabs_matching): Match symbol kind if requested.
4948 (add_index_entry): New args is_static, kind. All callers updated.
4949 (offset_type_compare, uniquify_cu_indices): New functions
4950 (symbol_kind): New function.
4951 (write_psymtabs_to_index): Remove duplicate CU values.
4952 (write_psymtabs_to_index): Write .gdb_index version 7.
4953
4954 2012-06-22 Joel Brobecker <brobecker@adacore.com>
4955
4956 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4957 * configure: Regenerate.
4958
4959 2012-06-20 Yao Qi <yao@codesourcery.com>
4960
4961 * python/py-inferior.c: Update comments of infpy_read_memory
4962 and infpy_write_memory.
4963
4964 2012-06-19 Tom Tromey <tromey@redhat.com>
4965
4966 PR exp/9514:
4967 * parser-defs.h (insert_type, insert_type_address_space): Declare.
4968 (push_type_address_space): Remove.
4969 * parse.c (insert_into_type_stack): New function.
4970 (insert_type): Likewise.
4971 (insert_type_address_space): Rename from push_type_address_space.
4972 Insert tp_space_identifier.
4973 * c-exp.y (ptr_operator): New production.
4974 (abs_decl): Use ptr_operator.
4975 (space_identifier): Call insert_type_address_space.
4976 (ptype): Don't use const_or_volatile_or_space_identifier.
4977 (const_or_volatile_noopt): Call insert_type.
4978 (conversion_type_id, conversion_declarator): New productions.
4979 (operator): Use conversion_type_id.
4980
4981 2012-06-18 Doug Evans <dje@google.com>
4982
4983 * symtab.h (minimal_symbol): New member created_by_gdb.
4984 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4985 created by gdb.
4986 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4987 (search_symbols): Call it instead of lookup_symbol.
4988 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
4989
4990 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4991 Adjust address for DW_OP_GNU_addr_index.
4992 * dwarf2expr.h (dwarf_expr_context): Update comment.
4993 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4994 all callers updated. Handle TLS vars described with
4995 DW_OP_GNU_const_index.
4996 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4997 and DW_OP_GNU_const_index.
4998 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4999
5000 * block.c (find_block_in_blockvector): Make explicit the fact that we
5001 ignore GLOBAL_BLOCK.
5002
5003 2012-06-18 Tom Tromey <tromey@redhat.com>
5004
5005 * c-exp.y (operator): Remove trailing space after "delete" and
5006 "delete[]".
5007
5008 2012-06-18 Mark Kettenis <kettenis@gnu.org>
5009 Jan Kratochvil <jan.kratochvil@redhat.com>
5010
5011 Switch i386 and derived targets to ON_STACK.
5012 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
5013 (amd64_dicos_init_abi): Remove its installment.
5014 * dicos-tdep.c (dicos_init_abi): Remove the
5015 set_gdbarch_call_dummy_location call. Update the comment here.
5016 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
5017 (i386_dicos_init_abi): Remove its installment.
5018 * i386-tdep.c (i386_push_dummy_code): New function.
5019 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
5020 i386_push_dummy_code.
5021
5022 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5023
5024 Remove stale dummy frames.
5025 * breakpoint.c: Include dummy-frame.h.
5026 (longjmp_breakpoint_ops): New variable.
5027 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
5028 bp_longjmp_call_dummy.
5029 (bpstat_what, bptype_string, print_one_breakpoint_location)
5030 (init_bp_location): Support bp_longjmp_call_dummy.
5031 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
5032 (set_longjmp_breakpoint_for_call_dummy)
5033 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5034 functions.
5035 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5036 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
5037 FIXME comment and extend the other comment for bp_call_dummy.
5038 (set_longjmp_breakpoint_for_call_dummy)
5039 (check_longjmp_breakpoint_for_call_dummy): New declarations.
5040 * dummy-frame.c: Include gdbthread.h.
5041 (pop_dummy_frame_bpt): New function.
5042 (pop_dummy_frame): Call pop_dummy_frame_bpt.
5043 (dummy_frame_discard): New function.
5044 (cleanup_dummy_frames): Update the comment about longjmps.
5045 * dummy-frame.h (dummy_frame_discard): New declaration.
5046 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5047 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
5048 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
5049 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5050 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
5051 keep_going if IS_LONGJMP and there is no other reason to stop.
5052
5053 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
5054
5055 * remote-sim.c (sim_command_completer): Initialize
5056 variable 'result'.
5057
5058 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5059
5060 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5061 * dwarf2loc.c (call_site_parameter_matches): Support
5062 CALL_SITE_PARAMETER_PARAM_OFFSET.
5063 (needs_dwarf_reg_entry_value): Push stub value.
5064 * dwarf2read.c (read_call_site_scope): New variable origin. Support
5065 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5066 * gdbtypes.h (enum call_site_parameter_kind): New item
5067 CALL_SITE_PARAMETER_PARAM_OFFSET.
5068 (struct call_site.parameter.u): New field param_offset.
5069
5070 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5071
5072 Code cleanup: Generalize call_site.parameter key.
5073 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5074 variable dwarf_reg. New variable kind_u. Update parameters to
5075 push_dwarf_reg_entry_value.
5076 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5077 * dwarf2expr.h (enum call_site_parameter_kind)
5078 (union call_site_parameter_u): Forward declarations.
5079 (struct dwarf_expr_context_funcs): Update parameters and their
5080 description for push_dwarf_reg_entry_value.
5081 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5082 * dwarf2loc.c (call_site_parameter_matches): New function.
5083 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5084 description. Use call_site_parameter_matches.
5085 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5086 Update parameters and their description.
5087 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5088 New variable kind_u. Adjust the caller for updated parameters.
5089 (needs_dwarf_reg_entry_value): Update parameters.
5090 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
5091 instead of attr. Update for the changed fields of struct
5092 call_site_parameter.
5093 * gdbtypes.h: Include dwarf2expr.h.
5094 (enum call_site_parameter_kind): New.
5095 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
5096 fb_offset into new union u.
5097
5098 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5099
5100 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5101 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5102 for x32.
5103
5104 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5105
5106 * amd64-linux-nat.c (compat_x32_clock_t): New.
5107 (compat_x32_siginfo_t): Likewise.
5108 (compat_x32_siginfo_from_siginfo): Likewise.
5109 (siginfo_from_compat_x32_siginfo): Likewise.
5110 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5111 and siginfo_from_compat_x32_siginfo for x32.
5112
5113 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
5114
5115 * tracepoint.c (tfile_xfer_partial): Add a lseek.
5116
5117 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5118
5119 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5120 instead of gdbarch_ptr_bit.
5121 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5122 (amd64_supply_native_gregset): Likewise.
5123 (amd64_collect_native_gregset): Likewise.
5124 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5125 (amd64_supply_xsave): Likewise.
5126 (amd64_collect_fxsave): Likewise.
5127 (amd64_collect_xsave): Likewise.
5128
5129 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5130
5131 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5132 (amd64_linux_read_description): Check DS segment register for
5133 x32 process.
5134
5135 2012-06-15 Tom Tromey <tromey@redhat.com>
5136
5137 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5138 init_cutu_and_read_dies.
5139
5140 2012-06-15 Iain Sandoe <iain@codesourcery.com>
5141
5142 * MAINTAINERS (Write After Approval): Add myself to the list.
5143
5144 2012-06-15 Tom Tromey <tromey@redhat.com>
5145
5146 * valops.c (value_find_oload_method_list): Now static.
5147 * value.h (value_find_oload_method_list): Don't declare.
5148
5149 2012-06-15 Tom Tromey <tromey@redhat.com>
5150
5151 * valops.c (find_overload_match): Use value_ind.
5152
5153 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
5154
5155 * infrun.c (handle_inferior_event): Correct indentation.
5156
5157 2012-06-14 Doug Evans <dje@google.com>
5158
5159 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5160 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5161 All uses updated.
5162 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
5163 updated. Handle DEBUG_LOC_START_LENGTH.
5164 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5165 (loclist_describe_location): Ditto.
5166
5167 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
5168
5169 PR backtrace/13866
5170 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5171 after hiding inline functions.
5172
5173 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5174
5175 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
5176 _initialize_inf_ttrace.
5177
5178 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5179
5180 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
5181 _initialize_hppa_hpux_nat.
5182
5183 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5184
5185 * remote-sim.c (sim_command_completer): Change type of return
5186 value to "VEC (char_ptr) *". Adjust implementation accordingly.
5187
5188 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5189 Jan Kratochvil <jan.kratochvil@redhat.com>
5190
5191 PR tdep/14222
5192 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5193 stack on a 16-byte boundary.
5194
5195 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
5196
5197 * jit.c (finalize_symtab): Set function's return type to 'void' by
5198 default.
5199
5200 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5201 H.J. Lu <hongjiu.lu@intel.com>
5202
5203 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5204 Move bits common to both the classic LP64 and the new x32 ILP32
5205 ABI here.
5206 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5207 (amd64_x32_linux_init_abi): New function.
5208 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5209 subtype.
5210
5211 * i386-tdep.h (i386_pseudo_register_name): New prototype.
5212 * i386-tdep.c (i386_pseudo_register_name): Make public.
5213 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5214 * amd64-tdep.c (amd64_dword_names): Add "eip".
5215 (amd64_x32_pseudo_register_type): New function
5216 (amd64_x32_init_abi): New function.
5217
5218 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5219
5220 PR build/14003
5221 * inferior.h (struct inferior_suspend_state): Comment out.
5222 (struct inferior): Comment out the field suspend.
5223 * infrun.c (struct infcall_suspend_state): Comment out the field
5224 inferior_suspend.
5225 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
5226 out its assignment.
5227
5228 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5229
5230 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5231 * c-exp.y (classify_inner_name): Remove caller assumptions in the
5232 function comment. Return ERROR for unresolved cases. Implement
5233 returning proper NAME.
5234 (yylex): Accept also NAME from classify_inner_name.
5235 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
5236 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
5237 LOC_TYPEDEF type.
5238 * cp-support.h (cp_lookup_nested_type): Update its declaration.
5239
5240 2012-06-13 Tom Tromey <tromey@redhat.com>
5241
5242 * breakpoint.c (condition_completer): New function.
5243 (_initialize_breakpoint): Use it.
5244 * value.c (complete_internalvar): New function.
5245 * value.h (complete_internalvar): Declare.
5246
5247 2012-06-13 Tom Tromey <tromey@redhat.com>
5248
5249 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
5250 * breakpoint.c (catch_syscall_completer): Return a VEC.
5251 * cli/cli-cmds.c (complete_command): Update.
5252 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
5253 (complete_on_enum): Likewise.
5254 * command.h: Include gdb_vecs.h.
5255 (completer_ftype): Change return type.
5256 (complete_on_cmdlist, complete_on_enum): Likewise.
5257 * completer.c (noop_completer, filename_completer)
5258 (location_completer): Return a VEC.
5259 (add_struct_fields): Remove 'nextp' argument. Change 'output'
5260 to a VEC.
5261 (expression_completer, complete_line_internal, complete_line)
5262 (command_completer): Return a VEC.
5263 (gdb_completion_word_break_characters, line_completion_function):
5264 Update.
5265 * completer.h: Include gdb_vecs.h.
5266 (complete_line, noop_completer, filename_completer)
5267 (expression_completer, location_completer, command_completer):
5268 Update.
5269 * f-lang.c (f_word_break_characters): Return a VEC.
5270 * interps.c (interpreter_completer): Return a VEC.
5271 * language.h (struct language_defn)
5272 <la_make_symbol_completion_list>: Return a VEC.
5273 * python/py-cmd.c (cmdpy_completer): Return a VEC.
5274 * symtab.c (free_completion_list): Take a VEC.
5275 (return_val_size, return_val_index): Remove.
5276 (return_val): Now a VEC.
5277 (completion_list_add_name): Update.
5278 (default_make_symbol_completion_list_break_on)
5279 (default_make_symbol_completion_list, make_symbol_completion_list)
5280 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
5281 Return a VEC.
5282 (add_filename_to_list): Update.
5283 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
5284 <list>: Now a VEC.
5285 (maybe_add_partial_symtab_filename): Update.
5286 (make_source_files_completion_list): Return a VEC.
5287 * symtab.h (default_make_symbol_completion_list_break_on)
5288 (default_make_symbol_completion_list, make_symbol_completion_list)
5289 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
5290 (make_source_files_completion_list): Update.
5291
5292 2012-06-13 Tom Tromey <tromey@redhat.com>
5293
5294 * breakpoint.c (add_catch_command): Use completer_ftype.
5295 * breakpoint.h: Include command.h.
5296 (add_catch_command): Use completer_ftype.
5297 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
5298 * cli/cli-decode.h (struct cmd_list_element) <completer>:
5299 Use completer_ftype.
5300 * command.h (completer_ftype): New typedef.
5301 (set_cmd_completer): Use it.
5302 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
5303 completer_ftype.
5304
5305 2012-06-13 Pedro Alves <palves@redhat.com>
5306
5307 Partial revert of previous change.
5308
5309 * serial.c (scb_base): New global.
5310 (serial_for_fd): New.
5311 (serial_open, serial_fdopen_ops): Link new serial in open serials
5312 chain.
5313 (do_serial_close): Unlink serial from the open serials chain.
5314
5315 2012-06-12 Pedro Alves <palves@redhat.com>
5316
5317 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
5318 threads here.
5319 (prepare_for_detach): No longer context switch here in non-stop
5320 mode.
5321 (fetch_inferior_event): Ditto.
5322 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
5323 to the event thread before removing breakpoints. Switch to the
5324 event thread before inserting breakpoints and resuming.
5325 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
5326 event thread before resuming.
5327 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
5328 Switch to the event thread before removing breakpoints.
5329
5330 2012-06-12 Eli Zaretskii <eliz@gnu.org>
5331
5332 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
5333 special characters correctly for the Windows shells. See
5334 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
5335 report.
5336 [!__MINGW32__]: Remove extra double quote character from special
5337 characters.
5338
5339 2012-06-11 Stan Shebs <stan@codesourcery.com>
5340
5341 * ui-out.h: Remove #if 0 declarations.
5342 * ui-out.c: Remove #if 0 functions.
5343
5344 2012-06-11 Pedro Alves <palves@redhat.com>
5345
5346 * ser-base.c (run_async_handler_and_reschedule): New.
5347 (fd_event, push_event): Use it.
5348 * serial.c (serial_open, serial_fdopen_ops): Set the initial
5349 reference count to 1.
5350 (do_serial_close): Set the bufp field to NULL. Use serial_unref
5351 instead of xfree.
5352 (serial_is_open, serial_ref, serial_unref): New.
5353 * serial.h (serial_open): Adjust comment.
5354 (serial_is_open): Declare.
5355 (serial_close): Adjust comment.
5356 (serial_ref, serial_unref) Declare.
5357 (struct serial): New field 'refcnt'.
5358
5359 2012-06-11 Pedro Alves <palves@redhat.com>
5360
5361 Remove #if 0'd "connect" command, and unnecessary associated
5362 refcounting and serial reuse bits.
5363
5364 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
5365 * serial.c (last_serial_opened): Delete.
5366 (scb_base): Delete.
5367 (serial_open): Adjust.
5368 (serial_for_fd): Delete.
5369 (serial_fdopen_ops, do_serial_close): Adjust.
5370 (serial_fdopen_ops): Adjust.
5371
5372 2012-06-11 Pedro Alves <palves@redhat.com>
5373
5374 * serial.c (do_serial_close): Remove early return when SCB is
5375 null.
5376
5377 2012-06-11 Tom Tromey <tromey@redhat.com>
5378
5379 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
5380
5381 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5382
5383 Fix regression by the "ambiguous linespec" series.
5384 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
5385 get_last_displayed_symtab and get_last_displayed_line and depending
5386 on CURSAL.
5387
5388 2012-06-11 Tom Tromey <tromey@redhat.com>
5389
5390 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
5391 (dw2_find_symbol_file): Use it.
5392
5393 2012-06-11 Michael Eager <eager@eagercon.com>
5394
5395 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
5396 * mips-linux-tdep.h (mips_signals): New
5397
5398 2012-06-11 Tom Tromey <tromey@redhat.com>
5399
5400 * infrun.c (handle_inferior_event)
5401 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
5402 breakpoint.
5403 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
5404 exception logic in all cases. Update comments.
5405 (insert_longjmp_resume_breakpoint): Set the exception resume
5406 breakpoint.
5407
5408 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
5409
5410 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
5411
5412 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
5413
5414 * valarith.c (binop_types_user_defined_p): Fix a typo.
5415
5416 2012-06-08 Yao Qi <yao@codesourcery.com>
5417 Chung-Lin Tang <cltang@codesourcery.com>
5418
5419 * arch-utils.c (default_return_in_first_hidden_param_p): New.
5420 * arch-utils.h: Declare.
5421 * gdbarch.sh: Add return_in_first_hidden_param_p.
5422 * gdbarch.c, gdbarch.h: Regenerated.
5423 * infcall.c (call_function_by_hand): Call
5424 gdbarch_return_in_first_hidden_param_p instead of
5425 language_pass_by_reference.
5426
5427 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
5428 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
5429 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
5430 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
5431 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
5432 `cplus_return_struct_by_reference'.
5433 (tic6x_return_value): Handle language cplusplus.
5434 (tic6x_return_in_first_hidden_param_p): New.
5435 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
5436
5437 2012-06-07 Doug Evans <dje@google.com>
5438
5439 * dwarf2read.c (dwarf2_cu): Add comment.
5440
5441 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5442
5443 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
5444 variable.
5445 (mips_eabi_push_dummy_call): Likewise.
5446 (mips_n32n64_push_dummy_call): Likewise.
5447 (mips_o32_push_dummy_call): Likewise.
5448 (mips_o64_push_dummy_call): Likewise.
5449
5450 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5451
5452 * mips-tdep.c (mips_convert_register_p): Correct coding style.
5453
5454 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5455
5456 * mips-tdep.c (mips_pseudo_register_type): Use
5457 mips_float_register_p.
5458
5459 2012-06-06 Pedro Alves <palves@redhat.com>
5460
5461 * infrun.c (handle_inferior_event): Remove calls to
5462 reinit_frame_cache that follow a context_switch call.
5463
5464 2012-06-06 Pedro Alves <palves@redhat.com>
5465
5466 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
5467 context_switch and remove stale comment.
5468
5469 2012-06-06 Pedro Alves <palves@redhat.com>
5470
5471 * infrun.c (struct execution_control_state): Remove
5472 `new_thread_event' field.
5473 (handle_inferior_event): Simplify new threads handling; don't
5474 resume the inferior if we find a new thread.
5475
5476 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
5477
5478 * NEWS: Document the deprecation of SH's 'regs' command.
5479 * inferior.h (all_registers_info): Add function declaration.
5480 * sh-tdep.c (sh_show_regs): Remove variable.
5481 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
5482 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
5483 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
5484 (sh_show_regs_command): Remove functions.
5485 (sh_gdbarch_init): Don't set sh_show_regs.
5486 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
5487 'info all-registers'.
5488 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
5489 (sh64_show_regs): Remove functions.
5490 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
5491
5492 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5493
5494 * configure.ac: Move development=true below AC_INIT.
5495 * configure: Regenerate.
5496
5497 2012-06-05 Stan Shebs <stan@codesourcery.com>
5498
5499 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
5500 gdb_stdout.
5501
5502 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
5503
5504 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
5505 argument as ssize_t.
5506 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
5507 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
5508 * target.c (target_read_stack, target_write_memory)
5509 (target_write_raw_memory): Likewise.
5510 * target.h (target_read_stack, target_write_memory)
5511 (target_write_raw_memory): Likewise.
5512
5513 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5514
5515 * symfile-mem.c: Change gdb_static_assert to ssize_t.
5516 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
5517 * target.c (target_read_memory): Change LEN to ssize_t.
5518 * target.h (target_read_memory): Change LEN to ssize_t.
5519
5520 2012-06-05 Pedro Alves <palves@redhat.com>
5521
5522 PR backtrace/13866
5523
5524 * breakpoint.c (until_break_command): Only fetch the selected
5525 frame after decode_line_1.
5526
5527 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5528
5529 * solib-svr4.c (enable_break): Don't fallback to setting the solib
5530 event breakpoint at _start, __start or main if a program
5531 interpreter is not found.
5532
5533 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5534
5535 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
5536 Add declaration.
5537 * windows-tdep.c: #include "objfiles.h".
5538 (windows_iterate_over_objfiles_in_search_order): New function.
5539 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5540 iterate_over_objfiles_in_search_order gdbarch method to
5541 windows_iterate_over_objfiles_in_search_order.
5542 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
5543
5544 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5545
5546 * gdbarch.sh: Add generation of
5547 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
5548 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
5549 (iterate_over_objfiles_in_search_order): New gdbarch method.
5550 * gdbarch.h, gdbarch.c: Regenerate.
5551 * objfiles.h (default_iterate_over_objfiles_in_search_order):
5552 Add declaration.
5553 * objfiles.c (default_iterate_over_objfiles_in_search_order):
5554 New function.
5555 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5556 out of lookup_symbol_aux_symtabs.
5557 (lookup_symbol_aux_symtabs): Replace extracted-out code by
5558 call to lookup_symbol_aux_objfile.
5559 (struct global_sym_lookup_data): New type.
5560 (lookup_symbol_global_iterator_cb): New function.
5561 (lookup_symbol_global): Search for symbol using
5562 gdbarch_iterate_over_objfiles_in_search_order and
5563 lookup_symbol_global_iterator_cb.
5564 * findvar.c (struct minsym_lookup_data): New type.
5565 (minsym_lookup_iterator_cb): New function.
5566 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
5567 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
5568 and minsym_lookup_iterator_cb.
5569
5570 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5571
5572 Revert the following patch:
5573 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5574 try locating the symbol in the symbol's own objfile first, before
5575 extending the search to all objfiles.
5576 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5577 out of lookup_symbol_aux_symtabs.
5578 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5579 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5580 Do not search EXCLUDE_OBJFILE.
5581 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5582 (lookup_symbol_global): Search for matches in the block's objfile
5583 first, before searching all other objfiles.
5584
5585 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5586
5587 * breakpoint.c (find_condition_and_thread): Stop parsing
5588 as soon as the first invalid keyword is found.
5589
5590 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5591
5592 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
5593
5594 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5595
5596 * config/djgpp/djcheck.sh: Add copyright header.
5597
5598 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5599
5600 * copyright.py (update_files, main): Fix path to update-copyright
5601 script.
5602
5603 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5604
5605 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
5606 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
5607 for which a reminder to update by hand is printed.
5608
5609 2012-06-04 Doug Evans <dje@google.com>
5610
5611 * buildsym.c (make_blockvector): Add comment.
5612
5613 2012-06-04 Pedro Alves <palves@redhat.com>
5614
5615 * arch-utils.c (default_gdb_signal_from_target): Delete.
5616 * arch-utils.h (default_gdb_signal_from_target): Delete.
5617 * corelow.c (core_open) <signal mapping>: Extended comment. Check
5618 gdbarch_gdb_signal_from_target_p.
5619 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5620 predicate).
5621 * gdbarch.h: Regenerate.
5622 * gdbarch.c: Regenerate.
5623
5624 2012-06-04 Pedro Alves <palves@redhat.com>
5625
5626 * gdbarch.sh (gdb_signal_from_target): Mention that the
5627 implementation of the method must be host independent.
5628 * gdbarch.h: Regenerate.
5629
5630 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5631
5632 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5633 parameters.
5634 (target_read_memory_bfd): New function.
5635 (symbol_file_add_from_memory): Use it.
5636
5637 2012-06-03 Doug Evans <dje@google.com>
5638
5639 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5640 of primary symtab.
5641 (basic_lookup_transparent_type): Ditto.
5642
5643 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5644 (ALL_PRIMARY_SYMTABS): Use it.
5645 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5646 * dwarf2read.c (dw2_find_symbol_file): Ditto.
5647 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5648 * symtab.c (lookup_symbol_aux_objfile): Ditto.
5649 (basic_lookup_transparent_type): Ditto.
5650
5651 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
5652
5653 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
5654 it to optimize resolution of demangled name.
5655
5656 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5657
5658 * configure.ac (development): Define new variable.
5659 Call AC_CHECK_LIB for mcheck if $development.
5660 (ERROR_ON_WARNING): Enable it by default only if $development.
5661 * config.in: Regenerate.
5662 * configure: Regenerate.
5663
5664 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
5665
5666 * target.c (target_read_memory): Make LEN argument as size_t.
5667 * target.h (target_read_memory): Likewise.
5668
5669 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5670
5671 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5672
5673 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
5674
5675 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5676 BookE interface for PowerPC server processors if not available
5677 in the Linux Kernel.
5678
5679 2012-05-31 Keith Seitz <keiths@redhat.com>
5680
5681 * linespec.c (decode_objc): Add cleanup to free
5682 INFO.FILE_SYMTABS.
5683 (find_linespec_symbols): Add cleanup to free CLASSES.
5684 * symfile.c (find_separate_debug_file_by_debuglink): Add
5685 cleanup to free DEBUGLINK.
5686 * ui-out.c (clear_header_list): No need to check if
5687 HEADER_NEXT.COLHDR is NULL.
5688 Free HEADER_NEXT.COL_NAME.
5689
5690 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5691
5692 * ada-lang.c (standard_lookup): Prevent uninitialized variable
5693 warning.
5694
5695 2012-05-30 Jeff Kenton <jkenton@tilera.com>
5696
5697 * configure.host (gdb_host_cpu): Handle tilegx*.
5698 (gdb_host): Handle tilegx-*-linux*.
5699 * tilegx-linux-nat.c: New file.
5700 * config/tilegx/linux.mh: New file.
5701
5702 2012-05-30 Jeff Kenton <jkenton@tilera.com>
5703
5704 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5705 tilegx-linux-tdep.o.
5706 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5707 tilegx-linux-tdep.c.
5708 * configure.tgt: Handle tilegx-*-linux*.
5709 * tilegx-tdep.h: New file.
5710 * tilegx-tdep.c: New file.
5711 * tilegx-linux-tdep.c: New file.
5712 * regformats/reg-tilegx.dat: New file.
5713
5714 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
5715
5716 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5717 accounting of hw watchpoints on ppc.
5718
5719 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5720
5721 * source.c (openp): Expand tilde in path entries.
5722
5723 2012-05-29 Doug Evans <dje@google.com>
5724
5725 * buildsym.c (block_compar): Fix comment.
5726 (end_symtab): Fix and clarify some comments.
5727
5728 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5729 cleanup_undefined_types.
5730 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5731 All callers updated.
5732
5733 2012-05-29 Tom Tromey <tromey@redhat.com>
5734
5735 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5736 fails.
5737 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5738 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5739 fails.
5740 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5741 fails.
5742
5743 2012-05-29 Tristan Gingold <gingold@adacore.com>
5744
5745 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5746 (struct darwin_info): ... New struct.
5747 (solib_darwin_pspace_data): New variable.
5748 (darwin_pspace_data_cleanup): New function.
5749 (get_darwin_info): Likewise.
5750 (darwin_dyld_version_ok, darwin_load_image_infos)
5751 (darwin_solib_get_all_image_info_addr_at_init)
5752 (darwin_solib_read_all_image_info_addr): Add info argument.
5753 Adjust code.
5754 (darwin_current_sos): Use per pspace structure.
5755 (darwin_solib_create_inferior_hook): Likewise.
5756 (darwin_clear_solib): Likewise.
5757 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5758
5759 2012-05-28 Pedro Alves <palves@redhat.com>
5760
5761 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5762 block that uses them. Clear ecss before handling each event.
5763
5764 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5765
5766 * solib-svr4.c (svr4_current_sos): New comment on
5767 svr4_current_sos_via_xfer_libraries fall back.
5768
5769 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5770
5771 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
5772 it as a fallback for TYPE_IS_OPAQUE.
5773 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5774 symbols for lookup_symbol.
5775
5776 2012-05-24 John Steele Scott <toojays@toojays.net>
5777
5778 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5779 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5780 (producer_is_gxx_lt_4_6): Move the checking and caching to...
5781 (check_producer): ... this new function, which also checks for ICC
5782 and caches the result.
5783 (producer_is_icc): New function.
5784 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5785 producer was ICC.
5786
5787 2012-05-24 Pedro Alves <palves@redhat.com>
5788
5789 PR gdb/7205
5790
5791 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5792 (default_gdb_signal_to_target): ... this. Add comment.
5793 (default_gdb_signal_from_host): Rename to ...
5794 (default_gdb_signal_from_target): ... this. Add comment.
5795 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5796 (default_gdb_signal_to_target): ... this.
5797 (default_gdb_signal_from_host): Rename to ...
5798 (default_gdb_signal_from_target): ... this.
5799 * corelow.c (core_open): Adjust to naming change. Replace comment.
5800 * gdbarch.sh (gdb_signal_from_host): Rename to ...
5801 (gdb_signal_from_target): ... this. Adjust to
5802 default_gdb_signal_from_host naming change. Extend comment.
5803 (gdb_signal_to_host): Rename to ...
5804 (gdb_signal_to_target): ... this. Adjust to
5805 default_gdb_signal_to_host naming change.
5806 * gdbarch.h, gdbarch.c: Renegerate.
5807
5808 2012-05-24 Pedro Alves <palves@redhat.com>
5809
5810 PR gdb/7205
5811
5812 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5813
5814 2012-05-24 Pedro Alves <palves@redhat.com>
5815
5816 PR gdb/7205
5817
5818 Replace target_signal with gdb_signal throughout.
5819
5820 2012-05-24 Pedro Alves <palves@redhat.com>
5821
5822 PR tui/14159
5823
5824 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5825 string, instead of reusing the va_list argument.
5826
5827 2012-05-24 Tom Tromey <tromey@redhat.com>
5828
5829 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5830 Remove.
5831
5832 2012-05-23 Doug Evans <dje@google.com>
5833
5834 * symtab.c (search_symbols): Formatting fixes.
5835 (print_symbol_info): Formatting fixes.
5836
5837 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5838 int64_t change to leb128 API.
5839 (read_encoded_value, decode_frame_entry_1): Ditto.
5840 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5841 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5842 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5843 (execute_stack_op): Ditto.
5844 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5845 (safe_read_uleb128, safe_read_sleb128): Ditto.
5846 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5847 (dwarf2_compile_expr_to_ax): Ditto.
5848 (locexpr_describe_location_piece): Ditto.
5849 (disassemble_dwarf_expression): Ditto.
5850 (locexpr_describe_location_1): Ditto.
5851
5852 2012-05-23 Stan Shebs <stan@codesourcery.com>
5853 Kwok Cheung Yeung <kcy@codesourcery.com>
5854
5855 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5856 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5857 (mi-cmd-info.o): New rule.
5858 * osdata.h (info_osdata_command): New declaration.
5859 * osdata.c (info_osdata_command): Change to non-static.
5860 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5861 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5862 * mi/mi-cmd-info.c: New file.
5863
5864 2012-05-23 Doug Evans <dje@google.com>
5865
5866 * symtab.c (search_symbols): Pass NULL for file_matcher to
5867 expand_symtabs_matching if there are no files to match.
5868
5869 * gdbtypes.c (lookup_typename): Simplify.
5870
5871 2012-05-23 Pedro Alves <palves@redhat.com>
5872
5873 * arch-utils.h (default_target_signal_to_host): Delete.
5874 * arch-utils.c (default_target_signal_to_host): Delete.
5875 * gdbarch.sh (target_signal_to_host): Remove.
5876 * gdbarch.h, gdbarch.c: Regenerate.
5877
5878 2012-05-22 Doug Evans <dje@google.com>
5879
5880 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5881 "const gdb_byte *".
5882 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5883 (execute_cfa_program): Update to match API of leb128 functions.
5884 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5885 "const gdb_byte *".
5886 (read_unsigned_leb128, read_signed_leb128): Delete.
5887 (read_initial_length): Change type of buf argument to
5888 "const gdb_byte *".
5889 (read_encoded_value): Update to match API of leb128 functions.
5890 (decode_frame_entry): Change result to "const gdb_byte *", and
5891 similarly for "start" parameter.
5892 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
5893 (dwarf2_build_frame_info): Change local frame_ptr to
5894 "const gdb_byte *".
5895 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5896 read_uleb128, read_sleb128. All callers updated.
5897 (safe_skip_leb128): New function.
5898 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5899 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5900 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5901 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
5902 read_uleb128, read_sleb128.
5903 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5904 (execute_stack_op): Update to match API of leb128 functions.
5905 * dwarf2expr.h: #include "leb128.h".
5906 (read_uleb128, read_sleb128): Delete.
5907 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5908 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5909 * dwarf2loc.c (debug_loc_kind): New enum.
5910 (decode_debug_loc_addresses): New function.
5911 (decode_debug_loc_dwo_addresses): New function.
5912 (dwarf2_find_location_expression): Rewrite.
5913 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5914 (locexpr_describe_location_piece): Ditto.
5915 (disassemble_dwarf_expression): Ditto.
5916 (locexpr_describe_location_1): Ditto.
5917 (loclist_describe_location): Rewrite.
5918 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5919 * dwarf2read.c (die_reader_specs): New member "buffer_end".
5920 (dwarf2_section_buffer_overflow_complaint): Renamed from
5921 dwarf2_macros_too_long_complaint. All callers updated.
5922 (skip_leb128): Delete.
5923 (init_cu_die_reader): Initialize reader->buffer_end.
5924 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5925 (skip_form_bytes): New arg buffer_end. All callers updated.
5926 Replace call to skip_leb128 with gdb_skip_leb128.
5927 (skip_unknown_opcode): New arg mac_end. All callers updated.
5928 (fill_in_loclist_baton): Initialize baton->from_dwo.
5929
5930 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5931
5932 * mips-linux-nat.c (mips_linux_read_description): Use a more
5933 verbose error message.
5934
5935 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5936
5937 * NEWS: Add MIPS/Linux DSP support.
5938 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5939 (SIGCONTEXT_DSPCTL): New macro.
5940 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5941 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5942 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5943 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5944 (N64_SIGCONTEXT_HI3): Likewise.
5945 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5946 (N64_SIGCONTEXT_LO3): Likewise.
5947 (N64_SIGCONTEXT_DSPCTL): Likewise.
5948 (N64_SIGCONTEXT_FPCSR): Clarify definition.
5949 (mips_linux_o32_sigframe_init): Handle DSP registers.
5950 (mips_linux_n32n64_sigframe_init): Likewise.
5951
5952 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5953
5954 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5955 call to abort.
5956
5957 2012-05-22 Pedro Alves <palves@redhat.com>
5958
5959 * target.h (store_waitstatus): Move declaration ...
5960 * inf-child.h (store_waitstatus): ... here.
5961 * target.c: Move inclusion of gdb_wait.h, and ...
5962 (store_waitstatus): ... this ...
5963 * inf-child.c: ... here.
5964 * linux-nat.c: Include inf-child.h.
5965 * rs6000-nat.c: Include inf-child.h.
5966 * spu-linux-nat.c: Include inf-child.h.
5967
5968 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5969
5970 * tracepoint.c (start_tracing): Add missing i18n markup.
5971 (stop_tracing, set_trace_user): Ditto.
5972 (set_trace_notes, set_trace_stop_notes): Ditto.
5973
5974 2012-05-21 Tom Tromey <tromey@redhat.com>
5975
5976 PR c++/7173:
5977 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5978 types.
5979 * value.h (value_cast_pointers): Update.
5980 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5981 (value_cast): Update.
5982 (update_search_result): New function.
5983 (do_search_struct_field): New, from search_struct_field. Check
5984 for ambiguous results.
5985 (search_struct_field): Rewrite.
5986 * infcall.c (value_arg_coerce): Update.
5987 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5988 value_cast_pointers.
5989 * ada-lang.c (ada_convert_actual): Update.
5990
5991 2012-05-21 Tom Tromey <tromey@redhat.com>
5992
5993 * macroexp.c (macro_stringify): Terminate the string.
5994
5995 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5996
5997 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5998 Describe it.
5999 * auto-load.c (auto_load_expand_dir_vars): New function.
6000 (auto_load_safe_path_vec_update): Use it, remove the
6001 substitute_path_component call thanks to it.
6002 (auto_load_objfile_script): Remove the debug_file_directory processing.
6003 Use auto_load_expand_dir_vars, remove the substitute_path_component
6004 call thanks to it.
6005 * configure: Regenerate.
6006 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
6007 path. Escape $ also for $debugdir.
6008 (--with_auto_load_safe_path): Escape $ also for $debugdir.
6009 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
6010
6011 2012-05-20 Doug Evans <dje@google.com>
6012
6013 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
6014 before use. Check for symtab->includes == NULL before scanning it.
6015
6016 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6017
6018 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
6019
6020 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6021
6022 * NEWS: Add microMIPS support and "set mips compression",
6023 "show mips compression" commands.
6024 * mips-tdep.h (mips_isa): New enum.
6025 (gdbarch_tdep): Add mips_isa.
6026 (mips_pc_is_mips16): Update prototype.
6027 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
6028 * mips-tdep.c (mips_compression_mips16): New variable.
6029 (mips_compression_micromips): Likewise.
6030 (mips_compression_strings): Likewise.
6031 (mips_compression_string): Likewise.
6032 (is_mips16_isa, is_micromips_isa): New functions.
6033 (is_mips16_addr): Rename to...
6034 (is_compact_addr): ... this.
6035 (unmake_mips16_addr): Likewise to...
6036 (unmake_compact_addr): ... this.
6037 (make_mips16_addr): Likewise to...
6038 (make_compact_addr): ... this.
6039 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6040 functions.
6041 (mips_elf_make_msymbol_special): Handle microMIPS code.
6042 (msymbol_is_special): Rename to...
6043 (msymbol_is_mips16): ... this.
6044 (mips_make_symbol_special, mips_pc_is_mips16): Update
6045 accordingly.
6046 (msymbol_is_mips, msymbol_is_micromips): New functions.
6047 (mips16_to_32_reg): Rename to...
6048 (mips_reg3_to_reg): ... this.
6049 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6050 (mips_pc_isa): Likewise.
6051 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6052 code.
6053 (mips_fetch_instruction): Pass return status instead of printing
6054 an error message if requested. Handle microMIPS code. Bail out
6055 on an invalid ISA.
6056 (micromips_op): New macro.
6057 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6058 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6059 (b6s4_op, b7s3_reg): Likewise.
6060 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6061 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6062 (mips_insn_size): New function.
6063 (mips32_next_pc): Update mips_fetch_instruction call.
6064 (micromips_relative_offset7): New function.
6065 (micromips_relative_offset10): Likewise.
6066 (micromips_relative_offset16): Likewise.
6067 (micromips_pc_insn_size): Likewise.
6068 (micromips_bc1_pc): Likewise.
6069 (micromips_next_pc): Likewise.
6070 (unpack_mips16): Update mips_fetch_instruction call.
6071 (extended_mips16_next_pc): Update according to change to
6072 mips16_to_32_reg.
6073 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
6074 code.
6075 (mips16_scan_prologue): Update mips_fetch_instruction call.
6076 Update according to change to mips16_to_32_reg.
6077 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6078 (mips_insn16_frame_base_sniffer): Likewise.
6079 (micromips_decode_imm9): New function.
6080 (micromips_scan_prologue): Likewise.
6081 (mips_micro_frame_cache): Likewise.
6082 (mips_micro_frame_this_id): Likewise.
6083 (mips_micro_frame_prev_register): Likewise.
6084 (mips_micro_frame_sniffer): Likewise.
6085 (mips_micro_frame_unwind): New variable.
6086 (mips_micro_frame_base_address): New function.
6087 (mips_micro_frame_base): New variable.
6088 (mips_micro_frame_base_sniffer): New function.
6089 (mips32_scan_prologue): Update mips_fetch_instruction call.
6090 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6091 rather than for MIPS16.
6092 (mips_insn32_frame_base_sniffer): Likewise.
6093 (mips_addr_bits_remove): Handle microMIPS code.
6094 (deal_with_atomic_sequence): Rename to...
6095 (mips_deal_with_atomic_sequence): ... this. Update the type
6096 of the variable used to hold an instruction. Remove the ISA bit
6097 check. Update mips_fetch_instruction call.
6098 (micromips_deal_with_atomic_sequence): New function.
6099 (deal_with_atomic_sequence): Likewise.
6100 (mips_about_to_return): Handle microMIPS code. Update
6101 mips_fetch_instruction call.
6102 (heuristic_proc_start): Check for the standard MIPS ISA rather
6103 than for MIPS16. Update mips_pc_is_mips16 and
6104 mips_fetch_instruction calls. Handle microMIPS code.
6105 (mips_push_dummy_code): Handle microMIPS code.
6106 (mips_eabi_push_dummy_call): Likewise.
6107 (mips_o32_return_value): Update mips_pc_is_mips16 call.
6108 (mips_o64_push_dummy_call): Handle microMIPS code.
6109 (mips_o64_return_value): Update mips_pc_is_mips16 call.
6110 (is_delayed): Remove function.
6111 (mips_single_step_through_delay): Replace the call to is_delayed
6112 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
6113 Handle microMIPS code.
6114 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
6115 microMIPS code.
6116 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6117 call.
6118 (micromips_in_function_epilogue_p): New function.
6119 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6120 call.
6121 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6122 Handle microMIPS.
6123 (gdb_print_insn_mips): Likewise.
6124 (mips_breakpoint_from_pc): Likewise.
6125 (mips_remote_breakpoint_from_pc): New function.
6126 (mips32_instruction_has_delay_slot): Simplify making use of the
6127 updated mips_fetch_instruction interface.
6128 (micromips_instruction_has_delay_slot): New function.
6129 (mips16_instruction_has_delay_slot): Simplify making use of the
6130 updated mips_fetch_instruction interface.
6131 (mips_adjust_breakpoint_address): Check for the standard MIPS
6132 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
6133 calls. Handle microMIPS code.
6134 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6135 (mips_skip_trampoline_code): Handle microMIPS code.
6136 (global_mips_compression): New function.
6137 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6138 file flags. Register the microMIPS remote breakpoint handler
6139 and heuristic frame unwinder.
6140 (show_mips_compression): New function.
6141 (_initialize_mips_tdep): Add the "set mips compression" and
6142 "show mips compression" commands.
6143
6144 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
6145
6146 * ada-lang.c:
6147 * ada-tasks.c:
6148 * ada-varobj.c:
6149 * amd64-darwin-tdep.c:
6150 * arm-symbian-tdep.c:
6151 * arm-tdep.c:
6152 * avr-tdep.c:
6153 * ax-gdb.c:
6154 * bfin-linux-tdep.c:
6155 * breakpoint.c:
6156 * c-valprint.c:
6157 * cli/cli-cmds.c:
6158 * coffread.c:
6159 * cp-support.c:
6160 * cris-tdep.c:
6161 * dwarf2-frame-tailcall.c:
6162 * dwarf2-frame.c:
6163 * dwarf2expr.c:
6164 * dwarf2loc.c:
6165 * dwarf2read.c:
6166 * elfread.c:
6167 * eval.c:
6168 * expprint.c:
6169 * f-valprint.c:
6170 * frv-tdep.c:
6171 * h8300-tdep.c:
6172 * hppa-hpux-tdep.c:
6173 * hppa-tdep.c:
6174 * hppanbsd-tdep.c:
6175 * i386-nto-tdep.c:
6176 * i386-tdep.c:
6177 * i387-tdep.c:
6178 * ia64-tdep.c:
6179 * jit.c:
6180 * linespec.c:
6181 * linux-tdep.c:
6182 * lm32-tdep.c:
6183 * m2-valprint.c:
6184 * m32c-tdep.c:
6185 * m32r-rom.c:
6186 * m32r-tdep.c:
6187 * m68k-tdep.c:
6188 * m68klinux-tdep.c:
6189 * mi/mi-main.c:
6190 * microblaze-tdep.c:
6191 * mips-linux-tdep.c:
6192 * mips-tdep.c:
6193 * mn10300-tdep.c:
6194 * p-valprint.c:
6195 * parse.c:
6196 * ppc-linux-tdep.c:
6197 * ppc-sysv-tdep.c:
6198 * printcmd.c:
6199 * python/py-finishbreakpoint.c:
6200 * python/py-inferior.c:
6201 * python/py-infthread.c:
6202 * python/py-type.c:
6203 * python/python.c:
6204 * remote-fileio.c:
6205 * remote-m32r-sdi.c:
6206 * remote-mips.c:
6207 * reverse.c:
6208 * rl78-tdep.c:
6209 * rs6000-aix-tdep.c:
6210 * rs6000-tdep.c:
6211 * s390-tdep.c:
6212 * score-tdep.c:
6213 * sh64-tdep.c:
6214 * skip.c:
6215 * solib-darwin.c:
6216 * solib-dsbt.c:
6217 * solib-frv.c:
6218 * sparc-tdep.c:
6219 * spu-multiarch.c:
6220 * spu-tdep.c:
6221 * stack.c:
6222 * symfile.c:
6223 * symtab.c:
6224 * tic6x-tdep.c:
6225 * tracepoint.c:
6226 * v850-tdep.c:
6227 * valarith.c:
6228 * valprint.c:
6229 * value.c:
6230 * xcoffread.c:
6231 * xtensa-tdep.c:
6232 * ada-lang.c:
6233 * ada-tasks.c:
6234 * ada-varobj.c:
6235 * amd64-darwin-tdep.c:
6236 * arm-symbian-tdep.c:
6237 * arm-tdep.c: Delete unused variables.
6238
6239 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6240
6241 Rename $ddir to $datadir.
6242 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
6243 * auto-load.c (auto_load_safe_path_vec_update)
6244 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
6245 * configure: Regenerate.
6246 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
6247 Likewise. Remove the 'use $ddir' help string.
6248
6249 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6250
6251 * auto-load.c (show_auto_load_safe_path): Accept any combination of
6252 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
6253
6254 2012-05-18 Tom Tromey <tromey@redhat.com>
6255
6256 PR exp/13907:
6257 * valprint.h (struct value_print_options) <symbol_print>: New
6258 field.
6259 * valprint.c (user_print_options): Add default for symbol_print.
6260 (show_symbol_print): New function.
6261 (generic_val_print): Respect symbol_print.
6262 (_initialize_valprint): Add "print symbol" setting.
6263 * f-valprint.c (f_val_print): Respect symbol_print.
6264 * c-valprint.c (c_val_print): Respect symbol_print.
6265 * NEWS: Update.
6266 * printcmd.c (print_address_symbolic): Return int. Ignore some
6267 zero-size symbols.
6268 (print_address_demangle): Return int.
6269 * defs.h: (print_address_symbolic): Return int.
6270 * value.h (print_address_demangle): Return int.
6271
6272 2012-05-18 Tom Tromey <tromey@redhat.com>
6273
6274 * valprint.c (val_print_string): Don't print leading space.
6275 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
6276 print space before string or vtbl.
6277 * m2-valprint.c (print_unpacked_pointer): Optionally print space
6278 before string.
6279 * jv-valprint.c (java_value_print): Print space before string.
6280 * go-valprint.c (print_go_string): Print space before string.
6281 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
6282 space before string.
6283 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
6284 space before string or vtbl.
6285 * auxv.c (fprint_target_auxv): Print space after address.
6286
6287 2012-05-18 Tom Tromey <tromey@redhat.com>
6288
6289 * printcmd.c (print_address_demangle): Remove special case for 0.
6290
6291 2012-05-18 Tom Tromey <tromey@redhat.com>
6292
6293 * printcmd.c (print_address_demangle): Add 'opts' argument.
6294 * p-valprint.c (pascal_val_print): Update.
6295 * jv-valprint.c (java_val_print): Update.
6296 * value.h: Update.
6297 * valprint.c (generic_val_print): Update.
6298 (print_function_pointer_address): Add 'options' argument. Remove
6299 'addressprint' argument. Update.
6300 * m2-valprint.c (print_unpacked_pointer): Update.
6301 * gnu-v3-abi.c (print_one_vtable): Update.
6302 (gnuv3_print_method_ptr): Update.
6303 * f-valprint.c (f_val_print): Update.
6304 * cp-valprint.c (cp_print_value_fields): Update.
6305 * valprint.h (print_function_pointer_address): Update.
6306 * c-valprint.c (c_val_print): Update.
6307
6308 2012-05-18 Tom Tromey <tromey@redhat.com>
6309
6310 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
6311 directly corresponding to the found psymtab.
6312 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
6313 (dw2_find_pc_sect_symtab): Use it.
6314 * block.h (blockvector_contains_pc): Declare.
6315 * block.c (find_block_in_blockvector): New function.
6316 (blockvector_for_pc_sect): Use it.
6317 (blockvector_contains_pc): New function.
6318
6319 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6320
6321 * mips-tdep.h (mips_write_pc): New prototype.
6322 * mips-tdep.c (mips_write_pc): Make external, add description.
6323 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
6324 add description.
6325
6326 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6327
6328 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
6329 mips_regnum->pc.
6330 (mips_unwind_pc, mips_write_pc): Likewise.
6331 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
6332 gdbarch_read_pc.
6333
6334 2012-05-17 Joel Brobecker <brobecker@adacore.com>
6335
6336 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
6337 proc_warn, proc_error, proc_get_status, proc_flags,
6338 proc_why, proc_what, proc_nsysarg, proc_sysargs,
6339 proc_set_run_on_last_close, proc_unset_run_on_last_close,
6340 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
6341 proc_stop_process, proc_wait_for_stop, proc_run_process,
6342 proc_set_traced_signals, proc_set_traced_faults,
6343 proc_set_traced_sysentry, proc_set_traced_sysexit,
6344 proc_set_held_signals, proc_get_held_signals,
6345 proc_get_traced_signals, proc_get_traced_faults,
6346 proc_get_traced_sysentry, proc_get_traced_sysexit,
6347 proc_clear_current_fault, proc_set_current_signal,
6348 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
6349 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
6350 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
6351 proc_get_current_thread, proc_get_current_thread,
6352 proc_get_current_thread, proc_update_threads,
6353 proc_update_threads, proc_update_threads, proc_update_threads,
6354 proc_iterate_over_threads, procfs_find_new_threads,
6355 procfs_pid_to_str): Make static. Remove advance declaration.
6356 (proc_cursig): Make static. Conditionalized defintion on
6357 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
6358 (proc_syscall, proc_set_kill_on_last_close,
6359 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
6360 proc_get_pending_signals, proc_get_signal_actions,
6361 proc_trace_signal, proc_ignore_signal): Delete.
6362
6363 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6364
6365 * coffread.c (cs_section_address): Passing proper argument for
6366 `bfd_get_section_vma'.
6367 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
6368 `bfd_get_section_flags'.
6369 * remote.c (remote_trace_set_readonly_regions): Likewise, for
6370 `bfd_get_section_vma'.
6371
6372 2012-05-16 Tom Tromey <tromey@redhat.com>
6373
6374 PR macros/13205:
6375 * macrotab.h: (macro_define_special): Declare.
6376 (enum macro_special_kind): New.
6377 (struct macro_definition) <argc, replacement>: Update comments.
6378 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
6379 (macro_define_object_internal): New function.
6380 (macro_define_object): Use it.
6381 (macro_define_special): New function.
6382 (fixup_definition): New function.
6383 (macro_lookup_definition, foreach_macro_in_scope)
6384 (foreach_macro): Use fixup_definition.
6385 * macroexp.h (macro_stringify): Declare.
6386 * macroexp.c (free_buffer_return_text): New function.
6387 (stringify): Constify "arg".
6388 (macro_stringify): New function.
6389 * dwarf2read.c (macro_start_file): Call macro_define_special.
6390
6391 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6392 Maciej W. Rozycki <macro@mips.com>
6393
6394 * breakpoint.h (bp_location): Add related_address member.
6395 * inferior.h (get_return_value): Take a pointer to struct value
6396 instead of struct type for the function requested.
6397 * value.h (using_struct_return): Likewise.
6398 * gdbarch.sh (return_value): Take a pointer to struct value
6399 instead of struct type for the function requested.
6400 * breakpoint.c (set_breakpoint_location_function): Initialize
6401 related_address for bp_gnu_ifunc_resolver breakpoints.
6402 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
6403 requested function's address to gdbarch_return_value.
6404 * eval.c (evaluate_subexp_standard): Pass the requested
6405 function's address to using_struct_return.
6406 * infcall.c (call_function_by_hand): Pass the requested
6407 function's address to using_struct_return and
6408 gdbarch_return_value.
6409 * infcmd.c (get_return_value): Take a pointer to struct value
6410 instead of struct type for the function requested.
6411 (print_return_value): Update accordingly.
6412 (finish_command_continuation): Likewise.
6413 * stack.c (return_command): Pass the requested function's
6414 address to using_struct_return and gdbarch_return_value.
6415 * value.c (using_struct_return): Take a pointer to struct value
6416 instead of struct type for the function requested. Pass the
6417 requested function's address to gdbarch_return_value.
6418 * python/py-finishbreakpoint.c (finish_breakpoint_object):
6419 New function_value member, replacing function_type.
6420 (bpfinishpy_dealloc): Update accordingly.
6421 (bpfinishpy_pre_stop_hook): Likewise.
6422 (bpfinishpy_init): Likewise. Record the requested function's
6423 address.
6424 * mips-tdep.c (mips_fval_reg): New enum.
6425 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
6426 words put in GP registers.
6427 (mips_o64_push_dummy_call): Update a comment.
6428 (mips_o32_return_value): Take a pointer to struct value instead
6429 of struct type for the function requested and use it to check if
6430 using the MIPS16 calling convention. Return the designated
6431 general purpose registers for floating-point values returned in
6432 MIPS16 mode.
6433 (mips_o64_return_value): Likewise.
6434 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
6435 (ppc_sysv_abi_broken_return_value): Likewise.
6436 (ppc64_sysv_abi_return_value): Likewise.
6437 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
6438 value instead of struct type for the function requested.
6439 * amd64-tdep.c (amd64_return_value): Likewise.
6440 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
6441 * arm-tdep.c (arm_return_value): Likewise.
6442 * avr-tdep.c (avr_return_value): Likewise.
6443 * bfin-tdep.c (bfin_return_value): Likewise.
6444 * cris-tdep.c (cris_return_value): Likewise.
6445 * frv-tdep.c (frv_return_value): Likewise.
6446 * h8300-tdep.c (h8300_return_value): Likewise.
6447 (h8300h_return_value): Likewise.
6448 * hppa-tdep.c (hppa32_return_value): Likewise.
6449 (hppa64_return_value): Likewise.
6450 * i386-tdep.c (i386_return_value): Likewise.
6451 * ia64-tdep.c (ia64_return_value): Likewise.
6452 * iq2000-tdep.c (iq2000_return_value): Likewise.
6453 * lm32-tdep.c (lm32_return_value): Likewise.
6454 * m32c-tdep.c (m32c_return_value): Likewise.
6455 * m32r-tdep.c (m32r_return_value): Likewise.
6456 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
6457 * m68k-tdep.c (m68k_return_value): Likewise.
6458 (m68k_svr4_return_value): Likewise.
6459 * m88k-tdep.c (m88k_return_value): Likewise.
6460 * mep-tdep.c (mep_return_value): Likewise.
6461 * microblaze-tdep.c (microblaze_return_value): Likewise.
6462 * mn10300-tdep.c (mn10300_return_value): Likewise.
6463 * moxie-tdep.c (moxie_return_value): Likewise.
6464 * mt-tdep.c (mt_return_value): Likewise.
6465 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
6466 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
6467 (ppc_sysv_abi_broken_return_value): Likewise.
6468 (ppc64_sysv_abi_return_value): Likewise.
6469 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
6470 * rl78-tdep.c (rl78_return_value): Likewise.
6471 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
6472 * rx-tdep.c (rx_return_value): Likewise.
6473 * s390-tdep.c (s390_return_value): Likewise.
6474 * score-tdep.c (score_return_value): Likewise.
6475 * sh-tdep.c (sh_return_value_nofpu): Likewise.
6476 (sh_return_value_fpu): Likewise.
6477 * sh64-tdep.c (sh64_return_value): Likewise.
6478 * sparc-tdep.c (sparc32_return_value): Likewise.
6479 * sparc64-tdep.c (sparc64_return_value): Likewise.
6480 * spu-tdep.c (spu_return_value): Likewise.
6481 * tic6x-tdep.c (tic6x_return_value): Likewise.
6482 * v850-tdep.c (v850_return_value): Likewise.
6483 * vax-tdep.c (vax_return_value): Likewise.
6484 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
6485 * xtensa-tdep.c (xtensa_return_value): Likewise.
6486 * gdbarch.c: Regenerate.
6487 * gdbarch.h: Regenerate.
6488
6489 2012-05-15 Tom Tromey <tromey@redhat.com>
6490
6491 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
6492
6493 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6494
6495 * breakpoint.c (init_breakpoint_sal): Add quotes around part
6496 of command in two error message.
6497
6498 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6499
6500 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
6501
6502 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6503
6504 * breakpoint.c (find_condition_and_thread): Minor reformatting.
6505
6506 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6507
6508 * NEWS (show auto-load scripts-directory): Add forgotten command.
6509
6510 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6511
6512 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
6513 parameters.
6514
6515 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
6516
6517 * amd64-tdep.c: Include features/i386/x32.c and
6518 features/i386/x32-avx.c.
6519 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
6520 initialize_tdesc_x32_avx.
6521
6522 2012-05-14 Stan Shebs <stan@codesourcery.com>
6523
6524 Add dynamic printf.
6525 * breakpoint.h (enum bptype): New type bp_dprintf.
6526 (struct breakpoint): New field extra_string.
6527 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
6528 (create_breakpoint): Add extra_string arg.
6529 * breakpoint.c (dprintf_breakpoint_ops): New.
6530 (is_breakpoint): Add bp_dprintf.
6531 (bpstat_what): Add dprintf case.
6532 (bptype_string): Ditto.
6533 (print_one_breakpoint_location): Ditto.
6534 (init_bp_location): Ditto.
6535 (bkpt_print_mention): Ditto.
6536 (dprintf_style_enums): New array.
6537 (dprintf_style): New global.
6538 (dprintf_function): New global.
6539 (dprintf_channel): New global.
6540 (update_dprintf_command_list): New function.
6541 (update_dprintf_commands): New function.
6542 (init_breakpoint_sal): Add extra_string argument, handle it.
6543 (create_breakpoint_sal): Add extra_string argument.
6544 (create_breakpoints_sal): Add extra_string argument, update callers.
6545 (find_condition_and_thread): Add extra argument.
6546 (create_breakpoint): Add extra_string argument, record it.
6547 (dprintf_command): New function.
6548 (break_command_1): Add arg to create_breakpoint call.
6549 (handle_gnu_v3_exceptions): Ditto.
6550 (trace_command): Ditto.
6551 (ftrace_command): Ditto.
6552 (strace_command): Ditto.
6553 (bkpt_print_mention): Add dprintf case.
6554 (create_breakpoint_sal_default): Add extra_string argument.
6555 (_initialize_breakpoint): Add new commands.
6556 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
6557 * python/py-breakpoint.c (bppy_init): Ditto.
6558 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6559
6560 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
6561
6562 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
6563
6564 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
6565
6566 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
6567 unsigned long long.
6568
6569 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6570
6571 Add a new function gdb.find_pc_line to the Python API.
6572 * NEWS (Python Scripting): Add entry about the new function.
6573 * python/python.c (gdbpy_find_pc_line): New function which
6574 implements gdb.find_pc_line.
6575 (GdbMethods): Add entry for the new function.
6576
6577 2012-05-12 Pedro Alves <palves@redhat.com>
6578
6579 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
6580 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
6581
6582 2012-05-12 Eli Zaretskii <eliz@gnu.org>
6583
6584 * inferior.c: Include completer.h
6585 (initialize_inferiors): Set completer of add-inferior to
6586 filename_completer.
6587
6588 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6589
6590 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6591 gdbarch_ptr_bit for x32 core dump.
6592
6593 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6594
6595 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
6596 and features/i386/x32-avx-linux.c.
6597
6598 2012-05-11 Stan Shebs <stan@codesourcery.com>
6599 Kwok Cheung Yeung <kcy@codesourcery.com>
6600
6601 * NEWS: Describe new info os commands.
6602 * common/linux-osdata.c (PID_T, TIME_T): Define.
6603 (MAX_PID_T_STRLEN): New.
6604 (linux_common_core_of_thread): Add comment. Change to use PID_T and
6605 MAX_PID_T_STRLEN.
6606 (command_from_pid): Add comment. Change to use PID_T.
6607 (commandline_from_pid): Change to use PID_T.
6608 (user_from_pid): Add comment.
6609 (get_process_owner): Add comment. Change to use PID_T and
6610 MAX_PID_T_STRLEN.
6611 (get_number_of_cpu_cores): Add comment.
6612 (get_cores_used_by_process): Add comment. Change to use PID_T and
6613 MAX_PID_T_STRLEN.
6614 (linux_xfer_osdata_processes): Change to use PID_T and
6615 MAX_PID_T_STRLEN.
6616 (compare_processes): New function.
6617 (linux_xfer_osdata_processgroups): New function.
6618 (linux_xfer_osdata_threads): Change to use PID_T.
6619 (linux_xfer_osdata_fds): New function.
6620 (format_socket_state, print_sockets): New functions.
6621 (union socket_addr): New union.
6622 (linux_xfer_osdata_isockets): New function.
6623 (time_from_time_t, group_from_gid): New functions.
6624 (linux_xfer_osdata_shm): New function.
6625 (linux_xfer_osdata_sem): New function.
6626 (linux_xfer_osdata_msg): New function.
6627 (linux_xfer_osdata_modules): New function.
6628 (osdata_table): Add new entries.
6629 * common/buffer.c (buffer_xml_printf): Add support for long and
6630 long long format specifiers.
6631
6632 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6633
6634 * amd64-linux-tdep.h (tdesc_x32_linux): New.
6635 (tdesc_x32_avx_linux): Likewise.
6636
6637 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6638
6639 Implement multi-component --with-auto-load-dir.
6640 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6641 entries.
6642 (--with-auto-load-safe-path): Update the default value description.
6643 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6644 New.
6645 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
6646 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
6647 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
6648 (_initialize_auto_load): Initialize also auto_load_dir. Install new
6649 "set auto-load scripts-directory".
6650 * config.in: Regenerate.
6651 * configure: Regenerate.
6652 * configure.ac (--with-auto-load-dir): New configure option.
6653 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6654
6655 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6656
6657 Provide $ddir substitution for --with-auto-load-safe-path.
6658 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6659 entries.
6660 * auto-load.c: Include observer.h.
6661 (auto_load_safe_path_vec_update): Call substitute_path_component for
6662 each component. New variable ddir_subst.
6663 (auto_load_gdb_datadir_changed): New function.
6664 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6665 AUTO_LOAD_SAFE_PATH. New comment.
6666 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6667 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
6668 * config.in: Regenerate.
6669 * configure: Regenerate.
6670 * configure.ac (--auto-load-safe-path): Rename
6671 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
6672 GDB_DATADIR/auto-load.
6673 * defs.h (substitute_path_component): New declaration.
6674 * top.c: Include observer.h.
6675 (set_gdb_datadir): New function.
6676 (init_main): Install it for "set data-directory".
6677 * utils.c (substitute_path_component): New function.
6678
6679 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6680
6681 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6682 * auto-load.c (auto_load_objfile_script): Remove check for NULL
6683 DEBUG_FILE_DIRECTORY. Handle multiple components of
6684 DEBUG_FILE_DIRECTORY.
6685
6686 2012-05-10 Tom Tromey <tromey@redhat.com>
6687
6688 * dwarf2read.c (recursively_write_psymbols): New function.
6689 (write_psymtabs_to_index): Use it.
6690
6691 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6692 field.
6693 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6694 (load_partial_comp_unit): Update.
6695 (queue_comp_unit): Add argument 'pretend_language'.
6696 (process_queue): Update.
6697 (psymtab_to_symtab_1): Skip dependencies that have a user.
6698 (load_partial_comp_unit_reader): Give meaning to the 'data'
6699 argument.
6700 (load_full_comp_unit): Add 'pretend_language' argument.
6701 (process_full_comp_unit): Add 'pretend_language' argument. Set
6702 language on CU.
6703 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6704 Update.
6705 (maybe_queue_comp_unit): Add 'pretend_language' argument.
6706 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6707 Update.
6708 (prepare_one_comp_unit): Add 'pretend_language' argument.
6709
6710 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6711 (struct dwarf2_per_objfile) <just_read_cus>: New field.
6712 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6713 (dw2_do_instantiate_symtab): Check whether symtab was read in
6714 before queueing.
6715 (dw2_instantiate_symtab): Add assertion. Call
6716 process_cu_includes.
6717 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6718 (partial_symtab_p): New typedef.
6719 (set_partial_user): New function.
6720 (dwarf2_build_psymtabs_hard): Use set_partial_user.
6721 (scan_partial_symbols): Add imported CU to imported_symtabs.
6722 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6723 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6724 (get_symtab, recursively_compute_inclusions)
6725 (compute_symtab_includes, process_cu_includes)
6726 (process_imported_unit_die): New functions.
6727 (process_die) <DW_TAG_imported_unit>: New case.
6728 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6729
6730 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6731 comment.
6732 (struct partial_die_info) <locdesc>: Remove.
6733 <d>: New field.
6734 (process_psymtab_comp_unit): Add 'read_partial' argument.
6735 Update.
6736 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6737 (scan_partial_symbols): Handle DW_TAG_imported_unit.
6738 (add_partial_symbol): Update.
6739 (process_die): Handle DW_TAG_partial_unit.
6740 (read_file_scope): Update comment.
6741 (load_partial_dies): Handle DW_TAG_imported_unit.
6742 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6743 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6744
6745 2012-05-10 Tom Tromey <tromey@redhat.com>
6746
6747 * cc-with-dwz.sh: New file.
6748
6749 2012-05-10 Tom Tromey <tromey@redhat.com>
6750
6751 * symtab.h (struct symtab) <includes, user>: New fields.
6752 * block.h (struct block_iterator) <d, idx, which>: New fields.
6753 * block.c (initialize_block_iterator, find_iterator_symtab)
6754 (block_iterator_step, block_iter_name_step)
6755 (block_iter_match_step): New functions.
6756 (block_iterator_first, block_iterator_next)
6757 (block_iter_name_first, block_iter_name_next)
6758 (block_iter_match_first, block_iter_match_next): Rewrite.
6759 (get_block_symtab): New function.
6760
6761 2012-05-10 Tom Tromey <tromey@redhat.com>
6762
6763 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6764 set_block_symtab.
6765 * jit.c (finalize_symtab): Use allocate_global_block,
6766 set_block_symtab.
6767 * buildsym.c (finish_block_internal): New function, from old
6768 finish_block.
6769 (finish_block): Rewrite.
6770 (end_symtab): Use finish_block_internal, set_block_symtab.
6771 * block.h (struct global_block): New.
6772 (allocate_global_block, set_block_symtab): Declare.
6773 * block.c (allocate_global_block, set_block_symtab): New
6774 functions.
6775
6776 2012-05-10 Tom Tromey <tromey@redhat.com>
6777
6778 * psymtab.c (partial_map_expand_apply): Add assertion.
6779 (partial_map_symtabs_matching_filename): Skip included psymtabs.
6780 (psymtab_to_symtab): Find unshared psymtab.
6781 (dump_psymtab): Print including psymtabs.
6782 (recursively_search_psymtabs): New function.
6783 (expand_symtabs_matching_via_partial): Use it.
6784 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6785 fields.
6786 (enum psymtab_search_status): New.
6787
6788 2012-05-10 Tom Tromey <tromey@redhat.com>
6789
6790 * tracepoint.c (scope_info): Update.
6791 * symtab.c (lookup_block_symbol, iterate_over_symbols)
6792 (find_pc_sect_symtab, search_symbols)
6793 (default_make_symbol_completion_list_break_on)
6794 (make_file_symbol_completion_list): Update.
6795 * symmisc.c (dump_symtab_1): Update.
6796 * stack.c (print_frame_args, iterate_over_block_locals)
6797 (print_frame_labels, iterate_over_block_arg_vars): Update.
6798 * python/py-block.c (block_object) <dict>: Remove.
6799 <block>: New field.
6800 <iter>: Change type.
6801 (blpy_iter): Update.
6802 (blpy_block_syms_iternext): Update.
6803 * psymtab.c (map_block): Use block iterators.
6804 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6805 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6806 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6807 * infrun.c (check_exception_resume): Update.
6808 * cp-support.c (make_symbol_overload_list_block): Update.
6809 * coffread.c (patch_opaque_types): Update.
6810 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6811 * block.h (struct block_iterator): New.
6812 (block_iterator_first, block_iterator_next, block_iter_name_first)
6813 (block_iter_name_next, block_iter_match_first)
6814 (block_iter_match_next): Declare.
6815 (ALL_BLOCK_SYMBOLS): Redefine.
6816 * block.c (block_iterator_first, block_iterator_next)
6817 (block_iter_name_first, block_iter_name_next)
6818 (block_iter_match_first, block_iter_match_next): New functions.
6819 * ada-lang.c (ada_add_block_symbols)
6820 (ada_make_symbol_completion_list): Use block iterator.
6821
6822 2012-05-10 Tom Tromey <tromey@redhat.com>
6823
6824 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6825 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6826 (lookup_partial_symbol, find_last_source_symtab_from_partial)
6827 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6828 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6829 Update.
6830
6831 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6832
6833 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6834 print-file-var-lib2.c, print-file-var-main.c and
6835 print-file-var.exp (located in gdb/testsuite/gdb.base).
6836
6837 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6838
6839 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6840 try locating the symbol in the symbol's own objfile first, before
6841 extending the search to all objfiles.
6842 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6843 out of lookup_symbol_aux_symtabs.
6844 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6845 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6846 Do not search EXCLUDE_OBJFILE.
6847 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6848 (lookup_symbol_global): Search for matches in the block's objfile
6849 first, before searching all other objfiles.
6850
6851 2012-05-10 Tristan Gingold <gingold@adacore.com>
6852
6853 * printcmd.c (set_command): Add pre/post inc/dec.
6854
6855 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
6856
6857 * gdb.1: Document -ex option.
6858
6859 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6860
6861 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6862 * inferior.h (AT_SYMBOL): Delete.
6863
6864 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6865
6866 * mips-tdep.c (mips_push_dummy_code): New function.
6867 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6868 ON_STACK and install mips_push_dummy_code as our gdbarch
6869 push_dummy_code routine.
6870
6871 2012-05-09 Pedro Alves <palves@redhat.com>
6872
6873 * target.c (set_maintenance_target_async_permitted): Rename to ...
6874 (set_target_async_command): ... this.
6875 (show_maintenance_target_async_permitted): Rename to ...
6876 (show_target_async_command): ... this.
6877 (initialize_targets): Adjust.
6878
6879 2012-05-08 Doug Evans <dje@google.com>
6880
6881 * go-exp.y (classify_name): Add missing assignment of fields of
6882 yylval.ssym.
6883
6884 2012-05-08 Eli Zaretskii <eliz@gnu.org>
6885
6886 Display the ">" prompt in interactive mode while reading canned
6887 commands, even when the current interpreter is MI.
6888
6889 * interps.c (interp_set_temp): New function.
6890
6891 * interps.h (interp_set_temp): Add prototype.
6892
6893 * cli/cli-script.c (restore_interp): New cleanup function.
6894 (read_command_lines): Temporarily override the current interpreter
6895 with CLI and arrange for restoring the original one.
6896
6897 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
6898
6899 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6900
6901 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
6902
6903 * probe.c (parse_probes): Move conditional to check for
6904 debuginfo files from here...
6905 * stap-probe.c (stap_get_probes): ... to here.
6906
6907 2012-05-07 Mark Kettenis <kettenis@gnu.org>
6908 H.J. Lu <hongjiu.lu@intel.com>
6909
6910 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6911 `movl %esp, %ebp' for the X32 ABI.
6912
6913 2012-05-07 Tom Tromey <tromey@redhat.com>
6914
6915 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
6916 get_DW_TAG_name.
6917 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
6918 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
6919 (dwarf_stack_op_name): Remove.
6920 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
6921 (decode_locdesc): Use get_DW_OP_name.
6922 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6923 (dwarf2_compile_expr_to_ax): Likewise.
6924 (disassemble_dwarf_expression): Likewise.
6925 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6926
6927 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
6928
6929 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6930 (sh_linux_sigtramp_cache): New function.
6931 (sh_linux_sigreturn_init): New function.
6932 (sh_linux_rt_sigreturn_init): New function.
6933 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6934 patterns.
6935 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6936 syscall codes.
6937 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6938 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6939 (sh_linux_init_abi): Add init calls to register new tramp_frame
6940 definitions under 32-bit SH, update comments.
6941
6942 2012-05-07 Pedro Alves <palves@redhat.com>
6943
6944 PR gdb/10952
6945
6946 * amd64-linux-tdep.c: Include glibc-tdep.h.
6947 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6948 gdbarch_skip_solib_resolver callback.
6949
6950 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6951
6952 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6953 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6954 (show_auto_load_safe_path): Check any-directory by comparison with "/".
6955 (add_auto_load_safe_path): Change the error message.
6956 (_initialize_auto_load): Change the "safe-path" help text.
6957 * configure: Regenerate
6958 * configure.ac (--without-auto-load-safe-path): Set
6959 WITH_AUTO_LOAD_SAFE_PATH to /.
6960
6961 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
6962
6963 * stap-probe.h: Do not include unecessary `probe.h'.
6964
6965 2012-05-05 Alan Modra <amodra@gmail.com>
6966
6967 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6968 bfd_und_section_ptr.
6969 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6970 and bfd_com_section_ptr.
6971
6972 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6973
6974 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6975
6976 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6977
6978 * windows-nat.h (segment_register_p_ftype): New typedef.
6979 (windows_set_segment_register_p): Add declaration.
6980 * windows-nat.c (segment_register_p): New static global.
6981 (windows_set_segment_register_p): New function.
6982 (do_windows_fetch_inferior_registers): Add special handling
6983 for segment registers.
6984 * amd64-windows-nat.c: #include "amd64-tdep.h".
6985 (amd64_windows_segment_register_p): New function.
6986 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6987 * i386-windows-nat.c: #include "i386-tdep.h".
6988 (i386_windows_segment_register_p): New function.
6989 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6990
6991 2012-05-04 Tristan Gingold <gingold@adacore.com>
6992
6993 * printcmd.c (set_command): Emit a warning if the expression is not
6994 an assignment.
6995
6996 2012-05-03 Joel Brobecker <brobecker@adacore.com>
6997
6998 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6999 Make static.
7000
7001 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
7002
7003 * stap-probe.c (stap_is_operator): Change declaration.
7004 (stap_get_opcode): Change return value.
7005 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
7006 `stap_parse_argument_1'.
7007
7008 2012-05-03 Pedro Alves <pedro@codesourcery.com>
7009
7010 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
7011 debug log.
7012
7013 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
7014
7015 Add two new methods global_block and static_block to gdb.Symtab
7016 objects.
7017 * NEWS (Python scripting): Add entry about the new methods.
7018 * python/py-symtab.c (stpy_global_block): New function which
7019 implements the gdb.Symtab.global_block() method.
7020 (stpy_static_block): New function which implements the
7021 gdb.Symtab.static_block() method.
7022 (symtab_object_methods): Add entries for the two new methods.
7023
7024 2012-05-03 Doug Evans <dje@google.com>
7025
7026 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
7027 files.
7028
7029 2012-05-03 Yao Qi <yao@codesourcery.com>
7030
7031 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7032 space.
7033 (i386_process_record): Ditto.
7034
7035 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7036
7037 * infcall.c (unwind_on_signal_p): Make static.
7038
7039 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7040
7041 * sol-thread.c (solaris_pid_to_str): Make static.
7042 (_initialize_sol_thread): Add prototype.
7043
7044 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7045
7046 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7047
7048 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
7049
7050 * MAINTAINERS: Remove myself.
7051
7052 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7053
7054 Fix --without-auto-load-safe-path for MS-Windows host platform.
7055 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7056
7057 2012-05-02 Eli Zaretskii <eliz@gnu.org>
7058
7059 * gdb_curses.h: Undefine KEY_EVENT before including curses
7060 headers. Move "#undef MOUSE_MOVED" before any curses header
7061 inclusion.
7062
7063 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7064
7065 * features/i386/i386-mmx-linux.c: Regenerate.
7066 * features/rs6000/powerpc-32.c: Likewise.
7067 * features/rs6000/powerpc-32l.c: Likewise.
7068 * features/rs6000/powerpc-403.c: Likewise.
7069 * features/rs6000/powerpc-403gc.c: Likewise.
7070 * features/rs6000/powerpc-405.c: Likewise.
7071 * features/rs6000/powerpc-505.c: Likewise.
7072 * features/rs6000/powerpc-601.c: Likewise.
7073 * features/rs6000/powerpc-602.c: Likewise.
7074 * features/rs6000/powerpc-603.c: Likewise.
7075 * features/rs6000/powerpc-604.c: Likewise.
7076 * features/rs6000/powerpc-64.c: Likewise.
7077 * features/rs6000/powerpc-64l.c: Likewise.
7078 * features/rs6000/powerpc-750.c: Likewise.
7079 * features/rs6000/powerpc-860.c: Likewise.
7080 * features/rs6000/powerpc-e500.c: Likewise.
7081 * features/rs6000/powerpc-e500l.c: Likewise.
7082 * features/rs6000/powerpc-isa205-32l.c: Likewise.
7083 * features/rs6000/powerpc-isa205-64l.c: Likewise.
7084 * features/rs6000/rs6000.c: Likewise.
7085
7086 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7087
7088 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7089 variable.
7090 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7091 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7092 (stap_parse_argument) <e>: Likewise.
7093 (handle_stap_probe) <byte_order>: Likewise.
7094
7095 2012-04-30 Doug Evans <dje@google.com>
7096
7097 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7098 init_and_read_dies_worker. All callers updated.
7099 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
7100 replaced with init_cutu_and_read_dies.
7101 (load_partial_comp_unit): Pass 1 for use_existing_cu.
7102 (find_partial_die): Remove FIXME. Don't free current CU.
7103
7104 2012-04-30 Sterling Augustine <saugustine@google.com>
7105
7106 * contrib: New directory.
7107 * contrib/test_pubnames_and_indexes.py: New file.
7108
7109 2012-04-30 Doug Evans <dje@google.com>
7110
7111 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7112 All callers updated.
7113 (init_cu_die_reader): Verify the section is non-empty.
7114 (dwarf_decode_line_header): Don't dereference section->asection
7115 until we know the section is present.
7116
7117 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
7118
7119 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7120 probes.
7121
7122 2012-04-29 Yao Qi <yao@codesourcery.com>
7123
7124 * gdb-code-style.el: New hook gdb-markup-hook
7125 and gdb-comment-hook.
7126
7127 2012-04-28 Doug Evans <dje@google.com>
7128
7129 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
7130 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7131 objfile->obfd.
7132 * symfile.h (dwarf2_debug_sections): New member addr.
7133 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7134 (ctx_no_get_addr_index): New function.
7135 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7136 (ctx_no_get_addr_index): Declare.
7137 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7138 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7139 (dwarf_expr_ctx_funcs): Update.
7140 (needs_get_addr_index): New function.
7141 (needs_frame_ctx_funcs): Update.
7142 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7143 * dwarf2read.c: #include "gdbcore.h".
7144 (dwarf2_per_objfile): New members addr, dwo_files.
7145 (dwarf2_elf_names): Add entry for addr.
7146 (struct dwo_section_names): New type.
7147 (dwo_section_names): New static global.
7148 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7149 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7150 old debug_types_section member updated to use this.
7151 Rename member debug_types_section to info_or_types_section,
7152 all uses updated.
7153 (signatured_type): Rename member type_offset to type_offset_in_tu,
7154 all uses updated. New member type_offset_in_section.
7155 (struct dwo_sections): New type.
7156 (struct dwo_unit): New type.
7157 (struct dwo_file): New type.
7158 (die_reader_specs): New member dwo_file.
7159 (dwarf2_locate_sections): Watch for .debug_addr.
7160 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7161 (dwarf2_read_section): Get bfd of section from bfd's asection,
7162 instead of objfile.
7163 (create_cus_from_index): Initialize the_cu->info_or_types_section.
7164 (create_signatured_type_table_from_index): Initialize
7165 sig_type->info_or_types_section.
7166 (dw2_get_file_names): Statement lists for type units with DWO files
7167 live in the DWO file.
7168 (create_debug_types_hash_table): New function.
7169 (create_all_type_units): Rewrite.
7170 (init_cu_die_reader): New arg dwo_file, all callers updated.
7171 (init_and_read_dies_worker): Get section from
7172 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
7173 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
7174 continue reading the CU/TU from there.
7175 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
7176 updated. Get section from this_cu->info_or_types_section.
7177 (create_all_comp_units): Initialize this_cu->info_or_types_section.
7178 (skip_one_die): New cases DW_FORM_GNU_addr_index,
7179 DW_FORM_GNU_str_index.
7180 (hash_dwo_file, eq_dwo_file): New functions.
7181 (allocate_dwo_file_hash_table): New function.
7182 (hash_dwo_unit, eq_dwo_unit): New functions.
7183 (allocate_dwo_unit_table): New function.
7184 (dwarf2_locate_dwo_sections): New function.
7185 (struct create_dwo_info_table_data): New type.
7186 (create_debug_info_hash_table_reader): New function.
7187 (create_debug_info_hash_table): New function.
7188 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7189 (lookup_dwo_file): New function.
7190 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7191 (free_dwo_file, free_dwo_file_cleanup): New functions.
7192 (free_dwo_file_from_slot, free_dwo_files): New functions.
7193 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7194 (dwarf2_record_block_ranges): Ditto.
7195 (read_partial_die): Ditto.
7196 (process_enumeration_scope): Update to use type_offset_in_section.
7197 (read_full_die_1): New function.
7198 (read_full_die): Rewrite.
7199 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7200 DW_FORM_GNU_str_index.
7201 (read_addr_index_1, read_addr_index): New functions.
7202 (read_addr_index_from_leb128): New function.
7203 (struct dwarf2_read_addr_index_data): New type.
7204 (dwarf2_read_addr_index_reader): New function.
7205 (dwarf2_read_addr_index): New function.
7206 (read_str_index): New function.
7207 (leb128_size): New function.
7208 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7209 If processing a type unit from a DWO file, get the line section
7210 from the DWO file.
7211 (var_decode_location): Watch for DW_OP_GNU_addr_index.
7212 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7213 DW_FORM_GNU_str_index.
7214 (lookup_die_type): Check whether section offset of type's die is
7215 known before looking it up. Remove assert. Condition can
7216 legimately happen for inter-cu type references.
7217 (dwarf_attr_name): Handle Fission attributes.
7218 (dwarf_form_name): Handle Fission forms.
7219 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7220 DW_FORM_GNU_str_index.
7221 (follow_die_sig): Update to use type_offset_in_section.
7222 (decode_locdesc): New case DW_OP_GNU_addr_index.
7223 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7224 DW_FORM_GNU_str_index.
7225 (cu_debug_loc_section): New function.
7226 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
7227 (dwarf2_per_objfile_free): Unmap .debug_addr section.
7228 Free DWO files if present.
7229 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
7230
7231 Refactor DIE reading.
7232 * dwarf2read.c (dwarf2_per_objfile): Replace members
7233 debug_info_type_hash and debug_types_type_hash with die_type_hash.
7234 (die_reader_specs): New member "die_section". Temporarily make
7235 member "buffer" non-const, pending constifying all info_ptr uses.
7236 (die_reader_func_ftype): New typedef.
7237 (dw2_get_file_names_reader): New function.
7238 (dw2_get_file_names): Rewrite.
7239 (read_and_check_type_unit_head): Rename arg type_offset to
7240 type_offset_in_tu.
7241 (create_all_type_units): Improve debugging message.
7242 Improve dummy type unit check.
7243 (init_cu_die_reader): New arg "section". All callers updated.
7244 (init_and_read_dies_worker): New function.
7245 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
7246 (init_cutu_and_read_dies_no_follow): New function.
7247 (init_cutu_and_read_dies_simple): New function.
7248 (process_psymtab_comp_unit_reader): New function.
7249 (process_psymtab_comp_unit): Delete args section,
7250 is_debug_types_section. Rewrite. All callers updated.
7251 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
7252 All callers updated. Rewrite.
7253 (load_partial_comp_unit_reader): New function.
7254 (load_partial_comp_unit): Rewrite.
7255 (skip_children): New arg reader. Delete args buffer, cu.
7256 All callers updated.
7257 (skip_one_die): New arg reader. Delete args buffer, cu.
7258 All callers updated.
7259 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
7260 All callers updated.
7261 (load_full_comp_unit_reader): New function.
7262 (load_full_comp_unit): Rewrite.
7263 (read_comp_unit): Delete.
7264 (read_die_and_children_1): Delete, contents moved ...
7265 (read_die_and_children): ... here.
7266 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
7267 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
7268 All callers updated.
7269 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
7270 All callers updated.
7271 (find_partial_die): Rewrite load_all_dies support.
7272 (read_attribute_value): New arg reader. Delete args abfd, cu.
7273 All callers updated.
7274 (read_attribute): New arg reader. Delete args abfd, cu.
7275 All callers updated.
7276 (load_full_type_unit): Add assert.
7277 (read_signatured_type_reader): New function.
7278 (read_signatured_type): Rewrite.
7279 (free_stack_comp_unit): Remove call to age_cached_comp_units.
7280 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
7281 All callers updated. Set per_cu->cu = NULL after freeing it.
7282 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
7283 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
7284 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
7285 (set_die_type): Update.
7286 (get_die_type_at_offset): Update.
7287 (read_file_scope): Call prepare_one_comp_unit.
7288 (read_type_unit_scope): Ditto.
7289 (prepare_one_comp_unit): Set producer if present.
7290
7291 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7292
7293 * probe.c (compile_rx_or_error): Silence ARI warning about missing
7294 gettext function on `error'.
7295
7296 2012-04-27 Doug Evans <dje@google.com>
7297
7298 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
7299 is empty.
7300
7301 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7302 Tom Tromey <tromey@redhat.com>
7303
7304 * breakpoint.c (struct breakpoint_objfile_data)
7305 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
7306 <exception_probes>: New fields.
7307 (free_breakpoint_probes): New function.
7308 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
7309 `_Unwind_DebugHook'.
7310 (create_exception_master_breakpoint): Likewise.
7311 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
7312 * infrun.c: Including necessary header files for handling SystemTap
7313 probes.
7314 (handle_inferior_event): Handling longjmp breakpoint and exceptions
7315 via SystemTap probes.
7316 (check_exception_resume): Remove `func' argument. Handle exception
7317 unwinding breakpoint set via a SystemTap probe.
7318 (insert_exception_resume_from_probe): New function.
7319
7320 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7321 Tom Tromey <tromey@redhat.com>
7322 Jan Kratochvil <jan.kratochvil@redhat.com>
7323
7324 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
7325 (COMMON_OBS): Likewise.
7326 (HFILES_NO_SRCDIR): Add `probe'.
7327 * NEWS: Mention support for static and SystemTap probes.
7328 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
7329 SystemTap probes' arguments parser.
7330 * arm-linux-tdep.c: Including headers needed to perform the parsing
7331 of SystemTap probes' arguments.
7332 (arm_stap_is_single_operand): New function.
7333 (arm_stap_parse_special_token): Likewise.
7334 (arm_linux_init_abi): Initializing proper fields used by SystemTap
7335 probes' arguments parser.
7336 * ax-gdb.c (require_rvalue): Removing static declaration.
7337 (gen_expr): Likewise.
7338 * ax-gdb.h (gen_expr): Declaring function.
7339 (require_rvalue): Likewise.
7340 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
7341 (bkpt_probe_breakpoint_ops): New variable.
7342 (momentary_breakpoint_from_master): Set the `probe' value.
7343 (add_location_to_breakpoint): Likewise.
7344 (break_command_1): Using proper breakpoint_ops according to the
7345 argument passed by the user in the command line.
7346 (bkpt_probe_insert_location): New function.
7347 (bkpt_probe_remove_location): Likewise.
7348 (bkpt_probe_create_sals_from_address): Likewise.
7349 (bkpt_probe_decode_linespec): Likewise.
7350 (tracepoint_probe_create_sals_from_address): Likewise.
7351 (tracepoint_probe_decode_linespec): Likewise.
7352 (tracepoint_probe_breakpoint_ops): New variable.
7353 (trace_command): Using proper breakpoint_ops according to the
7354 argument passed by the user in the command line.
7355 (initialize_breakpoint_ops): Initializing breakpoint_ops for
7356 static probes on breakpoints and tracepoints.
7357 * breakpoint.h (struct bp_location) <probe>: New field.
7358 * cli-utils.c (skip_spaces_const): New function.
7359 (extract_arg): Likewise.
7360 * cli-utils.h (skip_spaces_const): Likewise.
7361 (extract_arg): Likewise.
7362 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
7363 * configure.ac: Append `stap-probe.o' to be generated when ELF
7364 support is present.
7365 * configure: Regenerate.
7366 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
7367 * elfread.c: Include `probe.h' and `arch-utils.h'.
7368 (probe_key): New variable.
7369 (elf_get_probes): New function.
7370 (elf_get_probe_argument_count): Likewise.
7371 (elf_evaluate_probe_argument): Likewise.
7372 (elf_compile_to_ax): Likewise.
7373 (elf_symfile_relocate_probe): Likewise.
7374 (stap_probe_key_free): Likewise.
7375 (elf_probe_fns): New variable.
7376 (elf_sym_fns): Add `sym_probe_fns' value.
7377 (elf_sym_fns_lazy_psyms): Likewise.
7378 (elf_sym_fns_gdb_index): Likewise.
7379 (_initialize_elfread): Initialize objfile cache for static
7380 probes.
7381 * gdb_vecs.h (struct probe): New forward declaration.
7382 (probe_p): New VEC declaration.
7383 * gdbarch.c: Regenerate.
7384 * gdbarch.h: Regenerate.
7385 * gdbarch.sh (stap_integer_prefix): New variable.
7386 (stap_integer_suffix): Likewise.
7387 (stap_register_prefix): Likewise.
7388 (stap_register_suffix): Likewise.
7389 (stap_register_indirection_prefix): Likewise.
7390 (stap_register_indirection_suffix): Likewise.
7391 (stap_gdb_register_prefix): Likewise.
7392 (stap_gdb_register_suffix): Likewise.
7393 (stap_is_single_operand): New function.
7394 (stap_parse_special_token): Likewise.
7395 (struct stap_parse_info): Forward declaration.
7396 * i386-tdep.c: Including headers needed to perform the parsing
7397 of SystemTap probes' arguments.
7398 (i386_stap_is_single_operand): New function.
7399 (i386_stap_parse_special_token): Likewise.
7400 (i386_elf_init_abi): Initializing proper fields used by SystemTap
7401 probes' arguments parser.
7402 * i386-tdep.h (i386_stap_is_single_operand): New function.
7403 (i386_stap_parse_special_token): Likewise.
7404 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
7405 * mipsread.c (ecoff_sym_fns): Likewise.
7406 * objfiles.c (objfile_relocate1): Support relocation for static
7407 probes.
7408 * parse.c (prefixify_expression): Remove static declaration.
7409 (initialize_expout): Likewise.
7410 (reallocate_expout): Likewise.
7411 * parser-defs.h (initialize_expout): Declare function.
7412 (reallocate_expout): Likewise.
7413 (prefixify_expression): Likewise.
7414 * ppc-linux-tdep.c: Including headers needed to perform the parsing
7415 of SystemTap probes' arguments.
7416 (ppc_stap_is_single_operand): New function.
7417 (ppc_stap_parse_special_token): Likewise.
7418 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
7419 probes' arguments parser.
7420 * probe.c: New file, for generic statically defined probe support.
7421 * probe.h: Likewise.
7422 * s390-tdep.c: Including headers needed to perform the parsing of
7423 SystemTap probes' arguments.
7424 (s390_stap_is_single_operand): New function.
7425 (s390_gdbarch_init): Initializing proper fields used by SystemTap
7426 probes' arguments parser.
7427 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
7428 * stap-probe.c: New file, for SystemTap probe support.
7429 * stap-probe.h: Likewise.
7430 * symfile.h: Include `gdb_vecs.h'.
7431 (struct sym_probe_fns): New struct.
7432 (struct sym_fns) <sym_probe_fns>: New field.
7433 * symtab.c (init_sal): Initialize `probe' field.
7434 * symtab.h (struct probe): Forward declaration.
7435 (struct symtab_and_line) <probe>: New field.
7436 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
7437 locations.
7438 (stop_tracing): Likewise.
7439 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
7440
7441 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7442 Tom Tromey <tromey@redhat.com>
7443
7444 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
7445 and to compile agent expressions.
7446 * infrun.c (siginfo_make_value): New argument `ignore'.
7447 (siginfo_funcs): New struct.
7448 (_initialize_infrun): New argument when calling
7449 `create_internalvar_type_lazy'.
7450 * thread.c (thread_id_make_value): New argument `ignore'.
7451 (thread_funcs): New struct.
7452 (_initialize_thread): New argument when calling
7453 `create_internalvar_type_lazy'.
7454 * tracepoint.c (sdata_make_value): New argument `ignore'.
7455 (sdata_funcs): New struct.
7456 (_initialize_tracepoint): New argument when calling
7457 `create_internalvar_type_lazy'.
7458 * value.c (make_value): New struct.
7459 (create_internalvar_type_lazy): New argument `data'.
7460 (compile_internalvar_to_ax): New function.
7461 (value_of_internalvar): Properly handling `make_value' case.
7462 (clear_internalvar): Likewise.
7463 (show_convenience): Adding `TRY_CATCH' block.
7464 * value.h (internalvar_make_value): Delete, replace by...
7465 (struct internalvar_funcs): ... this.
7466 (create_internalvar_type_lazy) <fun>: Delete argument.
7467 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
7468 (compile_internalvar_to_ax): New function.
7469 * windows-tdep.c (tlb_make_value): New argument `ignore'.
7470 (tlb_funcs): New struct.
7471 (_initialize_windows_tdep): New argument when calling
7472 `create_internalvar_type_lazy'.
7473
7474 2012-04-27 Mark Wielaard <mjw@redhat.com>
7475
7476 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
7477 see whether it is an address or a constant offset from DW_AT_low_pc.
7478 (dwarf2_record_block_ranges): Likewise.
7479 (read_partial_die): Likewise.
7480
7481 2012-04-26 Mark Wielaard <mjw@redhat.com>
7482
7483 * MAINTAINERS (Write After Approval): Add myself to the list.
7484
7485 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7486
7487 * proc-utils.h (proc_prettyprint_signalset): New prototype.
7488 (proc_prettyprint_signal): Likewise.
7489 (proc_prettyprint_faultset): Likewise.
7490 (proc_prettyprint_fault): Likewise.
7491 (proc_prettyprint_actionset): Likewise.
7492 (proc_prettyprint_flags): Move to new proc-flags.c section.
7493 (proc_prettyfprint_flags): New prototype.
7494 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
7495 (proc_syscall, proc_cursig): Likewise.
7496 (proc_set_kill_on_last_close): Likewise.
7497 (proc_unset_kill_on_last_close): Likewise.
7498 (proc_set_watchpoint): Make static.
7499 (proc_delete_dead_threads): Likewise.
7500 (procfs_set_watchpoint): Likewise.
7501 (_initialize_procfs): Add prototype.
7502 * proc-events.c: Include proc-utils.h.
7503 (init_syscall_table): Make static.
7504 * proc-api.c (_initialize_proc_api): Add prototype.
7505 * proc-flags.c: Include proc-utils.h.
7506
7507 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7508
7509 * configure.ac: Add AC_ARG_PROGRAM.
7510 * configure: Regenerate.
7511
7512 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7513
7514 Fix DW_AT_lower_bound defaults for DWARF-4+.
7515 * dwarf2read.c (read_subrange_type): Remove initialization of low and
7516 high. New variable low_default_is_valid. Implement DWARF-4+
7517 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
7518 no default by the DWARF standard.
7519
7520 2012-04-26 Maciej W. Rozycki <macro@mips.com>
7521 Maciej W. Rozycki <macro@codesourcery.com>
7522
7523 * infrun.c (handle_inferior_event): Move the check for return
7524 trampolines ahead of the check for function trampolines.
7525 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
7526 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
7527 (mips_str_mips16_ret_stub): Likewise.
7528 (mips_str_call_fp_stub): Likewise.
7529 (mips_str_call_stub): Likewise.
7530 (mips_str_fn_stub): Likewise.
7531 (mips_str_pic): Likewise.
7532 (mips_in_frame_stub): New function.
7533 (mips_unwind_pc): Return the return address rather than the PC
7534 if the PC of an intermediate frame is inside a call thunk.
7535 (mips_is_stub_suffix): New function.
7536 (mips_is_stub_mode): Likewise.
7537 (mips_get_mips16_fn_stub_pc): Likewise.
7538 (mips_skip_mips16_trampoline_code): Update to handle all the
7539 currently generated stub types. Don't recurse into __fn_stub
7540 thunks. Remove heuristics to handle stubs beyond etext/_etext.
7541 Use cooked register accesses.
7542 (mips_in_return_stub): Reintroduce function.
7543 (mips_skip_trampoline_code): Traverse trampolines recursively.
7544 (mips_gdbarch_init): Handle MIPS16 return trampolines.
7545
7546 2012-04-26 Joel Brobecker <brobecker@adacore.com>
7547
7548 GDB 7.4.1 released.
7549
7550 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
7551
7552 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
7553 * features/arm-with-m-vfp-d16.xml: New file. Describes
7554 Cortex-M with VFPv4-sp-d16 FPU register layout.
7555 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
7556 * features/arm-with-m-vfp-d16.c: New. Generated from above.
7557 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
7558 (arm-register_g_packet_guesses): Add vfp-d16 guess.
7559 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
7560
7561 2012-04-25 Doug Evans <dje@google.com>
7562
7563 * cli/cli-decode.c (print_doc_line): Use stream instead of
7564 current_uiout.
7565
7566 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7567
7568 * features/arm-with-iwmmxt.c: Regenerate.
7569 * features/arm-with-m-fpa-layout.c: Likewise.
7570 * features/arm-with-m.c: Likewise.
7571 * features/arm-with-neon.c: Likewise.
7572 * features/arm-with-vfpv2.c: Likewise.
7573 * features/arm-with-vfpv3.c: Likewise.
7574 * features/mips-dsp-linux.c: Likewise.
7575 * features/mips-linux.c: Likewise.
7576 * features/mips64-dsp-linux.c: Likewise.
7577 * features/mips64-linux.c: Likewise.
7578 * features/s390-linux32.c: Likewise.
7579 * features/s390-linux32v1.c: Likewise.
7580 * features/s390-linux32v2.c: Likewise.
7581 * features/s390-linux64.c: Likewise.
7582 * features/s390-linux64v1.c: Likewise.
7583 * features/s390-linux64v2.c: Likewise.
7584 * features/s390x-linux64.c: Likewise.
7585 * features/s390x-linux64v1.c: Likewise.
7586 * features/s390x-linux64v2.c: Likewise.
7587 * features/tic6x-c62x-linux.c: Likewise.
7588 * features/tic6x-c62x.c: Likewise.
7589 * features/tic6x-c64x-linux.c: Likewise.
7590 * features/tic6x-c64x.c: Likewise.
7591 * features/tic6x-c64xp-linux.c: Likewise.
7592 * features/tic6x-c64xp.c: Likewise.
7593 * target-descriptions.c: Only generate `field_type' and `type'
7594 variables when needed.
7595
7596 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
7597
7598 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
7599
7600 2012-04-25 Doug Evans <dje@google.com>
7601
7602 Initial pass at Go language support.
7603 * NEWS: Mention Go.
7604 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
7605 go-valprint.c.
7606 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
7607 (YYFILES): Add go-exp.c.
7608 (YYOBJ): Add go-exp.o.
7609 (local-maintainer-clean): Delete go-exp.c.
7610 * defs.h (enum language): Add language_go.
7611 * dwarf2read.c: #include "go-lang.h".
7612 (fixup_go_packaging): New function.
7613 (process_full_comp_unit): Call it when processing Go CUs.
7614 (dwarf2_physname): Add Go support.
7615 (read_file_scope): Handle missing language spec for GNU Go.
7616 (set_cu_language): Handle DW_LANG_Go.
7617 * go-exp.y: New file.
7618 * go-lang.h: New file.
7619 * go-lang.c: New file.
7620 * go-typeprint.c: New file.
7621 * go-valprint.c: New file.
7622 * symtab.c: #include "go-lang.h".
7623 (symbol_set_language): Handle language_go.
7624 (symbol_find_demangled_name, symbol_set_names): Ditto.
7625 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7626
7627 2012-04-24 Jim Meyering <meyering@redhat.com>
7628
7629 avoid a few strncpy-induced buffer overruns
7630 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7631 fname and psargs before trying to concatenate.
7632 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7633 "name" before applying strchr.
7634
7635 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
7636
7637 * CONTRIBUTE: Use unified diff instead of context diff when
7638 generating patches.
7639
7640 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7641
7642 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7643 code. Handle JR.HB correctly.
7644
7645 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7646
7647 * mips-tdep.c
7648 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7649 with the other MIPS16 helpers.
7650
7651 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
7652
7653 * observer.sh: Conditionally declare `args', thus cleaning up
7654 unused instances of this variable.
7655
7656 2012-04-24 Yao Qi <yao@codesourcery.com>
7657
7658 Revert this patch to allow breakpoint always-inserted
7659 in record target.
7660 2011-12-05 Pedro Alves <pedro@codesourcery.com>
7661 * breakpoint.c: Include record.h.
7662 (breakpoints_always_inserted_mode): Return false when the record
7663 target is in use.
7664
7665 * breakpoint.c (iterate_over_bp_locations): New.
7666 * breakpoint.h: Declare.
7667 New typedef walk_bp_location_callback.
7668 * record.c (record_open): Call record_init_record_breakpoints.
7669 (record_sync_record_breakpoints): New.
7670 (record_init_record_breakpoints): New.
7671 * NEWS: Mention supporting breakpoint always-inserted mode in
7672 record target.
7673
7674 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
7675
7676 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7677 any thread.
7678
7679 2012-04-24 Yao Qi <yao@codesourcery.com>
7680
7681 * breakpoint.c (ep_is_catchpoint): Renamed to ...
7682 (is_catchpoint): ... it.
7683 (print_one_breakpoint_location): Caller update.
7684 * breakpoint.h: Update declaration.
7685
7686 2012-04-23 David S. Miller <davem@davemloft.net>
7687
7688 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7689
7690 2012-04-23 Tom Tromey <tromey@redhat.com>
7691
7692 * buildsym.c (add_free_pendings): Remove.
7693 * buildsym.h (add_free_pendings): Remove.
7694
7695 2012-04-23 Doug Evans <dje@google.com>
7696
7697 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7698 attr.u.unsnd instead of attr.u.addr.
7699 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7700 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7701 DW_FORM_ref_udata.
7702 (dump_die_shallow): Update cases DW_FORM_ref_addr,
7703 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
7704 DW_FORM_ref_udata.
7705 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7706
7707 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
7708
7709 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7710 (mips_o32_return_value): Likewise.
7711 (mips_o64_return_value): Likewise.
7712
7713 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
7714
7715 * ada-lang.c (ada_evaluate_subexp): Add cases for
7716 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7717 their treatment in eval.c.
7718
7719 2012-04-21 David S. Miller <davem@davemloft.net>
7720
7721 * sparc-tdep.c (X_DISP10): Define.
7722 (sparc_analyze_control_transfer): Handle compare-and-branch.
7723
7724 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
7725
7726 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7727 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7728
7729 2012-04-20 Nigel Stephens <nigel@mips.com>
7730 Maciej W. Rozycki <macro@codesourcery.com>
7731
7732 * mips-tdep.c (mips_float_register_p): New function.
7733 (mips_convert_register_float_case_p): Use mips_float_register_p.
7734 (mips_register_type): Likewise.
7735 (mips_print_register): Likewise.
7736 (print_gp_register_row): Likewise.
7737 (mips_print_registers_info): Likewise.
7738
7739 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
7740
7741 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7742 of mips16 symbols.
7743
7744 2012-04-20 Andrew Pinski <apinski@cavium.com>
7745
7746 * MAINTAINERS (Write After Approval): Add myself to the list.
7747
7748 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7749
7750 * MAINTAINERS: Update my e-mail address.
7751
7752 2012-04-20 Pedro Alves <palves@redhat.com>
7753
7754 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7755 $srcdir.
7756 * configure: Regenerate.
7757
7758 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7759
7760 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
7761 declaration.
7762 * gdb_vecs.h: Declare `const_char_ptr' VEC.
7763
7764 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7765
7766 Fix compilation compatibility with python-2.4
7767 * python/py-type.c (convert_field): Cast ADDRSTRING for
7768 PyObject_SetAttrString as non-const. New comment.
7769
7770 2012-04-19 Tom Tromey <tromey@redhat.com>
7771
7772 * top.c (quit_target): Use all_cleanups.
7773 * main.c (captured_command_loop): Use all_cleanups.
7774 * exceptions.c (throw_exception): Use all_cleanups.
7775
7776 2012-04-19 Pedro Alves <palves@redhat.com>
7777
7778 * Makefile.in (GNULIB_BUILDDIR): New.
7779 (LIBGNU, INCGNU, GNULIB_H): Adjust.
7780 (SUBDIRS): Add $(GNULIB_BUILDDIR).
7781 (CLEANDIRS). Remove gnulib/import.
7782 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7783 (all-lib): Ditto.
7784 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7785 (gnulib/import/Makefile): Replace gnulib/import with
7786 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
7787 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7788 (aclocal_m4_deps): Remove the gnulib dependencies. Add
7789 acx_configure_dir.m4.
7790 * acinclude.m4: Include acx_configure_dir.m4.
7791 * acx_configure_dir.m4: New file.
7792 * aclocal.m4: Regenerate.
7793 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7794 calls. Configure gnulib using ACX_CONFIGURE_DIR.
7795 (GNULIB): New variable.
7796 (GNULIB_STDINT_H): Adjust.
7797 (AC_OUTPUT): Don't output gnulib/Makefile.
7798 * gdb/defs.h: Include build-gnulib/config.h.
7799 * aclocal.m4: Regenerate.
7800 * config.in: Regenerate.
7801 * configure: Regenerate.
7802
7803 * gnulib/Makefile.in: New file.
7804 * gnulib/configure.ac: New file.
7805 * gnulib/aclocal.m4: New file.
7806 * gnulib/config.in: New file.
7807 * gnulib/configure: New file.
7808 * gnulib/: Re-run gnulib-tool to adjust.
7809
7810 2012-04-19 Doug Evans <dje@google.com>
7811
7812 * cleanups.h (struct cleanup): Move to cleanups.c.
7813 (make_cleanup_dtor_ftype): New typedef.
7814 (make_cleanup_dtor): Use it.
7815 (ALL_CLEANUPS): Replace with ...
7816 (all_cleanups): ... this. Declare. All uses updated.
7817 * cleanups.c: #include "gdb_assert.h".
7818 (sentinel_cleanup): New static global.
7819 (SENTINEL_CLEANUP): Define.
7820 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7821 (make_my_cleanup2): Assert result is non-NULL.
7822 (all_cleanups): New function.
7823 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7824 of NULL.
7825
7826 2012-04-19 Pedro Alves <palves@redhat.com>
7827
7828 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7829 Adjust paths to gnulib imported files.
7830
7831 2012-04-19 Pedro Alves <palves@redhat.com>
7832
7833 * gnulib/: Move whole directory ...
7834 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7835 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7836 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7837 (aclocal_m4_deps): Adjust.
7838 * aclocal.m4: Regenerate.
7839 * configure: Regenerate.
7840 * configure.ac: Adjust AC_OUTPUT output.
7841
7842 2012-04-19 Yao Qi <yao@codesourcery.com>
7843
7844 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7845 (vec.o): New rule.
7846 * vec.c: Move it ...
7847 * common/vec.c: ... here.
7848 * vec.h: Move it ...
7849 * common/vec.h: ... here.
7850
7851 2012-04-19 Yao Qi <yao@codesourcery.com>
7852
7853 * gdb-code-style.el: New.
7854
7855 2012-04-18 Pedro Alves <palves@redhat.com>
7856
7857 Update gnulib from latest git.
7858 (639ea5ae15e39fe48d43e04864b2997301e4b969)
7859
7860 * gnulib/Makefile.am: Update.
7861 * gnulib/dummy.c: Update.
7862 * gnulib/extra/arg-nonnull.h: Update.
7863 * gnulib/extra/c++defs.h: Update.
7864 * gnulib/extra/update-copyright: Update.
7865 * gnulib/extra/warn-on-use.h: Update.
7866 * gnulib/inttypes.in.h: Update.
7867 * gnulib/m4/00gnulib.m4: Update.
7868 * gnulib/m4/extensions.m4: Update.
7869 * gnulib/m4/gnulib-cache.m4: Update.
7870 * gnulib/m4/gnulib-common.m4: Update.
7871 * gnulib/m4/gnulib-comp.m4: Update.
7872 * gnulib/m4/gnulib-tool.m4: Update.
7873 * gnulib/m4/include_next.m4: Update.
7874 * gnulib/m4/inttypes-pri.m4: Update.
7875 * gnulib/m4/inttypes.m4: Update.
7876 * gnulib/m4/longlong.m4: Update.
7877 * gnulib/m4/memchr.m4: Update.
7878 * gnulib/m4/memmem.m4: Update.
7879 * gnulib/m4/mmap-anon.m4: Update.
7880 * gnulib/m4/multiarch.m4: Update.
7881 * gnulib/m4/onceonly.m4: Update.
7882 * gnulib/m4/stddef_h.m4: Update.
7883 * gnulib/m4/stdint.m4: Update.
7884 * gnulib/m4/string_h.m4: Update.
7885 * gnulib/m4/warn-on-use.m4: Update.
7886 * gnulib/m4/wchar_h.m4: Update.
7887 * gnulib/m4/wchar_t.m4: Update.
7888 * gnulib/m4/wint_t.m4: Update.
7889 * gnulib/memchr.c: Update.
7890 * gnulib/memmem.c: Update.
7891 * gnulib/stddef.in.h: Update.
7892 * gnulib/stdint.in.h: Update.
7893 * gnulib/str-two-way.h: Update.
7894 * gnulib/string.in.h: Update.
7895 * gnulib/wchar.in.h: Update.
7896
7897 * gnulib/extra/arg-nonnull.h: Delete.
7898 * gnulib/extra/c++defs.h: Delete.
7899 * gnulib/extra/warn-on-use.h: Delete.
7900 * gnulib/m4/wchar_h.m4: Delete.
7901 * gnulib/m4/wint_t.m4: Delete.
7902 * gnulib/wchar.in.h: Delete.
7903
7904 * gnulib/extra/snippets/arg-nonnull.h: New.
7905 * gnulib/extra/snippets/c++defs.h: New.
7906 * gnulib/extra/snippets/warn-on-use.h: New.
7907
7908 * aclocal.m4: Regenerate.
7909 * config.in: Regenerate.
7910 * configure: Regenerate.
7911 * gnulib/Makefile.in: Regenerate.
7912
7913 2012-04-18 Pedro Alves <palves@redhat.com>
7914
7915 Reimport the update-copyright module from gnulib
7916 (250b80067c1e1d8faa0c42fb572f721975b929c5).
7917
7918 * configure: Regenerate.
7919 * gnulib/Makefile.am: Update.
7920 * gnulib/Makefile.in: Regenerate.
7921 * gnulib/extra/update-copyright: Update.
7922 * gnulib/m4/gnulib-cache.m4: Update.
7923 * gnulib/m4/gnulib-comp.m4: Update.
7924
7925 2012-04-18 Tristan Gingold <gingold@adacore.com>
7926
7927 * configure.ac (aix): Put -lpthread into libs.
7928 * configure: Regenerate.
7929
7930 2012-04-18 Tom Tromey <tromey@redhat.com>
7931
7932 * linespec.c (convert_linespec_to_sals): Don't use
7933 SYMBOL_OBJ_SECTION.
7934 (compare_msymbols): Arguments are minsym_and_objfile, not
7935 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
7936
7937 2012-04-18 Pedro Alves <palves@redhat.com>
7938
7939 Revert gnulib/ part of:
7940 2011-01-01 Joel Brobecker <brobecker@adacore.com>
7941 Copyright year update in most files (performed by copyright.sh).
7942
7943 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7944
7945 Fix 64-bit constants on 32-bit hosts.
7946 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7947 from unsigned long to ULONGEST.
7948 (read_signed_leb128): Change declaration return type from long to
7949 LONGEST.
7950 (dwarf2_const_value_attr): Change declaration parameter value from long
7951 to LONGEST.
7952 (dwarf2_compute_name): Change variable value from long to LONGEST.
7953 (read_unsigned_leb128): Change return type, variable result and some
7954 casts from unsigned long to ULONGEST.
7955 (read_signed_leb128): Change return type, variable result and some
7956 casts from long to LONGEST.
7957 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7958 value from long to LONGEST.
7959 (dwarf2_const_value): Change variable value from long to LONGEST.
7960 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7961 plongest and hex_string.
7962 * symtab.h (struct general_symbol_info): Change ivalue from long to
7963 LONGEST, remove the comment.
7964 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7965 Change SYMBOL_VALUE format strings to use plongest and hex_string.
7966
7967 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7968
7969 PR symtab/7259:
7970 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7971 * ada-lang.c (ada_discrete_type_high_bound)
7972 (ada_discrete_type_low_bound): Fix function comment. Use
7973 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7974 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7975 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7976 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7977 Use TYPE_FIELD_ENUMVAL.
7978 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7979 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7980 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7981 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
7982 TYPE_CODE_ENUM.
7983 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7984 * dwarf2read.c (process_enumeration_scope): Likewise.
7985 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7986 field.bitpos.
7987 (class StructMainTypePrettyPrinter): Support also
7988 FIELD_LOC_KIND_ENUMVAL.
7989 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7990 TYPE_CODE_ENUM.
7991 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7992 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7993 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7994 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
7995 field enumval.
7996 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7997 accommodate enumval.
7998 (struct call_site): Adjust loc_kind to accommodate enumval.
7999 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
8000 (TYPE_FIELD_ENUMVAL): New macros.
8001 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
8002 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
8003 TYPE_CODE_ENUM.
8004 * p-typeprint.c (pascal_type_print_base): Likewise.
8005 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
8006 enumval.
8007 * python/lib/gdb/types.py (make_enum_dict): Likewise.
8008 * python/py-type.c (convert_field): New variable addrstring. Use
8009 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8010 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
8011 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
8012 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
8013 TYPE_CODE_ENUM.
8014 * valprint.c (generic_val_print): Likewise.
8015
8016 2012-04-17 Doug Evans <dje@google.com>
8017
8018 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
8019
8020 * dwarf2read.c: Whitespace fixes.
8021 (lookup_signatured_type): Tweak comment.
8022 (get_die_type_at_offset): Fix comment.
8023
8024 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8025
8026 * xcoffread.c (xcoff_secnum_to_sections): New function.
8027 (secnum_to_section, secnum_to_bfd_section): Reimplement
8028 using xcoff_secnum_to_sections. Rename "secnum" parameter
8029 into "n_scnum".
8030 (RECORD_MINIMAL_SYMBOL): Delete.
8031 (record_minimal_symbol): New function.
8032 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8033 by call to record_minimal_symbol and set misc_func_recorded
8034 to 1. Set last_csect_sec to the XCOFF section index instead
8035 of GDB's section_offset index. Update calls to
8036 prim_record_minimal_symbol_and_info to pass the BFD section
8037 as well.
8038
8039 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8040
8041 * xcoffread.c (read_xcoff_symtab): Delete variables
8042 last_csect_val and last_csect_sec and associated code.
8043
8044 2012-04-17 Doug Evans <dje@google.com>
8045
8046 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8047 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8048 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8049 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8050
8051 * cleanups.h: New file.
8052 * cleanups.c: New file.
8053 * Makefile.in (SFILES): Add cleanups.c.
8054 (HFILES_NO_SRCDIR): Add cleanups.h.
8055 (COMMON_OBS): Add cleanups.o.
8056 * defs.h (struct cleanup): Moved to cleanups.h.
8057 (do_cleanups,do_final_cleanups): Ditto.
8058 (discard_cleanups,discard_final_cleanups): Ditto
8059 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8060 (save_cleanups,save_final_cleanups): Ditto.
8061 (restore_cleanups,restore_final_cleanups): Ditto.
8062 (null_cleanup): Ditto.
8063 (make_my_cleanup,make_my_cleanup2): Ditto.
8064 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8065 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8066 (do_cleanups,do_final_cleanups): Ditto.
8067 (discard_cleanups,discard_final_cleanups): Ditto
8068 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8069 (save_cleanups,save_final_cleanups): Ditto.
8070 (restore_cleanups,restore_final_cleanups): Ditto.
8071 (null_cleanup): Ditto.
8072 (make_my_cleanup,make_my_cleanup2): Ditto.
8073 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8074
8075 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8076 make_my_cleanup.
8077 (make_cleanup_dyn_string_delete): Ditto.
8078 (make_cleanup_ui_file_delete): Ditto.
8079 (make_cleanup_ui_out_redirect_pop): Ditto.
8080 (make_cleanup_free_section_addr_info): Ditto.
8081 (make_cleanup_restore_integer): Ditto.
8082 (make_cleanup_unpush_target): Ditto.
8083 (make_cleanup_value_free_to_mark): Ditto.
8084 (make_cleanup_value_free): Ditto.
8085 (make_cleanup_free_so): Ditto.
8086
8087 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8088
8089 New option "set debug auto-load".
8090 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8091 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8092 (auto_load_safe_path_vec_update)
8093 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8094 if DEBUG_AUTO_LOAD.
8095 (file_is_auto_load_safe): New parameters debug_fmt and ....
8096 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8097 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8098 caller by explanatory string.
8099 (_initialize_auto_load): Register "set debug auto-load".
8100 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8101 and ....
8102 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8103 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8104 by explanatory string.
8105 * main.c (captured_main): Likewise.
8106 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8107 (source_section_scripts): Likewise.
8108
8109 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8110
8111 New option "set auto-load safe-path".
8112 * NEWS: New commands "set auto-load safe-path"
8113 and "show auto-load safe-path".
8114 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8115 (auto_load_safe_path, auto_load_safe_path_vec)
8116 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8117 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8118 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8119 (source_gdb_script_for_objfile): New variable is_safe. Call
8120 file_is_auto_load_safe. Return if it is not.
8121 (struct loaded_script): New field loaded.
8122 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
8123 (print_script): Use LOADED indicator instead of FULL_PATH. Change
8124 output "Missing" to "No".
8125 (_initialize_auto_load): New variable cmd. Initialize
8126 auto_load_safe_path. Register "set auto-load safe-path",
8127 "show auto-load safe-path" and "add-auto-load-safe-path".
8128 * auto-load.h (maybe_add_script): Add parameter loaded.
8129 (file_is_auto_load_safe): New declaration.
8130 * config.in: Regenerate.
8131 * configure: Regenerate.
8132 * configure.ac: New parameters --with-auto-load-safe-path
8133 and --without-auto-load-safe-path.
8134 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8135 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8136 * main.c (captured_main): Check file_is_auto_load_safe for
8137 LOCAL_GDBINIT.
8138 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8139 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
8140 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
8141 not.
8142
8143 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8144
8145 auto-load: Implementation.
8146 * NEWS: New descriptions for "info auto-load",
8147 "info auto-load gdb-scripts", "info auto-load python-scripts",
8148 "info auto-load local-gdbinit" and "info auto-load libthread-db".
8149 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8150 and "show auto-load-scripts". New description for "set auto-load",
8151 "show auto-load", "set auto-load gdb-scripts",
8152 "show auto-load gdb-scripts", "set auto-load python-scripts",
8153 "show auto-load python-scripts", "set auto-load local-gdbinit",
8154 "show auto-load local-gdbinit", "set auto-load libthread-db" and
8155 "show auto-load libthread-db".
8156 * auto-load.c: Remove include python/python-internal.h. Add includes
8157 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8158 cli/cli-setshow.h.
8159 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8160 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8161 (gdbpy_global_auto_load): Rename to ...
8162 (global_auto_load): ... here.
8163 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8164 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8165 (script_language_gdb, source_gdb_script_for_objfile): New.
8166 (struct loaded_script): New field language.
8167 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8168 LANGUAGE.
8169 (maybe_add_script): Add parameter language. Drop redundant
8170 entry.full_path initialization. Initialize entry.language and
8171 (*slot)->language.
8172 (auto_load_objfile_script): Change parameter suffix to language.
8173 Remove the call of maybe_add_script.
8174 Call language->source_script_for_objfile.
8175 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
8176 New.
8177 (collect_matching_scripts): Adjust it for
8178 struct collect_matching_scripts_data.
8179 (auto_load_info_scripts_pattern_nl): New variable.
8180 (info_auto_load_scripts): Rename to ...
8181 (auto_load_info_scripts): ... here, add parameter language. Adjust it
8182 for struct collect_matching_scripts_data.
8183 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
8184 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
8185 (auto_load_show_cmdlist_get, info_auto_load_cmd)
8186 (auto_load_info_cmdlist_get): New.
8187 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8188 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
8189 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8190 "info auto-load local-gdbinit".
8191 * auto-load.h (struct script_language): New.
8192 (gdbpy_global_auto_load): Rename to ...
8193 (global_auto_load): ... here.
8194 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8195 (auto_load_local_gdbinit_loaded): New declarations.
8196 (maybe_add_script): New parameter language.
8197 (auto_load_objfile_script): Change parameter suffix to language.
8198 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8199 (auto_load_info_scripts, auto_load_set_cmdlist_get)
8200 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8201 declarations.
8202 * linux-thread-db.c: Include auto-load.h and ctype.h.
8203 (auto_load_thread_db, show_auto_load_thread_db): New.
8204 (struct thread_db_info): New field filename.
8205 (delete_thread_db_info): Call xfree for FILENAME.
8206 (try_thread_db_load): Initialize FILENAME.
8207 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8208 if !AUTO_LOAD_THREAD_DB.
8209 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8210 (_initialize_thread_db): Install auto_load_thread_db
8211 as "set auto-load libthread-db" and install info_auto_load_libthread_db
8212 as "info auto-load libthread-db".
8213 * main.c (captured_main): Rename gdbpy_global_auto_load to
8214 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8215 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8216 (print_gdb_help): Extend the help for 'local init file'.
8217 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8218 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8219 (auto_load_scripts): Rename to ...
8220 (auto_load_python_scripts): ... here, update the comment.
8221 (gdbpy_load_auto_script_for_objfile): New declaration.
8222 (show_auto_load_python_scripts, script_language_python)
8223 (gdbpy_load_auto_script_for_objfile): New.
8224 (source_section_scripts): Refactor the code.
8225 (load_auto_scripts_for_objfile): Rename to ...
8226 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
8227 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
8228 (info_auto_load_python_scripts): New.
8229 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
8230 Rename "set auto-load-scripts" to "set auto-load python-scripts".
8231 Register "set auto-load-scripts" as its deprecated alias. Register
8232 "info auto-load python-scripts". Register "info auto-load-scripts" as
8233 its deprecated alias.
8234 (load_auto_scripts_for_objfile): Rename to ...
8235 (gdbpy_load_auto_scripts_for_objfile): ... here.
8236 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
8237 (gdbpy_load_auto_scripts_for_objfile): ... here.
8238
8239 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8240
8241 auto-load: Move files.
8242 * Makefile.in (SFILES): Add auto-load.c.
8243 (HFILES_NO_SRCDIR): Add auto-load.h.
8244 (COMMON_OBS): Add auto-load.o.
8245 (distclean): Change .gdbinit for gdb-gdb.gdb.
8246 * auto-load.c: New file, with parts from python/py-auto-load.c.
8247 * auto-load.h: New file, with parts from python/python.h.
8248 * configure: Regenerate.
8249 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
8250 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
8251 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
8252 * main.c: Include auto-load.h.
8253 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
8254 command.h, observer.h and progspace.h to auto-load.c. Add include
8255 auto-load.h.
8256 (gdbpy_global_auto_load, struct auto_load_pspace_info)
8257 (struct loaded_script, auto_load_pspace_data)
8258 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
8259 (hash_loaded_script_entry, eq_loaded_script_entry)
8260 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
8261 (maybe_add_script): Move to auto-load.c.
8262 (source_section_scripts): Change maybe_add_script parameters passing,
8263 use script_not_found_warning_print.
8264 (clear_section_scripts, auto_load_objfile_script)
8265 (auto_load_new_objfile, loaded_script_ptr)
8266 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
8267 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
8268 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
8269 auto_load_new_objfile and info_auto_load_scripts initizations to
8270 auto-load.c.
8271 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
8272
8273 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8274
8275 Code cleanup.
8276 * charset.c (find_charset_names): Remove variables ix and elt.
8277 Use free_char_ptr_vec.
8278 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
8279 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8280 debugdir_end. New variable debugdir_len.
8281 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
8282 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
8283 declarations.
8284 * progspace.c (clear_program_space_solib_cache): Remove variables ix
8285 and elt. Use free_char_ptr_vec.
8286 * source.c (add_path): Remove variables argv, arg and argv_index.
8287 New variables dir_vec, back_to, ix and name.
8288 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
8289 make_cleanup_freeargv. Remove variable separator. Simplify the code
8290 no longer expecting DIRNAME_SEPARATOR.
8291 (openp): Remove variable p, p1 and len. New variables dir_vec,
8292 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
8293 no longer expecting DIRNAME_SEPARATOR.
8294 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
8295 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8296 debugdir_end.
8297 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
8298 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
8299 (dirnames_to_char_ptr_vec): New functions.
8300
8301 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8302
8303 Code cleanup.
8304 * source.c (add_path): Remove always true conditional 'p == 0' and
8305 unindent its code block.
8306
8307 2012-04-17 Pedro Alves <palves@redhat.com>
8308
8309 * gdbtypes.h (FIELD_BITPOS): Rename to ...
8310 (FIELD_BITPOS_LVAL): ... this.
8311 (FIELD_BITPOS): New.
8312 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
8313 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
8314 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
8315 SET_FIELD_BITPOS.
8316 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
8317 SET_FIELD_BITPOS.
8318 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
8319 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
8320 * target-descriptions.c (tdesc_gdb_type): Adjust to use
8321 SET_FIELD_BITPOS.
8322
8323 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8324
8325 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
8326 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
8327 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
8328 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
8329 * jv-lang.c (java_link_class_type): Likewise, once.
8330 * stabsread.c (read_enum_type): Likewise.
8331
8332 2012-04-16 Yao Qi <yao@codesourcery.com>
8333
8334 * common/agent.c (agent_run_command): Add one more parameter `len'.
8335 Update callers.
8336 * common/agent.h: Update declaration.
8337 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8338 Update.
8339 (linux_child_static_tracepoint_markers_by_strid): Ditto.
8340
8341 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
8342
8343 PR mi/13393
8344 * value.c (value_actual_type): New function.
8345 * value.h (value_actual_type): New declaration.
8346 * varobj.c (update_type_if_necessary): New function.
8347 (varobj_create): Call value_actual_type instead of
8348 value_type.
8349 (install_dynamic_child): distinct changed and type changed MI variable
8350 objects.
8351 (update_dynamic_varobj_children): Updated for install_dynamic_child
8352 change. All callers updated.
8353 (varobj_update): Support for MI variable object type change if
8354 the value changed and RTTI is used to determine the type.
8355 (create_child_with_value): Call value_actual_type instead of
8356 value_type.
8357 (adjust_value_for_child_access): Extended with a new parameter which
8358 specify whether the given value should be casted to enclosing type.
8359 All callers updated.
8360
8361 2012-04-14 Yao Qi <yao@codesourcery.com>
8362
8363 Import gnulib module inttypes from git
8364 (250b80067c1e1d8faa0c42fb572f721975b929c5)
8365 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
8366 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
8367 gnulib/m4/inttypes-pri.m4
8368 * aclocal.m4, config.in, configure: Regenerated.
8369 * gnulib/Makefile.am: Update.
8370 * gnulib/Makefile.in: Update.
8371 * gnulib/m4/gnulib-cache.m4: Update.
8372 * gnulib/m4/gnulib-comp.m4: Update.
8373 * gnulib/inttypes.in.h: New.
8374 * gnulib/m4/inttypes-pri.m4: New.
8375 * gnulib/m4/inttypes.m4: New.
8376
8377 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
8378
8379 * infrun.c (resume): Update PC address to the real PC after
8380 preparing to do displaced stepping.
8381
8382 2012-04-12 Doug Evans <dje@google.com>
8383
8384 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
8385 All callers updated.
8386
8387 2012-04-12 Mark Kettenis <kettenis@gnu.org>
8388
8389 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
8390
8391 2012-04-12 Doug Evans <dje@google.com>
8392
8393 * dwarf2read.c (create_all_type_units): Renamed from
8394 create_debug_types_hash_table. All callers updated.
8395
8396 * dwarf2read.c (create_signatured_type_table_from_index): Rename
8397 local type_sig to sig_type, type_offset to type_offset_in_tu.
8398 (hash_signatured_type): Renamed from hash_type_signature,
8399 all callers updated.
8400 (eq_signatured_type): Renamed from eq_type_signature,
8401 all callers updated.
8402 (create_debug_types_hash_table): Rename local type_sig to sig_type.
8403 (process_enumeration_scope): Ditto.
8404 (lookup_signatured_type_at_offset): Ditto.
8405 (load_full_type_unit, read_signatured_type): Ditto.
8406
8407 2012-04-12 Yao Qi <yao@codesourcery.com>
8408
8409 * remote.c (async_remote_interrupt): Correct function name in
8410 debug message.
8411 (async_remote_interrupt_twice): Ditto.
8412
8413 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
8414
8415 * source.c (find_and_open_source): Consistently pass resulting
8416 full path through xfullpath.
8417
8418 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8419
8420 Provide more specific displaced-stepping memory error message.
8421 * infrun.c (displaced_step_prepare): New variable status. Call
8422 target_read_memory instead of read_memory, provide more specific
8423 error message.
8424
8425 2012-04-11 Tristan Gingold <gingold@adacore.com>
8426
8427 PR gdb/13901
8428 * darwin-nat.c (darwin_execvp): Revert previous patch.
8429
8430 2012-04-11 Tristan Gingold <gingold@adacore.com>
8431
8432 PR gdb/13901
8433 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
8434 in case of change.
8435
8436 2012-04-11 Tristan Gingold <gingold@adacore.com>
8437
8438 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8439 warning.
8440
8441 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
8442
8443 New command 'explore' which helps explore values and types in
8444 scope.
8445 * NEWS: Add an entry about the new 'explore' command.
8446 * data-directory/Makefile.in: Add gdb/command/explore.py
8447 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
8448 command using the GDB Python API.
8449
8450 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
8451
8452 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
8453 extension in jump target calculation.
8454
8455 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
8456
8457 * mips-tdep.c (mips32_next_pc): Handle JALX.
8458
8459 2012-04-10 Yao Qi <yao@codesourcery.com>
8460
8461 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
8462
8463 2012-04-10 Yao Qi <yao@codesourcery.com>
8464
8465 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
8466 and gnulib/m4/gnulib-tool.m4.
8467
8468 2012-04-10 Doug Evans <dje@google.com>
8469
8470 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
8471 (load_partial_dies): Clarify comment.
8472 (find_partial_die): Support rereading type units.
8473 Clarify CU handling, if we know offset is in CU, don't search for the
8474 containing CU. Add comment regarding memory waste.
8475
8476 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
8477
8478 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
8479 i386/x32-avx and i386/x32-avx-linux.
8480 (i386/x32-expedite): New.
8481 (i386/x32-linux-expedite): Likewise.
8482 (i386/x32-avx-expedite): Likewise.
8483 (i386/x32-avx-linux-expedite): Likewise.
8484 ($(outdir)/i386/x32.dat): Likewise.
8485 ($(outdir)/i386/x32-linux.dat): Likewise.
8486 ($(outdir)/i386/x32-avx.dat): Likewise.
8487 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
8488
8489 * features/i386/x32-avx-linux.xml: New file.
8490 * features/i386/x32-avx.xml: Likewise.
8491 * features/i386/x32-core.xml: Likewise.
8492 * features/i386/x32-linux.xml: Likewise.
8493 * features/i386/x32.xml: Likewise.
8494
8495 * features/i386/x32-avx-linux.c: New. Generated.
8496 * features/i386/x32-avx.c: Likewise.
8497 * features/i386/x32-linux.c: Likewise.
8498 * features/i386/x32.c: Likewise.
8499 * regformats/i386/x32-avx-linux.dat: Likewise.
8500 * regformats/i386/x32-avx.dat: Likewise.
8501 * regformats/i386/x32-linux.dat: Likewise.
8502 * regformats/i386/x32.dat: Likewise.
8503
8504 2012-04-10 Tristan Gingold <gingold@adacore.com>
8505
8506 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
8507 code to kill the inferior.
8508
8509 2012-04-09 Mark Kettenis <kettenis@gnu.org>
8510
8511 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8512 defines.
8513 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8514 defines.
8515 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
8516 (yyvsp): New defines.
8517 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8518 defines.
8519 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8520 defines.
8521 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8522 defines.
8523 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8524 defines.
8525 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8526 defines.
8527
8528 2012-04-09 Mark Kettenis <kettenis@gnu.org>
8529
8530 * sparc64-tdep.c (sparc64_store_arguments)
8531 (sparc64_store_arguments): Fix coding style.
8532
8533 2012-04-07 Mark Kettenis <kettenis@gnu.org>
8534
8535 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
8536 complex floats, adjust some related comments and tighten a related
8537 assertion.
8538 (sparc64_extract_return_value): Handle complex floats.
8539
8540 2012-04-07 Doug Evans <dje@google.com>
8541
8542 * dwarf2read.c (load_partial_dies): Change condition to assert.
8543
8544 2012-04-06 Doug Evans <dje@google.com>
8545
8546 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
8547 "mov %rsp,%rbp".
8548
8549 2012-04-05 Kevin Buettner <kevinb@redhat.com>
8550
8551 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
8552 fencepost error.
8553 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
8554 (v850_gdbarch_init): Set `num_regs' as appropriate for the
8555 architecture.
8556
8557 2012-04-05 Keith Seitz <keiths@redhat.com>
8558
8559 * linespec.c (decode_compound): Remove.
8560 (enum offset_relative_sign): New enum.
8561 (struct line_offset): New struct.
8562 (struct linespec): New struct.
8563 (struct linespec_state): Move file_symtabs,
8564 user_filename, and user_function into struct linespec.
8565 Make result an anonymous struct holding vectors of
8566 symbolp and minsym_and_objfile_d.
8567 Add language member.
8568 (enum ls_token_type): New enum.
8569 (linespec_keywords): New array.
8570 (struct ls_token): New struct.
8571 (struct ls_parser): New struct.
8572 (linespec_lexer_lex_number): New function.
8573 (linespec_lexer_lex_keyword): New function.
8574 (is_ada_operator): New function.
8575 (skip_quote_char): New function.
8576 (copy_token_string): New function.
8577 (is_closing_quote_enclosed): New function.
8578 (find_parameter_list_end): New function.
8579 (linespec_lexer_lex_string): New function.
8580 (linespec_lexer_lex_one): New function.
8581 (linespec_lexer_consume_token): New function.
8582 (linespec_lexer_peek_token): New function.
8583 (cplusplus_error): Remove unused function.
8584 (find_methods): Update comment.
8585 (find_toplevel_char): Return const.
8586 (is_objc_method_format): Remove unused function.
8587 (find_toplevel_string): New function.
8588 (is_linespec_boundary): Remove.
8589 (symbol_not_found_error): New function.
8590 (find_method_overload_end): Remove function.
8591 (unexpected_linespec_error): New function.
8592 (keep_name_info): Remove.
8593 (linespec_parse_line_offset): New function.
8594 (linespec_parse_basic): New function.
8595 (canonicalize_linespec): New function.
8596 (decode_line_internal): Remove.
8597 (create_sals_line_offset): New function adapted from
8598 decode_all_digits.
8599 (convert_linespec_to_sals): New function.
8600 (parse_linespec): New function.
8601 (linespec_parser_new): New function.
8602 (linespec_state_destructor): Change parameter type to
8603 struct linespec_state *.
8604 Add language parameter.
8605 Remove freeing of moved members.
8606 (linespec_parser_delete): New function.
8607 (decode_line_full): Use parse_linespec and linespec_parser_new.
8608 (decode_line_1): Likewise.
8609 (decode_indirect): Rename to ...
8610 (linespec_expression_to_pc): ... this and rewrite
8611 to simply find CORE_ADDR, storing this result for later
8612 conversion to SALs.
8613 (locate_first_half): Remove.
8614 (deocde_objc): Add parameter LS.
8615 Initialize new struct collect_info members.
8616 Handle minimal symbols, too.
8617 (decode_compound): Delete.
8618 (lookup_prefix_sym): Rewrite.
8619 (compare_msymbols): New function.
8620 (find_method): Rewrite.
8621 Do not call cplusplus_error.
8622 (symtabs_from_filename): Rewrite.
8623 (collect_function_symbols): Delete.
8624 (find_function_symbols): Rewrite without ARGPTR-style
8625 processing.
8626 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8627 (decode_dollar): Adapted and renamed to ...
8628 (linespec_parse_variable): ... this.
8629 (find_linespec_symbols): New function.
8630 (decode_label): Adapted and renamed to ...
8631 (find_label_symbols): ... this.
8632 (decode_digits_list_mode): Add and use LS argument.
8633 (decode_digits_ordinary): Likewise.
8634 (collect_symbols): Do not collect SALs, just symbols and msymbols.
8635 If in list mode, allow any symbol class. Otherwise, only
8636 permit LOC_BLOCK symbols.
8637 (minsym_found): Update comments.
8638 (search_minsyms_for_name): Do not convert the matching symbol
8639 into a SAL. Simply push the symbol and objfile into the
8640 result vector.
8641 (decode_variable): Delete. Contents adapted into
8642 find_linespec_symbols.
8643
8644 * cp-support.c (SKIP_SPACE): Remove.
8645 (operator_tokens): Remove unused global.
8646 (cp_validate_operator): Remove.
8647 * cp-support.h (cp_validate_operator): Remove declaration.
8648
8649 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8650
8651 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8652 for TYPE_VPTR_FIELDNO.
8653 * valprint.c (valprint_check_validity): Make it global, move the
8654 function comment ...
8655 * value.h (valprint_check_validity): ... to this new declaration.
8656
8657 2012-04-02 Tristan Gingold <gingold@adacore.com>
8658
8659 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8660 the STATE32 api for i386 state.
8661 (i386_darwin_store_inferior_registers): Likewise.
8662
8663 2012-04-02 Tristan Gingold <gingold@adacore.com>
8664
8665 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8666 SS offset.
8667 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8668 format_string.
8669
8670 2012-04-02 Tristan Gingold <gingold@adacore.com>
8671
8672 PR gdb/13901
8673 * darwin-nat.c (darwin_execvp): Set binary preference.
8674
8675 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8676
8677 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8678
8679 2012-03-30 Tom Tromey <tromey@redhat.com>
8680
8681 * python/python.c (gdbpy_decode_line): Move cleanup creation out
8682 of TRY_CATCH. Fix error handling.
8683 * python/py-value.c (convert_value_from_python): Move 'old'
8684 declaration to innermost scope.
8685
8686 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8687 Andrey Smirnov <andrew.smirnov@gmail.com>
8688
8689 -Wshadow warning fix.
8690 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8691 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8692 Adjust code accordingly.
8693
8694 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8695
8696 * ada-lang.c (symbol_completion_add): Rename parameter
8697 "encoded" into "encoded_p". Ajust code and documentation
8698 accordingly.
8699
8700 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8701 Andrey Smirnov <andrew.smirnov@gmail.com>
8702
8703 -Wshadow warning fix.
8704 * ada-lang.c (symbol_completion_add): Rename parameter
8705 "wild_match" into wild_match_p. Update code and documentation
8706 accordingly.
8707
8708 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8709
8710 * ada-lang.c (symbol_completion_match): Rename parameter
8711 "encoded" into "encoded_p". Ajust code and documentation
8712 accordingly.
8713
8714 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8715 Andrey Smirnov <andrew.smirnov@gmail.com>
8716
8717 -Wshadow warning fix.
8718 * ada-lang.c (symbol_completion_match): Rename parameter
8719 "wild_match" into "wild_match_p". Adjust code and function
8720 documentation accordingly.
8721
8722 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8723 Andrey Smirnov <andrew.smirnov@gmail.com>
8724
8725 -Wshadow warning fix.
8726 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8727 "symbol_info" into "info". Adjust code accordingly.
8728 (ada_lookup_symbol): Likewise.
8729
8730 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8731
8732 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8733 of this function's documentation.
8734
8735 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8736 Andrey Smirnov <andrew.smirnov@gmail.com>
8737
8738 -Wshadow warning fix.
8739 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8740 variable into "wild_match_p". Adjust code accordingly.
8741
8742 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8743 Andrey Smirnov <andrew.smirnov@gmail.com>
8744
8745 -Wshadow warning fix.
8746 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8747 parameter into "wild_match_p". Adjust code accordingly.
8748 Document this parameter in the function description.
8749
8750 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8751 Andrey Smirnov <andrew.smirnov@gmail.com>
8752
8753 -Wshadow warning fix.
8754 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8755 "wild_match" parameter to "wild_match_p" (-Wshadow).
8756
8757 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8758
8759 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8760 in function documentation.
8761
8762 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8763 Andrey Smirnov <andrew.smirnov@gmail.com>
8764
8765 -Wshadow warning fix.
8766 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8767 variable into wild_match_p. Adjust code accordingly.
8768
8769 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8770 Andrey Smirnov <andrew.smirnov@gmail.com>
8771
8772 * ada-valprint.c (ada_val_print_1): Move the code handling
8773 TYPE_CODE_ENUM inside its own lexical block. Declare
8774 variables len and val there, instead of in the function's
8775 top level block. Avoid declaring deref_val again in a way
8776 that shadows another variable of the same name declared
8777 in one of the up-level blocks. Just re-use the up-level
8778 variable instead.
8779
8780 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8781
8782 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8783 Replace block_found argument by symbol_info. Adjust
8784 implementation accordingly. Add function documentation.
8785 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8786 Fix documentation.
8787 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8788 * ada-exp.y (write_object_renaming): Adjust to new
8789 ada_lookup_encoded_symbol API.
8790
8791 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8792
8793 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
8794 documentation.
8795
8796 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
8797
8798 * v850-tdep.c: Add the enum values for mpu and fpu registers.
8799 (v850_register_name): Add the mpu and fpu register names.
8800 (v850e_register_name): Add the mpu and fpu register names.
8801 (v850e2_register_name): New function.
8802 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8803 bfd_mach_v850e2v3.
8804
8805 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8806
8807 * NEWS: Add entry for Ada varobj support.
8808
8809 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8810
8811 * varobj.c (default_value_is_changeable_p): New function,
8812 extracted from varobj_value_is_changeable_p. Add declaration.
8813 (ada_value_is_changeable_p): New function, extracted from
8814 varobj_value_is_changeable_p. Add declaration.
8815 (struct language_specific): New field "value_is_changeable_p".
8816 (languages): Add entries for new field.
8817 (varobj_create): Set language before calling install_new_value.
8818 (varobj_value_is_changeable_p): Reimplement to call the varobj's
8819 "value_is_changeable_p" language callback.
8820
8821 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8822
8823 * ada-varobj.h, ada-varobj.c: New files.
8824 * Makefile.in (SFILES): Add ada-varobj.c.
8825 (HFILES_NO_SRCDIR): Add ada-varobj.h.
8826 (COMMON_OBS): Add ada-varobj.o.
8827
8828 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8829
8830 * varobj.c (ada_value_has_mutated): Add declaration. New function.
8831 (struct language_specific): New field "value_has_mutated".
8832 (languages): Set field "value_has_mutated" in each entry of array.
8833 (varobj_value_has_mutated): New function.
8834 (varobj_udpdate): Add handling of type mutation.
8835 (value_of_root): Add handling of type mutation.
8836 (ada_value_has_mutated): New function.
8837
8838 2012-03-28 Pedro Alves <palves@redhat.com>
8839
8840 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8841 Always supply $fr0 as 0.0 and $fr1 as 1.0.
8842
8843 2012-03-28 Tom Tromey <tromey@redhat.com>
8844
8845 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8846 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
8847 before returning.
8848
8849 2012-03-28 Tom Tromey <tromey@redhat.com>
8850
8851 * .dir-locals.el: New file.
8852
8853 2012-03-28 Pedro Alves <palves@redhat.com>
8854
8855 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8856
8857 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8858
8859 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8860 handling for r0.
8861
8862 2012-03-27 Pedro Alves <palves@redhat.com>
8863
8864 Eliminate struct ui_stream.
8865
8866 * ui-out.h (struct ui_stream): Delete.
8867 (ui_out_field_stream): Adjust prototype.
8868 (ui_out_stream_new, ui_out_stream_delete)
8869 (make_cleanup_ui_out_stream_delete): Delete declarations.
8870 * ui-out.c (ui_out_field_stream): Change prototype to take a
8871 ui_file instead of a ui_stream. Adjust.
8872 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8873 (make_cleanup_ui_out_stream_delete): Delete.
8874 * breakpoint.c (print_breakpoint_location)
8875 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8876 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8877 * disasm.c (dump_insns): Ditto.
8878 (do_mixed_source_and_assembly, do_assembly_only): Adjust
8879 prototype.
8880 (gdb_disassembly): Use ui_file/mem_fileopen instead of
8881 ui_stream/ui_out_stream_new.
8882 * infcmd.c (print_return_value): Ditto.
8883 * osdata.c (info_osdata_command): Don't allocate a local
8884 ui_stream.
8885 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8886 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8887 * tracepoint.c (print_one_static_tracepoint_marker): Don't
8888 allocate a local ui_stream.
8889 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8890 instead of ui_stream/ui_out_stream_new.
8891 (list_args_or_locals): Don't allocate a local ui_stream.
8892 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8893 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8894 ui_stream/ui_out_stream_new.
8895 * cli/cli-setshow.c (do_setshow_command): Ditto.
8896
8897 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
8898
8899 * arm-linux-tdep.c (arm_linux_init_abi): Call
8900 set_gdbarch_process_record. Initialize `arm_swi_record' field.
8901 * arm-tdep.c (arm_process_record): New function.
8902 (deallocate_reg_mem): New function.
8903 (decode_insn): New function.
8904 (thumb_record_branch): New function.
8905 (thumb_record_ldm_stm_swi(): New function.
8906 (thumb_record_misc): New function.
8907 (thumb_record_ld_st_stack): New function.
8908 (thumb_record_ld_st_imm_offset): New function.
8909 (thumb_record_ld_st_reg_offset(): New function.
8910 (thumb_record_add_sub_cmp_mov): New function.
8911 (thumb_record_shift_add_sub): New function.
8912 (arm_record_coproc_data_proc): New function.
8913 (arm_record_coproc): New function.
8914 (arm_record_b_bl): New function.
8915 (arm_record_ld_st_multiple): New function.
8916 (arm_record_ld_st_reg_offset): New function.
8917 (arm_record_ld_st_imm_offset): New function.
8918 (arm_record_data_proc_imm): New function.
8919 (arm_record_data_proc_misc_ld_str): New function.
8920 (arm_record_extension_space): New function.
8921 (arm_record_strx): New function.
8922 (sbo_sbz): New function.
8923 (struct insn_decode_record): New structure for arm insn record.
8924 (REG_ALLOC): New macro for reg allocations.
8925 (MEM_ALLOC): New macro for memory allocations.
8926 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8927
8928 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
8929
8930 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8931 (store_register): Likewise.
8932
8933 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
8934
8935 * MAINTAINERS (Write After Approval): Add myself to the list.
8936
8937 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8938
8939 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8940 Describe also the option "auto".
8941
8942 2012-03-22 Richard Henderson <rth@redhat.com>
8943
8944 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8945 * sparc-nat.c (sparc_xfer_wcookie): Make static.
8946
8947 2012-03-22 Richard Henderson <rth@redhat.com>
8948
8949 * jit.c (jit_read_code_entry): Compute alignment and offset of
8950 int64_t member before computing entry_size.
8951
8952 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8953
8954 Python scripting: Add new method Value.referenced_value to
8955 gdb.Value which can dereference pointer as well as reference
8956 values.
8957 * NEWS: Add entry under 'Python scripting' about the new method
8958 Value.referenced_value on gdb.Value objects.
8959 * python/py-value.c (valpy_referenced_value): New function
8960 defining a new method on gdb.Value objects which can dereference
8961 pointer and reference values.
8962
8963 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8964
8965 * MAINTAINERS (Write After Approval): Add myself to the list.
8966
8967 2012-03-21 Kevin Buettner <kevinb@redhat.com>
8968
8969 * symtab.c (skip_prologue_sal): Change test to check for "main()"
8970 in addition to "main".
8971
8972 2012-03-21 Joel Brobecker <brobecker@adacore.com>
8973
8974 * expression.h (op_name): Add declaration.
8975 * expprint.c (op_name): Remove declaration. Make non-static.
8976 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8977
8978 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
8979
8980 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8981 of struct siginfo.
8982 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8983 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8984 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8985 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8986 (linux_nat_get_siginfo): Likewise.
8987 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8988 (linux_nat_get_siginfo): Likewise.
8989 * linux-tdep.c (linux_get_siginfo_type): Likewise.
8990 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8991 * procfs.c (gdb_siginfo_t): Likewise.
8992
8993 2012-03-21 Mike Frysinger <vapier@gentoo.org>
8994
8995 * .gitignore: Ignore more files.
8996
8997 2012-03-20 Pedro Alves <palves@redhat.com>
8998
8999 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
9000 returns.
9001
9002 2012-03-20 Yao Qi <yao@codesourcery.com>
9003
9004 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
9005 comment.
9006
9007 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9008
9009 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
9010 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
9011 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
9012 sect_offset.
9013 * dwarf2expr.h (cu_offset, sect_offset): New types.
9014 (struct dwarf_expr_context_funcs) <dwarf_call>
9015 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
9016 sect_offset.
9017 (struct dwarf_expr_context) <len>: Improve the comment.
9018 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
9019 cu_offset and sect_offset.
9020 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
9021 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
9022 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
9023 * dwarf2loc.h: Include dwarf2expr.h.
9024 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
9025 and sect_offset.
9026 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
9027 Improve the comment.
9028 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
9029 (struct signatured_type, struct line_header, struct partial_die_info)
9030 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9031 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9032 (get_die_type_at_offset, create_cus_from_index)
9033 (create_signatured_type_table_from_index, dw2_get_file_names)
9034 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9035 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9036 (create_debug_types_hash_table, process_psymtab_comp_unit)
9037 (load_partial_comp_unit, create_all_comp_units)
9038 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9039 (load_full_comp_unit, dwarf2_physname, read_import_statement)
9040 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9041 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9042 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9043 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9044 (find_partial_die, read_attribute_value, lookup_die_type)
9045 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9046 (is_ref_attr): New function comment.
9047 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9048 Use cu_offset and sect_offset.
9049 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9050 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9051 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9052 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9053 (offset_and_type_hash, offset_and_type_eq, set_die_type)
9054 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9055 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9056 sect_offset.
9057
9058 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9059
9060 Code cleanup.
9061 * python/py-auto-load.c (source_section_scripts): New variable back_to.
9062 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9063 with xfree.
9064 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9065
9066 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9067
9068 * NEWS: Describe new options --init-command=FILE, -ix and
9069 --init-eval-command=COMMAND, -iex.
9070 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9071 CMDARG_INIT_COMMAND.
9072 (captured_main): New enum items OPT_IX and OPT_IEX. Add
9073 "init-command", "init-eval-command", "ix" and "iex" to the variable
9074 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
9075 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9076 (print_gdb_help): Describe --init-command=FILE, -ix and
9077 --init-eval-command=COMMAND, -iex.
9078
9079 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9080
9081 Code cleanup.
9082 * main.c (struct cmdarg): Move it here from main. Add more comments.
9083 (cmdarg_s, VEC (cmdarg_s)): New.
9084 (main): Move struct cmdarg from here. New variables cmdarg_vec and
9085 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
9086 Install cleanup for cmdarg_vec. Update filling for options 'x' and
9087 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
9088 of CMDARG.
9089
9090 2012-03-19 Tom Tromey <tromey@redhat.com>
9091
9092 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9093
9094 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9095
9096 PR symtab/13777
9097 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9098 GCC >=4.5.
9099
9100 2012-03-16 Chris January <chris.january@allinea.com>
9101
9102 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9103 of clear.
9104
9105 2012-03-16 Chris January <chris.january@allinea.com>
9106
9107 * source.c (add_path): Use memmove instead of strcpy because the
9108 strings overlap.
9109
9110 2012-03-16 Joel Brobecker <brobecker@adacore.com>
9111
9112 * value.h (set_value_parent): Add declaration.
9113 * value.c (set_value_parent): New function.
9114 (value_address): If VALUE->PARENT is not NULL, then use it as
9115 the base address instead of VALUE->LOCATION.address.
9116 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9117 the same as OBJ's address. Adjust V's offset accordingly.
9118 Set V's parent.
9119
9120 2012-03-16 Gary Benson <gbenson@redhat.com>
9121
9122 PR breakpoints/10738
9123 * dwarf2read.c (use_deprecated_index_sections): New global.
9124 (struct partial_die_info): New member may_be_inlined.
9125 (read_partial_die): Set may_be_inlined where appropriate.
9126 (add_partial_subprogram): Add partial symbols for partial
9127 DIEs that may be inlined.
9128 (new_symbol_full): Add inlined subroutines to the current
9129 scope.
9130 (write_psymtabs_to_index): Bump version number.
9131 (dwarf2_read_index): Read only version 6 indices unless
9132 use_deprecated_index_sections is set.
9133 * linespec.c (symbol_and_data_callback): New structure.
9134 (iterate_inline_only): New function.
9135 (iterate_over_all_matching_symtabs): New argument
9136 "include_inline". If nonzero, also call the callback for
9137 symbols representing inlined subroutines.
9138 (lookup_prefix_sym): Pass extra argument to the above.
9139 (find_function_symbols): Likewise.
9140 (add_matching_symbols_to_info): Likewise.
9141 * NEWS: Mention that GDB can now set breakpoints on inlined
9142 functions.
9143
9144 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9145
9146 * p-typeprint.c (pascal_type_print_method_args):
9147 Fix display of parameter of methods.
9148
9149 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9150
9151 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9152 Add missing prototype.
9153
9154 2012-03-16 Yao Qi <yao@codesourcery.com>
9155 Jan Kratochvil <jan.kratochvil@redhat.com>
9156
9157 Fix false compilation warning.
9158 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9159
9160 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
9161 Pedro Alves <pedro@codesourcery.com>
9162
9163 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9164 (arm_register_g_packet_guesses): New function.
9165 (arm_gdbarch_init): Don't force a target description with
9166 registers when the executable is detected as M-profile. Instead
9167 set gdbarch->tdep->is_m. Register `g' packet guesses.
9168 (_initialize_arm_tdep): Initialize the new target description.
9169 * features/arm-with-m-fpa-layout.xml: New description.
9170 * features/arm-with-m-fpa-layout.c: New, generated.
9171
9172 2012-03-15 Joel Brobecker <brobecker@adacore.com>
9173
9174 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
9175 Update function description.
9176 (insert_bp_location): Do not wipe bl->target_info out.
9177 * mem-break.c: #include "gdb_string.h".
9178 (default_memory_insert_breakpoint): Do not call target_read_memory
9179 with a pointer to the breakpoint's shadow_contents buffer. Use
9180 a local buffer instead.
9181 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
9182
9183 2012-03-15 Tom Tromey <tromey@redhat.com>
9184
9185 * NEWS: Mention "info vtbl", not "info vtable".
9186 * cp-support.c (info_vtbl_command): Fix comment.
9187 (_initialize_cp_support): Fix text.
9188
9189 2012-03-15 Tom Tromey <tromey@redhat.com>
9190
9191 * cp-valprint.c (cp_print_value_fields): Use
9192 print_function_pointer_address for vtable slot.
9193
9194 2012-03-15 Tom Tromey <tromey@redhat.com>
9195
9196 * gnu-v3-abi.c (struct value_and_voffset): New.
9197 (hash_value_and_voffset, eq_value_and_voffset)
9198 (compare_value_and_voffset, compute_vtable_size)
9199 (print_one_vtable, gnuv3_print_vtable): New functions.
9200 (init_gnuv3_ops): Initialize 'print_vtable' field.
9201 * cp-support.c (info_vtbl_command): New function.
9202 (_initialize_cp_support): Add "info vtbl".
9203 * cp-abi.h (cplus_print_vtable): Declare.
9204 (struct cp_abi_ops) <print_vtable>: New field.
9205 * cp-abi.c (cplus_print_vtable): New function.
9206 * NEWS: Update.
9207
9208 2012-03-15 Tom Tromey <tromey@redhat.com>
9209
9210 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9211 iterate_over_symbols.
9212
9213 2012-03-14 Doug Evans <dje@google.com>
9214
9215 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9216 DW_OP_GNU_parameter_ref.
9217
9218 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9219
9220 Fix double prompt of 'interpreter-exec mi'.
9221 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9222 (mi_interpreter_resume): use it.
9223 (mi_execute_command_input_handler): New function.
9224 * mi/mi-main.c (mi_execute_command): Move prompt printing to
9225 mi_execute_command_input_handler.
9226
9227 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
9228
9229 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
9230 prototype.
9231 (darwin_debug_port_info): Make static.
9232 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
9233 * machoread.c (_initialize_machoread): Add prototype.
9234 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
9235 (i386_darwin_set_control, i386_darwin_get_control)
9236 i386_darwin_dr_set_addr, i386_darwin_get_addr)
9237 i386_darwin_get_status, i386_darwin_get_control):
9238 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
9239
9240 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9241
9242 * ax-gdb.c (gen_usual_unary): Remove special handling of
9243 enum and bool types.
9244
9245 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9246
9247 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
9248
9249 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9250
9251 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
9252
9253 2012-03-13 Chris January <chris.january@allinea.com>
9254
9255 * aix-thread.c (fill_sprs): Store the floating point registers
9256 at the correct offsets into vals.
9257
9258 2012-03-13 Doug Evans <dje@google.com>
9259
9260 * NEWS: Mention symbol-reloading has been deleted.
9261 * symfile.c (symbol_reloading): Delete.
9262 (show_symbol_reloading): Delete.
9263 (_initialize_symfile): Delete set/show symbol-reloading.
9264
9265 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
9266 read_in_chain until we have successfully read it in.
9267 (load_full_comp_unit): Ditto.
9268 (read_signatured_type): Add comment.
9269
9270 2012-03-13 Chris January <chris.january@allinea.com>
9271
9272 * stabsread.c (fix_common_block): Change type of valu argument
9273 to CORE_ADDR.
9274
9275 2012-03-13 Chris January <chris.january@allinea.com>
9276
9277 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
9278 instruction.
9279
9280 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9281
9282 * common/linux-procfs.c (linux_proc_get_int): New, from
9283 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
9284 field.
9285 (linux_proc_get_tgid): Only call linux_proc_get_int.
9286 (linux_proc_get_tracerpid): New.
9287 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
9288 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
9289 linux_proc_pid_has_state.
9290 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
9291 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
9292 (linux_ptrace_attach_warnings): New.
9293 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
9294 New declaration.
9295 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
9296 (linux_nat_attach): New variables ex, buffer, message and message_s.
9297 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
9298
9299 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9300
9301 * Makefile.in (linux-ptrace.o): New.
9302 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
9303 from linux-nat.c.
9304 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
9305 * common/linux-ptrace.c: New file.
9306 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
9307 * config/arm/linux.mh: Likewise.
9308 * config/i386/linux.mh: Likewise.
9309 * config/i386/linux64.mh: Likewise.
9310 * config/ia64/linux.mh: Likewise.
9311 * config/m32r/linux.mh: Likewise.
9312 * config/m68k/linux.mh: Likewise.
9313 * config/mips/linux.mh: Likewise.
9314 * config/pa/linux.mh: Likewise.
9315 * config/powerpc/linux.mh: Likewise.
9316 * config/powerpc/ppc64-linux.mh: Likewise.
9317 * config/powerpc/spu-linux.mh: Likewise.
9318 * config/s390/s390.mh: Likewise.
9319 * config/sparc/linux.mh: Likewise.
9320 * config/sparc/linux64.mh: Likewise.
9321 * config/xtensa/linux.mh: Likewise.
9322 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
9323 common/linux-procfs.c.
9324 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
9325
9326 2012-03-13 Hui Zhu <teawater@gmail.com>
9327 Pedro Alves <palves@redhat.com>
9328
9329 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
9330 CREATE_BREAKPOINT_FLAGS_INSERTED.
9331 (create_breakpoint_sal, create_breakpoints_sal)
9332 (base_breakpoint_create_breakpoints_sal)
9333 (tracepoint_create_breakpoints_sal)
9334 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
9335 down.
9336 (break_command_1, handle_gnu_v3_exceptions, trace_command)
9337 (ftrace_command, strace_command): Adjust.
9338 (create_tracepoint_from_upload): Pass
9339 CREATE_BREAKPOINT_FLAGS_INSERTED.
9340 * breakpoint.h (enum breakpoint_create_flags): New.
9341 (create_breakpoint): New flags parameter.
9342 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
9343 * python/py-breakpoint.c (bppy_init): Adjust.
9344 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
9345 * spu-tdep.c (spu_catch_start): Adjust.
9346
9347 2012-03-13 Pedro Alves <palves@redhat.com>
9348 Hui Zhu <teawater@gmail.com>
9349 Yao Qi <yao@codesourcery.com>
9350
9351 * remote.c (struct remote_state): New field `starting_up'.
9352 (remote_start_remote): Set and clear it.
9353 (remote_can_download_tracepoint): If starting up, return false.
9354
9355 2012-03-13 Yao Qi <yao@codesourcery.com>
9356
9357 * inferior.h (struct inferior): Remove fields any_syscall_count,
9358 syscalls_counts and total_syscalls_count. Move them to new
9359 struct catch_syscall_inferior_data in breakpoint.c.
9360 * breakpoint.c: Call DEF_VEC_I(int).
9361 (struct catch_syscall_inferior_data): New.
9362 (get_catch_syscall_inferior_data): New.
9363 (catch_syscall_inferior_data_cleanup): New.
9364 (insert_catch_syscall): Update to access data in
9365 struct catch_syscall_inferior_data.
9366 (insert_catch_syscall): Likewise.
9367 (remove_catch_syscall): Likewise.
9368 (remove_catch_syscall): Likewise.
9369 (is_syscall_catchpoint_enabled): Likewise.
9370 (add_catch_command): Likewise.
9371 (_initialize_breakpoint): Register cleanup.
9372 * breakpoint.h: Removed DEF_VEC_I(int).
9373 * dwarf2loc.c: Call DEF_VEC_I(int).
9374 * mi/mi-main.c: Likewise.
9375
9376 2012-03-12 Mark Kettenis <kettenis@gnu.org>
9377
9378 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
9379
9380 2012-03-12 Chris January <chris.january@allinea.com>
9381
9382 * aix-thread.c (_initialize_aix_thread): Add prototype.
9383 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
9384 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
9385
9386 2012-03-12 Joel Brobecker <brobecker@adacore.com>
9387
9388 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
9389 include of "amd64-nat.h".
9390
9391 2012-03-12 Tom Tromey <tromey@redhat.com>
9392
9393 * buildsym.c (record_pending_block): Now static.
9394 * buildsym.h: (record_pending_block): Remove.
9395
9396 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
9397
9398 * amd64bsd-nat.c: Include amd64bsd-nat.h.
9399
9400 2012-03-09 Tom Tromey <tromey@redhat.com>
9401
9402 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
9403 producer_is_gxx_lt_4_6>: New fields.
9404 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
9405
9406 2012-03-09 Tom Tromey <tromey@redhat.com>
9407
9408 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
9409
9410 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9411
9412 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
9413 prototype.
9414
9415 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9416
9417 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
9418
9419 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9420
9421 Fix -Wmissing-prototypes build.
9422 * arm-linux-nat.c (get_thread_id): Make it static.
9423 * xtensa-linux-nat.c (get_thread_id): Likewise.
9424
9425 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9426
9427 * server.c (process_point_options): If a conditional expression
9428 is found, only print a message if remote_debug is nonzero.
9429
9430 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
9431
9432 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
9433 of internal error for unknown/unsupported types.
9434
9435 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9436
9437 Fix CU relative vs. absolute DIE offsets.
9438 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
9439 offset to offset_in_cu.
9440 * dwarf2read.c (process_enumeration_scope): Add CU offset to
9441 TYPE_OFFSET.
9442 (dwarf2_fetch_die_location_block): Rename parameter offset to
9443 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
9444
9445 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9446
9447 * libunwind-frame.c: Rename to ...
9448 * ia64-libunwind-tdep.c: ... here.
9449 * libunwind-frame.h: Rename to ...
9450 * ia64-libunwind-tdep.h: ... here.
9451 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
9452 ia64-libunwind-tdep.h.
9453 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
9454 * README (--with-libunwind): Rename to ...
9455 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
9456 * config.in: Regenerate.
9457 * configure: Regenerate.
9458 * configure.ac: New option --with-libunwind-ia64, make the
9459 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
9460 Remove AC_DEFINE for HAVE_LIBUNWIND.
9461 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
9462 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
9463 Rename libunwind-frame in the general comment.
9464 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
9465 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
9466 Move forward declarations inside #ifndef. Rename libunwind-frame in
9467 the general comment.
9468 * ia64-tdep.c: Rename libunwind-frame.h #include to
9469 ia64-libunwind-tdep.h.
9470 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
9471 (ia64_libunwind_descr): Rename libunwind-frame to
9472 ia64-libunwind-tdep in these function comments.
9473 * ia64-tdep.h: Rename libunwind-frame.h #include to
9474 ia64-libunwind-tdep.h.
9475 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
9476 ia64-libunwind-tdep in that data comment.
9477
9478 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9479
9480 * libunwind-frame.h (struct frame_unwind): New declaration.
9481
9482 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9483
9484 * breakpoint.c (_initialize_breakpoint): Fix error in help of
9485 "set breakpoint condition-evaluation" command.
9486
9487 2012-03-08 Tristan Gingold <gingold@adacore.com>
9488
9489 * sparc-stub.c: Move to stubs/
9490 * sh-stub.c: Likewise.
9491 * m68k-stub.c: Likewise.
9492 * m32r-stub.c: Likewise.
9493 * i386-stub.c: Likewise.
9494
9495 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
9496
9497 * m68klinux-tdep.c (m68k_linux_init_abi): Register
9498 linux_get_siginfo_type.
9499
9500 * m68klinux-nat.c: Include "gdb_proc_service.h".
9501 (PTRACE_GET_THREAD_AREA): Define.
9502 (ps_get_thread_area): New function.
9503
9504 2012-03-08 Yao Qi <yao@codesourcery.com>
9505
9506 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
9507 `xsnprintf'.
9508 (remote_query_attached): Likewise.
9509 (remote_static_tracepoint_marker_at): Likewise.
9510 (remote_set_permissions): Likewise.
9511 (remote_detach_1, extended_remote_attach_1): Likewise.
9512 (send_g_packet, remote_vkill): Likewise.
9513 (extended_remote_disable_randomization): Likewise.
9514 (remote_add_target_side_condition): Likewise.
9515 (remote_insert_breakpoint): Likewise.
9516 (remote_remove_breakpoint): Likewise.
9517 (remote_insert_watchpoint): Likewise.
9518 (remote_remove_watchpoint): Likewise.
9519 (remote_insert_hw_breakpoint): Likewise.
9520 (remote_insert_hw_breakpoint): Likewise.
9521 (remote_remove_hw_breakpoint): Likewise.
9522 (remote_download_command_source): Likewise.
9523 (remote_download_tracepoint): Likewise.
9524 (remote_download_trace_state_variable): Likewise.
9525 (remote_disable_tracepoint): Likewise.
9526 (remote_trace_set_readonly_regions): Likewise.
9527 (remote_get_tracepoint_status): Likewise.
9528 (remote_trace_find): Likewise.
9529 (remote_get_trace_state_variable_value): Likewise.
9530 (remote_set_disconnected_tracing): Likewise.
9531 (remote_set_circular_trace_buffer): Likewise.
9532 (remote_get_min_fast_tracepoint_insn_len): Likewise.
9533 (remote_use_agent): Likewise.
9534 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
9535 Update callers.
9536
9537 2012-03-07 Pedro Alves <palves@redhat.com>
9538
9539 * NEWS: Mention QProgramSignals.
9540 * inferior.h (update_signals_program_target): Declare.
9541 * infrun.c: (update_signals_program_target): New.
9542 (handle_command): Update the target of the new program signals
9543 array changes.
9544 * remote.c (PACKET_QProgramSignals): New enum.
9545 (last_program_signals_packet): New global.
9546 (remote_program_signals): New.
9547 (remote_start_remote): Update the target with the program signals
9548 list.
9549 (remote_protocol_features): Add entry for QPassSignals.
9550 (remote_open_1): Free anc clear last_program_signals_packet.
9551 (init_remote_ops): Install remote_program_signals.
9552 * target.c (update_current_target): Adjust.
9553 (target_program_signals): New.
9554 * target.h (struct target_ops) <to_program_signals>: New field.
9555 (target_program_signals): Declare.
9556
9557 2012-03-07 Pedro Alves <palves@redhat.com>
9558
9559 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
9560 extensions.
9561
9562 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
9563
9564 * m68klinux-nat.c (getregs_supplies): Make static.
9565 (getfpregs_supplies): Likewise.
9566 (have_ptrace_getregs): Likewise.
9567
9568 2012-03-06 Joel Brobecker <brobecker@adacore.com>
9569
9570 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
9571 in call to get_die_type_at_offset.
9572
9573 2012-03-06 Stan Shebs <stan@codesourcery.com>
9574
9575 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
9576 * mi/mi-cmd-disas.c: Ditto.
9577 * mi/mi-cmd-env.c: Ditto.
9578 * mi/mi-cmd-file.c: Ditto.
9579 * mi/mi-cmd-stack.c: Ditto.
9580 * mi/mi-cmd-target.c: Ditto.
9581 * mi/mi-cmd-var.c: Ditto.
9582 * mi/mi-cmds.c: Ditto.
9583 * mi/mi-cmds.h: Ditto.
9584 * mi/mi-console.c: Ditto.
9585 * mi/mi-getopt.c: Ditto.
9586 * mi/mi-getopt.h: Ditto.
9587 * mi/mi-interp.c: Ditto.
9588 * mi/mi-main.c: Ditto.
9589 * mi/mi-out.c: Ditto.
9590 * mi/mi-parse.c: Ditto.
9591 * mi/mi-parse.h: Ditto.
9592 * mi/mi-symbol-cmds.c: Ditto.
9593
9594 * mi/mi-getopt.h: Move mi_opt struct up.
9595 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
9596 return.
9597 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
9598
9599 2012-03-06 Tom Tromey <tromey@redhat.com>
9600
9601 * proc-service.c (ps_pglobal_lookup): Set the current program
9602 space.
9603
9604 2012-03-06 Pedro Alves <palves@redhat.com>
9605
9606 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
9607
9608 2012-03-05 Joel Brobecker <brobecker@adacore.com>
9609
9610 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
9611
9612 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9613
9614 Code cleanup.
9615 * common/linux-osdata.c (linux_common_core_of_thread): New function
9616 comment.
9617 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9618 call by linux_common_core_of_thread.
9619 (linux_nat_core_of_thread_1): Remove.
9620 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9621 * linux-thread-db.c: Include linux-osdata.h.
9622 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9623 linux_common_core_of_thread.
9624
9625 2012-03-05 Tom Tromey <tromey@redhat.com>
9626
9627 * value.c (value_primitive_field): Don't fetch contents for
9628 non-virtual bases.
9629
9630 2012-03-05 Tom Tromey <tromey@redhat.com>
9631
9632 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9633
9634 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
9635
9636 * s390-nat.c: Include "gregset.h".
9637
9638 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9639
9640 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9641 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9642 (libunwind_load): New variable so_error, use it for dlerror. Try to
9643 load also LIBUNWIND_SO_7.
9644
9645 2012-03-05 Pedro Alves <palves@redhat.com>
9646
9647 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9648 is not NULL, and remove resulting dead code.
9649
9650 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
9651
9652 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9653 prologue to sh_analyze_prologue.
9654 (sh_analyze_prologue): Make better use of such an upper limit, and
9655 generally be more cautious about accessing memory.
9656
9657 2012-03-05 Tom Tromey <tromey@redhat.com>
9658
9659 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9660 _initialize_ia64_hpux_tdep.
9661
9662 2012-03-05 Pedro Alves <palves@redhat.com>
9663
9664 PR gdb/13766
9665
9666 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9667 the register state is clear, supply explicit zero, instead of
9668 marking the register unavailable.
9669
9670 2012-03-05 Tristan Gingold <gingold@adacore.com>
9671
9672 * NEWS: Mention OpenVMS ia64 new target.
9673
9674 2012-03-05 Tristan Gingold <gingold@adacore.com>
9675
9676 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9677 (ia64_unw_accessors, ia64_unw_rse_accessors)
9678 (ia64_libunwind_descr): Declare.
9679 * ia64-vms-tdep.c: New file.
9680 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9681 (ia64_libunwind_descr): Make them public.
9682 * configure.tgt: Add ia64-*-*vms*.
9683 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9684 (ALLDEPFILES): Add ia64-vms-tdep.c
9685
9686 2012-03-05 Tristan Gingold <gingold@adacore.com>
9687
9688 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9689 * remote.c (PACKET_qXfer_uib): New enum value.
9690 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9691 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9692 (_initialize_remote): Call add_packet_config_cmd for
9693 xfer:uib packet.
9694
9695 2012-03-05 Tristan Gingold <gingold@adacore.com>
9696
9697 * osabi.c (gdb_osabi_names): Add OpenVMS.
9698 (generic_elf_osabi_sniffer): Likewise.
9699 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
9700
9701 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9702
9703 Removed unused code.
9704 * libunwind-frame.c (libunwind_frame_unwind)
9705 (libunwind_frame_base_address): Remove.
9706 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9707
9708 2012-03-04 Yao Qi <yao@codesourcery.com>
9709
9710 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9711 remove trailing new line.
9712 (agent_run_command, agent_run_command): Add _ markup.
9713 (agent_capability_check): Likewise.
9714
9715 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9716
9717 * breakpoint.c (set_condition_evaluation_mode): Set
9718 CONDITION_EVALUATION_MODE unconditionally.
9719
9720 2012-03-03 Yao Qi <yao@codesourcery.com>
9721
9722 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9723 * common/agent.h: Update declaration.
9724 * inf-child.c (inf_child_use_agent): New.
9725 (inf_child_can_use_agent): New.
9726 (inf_child_target): Initialize fields `to_use_agent'
9727 and `to_can_use_agent'.
9728 * agent.c (agent_new_objfile): New.
9729 (_initialize_agent): Add agent_new_objfile to new_objfile
9730 observer.
9731
9732 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9733 New.
9734 (linux_target_install_ops): Initialize field
9735 `to_static_tracepoint_markers_by_strid'.
9736 * remote.c (free_current_marker): Move it to ...
9737 * tracepoint.c (free_current_marker): ... here. New.
9738 (cleanup_target_stop): New.
9739 * tracepoint.h: Declare free_current_marker.
9740 * NEWS: Add one entry about `info static-tracepoint-marker'.
9741
9742 2012-03-03 Yao Qi <yao@codesourcery.com>
9743
9744 * common/agent.c (agent_loaded_p): New.
9745 (agent_look_up_symbols): New global.
9746 * common/agent.h: Declare agent_loaded_p.
9747
9748 2012-03-03 Yao Qi <yao@codesourcery.com>
9749
9750 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9751 (agent_capability_check, agent_capability_invalidate): New.
9752 (symbol_list): New array element.
9753 * common/agent.h (enum agent_capa): New.
9754 * target.c (target_pre_inferior): Call agent_capability_invalidate.
9755
9756 2012-03-03 Yao Qi <yao@codesourcery.com>
9757
9758 * target.h (struct target_ops) <to_use_agent>: New field.
9759 (struct target_ops) <to_can_use_agent>: New field.
9760 (target_use_agent, target_can_use_agent): New macro.
9761 * target.c (update_current_target): Update.
9762 * remote.c: New enum `PACKET_QAgent'.
9763 (remote_protocol_features): Add a new element.
9764 (remote_use_agent, remote_can_use_agent): New.
9765 (init_remote_ops): Initialize field `can_use_agent' with
9766 remote_can_use_agent. Intiailize field `use_agent' with
9767 remote_use_agent.
9768 * common/agent.c (use_agent): New global.
9769 * common/agent.h: Declare it.
9770 * tracepoint.c (info_static_tracepoint_markers_command): Add
9771 comment.
9772 * Makefile.in (SFILES): Add common/agent.c and agent.c.
9773 (COMMON_OBS): Add common/agent.o and agent.o
9774 (common-agent.o): New rule.
9775 * agent.c: New.
9776
9777 2012-03-03 Yao Qi <yao@codesourcery.com>
9778
9779 * common/agent.c: New.
9780 * common/agent.h: New.
9781 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9782 AC_CHECK_HEADERS.
9783 * configure, configh.in: Regenerated.
9784
9785 2012-03-02 Kevin Buettner <kevinb@redhat.com>
9786
9787 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9788 unless it exists for this architecture.
9789
9790 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9791
9792 * language.h (struct language_defn): New "method" la_read_var_value.
9793 * findvar.c: #include "language.h".
9794 (default_read_var_value): Renames read_var_value. Rewrite
9795 function description.
9796 (read_var_value): New function.
9797 * value.h (default_read_var_value): Add prototype.
9798 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9799 New functions.
9800 (ada_language_defn): Add entry for la_read_var_value.
9801 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9802 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9803 language_defn structures to add entry for new la_read_var_value
9804 field.
9805
9806 2012-03-02 Tom Tromey <tromey@redhat.com>
9807 Pedro Alves <palves@redhat.com>
9808
9809 PR breakpoints/13776:
9810 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9811 breakpoints.
9812 (delete_longjmp_breakpoint_at_next_stop): New.
9813 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9814 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9815 before deleting the inferior. Add comments.
9816 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9817 breakpoints immediately, but only on next stop. Move that code
9818 next to where we mark other breakpoints for deletion.
9819
9820 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9821
9822 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9823 marker.
9824 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9825 violation.
9826
9827 2012-03-02 Pedro Alves <palves@redhat.com>
9828
9829 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9830
9831 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9832
9833 Fix -Wmissing-prototypes build.
9834 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9835 * remote-sim.c (gdbsim_has_all_memory): Likewise.
9836 (gdbsim_has_memory): Likewise.
9837
9838 2012-03-02 Yao Qi <yao@codesourcery.com>
9839
9840 Fix -Wmissing-prototypes build.
9841 * charset.c (phony_iconv_open): Make static.
9842 (phony_iconv_close, phony_iconv): Likewise.
9843 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9844 * i386-windows-nat.c (_initialize_i386_windows_nat): New
9845 prototype.
9846 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9847 * ser-mingw.c (create_select_thread): Make static.
9848 * windows-termcap.c (tgetent): New prototype.
9849 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9850
9851 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
9852
9853 Fix -Wmissing-prototypes build.
9854 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9855 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9856 (_initialize_loadable): New prototypes.
9857
9858 2012-03-02 Doug Evans <dje@google.com>
9859
9860 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9861 abbrev table, read_comp_unit will do it.
9862
9863 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9864
9865 Fix -Wmissing-prototypes build.
9866 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9867 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9868 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9869 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9870 (_initialize_arm_symbian_tdep): New prototype.
9871 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9872 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9873 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9874 static.
9875 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9876 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9877 prototype.
9878 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9879 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9880 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9881 static.
9882 * moxie-tdep.c (moxie_process_record): Likewise.
9883 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9884 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9885 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9886 (_initialize_rl78_tdep): New prototype.
9887 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9888 (_initialize_rx_tdep): New prototype.
9889 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9890 (_initialize_darwin_solib): New prototype.
9891 * solib-spu.c: Include solib-spu.h.
9892 (_initialize_spu_solib): New prototype.
9893 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9894 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9895 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9896 (tic6x_software_single_step): Make it static.
9897 (_initialize_tic6x_tdep): New prototype.
9898
9899 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9900
9901 Fix -Wmissing-prototypes build.
9902 * cris-tdep.c (cris_can_use_hardware_watchpoint)
9903 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9904
9905 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9906
9907 Fix -Wmissing-prototypes build.
9908 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9909 (frv_have_stopped_data_address): Remove.
9910
9911 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9912
9913 Fix -Wmissing-prototypes build.
9914 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9915 * sh-tdep.c: Include sh64-tdep.h.
9916 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9917 * sh64-tdep.c: Include sh64-tdep.h.
9918 * sh64-tdep.h: New file.
9919
9920 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9921
9922 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9923
9924 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9925
9926 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9927 sp_regnum once the gdbarch_init_osabi hook has been called.
9928
9929 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9930
9931 * mips-tdep.c (mips32_bc1_pc): New function.
9932 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9933 BPOSGE32 and BPOSGE64 instructions.
9934 (deal_with_atomic_sequence): Likewise.
9935 (mips32_instruction_has_delay_slot): Likewise.
9936
9937 2012-03-01 Maciej W. Rozycki <macro@mips.com>
9938 Chris Dearman <chris@mips.com>
9939 Maciej W. Rozycki <macro@codesourcery.com>
9940 Joseph Myers <joseph@codesourcery.com>
9941
9942 * features/mips-dsp.xml: New file.
9943 * features/mips64-dsp.xml: New file.
9944 * features/mips-dsp-linux.xml: New file.
9945 * features/mips64-dsp-linux.xml: New file.
9946 * features/Makefile (WHICH): Add mips-dsp-linux and
9947 mips64-dsp-linux.
9948 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9949 * features/mips-dsp-linux.c: New file.
9950 * features/mips64-dsp-linux.c: New file.
9951 * regformats/mips-dsp-linux.dat: New file.
9952 * regformats/mips64-dsp-linux.dat: New file.
9953 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9954 registers.
9955 (mips64_linux_register_addr): Likewise.
9956 (mips64_linux_regsets_fetch_registers): Likewise.
9957 (mips64_linux_regsets_store_registers): Likewise.
9958 (mips64_linux_fetch_registers): Update call to
9959 mips64_linux_regsets_fetch_registers.
9960 (mips64_linux_store_registers): Update call to
9961 mips64_linux_regsets_store_registers.
9962 (mips_linux_read_description): Probe for DSP registers.
9963 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9964 and initialize_tdesc_mips64_dsp_linux.
9965 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9966 Remove padding of no longer used embedded register slots.
9967 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9968 (MIPS_RESTART_REGNUM): Redefine enum value.
9969 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9970 strings.
9971 (mips_tx39_reg_names): Likewise.
9972 (mips_linux_reg_names): New array of register names for Linux
9973 targets.
9974 (mips_register_name): Check for a null pointer in
9975 mips_processor_reg_names and return an empty string.
9976 (mips_register_type): Exclude embedded registers for the IRIX
9977 and Linux ABIs.
9978 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
9979 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
9980 DSP registers.
9981 (mips_stab_reg_to_regnum): Handle DSP accumulators.
9982 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9983 (mips_gdbarch_init): Likewise. Initialize internal register
9984 indices for the Linux ABI. Use dynamic numbers to refer to
9985 registers, as applicable, while parsing the target description.
9986 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9987
9988 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9989
9990 * frame.h (read_frame_register_unsigned): Fix typo in function
9991 description.
9992
9993 2012-03-01 Pedro Alves <palves@redhat.com>
9994
9995 * jit-reader.in [!__cplusplus]
9996 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9997
9998 2012-03-01 Pedro Alves <palves@redhat.com>
9999
10000 * configure.ac (build_warnings): Add -Wmissing-prototypes.
10001 * configure: Regenerate.
10002
10003 2012-03-01 Pedro Alves <palves@redhat.com>
10004
10005 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
10006 * breakpoint.c (create_exception_master_breakpoint, trace_command)
10007 (ftrace_command, strace_command): Make static.
10008 * d-lang.c (_initialize_d_language): Declare.
10009 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
10010 * dwarf2loc.c (_initialize_dwarf2loc):
10011 * dwarf2read.c (process_psymtab_comp_unit): Make static.
10012 * exec.c (exec_get_section_table): Make static.
10013 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
10014 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
10015 * inferior.c (remove_inferior_command, add_inferior_command)
10016 (clone_inferior_command): Make static.
10017 * linux-nat.c (linux_nat_thread_address_space)
10018 (linux_nat_core_of_thread): Make static.
10019 * linux-tdep.c (_initialize_linux_tdep): Declare.
10020 * objc-lang.c (_initialize_objc_lang): Declare.
10021 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
10022 Make static.
10023 (_initialize_opencl_language): Declare.
10024 * record.c (_initialize_record): Declare.
10025 * remote.c (demand_private_info, remote_get_tib_address)
10026 (remote_supports_cond_tracepoints)
10027 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
10028 Make static.
10029 * skip.c (_initialize_step_skip): Declare.
10030 * symtab.c (skip_prologue_using_lineinfo): Make static.
10031 * tracepoint.c (delete_trace_state_variable)
10032 (trace_variable_command, delete_trace_variable_command)
10033 (get_uploaded_tsv, find_matching_tracepoint_location)
10034 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10035 Make static.
10036 * value.c (pack_unsigned_long): Make static.
10037 * varobj.c (varobj_ensure_python_env): Make static.
10038 * windows-tdep.c (_initialize_windows_tdep): Declare.
10039 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10040
10041 2012-03-01 Pedro Alves <palves@redhat.com>
10042
10043 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
10044 gdbarch parameter.
10045 (linux_init_abi): Install it as has_shared_address_space gdbarch
10046 callback.
10047
10048 2012-03-01 Pedro Alves <palves@redhat.com>
10049
10050 * observer.c (observer_test_first_notification_function)
10051 (observer_test_second_notification_function)
10052 (observer_test_third_notification_function): Add declarations.
10053
10054 2012-03-01 Pedro Alves <palves@redhat.com>
10055
10056 * common/signals.c (default_target_signal_to_host)
10057 (default_target_signal_from_host): Move ...
10058 * arch-utils.c: ... here.
10059 * arch-utils.h (default_target_signal_to_host)
10060 (default_target_signal_from_host): Declare.
10061
10062 * common/signals.c (target_signal_from_command): Move ...
10063 * infrun.c: ... here.
10064 * inferior.h (target_signal_from_command): Declare.
10065 * target.h (target_signal_from_command)
10066 (default_target_signal_from_host, default_target_signal_to_host):
10067 Delete declarations.
10068
10069 * common/signals.c (_initialize_signals): Delete.
10070
10071 2012-03-01 Pedro Alves <palves@redhat.com>
10072
10073 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10074 both __cplusplus and !__cplusplus.
10075
10076 2012-03-01 Pedro Alves <palves@redhat.com>
10077
10078 * psymtab.c (find_and_open_source): Delete declaration.
10079 * source.c (find_and_open_source): Move comment ...
10080 * source.h (find_and_open_source): ... to this new declaration.
10081
10082 2012-03-01 Pedro Alves <palves@redhat.com>
10083
10084 * inline-frame.c: Include inline-frame.h.
10085
10086 2012-03-01 Pedro Alves <palves@redhat.com>
10087
10088 * tui/tui-data.c (set_gen_win_origin): Delete.
10089 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10090 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10091
10092 2012-03-01 Pedro Alves <palves@redhat.com>
10093
10094 * remote.c (encode_actions): Delete declaration.
10095 * tracepoint.c (encode_actions): Make extern.
10096 * tracepoint.h (encode_actions): Declare.
10097
10098 2012-03-01 Pedro Alves <palves@redhat.com>
10099
10100 * python/py-breakpoint.c: Include python.h.
10101 * python/py-continueevent.c (create_continue_event_object): Make
10102 static.
10103 * python/py-lazy-string.c (stpy_get_type): Make static.
10104 * python/py-newobjfileevent.c (create_new_objfile_event_object):
10105 Make static.
10106 * python/py-utils.c (unicode_to_target_python_string): Make
10107 static.
10108 * python/py-value.c: Include python.h.
10109
10110 2012-03-01 Pedro Alves <palves@redhat.com>
10111
10112 * inferior.c (delete_threads_of_inferior): Delete.
10113
10114 2012-03-01 Pedro Alves <palves@redhat.com>
10115
10116 Import fallback definitions from glibc.
10117
10118 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10119 ps_prochandle): Forward declare.
10120 (ps_err_e): Use glibc's comments.
10121 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10122 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10123 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10124 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10125 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10126 (struct ps_prochandle): Adjust comment.
10127
10128 2012-03-01 Pedro Alves <palves@redhat.com>
10129
10130 * ada-lang.c (ada_modulus_from_name): Delete.
10131 * ada-lex.l (lexer_init): Make static.
10132
10133 2012-03-01 Pedro Alves <palves@redhat.com>
10134
10135 PR gdb/13767
10136
10137 * frame.c (read_frame_register_unsigned): New.
10138 * frame.h (read_frame_register_unsigned): Declare.
10139 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10140 Handle it.
10141 (print_i387_control_word): New parameter `control_p'. Handle it.
10142 (i387_print_float_info): Handle unavailable float registers.
10143
10144 2012-03-01 Keith Seitz <keiths@redhat.com>
10145
10146 * linespec.c (decode_line_2): Sort the list of methods
10147 alphabetically before presenting the user with a selection
10148 menu.
10149
10150 2012-03-01 Doug Evans <dje@google.com>
10151
10152 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10153 has_namespace_info.
10154 (dwarf2_read_abbrevs): Remove corresponding initialization.
10155
10156 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
10157
10158 * NEWS: Mention new python command class gdb.COMMAND_USER.
10159 * cli/cli-cmds.c (show_user): Print error when used on a python
10160 command.
10161 (init_cli_cmds): Update documentation strings for "show user" and
10162 "set/show max-user-call-depth" to clarify that it does not apply to
10163 python commands.
10164 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10165 error check.
10166 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10167 gdb python api.
10168 * top.c (execute_command): Only execute a user-defined command as a
10169 legacy macro if c->user_commands is set.
10170
10171 2012-03-01 Tom Tromey <tromey@redhat.com>
10172
10173 * valprint.h (struct generic_val_print_decorations): New.
10174 (generic_val_print): Declare.
10175 * valprint.c (generic_val_print): New function.
10176 * p-valprint.c (p_decorations): New global.
10177 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
10178 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
10179 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
10180 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
10181 * m2-valprint.c (m2_decorations): New global.
10182 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
10183 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
10184 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
10185 TYPE_CODE_ERROR>: Call generic_val_print.
10186 * f-valprint.c (f_decorations): New global.
10187 (f_val_print): Use print_function_pointer_address.
10188 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10189 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10190 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10191 generic_val_print.
10192 * c-valprint.c (c_decorations): New global.
10193 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10194 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10195 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10196 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10197 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10198 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10199 case.
10200
10201 2012-03-01 Tom Tromey <tromey@redhat.com>
10202
10203 * valprint.c (val_print): Update.
10204 * p-valprint (pascal_val_print): Return void.
10205 * p-lang.h (pascal_val_print): Return void.
10206 * m2-valprint.c (m2_val_print): Return void.
10207 * m2-lang.h (m2_val_print): Return void.
10208 * language.h (struct language_defn) <la_val_print>: Return void.
10209 * language.c (unk_lang_val_print): Return void.
10210 * jv-valprint.c (java_val_print): Return void.
10211 * jv-lang.h (java_val_print): Return void.
10212 * f-valprint.c (f_val_print): Return void.
10213 * f-lang.h (f_val_print): Return void.
10214 * d-valprint.c (d_val_print): Return void.
10215 (dynamic_array_type): Update.
10216 * d-lang.h (d_val_print): Return void.
10217 * c-valprint.c (c_val_print): Return void.
10218 * c-lang.h (c_val_print): Return void.
10219 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10220 void.
10221 * ada-lang.h (ada_val_print): Return void.
10222
10223 2012-03-01 Tom Tromey <tromey@redhat.com>
10224
10225 * value.h (val_print): Return void.
10226 * valprint.c (val_print): Return void.
10227
10228 2012-03-01 Tom Tromey <tromey@redhat.com>
10229
10230 * value.h (common_val_print): Return void.
10231 * valprint.c (common_val_print): Return void.
10232
10233 2012-03-01 Tom Tromey <tromey@redhat.com>
10234
10235 * value.h (value_print): Return void.
10236 * valprint.c (value_print): Return void.
10237 * p-valprint.c (pascal_value_print): Return void.
10238 * p-lang.h (pascal_value_print): Return void.
10239 * language.h (struct language_defn) <la_value_print>: Return
10240 void.
10241 * language.c (unk_lang_value_print): Return void.
10242 * jv-valprint.c (java_value_print): Return void.
10243 * jv-lang.h (java_value_print): Return void.
10244 * f-valprint.c (c_value_print): Don't declare.
10245 Include c-lang.h.
10246 * c-valprint.c (c_value_print): Return void.
10247 * c-lang.h (c_value_print): Return void.
10248 * ada-valprint.c (ada_value_print): Return void.
10249 * ada-lang.h (ada_value_print): Return void.
10250
10251 2012-03-01 Tom Tromey <tromey@redhat.com>
10252
10253 * value.c (value_primitive_field): Handle virtual base classes.
10254
10255 2012-03-01 Tom Tromey <tromey@redhat.com>
10256
10257 * gdbtypes.h (struct vbase): Remove.
10258
10259 2012-03-01 Tom Tromey <tromey@redhat.com>
10260
10261 * c-valprint.c (print_function_pointer_address): Move...
10262 * valprint.c: ... here. Make non-static.
10263 * m2-valprint.c (print_function_pointer_address): Remove.
10264 * valprint.h (print_function_pointer_address): Declare.
10265
10266 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10267
10268 * NEWS: Document the fact that one can provide a condition when
10269 creating an Ada exception catchpoint.
10270
10271 2012-03-01 Tom Tromey <tromey@redhat.com>
10272
10273 * valprint.c (val_print_type_code_flags): Fix placement of
10274 trailing brace.
10275
10276 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10277
10278 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
10279 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
10280 environment variable before calling update-copyright.
10281
10282 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10283
10284 * gnulib/extra/update-copyright: Update to the latest from
10285 gnulib's git repository.
10286 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
10287 variable to 2 instead of 1.
10288
10289 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10290
10291 * varobj.c (c_value_of_variable): Remove dead code.
10292
10293 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10294
10295 * ada-lex.p (processId): Do not modify already encoded IDs.
10296 Update function documentation.
10297
10298 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10299
10300 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
10301 "name" with "struct symbol *name_sym".
10302 * ada-exp.y (write_var_or_type): Update call to
10303 ada_find_renaming_symbol.
10304 "name" with "struct symbol *name_sym". Adjust Implementation
10305 accordingly. Adjust the function documentation.
10306
10307 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10308
10309 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
10310 * ada-lang.c (ada_find_any_type): Add advance declaration.
10311 Make static. Replace ada_find_any_symbol by
10312 ada_find_any_type_symbol.
10313 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
10314 Improve function description. Make static.
10315 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
10316 Replace ada_find_any_symbol by ada_find_any_type_symbol.
10317
10318 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10319
10320 * ada-lang.c (struct tag_args): Delete.
10321 (ada_get_tsd_type): Function body moved up in source file.
10322 (ada_tag_name_1, ada_tag_name_2): Delete.
10323 (ada_get_tsd_from_tag): New function.
10324 (ada_tag_name_from_tsd): New function.
10325 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
10326 to determine the tag name.
10327
10328 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10329
10330 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
10331 declaration.
10332 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
10333 function.
10334
10335 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10336
10337 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
10338
10339 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10340
10341 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
10342 full searches.
10343
10344 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10345
10346 * ada-lang.c (constrained_packed_array_type): If there is a
10347 parallel XA type, use it to determine the array index type.
10348
10349 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10350
10351 * ada-valprint.c (ada_val_print_1): If our value is a reference
10352 to an array descriptor, dereference it before converting it
10353 to a simple array.
10354
10355 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10356
10357 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
10358 creating fixed value.
10359 (ada_value_ind, ada_coerce_ref, assign_component)
10360 (ada_evaluate_subexp): Remove call to unwrap_value before
10361 call to ada_to_fixed_value.
10362
10363 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10364
10365 * ada-lang.c (to_fixed_array_type): Set result's type name.
10366
10367 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10368
10369 * ada-lang.c (catch_ada_exception_command_split): Add new
10370 argument cond_string. Add support for condition at end of
10371 "catch exception" commands.
10372 (ada_decode_exception_location): Add new argument cond_string.
10373 Update call to catch_ada_exception_command_split.
10374 (create_ada_exception_catchpoint): Add new argument cond_string.
10375 Set the breakpoint condition if needed.
10376 (catch_ada_exception_command): Update call to
10377 ada_decode_exception_location.
10378 (ada_decode_assert_location): Add function documentation.
10379 Add support for condition at end of "catch assert" command.
10380 (catch_assert_command): Update calls to ada_decode_assert_location
10381 and create_ada_exception_catchpoint.
10382
10383 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10384
10385 Fix disp-step-syscall.exp: fork: single step over fork.
10386 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
10387 (i386_linux_get_syscall_number_from_regcache): ... here, new function
10388 comment, change parameters gdbarch and ptid to regcache. Remove
10389 parameter regcache, initialize gdbarch from regcache here.
10390 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
10391 New functions.
10392 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
10393 instead.
10394 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
10395 'syscall'. Make the 'int' check more strict.
10396
10397 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10398
10399 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
10400 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
10401 (i386_linux_intx80_sysenter_syscall_record): ... here.
10402 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
10403 Use the renamed function name.
10404
10405 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10406
10407 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
10408 * breakpoint.c (until_break_command): Likewise.
10409 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
10410 * infcall.c (call_function_by_hand): Likewise.
10411 * infcmd.c (finish_forward): Likewise.
10412 * infrun.c (insert_exception_resume_breakpoint): Likewise.
10413
10414 2012-02-28 Tristan Gingold <gingold@adacore.com>
10415
10416 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
10417 avoid variable assignments inside condition.
10418
10419 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10420
10421 Fix static analysis issue found by cppcheck.
10422 * microblaze-tdep.c (microblaze_extract_return_value): Fix
10423 uninitialized BUF for size 2.
10424
10425 2012-02-27 Chris Dearman <chris@mips.com>
10426 Nathan Froyd <froydnj@codesourcery.com>
10427 Maciej W. Rozycki <macro@codesourcery.com>
10428
10429 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
10430 (mips16_instruction_has_delay_slot): Likewise.
10431 (mips_segment_boundary): Likewise.
10432 (mips_adjust_breakpoint_address): Likewise.
10433 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
10434
10435 2012-02-27 Maciej W. Rozycki <macro@mips.com>
10436 Maciej W. Rozycki <macro@codesourcery.com>
10437
10438 * infrun.c (handle_inferior_event): Don't proceed through
10439 shared library trampolines if stepping at the machine
10440 instruction level.
10441
10442 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
10443
10444 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
10445 too.
10446
10447 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
10448
10449 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
10450 (sh_stub_unwind_sniffer): New functions.
10451 (sh_stub_unwind): New variable.
10452 (sh_gdbarch_init): Wire everything.
10453
10454 2012-02-27 Pedro Alves <palves@redhat.com>
10455
10456 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
10457 (linux_nat_post_attach_wait): Adjust to use
10458 linux_proc_pid_is_stopped.
10459 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
10460 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
10461 based on pid_is_stopped from both linux-nat.c and
10462 gdbserver/linux-low.c, and renamed.
10463
10464 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10465
10466 * remote.c (remote_watchpoint_addr_within_range): New function.
10467 (init_remote_ops): Use it.
10468
10469 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10470
10471 * target.h (target_watchpoint_addr_within_range): Document macro.
10472
10473 2012-02-24 Pedro Alves <palves@redhat.com>
10474
10475 * stack.c (set_last_displayed_sal): Issue internal_error instead
10476 of warning, and issue it after clearing the last displayed sal.
10477
10478 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10479 Pedro Alves <palves@redhat.com>
10480
10481 * breakpoint.c (until_break_command): Install breakpoints after
10482 all frame manipulations.
10483
10484 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10485
10486 * remote.c (remote_supports_cond_breakpoints): New forward
10487 declaration.
10488 (remote_add_target_side_condition): New function.
10489 (remote_insert_breakpoint): Add target-side breakpoint
10490 conditional if supported.
10491 (remote_insert_hw_breakpoint): Likewise.
10492 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
10493 hook.
10494
10495 * target.c (update_current_target): Inherit
10496 to_supports_evaluation_of_breakpoint_conditions.
10497 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
10498
10499 * target.h (struct target_ops)
10500 <to_supports_evaluation_of_breakpoint_conditions>: New field.
10501 (target_supports_evaluation_of_breakpoint_conditions): New #define.
10502
10503 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
10504 (condition_evaluation_both, condition_evaluation_auto,
10505 condition_evaluation_host, condition_evaluation_target,
10506 condition_evaluation_enums, condition_evaluation_mode_1,
10507 condition_evaluation_mode): New static globals.
10508 (translate_condition_evaluation_mode): New function.
10509 (breakpoint_condition_evaluation_mode): New function.
10510 (gdb_evaluates_breakpoint_condition_p): New function.
10511 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
10512 (mark_breakpoint_modified): New function.
10513 (mark_breakpoint_location_modified): New function.
10514 (set_condition_evaluation_mode): New function.
10515 (show_condition_evaluation_mode): New function.
10516 (bp_location_compare_addrs): New function.
10517 (get_first_location_gte_addr): New helper function.
10518 (set_breakpoint_condition): Free condition bytecode if locations
10519 has become unconditional. Call mark_breakpoint_modified (...).
10520 (condition_command): Call update_global_location_list (1) for
10521 breakpoints.
10522 (breakpoint_xfer_memory): Use is_breakpoint (...).
10523 (is_breakpoint): New function.
10524 (parse_cond_to_aexpr): New function.
10525 (build_target_condition_list): New function.
10526 (insert_bp_location): Handle target-side conditional
10527 breakpoints and call build_target_condition_list (...).
10528 (update_inserted_breakpoint_locations): New function.
10529 (insert_breakpoint_locations): Handle target-side conditional
10530 breakpoints.
10531 (bpstat_check_breakpoint_conditions): Add comment.
10532 (bp_condition_evaluator): New function.
10533 (bp_location_condition_evaluator): New function.
10534 (print_breakpoint_location): Print information on where the condition
10535 will be evaluated.
10536 (print_one_breakpoint_location): Likewise.
10537 (init_bp_location): Call mark_breakpoint_location_modified (...) for
10538 breakpoint location.
10539 (force_breakpoint_reinsertion): New functions.
10540 (update_global_location_list): Handle target-side breakpoint
10541 conditions.
10542 Reinsert locations that are already inserted if conditions have
10543 changed.
10544 (bp_location_dtor): Free agent expression bytecode.
10545 (disable_breakpoint): Call mark_breakpoint_modified (...).
10546 Call update_global_location_list (...) with parameter 1 for breakpoints.
10547 (disable_command): Call mark_breakpoint_location_modified (...).
10548 Call update_global_location_list (...) with parameter 1 for breakpoints.
10549 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
10550 (enable_command): mark_breakpoint_location_modified (...).
10551 (_initialize_breakpoint): Update documentation and add
10552 condition-evaluation breakpoint subcommand.
10553
10554 * breakpoint.h: Include ax.h.
10555 (condition_list): New data structure.
10556 (condition_status): New enum.
10557 (bp_target_info) <cond_list>: New field.
10558 (bp_location) <condition_changed, cond_bytecode>: New fields.
10559 (is_breakpoint): New prototype.
10560
10561 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10562
10563 * remote.c (remote_state) <cond_breakpoints>: New field.
10564 (PACKET_ConditionalBreakpoints): New enum.
10565 (remote_cond_breakpoint_feature): New function.
10566 (remote_protocol_features): Add new ConditionalBreakpoints entry.
10567 (remote_supports_cond_breakpoints): New function.
10568 (_initialize_remote): Add new packet configuration for
10569 target-side conditional breakpoints.
10570
10571 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10572
10573 * NEWS: Mention target-side conditional breakpoint support,
10574 new condition-evaluation breakpoint subcommand and remote
10575 packet extensions.
10576
10577 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10578
10579 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
10580 number.
10581
10582 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
10583
10584 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
10585 (after_prologue): Remove.
10586
10587 2012-02-23 Tom Tromey <tromey@redhat.com>
10588
10589 * jv-valprint.c (java_val_print): Remove dead code.
10590
10591 2012-02-23 Tristan Gingold <gingold@adacore.com>
10592
10593 * ada-tasks.c (struct ada_tasks_inferior_data): Add
10594 known_tasks_element and known_tasks_length fields.
10595 (read_known_tasks_array): Change argument type. Use pointer type
10596 and number of elements from DATA. Adjust.
10597 (read_known_tasks_list): Likewise.
10598 (get_known_tasks_addr): Remove.
10599 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
10600 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
10601 type and array length. Merge former get_known_tasks_addr code.
10602
10603 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10604
10605 PR backtrace/13716
10606 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
10607 it after set_momentary_breakpoint.
10608
10609 2012-02-22 Sterling Augustine <saugustine@google.com>
10610
10611 PR 13689:
10612 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
10613
10614 2012-02-22 Gary Benson <gbenson@redhat.com>
10615
10616 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10617 (find_slot_in_mapped_hash): Likewise.
10618
10619 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10620
10621 PR build/13638
10622 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10623 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10624 * configure: Regenerate.
10625
10626 2012-02-21 Tristan Gingold <gingold@adacore.com>
10627 Pedro Alves <palves@redhat.com>
10628
10629 * ia64-tdep.c: Do not include libunwind-ia64.h.
10630 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10631 Include libunwind-ia64.h instead of libunwind.h.
10632 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10633 for libunwind.h existence.
10634 * configure, config.in: Regenerate.
10635
10636 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10637
10638 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10639 instead of value_rtti_target_type.
10640 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10641 instead of value_rtti_target_type.
10642 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10643 value_rtti_target_type.
10644 * valops.c (value_ind): Extract function readjust_indirect_value_type.
10645 (value_rtti_target_type): Rename to ...
10646 (value_rtti_indirect_type): ... here and make it indirect. Update
10647 function comment.
10648 * value.c (readjust_indirect_value_type): New function.
10649 (coerce_ref): Support for enclosing type setting for references
10650 with readjust_indirect_value_type.
10651 * value.h (readjust_value_type): New declaration.
10652 (value_rtti_target_type): Rename to ...
10653 (value_rtti_indirect_type): ... here.
10654
10655 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10656
10657 * MAINTAINERS (Write After Approval): Add myself to the list.
10658
10659 2012-02-20 Doug Evans <dje@google.com>
10660
10661 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10662 Rename objfile_p_char parameter to objfilep.
10663 (build_objfile_section_table): Result is now void. All callers
10664 updated.
10665 * objfiles.h (struct objfile): Tweak comments, whitespace.
10666 (build_objfile_section_table): Update.
10667
10668 * elfread.c (elf_symfile_segments): Fix warning text.
10669
10670 2012-02-20 Tom Tromey <tromey@redhat.com>
10671
10672 PR gdb/13498:
10673 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10674 particular set of file names once.
10675 (dw2_map_symbol_filenames): Likewise.
10676
10677 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10678
10679 Code cleanup.
10680 * main.c (write_files): Remove the declaration.
10681 (external_editor_command): Move the declaration ...
10682 [GDBTK] (external_editor_command): ... here. Fix the comment.
10683
10684 2012-02-20 Tom Tromey <tromey@redhat.com>
10685
10686 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10687 extraneous block.
10688
10689 2012-02-20 Tristan Gingold <gingold@adacore.com>
10690
10691 * darwin-nat.h (enum darwin_msg_state): Add comments.
10692
10693 2012-02-20 Tristan Gingold <gingold@adacore.com>
10694
10695 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10696 value.
10697
10698 2012-20-18 Joel Brobecker <brobecker@adacore.com>
10699
10700 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10701 between function description and implementation.
10702
10703 2012-02-17 Tom Tromey <tromey@redhat.com>
10704
10705 PR python/12070:
10706 * python/py-event.c (event_object_getset): New global.
10707 (event_object_type): Reference it.
10708 * python/py-type.c (field_object_getset): New global.
10709 (field_object_type): Reference it.
10710 * python/python-internal.h (gdb_py_generic_dict): Declare.
10711 * python/py-utils.c (gdb_py_generic_dict): New function.
10712
10713 2012-02-17 Tristan Gingold <gingold@adacore.com>
10714
10715 * solib-darwin.c (darwin_current_sos): Check magic and filetype
10716
10717 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
10718
10719 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10720 TYPE_CALLING_CONVENTION annotation.
10721
10722 2012-02-16 Kevin Buettner <kevinb@redhat.com>
10723
10724 * MAINTAINERS: Add rx to target ISA section.
10725 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10726 (ALLDEPFILES): Add rx-tdep.c.
10727
10728 2012-02-16 Tom Tromey <tromey@redhat.com>
10729
10730 * symfile.c (symbol_file_add_main_1): Use inferior's
10731 symfile_flags.
10732 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10733 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10734 inferior.
10735 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10736 inferior.
10737 (follow_exec): Use inferior's symfile_flags.
10738 * inferior.h (struct inferior) <symfile_flags>: New field.
10739
10740 2012-02-16 Mike Frysinger <vapier@gentoo.org>
10741
10742 PR gdb/9734:
10743 * remote-sim.c (gdbsim_create_inferior): Call error() when
10744 sim_create_inferior() fails.
10745
10746 2012-02-16 Josh Matthews <josh@joshmatthews.net>
10747
10748 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10749
10750 2012-02-16 Tom Tromey <tromey@redhat.com>
10751
10752 PR c++/13653:
10753 * thread.c (struct current_thread_cleanup) <was_removable>: New
10754 field.
10755 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10756 (make_cleanup_restore_current_thread): Initialize new field.
10757
10758 2012-02-15 Kevin Buettner <kevinb@redhat.com>
10759
10760 * MAINTAINERS: Add rl78 to target ISA section.
10761 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10762 (ALLDEPFILES): Add rl78-tdep.c.
10763 * NEWS: Mention rl78 as a new target.
10764
10765 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
10766
10767 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10768 data.
10769 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10770
10771 2012-02-15 Tom Tromey <tromey@redhat.com>
10772
10773 PR gdb/12659:
10774 * infcmd.c (registers_info): Print just the current register's
10775 name.
10776
10777 2012-02-15 Tom Tromey <tromey@redhat.com>
10778
10779 * python/py-symbol.c (sympy_value): Use _().
10780
10781 2012-02-15 Pedro Alves <palves@redhat.com>
10782
10783 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10784 output to be like native targets'.
10785 (remote_pid_to_str): Special case the null ptid.
10786
10787 2012-02-14 Stan Shebs <stan@codesourcery.com>
10788
10789 * NEWS: Mention enable count command.
10790 * breakpoint.h (struct breakpoint): New field enable_count.
10791 * breakpoint.c (enable_breakpoint_disp): Add count argument.
10792 (enable_breakpoint): Add arg to call.
10793 (struct disp_data): New struct.
10794 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10795 (do_map_enable_once_breakpoint): Create a struct and pass it.
10796 (do_map_enable_delete_breakpoint): Ditto.
10797 (do_map_enable_count_breakpoint): New function.
10798 (enable_count_command): New function.
10799 (bpstat_stop_status): Decrement enable_count.
10800 (print_one_breakpoint_location): Report enable count.
10801 (_initialize_breakpoint): Add enable count command.
10802
10803 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10804
10805 * rl78-tdep.c (reggroups.h): Include.
10806 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10807 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10808 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10809 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10810 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10811 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10812 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10813 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10814 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10815 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10816 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10817 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10818 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10819 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10820 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10821 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10822 beginning of register list.
10823 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10824 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10825 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10826 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10827 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10828 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10829 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10830 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10831 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10832 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10833 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10834 the pseudo registers. Rearrange other pseudo registers too so
10835 that the bank registers appear at the end.
10836 (rl78_register_type): Account for the fact that the byte sized
10837 bank registers are now pseudo-registers.
10838 (rl78_register_name): Rearrange the register name array. Make
10839 initial set of raw banked registers inaccessible.
10840 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10841 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10842 case for copying bytes back and forth between raw and pseudo
10843 versions of the banked registers. Update other cases to reflect
10844 the changed names.
10845 (rl78_return_value): Update to account for changed names of
10846 raw registers.
10847 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10848 rl78_register_sim_regno().
10849
10850 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10851
10852 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10853 the name parameter being passed to find_pc_partial_function().
10854
10855 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10856
10857 * MAINTAINERS: Step down from being ia64 target maintainer.
10858
10859 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10860
10861 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10862 compilation warning.
10863
10864 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10865
10866 Fix crash on loaded shlibs without loaded exec_bfd.
10867 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10868 (set_section_command): Replace exec_bfd by p->bfd.
10869
10870 2012-02-10 Tom Tromey <tromey@redhat.com>
10871
10872 * linespec.c (decode_line_internal): Skip symtabs_from_filename
10873 when we have a C++ qualified name.
10874
10875 2012-02-10 Pedro Alves <palves@redhat.com>
10876
10877 * inferior.c (inferior_pid_to_str): New.
10878 (print_inferior, inferior_command): Use it.
10879
10880 2012-02-10 Pedro Alves <palves@redhat.com>
10881
10882 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10883 the test CFLAGS.
10884 * configure: Regenerate.
10885
10886 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10887
10888 * linespec.c (decode_line_internal): Fix comment correctness.
10889
10890 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
10891
10892 PR gdb/12953
10893 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10894 * amd64bsd-nat.c: Add support for debug registers (adapted from
10895 i386bsd-nat.c).
10896 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10897 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10898 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10899 (amd64bsd_dr_get_control): New functions.
10900 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10901 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10902 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10903 watchpoints initialization.
10904 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10905
10906 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10907
10908 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10909 flds_bnds.fields.
10910 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10911
10912 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10913
10914 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
10915
10916 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10917
10918 * language.h (symbol_name_cmp_ftype): Renames
10919 symbol_name_match_p_ftype.
10920 (struct language_defn)[la_get_symbol_name_cmp]: Renames
10921 la_get_symbol_name_match_p.
10922 * ada-lang.c (ada_get_symbol_name_cmp): Renames
10923 ada_get_symbol_name_match_p. Update comment.
10924 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10925 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10926 Renames symbol_name_match_p. Update field type.
10927 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10928 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10929 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10930 "la_get_symbol_name_cmp" in comments.
10931 * language.c: Likewise.
10932
10933 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10934
10935 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10936 %eflags offset.
10937 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10938 (amd64_sol2_gregset32_reg_offs): Likewise.
10939
10940 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10941
10942 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10943 of the returned BFD is allocated by GDB.
10944
10945 2012-02-07 Tom Tromey <tromey@redhat.com>
10946
10947 PR python/12027:
10948 * python/python-internal.h (frame_object_type): Declare.
10949 * python/py-symbol.c (sympy_needs_frame): New function.
10950 (sympy_value): New function.
10951 (symbol_object_getset): Add "needs_frame".
10952 (symbol_object_methods): Add "value".
10953 * python/py-frame.c (frame_object_type): No longer static.
10954
10955 2012-02-07 Tom Tromey <tromey@redhat.com>
10956
10957 PR python/13599:
10958 * python/py-symbol.c (sympy_line): New function.
10959 (symbol_object_getset): Add "line".
10960
10961 2012-02-07 Tom Tromey <tromey@redhat.com>
10962
10963 * charset.c (find_charset_names): Check 'in' against NULL.
10964
10965 2012-02-06 Doug Evans <dje@google.com>
10966
10967 * gdbtypes.h (struct main_type): Change type of name,tag_name,
10968 and fields.name members from char * to const char *. All uses updated.
10969 (struct cplus_struct_type): Change type of fn_fieldlists.name member
10970 from char * to const char *. All uses updated.
10971 (type_name_no_tag): Update.
10972 (lookup_unsigned_typename, lookup_signed_typename): Update.
10973 * gdbtypes.c (type_name_no_tag): Change result type
10974 from char * to const char *. All callers updated.
10975 (lookup_unsigned_typename, lookup_signed_typename): Change type of
10976 name parameter from char * to const char *.
10977 * symtab.h (struct cplus_specific): Change type of demangled_name
10978 member from char * to const char *. All uses updated.
10979 (struct general_symbol_info): Change type of name and
10980 mangled_lang.demangled_name members from char * to const char *.
10981 All uses updated.
10982 (symbol_get_demangled_name, symbol_natural_name): Update.
10983 (symbol_demangled_name, symbol_search_name): Update.
10984 * symtab.c (symbol_get_demangled_name): Change result type
10985 from char * to const char *. All callers updated.
10986 (symbol_natural_name, symbol_demangled_name): Ditto.
10987 (symbol_search_name): Ditto.
10988 (completion_list_add_name): Change type of symname,sym_text,
10989 text,word parameters from char * to const char *.
10990 (completion_list_objc_symbol): Change type of sym_text,
10991 text,word parameters from char * to const char *.
10992 * ada-lang.c (find_struct_field): Change type of name parameter
10993 from char * to const char *.
10994 (encoded_ordered_before): Similarly for N0,N1 parameters.
10995 (old_renaming_is_invisible): Similarly for function_name parameter.
10996 (ada_type_name): Change result type from char * to const char *.
10997 All callers updated.
10998 * ada-lang.h (ada_type_name): Update.
10999 * buildsym.c (hashname): Change type of name parameter
11000 from char * to const char *.
11001 * buildsym.h (hashname): Update.
11002 * dbxread.c (end_psymtab): Change type of include_list parameter
11003 from char ** to const char **.
11004 * dwarf2read.c (determine_prefix): Change result type
11005 from char * to const char *. All callers updated.
11006 * f-lang.c (find_common_for_function): Change type of name, funcname
11007 parameters from char * to const char *.
11008 * f-lang.c (find_common_for_function): Update.
11009 * f-valprint.c (list_all_visible_commons): Change type of funcname
11010 parameters from char * to const char *.
11011 * gdbarch.sh (static_transform_name): Change type of name parameter
11012 and result from char * to const char *.
11013 * gdbarch.c: Regenerate.
11014 * gdbarch.h: Regenerate.
11015 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
11016 of name parameter from char * to const char *.
11017 * jv-lang.c (java_primitive_type_from_name): Ditto.
11018 (java_demangled_signature_length): Similarly for signature parameter.
11019 (java_demangled_signature_copy): Ditto.
11020 (java_demangle_type_signature): Ditto.
11021 * jv-lang.h (java_primitive_type_from_name): Update.
11022 (java_demangle_type_signature): Update.
11023 * objc-lang.c (specialcmp): Change type of a,b parameters
11024 from char * to const char *.
11025 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
11026 from char * to const char *. All callers updated.
11027 * p-lang.h (is_pascal_string_type): Update.
11028 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
11029 of name parameter from char * to const char *.
11030 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11031 * utils.c (fprintf_symbol_filtered): Ditto.
11032 * defs.h (fprintf_symbol_filtered): Update.
11033 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11034 * stabsread.h (end_psymtab): Update.
11035 * stack.c (find_frame_funname): Change type of funname parameter
11036 from char ** to const char **.
11037 * stack.h (find_frame_funname): Update.
11038 * typeprint.c (type_print): Change type of varstring parameter
11039 from char * to const char *.
11040 * value.h (type_print): Update.
11041 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11042 from char * to const char *. All callers updated.
11043 (xcoff_end_psymtab): Change type of include_list parameter
11044 from char ** to const char **. All callers updated.
11045 (swap_sym): Similarly for name parameter. All callers updated.
11046 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11047 Use xstrdup.
11048 (process_coff_symbol): Use xstrdup.
11049 * stabsread.c (stabs_method_name_from_physname): Renamed from
11050 update_method_name_from_physname. Change result type from void
11051 to char *. All callers updated.
11052 (read_member_functions): In has_destructor case, store name in objfile
11053 obstack instead of malloc space. In !has_stub case, fix mem leak.
11054
11055 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
11056
11057 * configure: Rebuild.
11058 * configure.ac: Put -L../bfd and -L../libiberty at the front of
11059 LDFLAGS.
11060
11061 2012-02-03 Kevin Buettner <kevinb@redhat.com>
11062
11063 * configure.tgt (rl78-*-elf): New target.
11064 * rl78-tdep.c: New file.
11065
11066 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11067
11068 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11069 and continue the loop. Add QUIT statement.
11070
11071 2012-02-03 Tom Tromey <tromey@redhat.com>
11072
11073 PR gdb/13596:
11074 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11075 bfd_lookup_symbol_from_symtab.
11076 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11077 gdb_bfd_lookup_symbol_from_symtab.
11078
11079 2012-02-03 Joel Brobecker <brobecker@adacore.com>
11080
11081 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11082 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11083 symbol. Add assertion that sym2 is never NULL.
11084
11085 2012-02-02 Doug Evans <dje@google.com>
11086
11087 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11088 "name" parameter to const char ** from char **. All callers updated.
11089 (find_pc_partial_function): Ditto.
11090 (cache_pc_function_name): Change type to const char * from char *.
11091 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11092 (find_pc_partial_function): Update.
11093 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11094 type of "name" parameter to const char * from char *.
11095 All uses updated.
11096 * arch-utils.c (generic_in_solib_return_trampoline): Change
11097 type of "name" parameter to const char * from char *.
11098 * arch-utils.h (generic_in_solib_return_trampoline): Update.
11099 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11100 type of "name" parameter to const char * from char *.
11101 * gdbarch.sh (in_solib_return_trampoline): Ditto.
11102 * gdbarch.c: Regenerate.
11103 * gdbarch.h: Regenerate.
11104 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11105 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11106 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11107 type of "name" parameter to const char * from char *.
11108 * skip.c (skip_function_pc): Ditto.
11109 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11110 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11111 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11112 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11113 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11114 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11115 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11116 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11117 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11118
11119 2012-02-02 Pedro Alves <palves@redhat.com>
11120
11121 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11122 the current inferior has no execution. Make sure the current
11123 remote process matches gdb's current inferior.
11124
11125 2012-02-02 Tom Tromey <tromey@redhat.com>
11126
11127 PR gdb/13405:
11128 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11129 read-only memory.
11130
11131 2012-02-02 Tom Tromey <tromey@redhat.com>
11132
11133 PR gdb/9307:
11134 * symtab.c (lookup_language_this): Set block_found.
11135
11136 2012-02-01 Tom Tromey <tromey@redhat.com>
11137
11138 PR gdb/13431:
11139 * jit.c (struct jit_inferior_data): Rewrite.
11140 (struct jit_objfile_data): New.
11141 (get_jit_objfile_data): New function.
11142 (add_objfile_entry): Update.
11143 (jit_read_descriptor): Return int. Replace descriptor_addr
11144 argument with inf_data. Update. Don't call error.
11145 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
11146 descriptor here.
11147 (jit_inferior_init): Don't look up descriptor. Don't call error.
11148 (jit_reset_inferior_data_and_breakpoints)
11149 (jit_inferior_created_observer): Remove.
11150 (jit_inferior_exit_hook): Update.
11151 (jit_executable_changed_observer): Remove.
11152 (jit_event_handler): Update.
11153 (free_objfile_data): Reset inferior data if needed.
11154 (_initialize_jit): Update.
11155
11156 2012-02-01 Tom Tromey <tromey@redhat.com>
11157
11158 * jit.c (bfd_open_from_target_memory): Move higher in file.
11159
11160 2012-02-01 Tristan Gingold <gingold@adacore.com>
11161
11162 * libunwind-frame.c (libunwind_load): Display message if dlopen
11163 failed.
11164
11165 2012-02-01 Gary Benson <gbenson@redhat.com>
11166
11167 * symtab.h (symbol_found_callback_ftype): New typedef.
11168 (iterate_over_symbols): Use the above.
11169 * symtab.c (iterate_over_symbols): Likewise.
11170 * language.h (language_defn->la_iterate_over_symbols): Likewise.
11171 * ada-lang.c (ada_iterate_over_symbols): Likewise.
11172 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
11173 (iterate_name_matcher): Document return values.
11174 (collect_one_symbol): Likewise.
11175 (collect_function_symbols): Likewise.
11176 (collect_symbols): Likewise.
11177
11178 2012-02-01 Tom Tromey <tromey@redhat.com>
11179
11180 * ada-lang.c (resolve_subexp): Update.
11181 (ada_lookup_symbol_list): Add 'full_search' argument.
11182 (ada_iterate_over_symbols): Pass 0 as full_search argument to
11183 ada_lookup_symbol_list.
11184 (ada_lookup_encoded_symbol): Update.
11185 (get_var_value): Update.
11186 * ada-exp.y (block_lookup): Update.
11187 (write_var_or_type): Update.
11188 (write_name_assoc): Update.
11189 * ada-lang.h (ada_lookup_symbol_list): Update.
11190
11191 2012-01-31 Tom Tromey <tromey@redhat.com>
11192
11193 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11194 comment.
11195
11196 2012-01-31 Doug Evans <dje@google.com>
11197
11198 * symtab.h: Remove outdated comment.
11199 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
11200
11201 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
11202
11203 Fix build error in Darwin port.
11204 * i386-darwin-nat.c: Include i386-nat.h.
11205
11206 2012-01-30 Tom Tromey <tromey@redhat.com>
11207
11208 PR breakpoints/13568:
11209 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11210 argument. Check for recursive includes.
11211 (dwarf_decode_macros): Create an include hash.
11212
11213 2012-01-30 Michael Eager <eager@eagercon.com>
11214
11215 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11216 * ppc-linux-tdep.c: Include glibc-tdep.h.
11217 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
11218 (powerpc_linux_in_plt_stub): New function.
11219 (powerpc_linux_in_dynsym_resolve_code): New function.
11220 (ppc_skip_trampoline_code): New function.
11221 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11222 Use glibc_skip_solib_resolver.
11223
11224 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11225
11226 Code cleanup: Make 1440 bytes of data segment read-only.
11227 * arch-utils.c (endian_enum): Make it const char *const [].
11228 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
11229 Likewise.
11230 * breakpoint.c (always_inserted_enums): Likewise.
11231 * cli/cli-cmds.c (script_ext_enums): Likewise.
11232 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
11233 enumlist parameter const char *const *.
11234 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
11235 const char *const *.
11236 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
11237 parameter const char *const *.
11238 * cris-tdep.c (cris_modes): Make it const char *const [].
11239 * filesystem.c (target_file_system_kinds): Likewise.
11240 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
11241 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
11242 (can_use_displaced_stepping_enum, scheduler_enums)
11243 (exec_direction_names): Likewise.
11244 * language.c (_initialize_language): Make the type_or_range_names and
11245 case_sensitive_names variables const char *const [].
11246 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
11247 * python/python.c (python_excp_enums): Likewise.
11248 * remote.c (interrupt_sequence_modes): Likewise.
11249 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
11250 * serial.c (logbase_enums): Likewise.
11251 * sh-tdep.c (sh_cc_enum): Likewise.
11252 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
11253 Likewise.
11254 * symtab.c (multiple_symbols_modes): Likewise.
11255 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
11256 Likewise.
11257 * utils.c (internal_problem_modes): Likewise.
11258
11259 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11260
11261 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
11262 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
11263 result.
11264
11265 2012-01-27 Doug Evans <dje@google.com>
11266
11267 * configure.ac (with_python): Fix absolute path handling for win32.
11268 * configure: Regenerate.
11269
11270 2012-01-26 Doug Evans <dje@google.com>
11271
11272 * symtab.c: Whitespace cleanup, no code changes.
11273
11274 * symtab.c (lookup_symbol_in_language): Improve comment.
11275 (lookup_symbol_aux): Fix comment.
11276
11277 * psymtab.c (add_psymbol_to_list): Result is now "void".
11278 * psympriv.h (add_psymbol_to_list): Update.
11279
11280 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
11281
11282 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11283
11284 Do not open script filenames twice.
11285 * cli/cli-cmds.c (source_script_from_stream): Pass to
11286 source_python_script also STREAM.
11287 * python/py-auto-load.c (source_section_scripts): Pass to
11288 source_python_script_for_objfile also STREAM.
11289 (auto_load_objfile_script): Pass to source_python_script_for_objfile
11290 also INPUT.
11291 * python/python-internal.h (source_python_script_for_objfile): New
11292 parameter file, rename parameter file to filename.
11293 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
11294 instead if !_WIN32. Update the function comment.
11295 (source_python_script, source_python_script_for_objfile)
11296 (source_python_script): New parameter file, rename parameter file to
11297 filename. Pass FILENAME to python_run_simple_file.
11298 * python/python.h (source_python_script): New parameter file, rename
11299 parameter file to filename.
11300
11301 2012-01-26 Pedro Alves <palves@redhat.com>
11302
11303 * corelow.c (core_has_fake_pid): Delete.
11304 (core_close): Delete references to `core_has_fake_pid'.
11305 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
11306 (core_open): Delete references to `core_has_fake_pid'.
11307 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
11308 the removed global.
11309
11310 2012-01-26 Joel Brobecker <brobecker@adacore.com>
11311
11312 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
11313 Remove language parameter from name_matcher. Adjust the comment.
11314 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
11315 Remove language parameter.
11316 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
11317 * linespec.c (iterate_name_matcher): Likewise.
11318 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
11319 name_matcher. Adjust call accordingly.
11320 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
11321 (maintenance_check_symtabs): Adjust type of parameter "fun".
11322 * psymtab.h (maintenance_check_symtabs): Likewise.
11323
11324 2012-01-26 Joel Brobecker <brobecker@adacore.com>
11325
11326 * language.h (symbol_name_match_p_ftype): New typedef.
11327 (struct language_defn): Replace field la_symbol_name_compare
11328 by la_get_symbol_name_match_p.
11329 * ada-lang.c (ada_get_symbol_name_match_p): New function.
11330 (ada_language_defn): Use it.
11331 * linespec.c (struct symbol_matcher_data): New type.
11332 (iterate_name_matcher): Rewrite.
11333 (iterate_over_all_matching_symtabs): Pass a pointer to
11334 a symbol_matcher_data struct to expand_symtabs_matching
11335 instead of just the lookup name.
11336 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11337 opencl-lang.c, p-lang.c, language.c: Delete field
11338 la_symbol_name_compare, and replace by NULL for new field
11339 la_get_symbol_name_match_p.
11340 * symfile.h (struct quick_symbol_functions): Update comment.
11341
11342 2012-01-25 Tom Tromey <tromey@redhat.com>
11343
11344 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
11345 dereferencing.
11346
11347 2012-01-24 Tom Tromey <tromey@redhat.com>
11348
11349 PR symtab/12406:
11350 * solib.c (update_solib_list): Update the program space's
11351 added_solibs and deleted_solibs fields.
11352 * progspace.h (struct program_space) <added_solibs,
11353 deleted_solibs>: New fields.
11354 (clear_program_space_solib_cache): Declare.
11355 * progspace.c (release_program_space): Call
11356 clear_program_space_solib_cache.
11357 (clear_program_space_solib_cache): New function.
11358 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
11359 bpstat_stop_status. Use handle_solib_event.
11360 * breakpoint.c: Include gdb_regex.h.
11361 (print_solib_event): New function.
11362 (bpstat_print): Use print_solib_event.
11363 (bpstat_stop_status): Add special case for bp_shlib_event.
11364 (handle_solib_event): New function.
11365 (bpstat_what): Use handle_solib_event.
11366 (struct solib_catchpoint): New.
11367 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
11368 (breakpoint_hit_catch_solib, check_status_catch_solib)
11369 (print_it_catch_solib, print_one_catch_solib)
11370 (print_mention_catch_solib, print_recreate_catch_solib): New
11371 functions.
11372 (catch_solib_breakpoint_ops): New global.
11373 (catch_load_or_unload, catch_load_command_1)
11374 (catch_unload_command_1): New functions.
11375 (internal_bkpt_check_status): Add special case for
11376 bp_shlib_event.
11377 (internal_bkpt_print_it): Use print_solib_event.
11378 (initialize_breakpoint_ops): Initialize
11379 catch_solib_breakpoint_ops.
11380 (_initialize_breakpoint): Register "catch load" and "catch
11381 unload".
11382 * breakpoint.h (handle_solib_event): Declare.
11383 * NEWS: Add entry for "catch load" and "catch unload".
11384
11385 2012-01-24 Tom Tromey <tromey@redhat.com>
11386
11387 * ada-lang.c: Include gdb_vecs.h.
11388 * charset.c: Include gdb_vecs.h.
11389 * tracepoint.h: Include gdb_vecs.h.
11390 * gdb_vecs.h: New file.
11391
11392 2012-01-24 Pedro Alves <pedro@codesourcery.com>
11393
11394 * breakpoint.c (breakpoint_hit_catch_fork)
11395 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
11396 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
11397 * infrun.c (inferior_has_forked, inferior_has_vforked)
11398 (inferior_has_execd, inferior_has_called_syscall): Delete.
11399 (handle_syscall_event): Get syscall_number from the execution
11400 control state's wait status.
11401 (wait_for_inferior): Don't clear syscall_number.
11402
11403 2012-01-24 Pedro Alves <palves@redhat.com>
11404
11405 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
11406 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
11407 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
11408 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
11409 `ws' parameter.
11410 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
11411 false for events other than TARGET_SIGNAL_TRAP.
11412 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
11413 Add `ws' parameter.
11414 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
11415 events other than TARGET_SIGNAL_TRAP.
11416 (tracepoint_breakpoint_hit): Add `ws' parameter.
11417 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
11418 parameter.
11419 (bpstat_stop_status): Same.
11420 (pc_at_non_inline_function): Same.
11421 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
11422 to pass the current event's waitstatus to bpstat_stop_status
11423 and pc_at_non_inline_function.
11424
11425 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11426
11427 Code cleanup.
11428 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
11429 Update the function comment for it.
11430 (source_script_with_search): Call make_cleanup_fclose for STREAM.
11431 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
11432 for STREAM.
11433
11434 2012-01-24 Pedro Alves <palves@redhat.com>
11435
11436 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
11437 outside `bs->stop' block.
11438 (bpstat_what): Rework bp_shlib_event handling.
11439 (internal_bkpt_check_status): If the breakpoint is a
11440 bp_shlib_event, then set bs->stop and bs->print if
11441 stop_on_solib_events is set.
11442
11443 2012-01-24 Gary Benson <gbenson@redhat.com>
11444
11445 Delete #if 0'd out code.
11446 * stack.c (print_frame_label_vars): Remove.
11447 (catch_info): Likewise.
11448 (_initialize_stack): Remove "info catch" command.
11449 * NEWS: Mention the above.
11450
11451 2012-01-24 Pedro Alves <palves@redhat.com>
11452
11453 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
11454 it.
11455 (remote_notice_new_inferior): If the remote end doesn't support
11456 the multiprocess extensions, then the PID is fake.
11457 (add_current_inferior_and_thread): New.
11458 (remote_start_remote): Use it.
11459 (extended_remote_attach_1): Adjust.
11460 (extended_remote_create_inferior_1): Use
11461 add_current_inferior_and_thread.
11462
11463 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11464
11465 Fix watchpoints to be specific for each inferior.
11466 * breakpoint.c (watchpoint_in_thread_scope): Verify also
11467 current_program_space.
11468 * i386-nat.c (i386_inferior_data_cleanup): New.
11469 (i386_inferior_data_get): Replace variable inf_data_local by an
11470 inferior_data call.
11471 (i386_use_watchpoints): Initialize i386_inferior_data.
11472 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
11473 specific iterate_over_lwps.
11474
11475 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11476
11477 Fix watchpoints across inferior fork.
11478 * amd64-linux-nat.c (update_debug_registers_callback): Update the
11479 comment for linux_nat_iterate_watchpoint_lwps.
11480 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11481 linux_nat_iterate_watchpoint_lwps.
11482 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
11483 * i386-linux-nat.c (update_debug_registers_callback): Update the
11484 comment for linux_nat_iterate_watchpoint_lwps.
11485 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11486 linux_nat_iterate_watchpoint_lwps.
11487 (i386_linux_prepare_to_resume): New comment on Linux kernel.
11488 * i386-nat.c: Include inferior.h.
11489 (dr_mirror): Remove.
11490 (i386_inferior_data, struct i386_inferior_data)
11491 (i386_inferior_data_get): New.
11492 (i386_debug_reg_state): Use i386_inferior_data_get.
11493 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
11494 (i386_insert_watchpoint, i386_remove_watchpoint)
11495 (i386_stopped_data_address, i386_insert_hw_breakpoint)
11496 (i386_remove_hw_breakpoint): New variable state, use
11497 i386_debug_reg_state instead of DR_MIRROR.
11498 * linux-nat.c (delete_lwp): New declaration.
11499 (num_lwps): Move here from downwards.
11500 (delete_lwp_cleanup): New.
11501 (linux_child_follow_fork): Create new child_lp, call
11502 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
11503 PTRACE_DETACH.
11504 (num_lwps): Move upwards.
11505 (linux_nat_iterate_watchpoint_lwps): New.
11506 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
11507 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
11508
11509 2012-01-24 Joel Brobecker <brobecker@adacore.com>
11510
11511 GDB 7.4 released.
11512
11513 2012-01-23 Pedro Alves <palves@redhat.com>
11514
11515 * top.c (caution): Rename to ...
11516 (confirm): ... this.
11517 (show_caution): Rename to ...
11518 (show_confirm): ... this.
11519 (quit_cover): Adjust.
11520 (init_main): Adjust.
11521 * top.h (caution): Rename to ...
11522 (confirm): ... this.
11523 * utils.c (internal_vproblem, defaulted_query): Adjust.
11524
11525 2012-01-23 Pedro Alves <palves@redhat.com>
11526
11527 * top.c (caution): Update comment.
11528 (execute_command): Don't consider the current value of `caution'.
11529
11530 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11531
11532 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
11533
11534 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
11535
11536 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11537 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
11538 * target.c (target_fileio_pwrite): Remove buffer address from
11539 debug output.
11540 (target_fileio_pread): Likewise.
11541
11542 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11543
11544 * NEWS: Document remote "info proc" and "generate-core-file".
11545
11546 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11547
11548 * gdbarch.sh (find_memory_regions): New callback.
11549 * gdbarch.c, gdbarch.h: Regenerate.
11550
11551 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
11552 callback before falling back to target method.
11553
11554 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
11555 (linux_target_install_ops): No longer install it.
11556
11557 * linux-tdep.c (linux_find_memory_regions): New function.
11558 (linux_init_abi): Install it.
11559
11560 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11561
11562 * gdbarch.sh (make_corefile_notes): New architecture callback.
11563 * gdbarch.c: Regenerate.
11564 * gdbarch.h: Likewise.
11565
11566 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
11567 before target_make_corefile_notes. If NULL is returned, the
11568 target does not support core file generation.
11569
11570 * linux-nat.c: Include "linux-tdep.h".
11571 (find_signalled_thread, find_stop_signal): Remove.
11572 (linux_nat_do_thread_registers): Likewise.
11573 (struct linux_nat_corefile_thread_data): Likewise.
11574 (linux_nat_corefile_thread_callback): Likewise.
11575 (iterate_over_spus): Likewise.
11576 (struct linux_spu_corefile_data): Likewise.
11577 (linux_spu_corefile_callback): Likewise.
11578 (linux_spu_make_corefile_notes): Likewise.
11579 (linux_nat_collect_thread_registers): New function.
11580 (linux_nat_make_corefile_notes): Replace contents by call to
11581 linux_make_corefile_notes passing linux_nat_collect_thread_registers
11582 as native-only callback.
11583
11584 * linux-tdep.h: Include "bfd.h".
11585 (struct regcache): Add forward declaration.
11586 (linux_collect_thread_registers_ftype): New typedef.
11587 (linux_make_corefile_notes): Add prototype.
11588 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
11589 "regset.h", and "elf-bfd.h".
11590 (find_signalled_thread, find_stop_signal): New functions.
11591 (linux_spu_make_corefile_notes): Likewise.
11592 (linux_collect_thread_registers): Likewise.
11593 (struct linux_corefile_thread_data): New data structure.
11594 (linux_corefile_thread_callback): New funcion.
11595 (linux_make_corefile_notes): Likewise.
11596 (linux_make_corefile_notes_1): Likewise.
11597 (linux_init_abi): Install it.
11598
11599 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11600
11601 * gdbarch.sh (info_proc): New callback.
11602 * gdbarch.c, gdbarch.h: Regenerate.
11603
11604 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
11605 before falling back to the target info_proc callback.
11606
11607 * linux-nat.c: Do not include "cli/cli-utils.h".
11608 (linux_nat_info_proc): Remove.
11609 (linux_target_install_ops): No longer install it.
11610
11611 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
11612 (read_mapping): New function.
11613 (linux_info_proc): Likewise.
11614 (linux_init_abi): Install it.
11615
11616 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11617
11618 * defs.h (enum info_proc_what): Moved here from linux-nat.c
11619 * infcmd.c: (info_proc_cmd_1): New function.
11620 (info_proc_cmd): New function, moved here from equivalent routine
11621 orignally in linux-nat.c.
11622 (info_proc_cmd_mappings): Likewise.
11623 (info_proc_cmd_stat): Likewise.
11624 (info_proc_cmd_status): Likewise.
11625 (info_proc_cmd_cwd): Likewise.
11626 (info_proc_cmd_cmdline): Likewise.
11627 (info_proc_cmd_exe): Likewise.
11628 (info_proc_cmd_all): Likewise.
11629 (_initialize_infcmd): Install "info proc" command and subcommands.
11630
11631 * target.h (struct target_ops): Add to_info_proc.
11632 (target_info_proc): Add prototype.
11633 * target.c (target_info_proc): New function.
11634
11635 * procfs.c (procfs_info_proc): Add prototype.
11636 (info_proc_cmd): Rename into ...
11637 (procfs_info_proc): ... this. Update argument types as appropriate
11638 for a to_info_proc implementation. Handle "what" argument.
11639 (procfs_target): Install procfs_info_proc.
11640 (_initialize_procfs): No longer install "info proc" command.
11641
11642 * linux-nat.c: (enum info_proc_what): Remove.
11643 (linux_nat_info_proc_cmd_1): Rename into ...
11644 (linux_nat_info_proc): ... this. Update argument types as appropriate
11645 for a to_info_proc implementation.
11646 (linux_nat_info_proc_cmd): Remove.
11647 (linux_nat_info_proc_cmd_mappings): Likewise.
11648 (linux_nat_info_proc_cmd_stat): Likewise.
11649 (linux_nat_info_proc_cmd_status): Likewise.
11650 (linux_nat_info_proc_cmd_cwd): Likewise.
11651 (linux_nat_info_proc_cmd_cmdline): Likewise.
11652 (linux_nat_info_proc_cmd_exe): Likewise.
11653 (linux_nat_info_proc_cmd_all): Likewise.
11654 (linux_target_install_ops): Install linux_nat_info_proc.
11655 (_initialize_linux_nat): No longer install "info proc" command
11656 and subcommands.
11657
11658 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11659
11660 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11661 * config.in, configure: Regenerate.
11662
11663 * target.h (struct target_ops): Add to_fileio_readlink.
11664 (target_fileio_readlink): Add prototype.
11665 * target.c (target_fileio_readlink): New function.
11666
11667 * inf-child.c: Conditionally include <sys/param.h>.
11668 (inf_child_fileio_readlink): New function.
11669 (inf_child_target): Install it.
11670
11671 * remote.c (PACKET_vFile_readlink): New enum value.
11672 (remote_hostio_readlink): New function.
11673 (init_remote_ops): Install it.
11674 (_initialize_remote): Handle vFile:readlink packet type.
11675
11676 2012-01-20 Pedro Alves <palves@redhat.com>
11677 Ulrich Weigand <ulrich.weigand@linaro.org>
11678
11679 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11680 * config.in, configure: Regenerate.
11681
11682 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11683 to_fileio_pread, to_fileio_close, to_fileio_unlink.
11684 (target_fileio_open): Add prototype.
11685 (target_fileio_pwrite): Likewise.
11686 (target_fileio_pread): Likewise.
11687 (target_fileio_close): Likewise.
11688 (target_fileio_unlink): Likewise.
11689 (target_fileio_read_alloc): Likewise.
11690 (target_fileio_read_stralloc): Likewise.
11691
11692 * target.c: Include "gdb/fileio.h".
11693 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11694 (default_fileio_target): New function.
11695 (target_fileio_open): Likewise.
11696 (target_fileio_pwrite): Likewise.
11697 (target_fileio_pread): Likewise.
11698 (target_fileio_close): Likewise.
11699 (target_fileio_unlink): Likewise.
11700 (target_fileio_close_cleanup): Likewise.
11701 (target_fileio_read_alloc_1): Likewise.
11702 (target_fileio_read_alloc): Likewise.
11703 (target_fileio_read_stralloc): Likewise.
11704
11705 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11706 <fcntl.h>, and <unistd.h>.
11707 (inf_child_fileio_open_flags_to_host): New function.
11708 (inf_child_errno_to_fileio_error): Likewise.
11709 (inf_child_fileio_open): Likewise.
11710 (inf_child_fileio_pwrite): Likewise.
11711 (inf_child_fileio_pread): Likewise.
11712 (inf_child_fileio_close): Likewise.
11713 (inf_child_fileio_unlink): Likewise.
11714 (inf_child_target): Install to_fileio routines.
11715
11716 * remote.c (init_remote_ops): Install to_fileio routines.
11717
11718 2012-01-20 Pedro Alves <palves@redhat.com>
11719 Ulrich Weigand <ulrich.weigand@linaro.org>
11720
11721 * remote.c (remote_multi_process_p): Only check for multi-process
11722 protocol feature, do not check for extended protocol.
11723 (remote_supports_multi_process): Check for extended protocol here.
11724 (set_general_process): Likewise.
11725 (extended_remote_kill): Likewise.
11726 (remote_pid_to_str): Likewise.
11727 (remote_query_supported): Always query multiprocess mode.
11728
11729 2012-01-20 Pedro Alves <palves@redhat.com>
11730 Ulrich Weigand <ulrich.weigand@linaro.org>
11731
11732 * inferior.h (struct inferior): Add fake_pid_p.
11733 * inferior.c (exit_inferior_1): Clear fake_pid_p.
11734 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11735 magic_null_ptid since the remote side doesn't provide a real PID.
11736
11737 2012-01-19 Tom Tromey <tromey@redhat.com>
11738
11739 * NEWS: Combine the two Python sections.
11740
11741 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11742
11743 * target.h (target_close): Update comment on the target's unpush state.
11744
11745 2012-01-19 Pedro Alves <palves@redhat.com>
11746
11747 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11748 linux_nat_async directly instead of going through the target
11749 vector.
11750 * target.c (unpush_target): Close target after unpushing it, not
11751 before.
11752
11753 2012-01-19 Gary Benson <gbenson@redhat.com>
11754
11755 * mdebugread.c (sort_blocks): Replace integer constants with ones
11756 derived from FIRST_LOCAL_BLOCK.
11757
11758 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
11759 Jan Kratochvil <jan.kratochvil@redhat.com>
11760
11761 PR gdb/9538
11762 * symfile.c (find_separate_debug_file): New function.
11763 (terminate_after_last_dir_separator): Likewise.
11764 (find_separate_debug_file_by_debuglink): Also try realpath.
11765 * configure.ac (AC_CHECK_FUNCS): Add lstat.
11766 * configure: Regenerate.
11767 * config.in: Regenerate.
11768
11769 2012-01-18 Doug Evans <dje@google.com>
11770
11771 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11772 (main.o): Remove rule.
11773 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11774 (--with-sysroot): Rewrite.
11775 * configure: Regenerate.
11776 * config.in: Regenerate.
11777
11778 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
11779
11780 * parse.c (initialize_expout): New function.
11781 (reallocate_expout): Likewise.
11782 (parse_exp_in_context): Use `initialize_expout' and
11783 `reallocate_expout' when appropriate.
11784
11785 2012-01-18 Pedro Alves <palves@redhat.com>
11786
11787 * record.c (struct record_breakpoint, record_breakpoint_p)
11788 (record_breakpoints): New.
11789 (record_insert_breakpoint, record_remove_breakpoint): Manage
11790 record breakpoints list. Only remove breakpoints from the
11791 inferior if they had been inserted there in the first place.
11792
11793 2012-01-17 Doug Evans <dje@google.com>
11794
11795 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11796 if we know we don't have a file name to look for.
11797
11798 2012-01-17 Pedro Alves <palves@redhat.com>
11799
11800 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11801 the frame's stop reason is UNWIND_UNAVAILABLE.
11802
11803 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11804
11805 Fix compilation error.
11806 * m2-exp.y (yyerror): Use ANSI C prototype.
11807
11808 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11809
11810 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11811 (growbuf_by_size): Likewise.
11812 (yyerror): Likewise.
11813 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11814 (modblock): Remove variable (was #if 0'ed).
11815 (parse_number): Convert prototype from K&R to ANSI C.
11816 (yyerror): Likewise.
11817 * objc-exp.y (parse_number): Likewise.
11818 (yyerror): Likewise.
11819 (yylex): Remove #if 0'ed code.
11820 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11821 (yyerror): Likewise.
11822
11823 2012-01-16 Tom Tromey <tromey@redhat.com>
11824
11825 * NEWS: Add item.
11826 * symtab.h (compare_filenames_for_search): Declare.
11827 * symtab.c (compare_filenames_for_search): New function.
11828 (iterate_over_some_symtabs): Use it.
11829 * symfile.h (struct quick_symbol_functions)
11830 <map_symtabs_matching_filename>: Change spec.
11831 * psymtab.c (partial_map_symtabs_matching_filename): Use
11832 compare_filenames_for_search. Update for new spec.
11833 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11834 compare_filenames_for_search. Update for new spec.
11835 * breakpoint.c (clear_command): Use compare_filenames_for_search.
11836
11837 2012-01-16 Tom Tromey <tromey@redhat.com>
11838
11839 PR python/13281:
11840 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11841 (struct main_type) <flag_flag_enum>: New field.
11842 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11843 * NEWS: Add entries.
11844 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11845 enums.
11846 * python/lib/gdb/printing.py (_EnumInstance): New class.
11847 (FlagEnumerationPrinter): Likewise.
11848
11849 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11850
11851 * breakpoint.c (create_sals_from_address_default): New function.
11852 (create_breakpoints_sal_default): Likewise.
11853 (decode_linespec_default): Likewise.
11854 (is_marker_spec): Removed.
11855 (strace_marker_p): New function.
11856 (init_breakpoint_sal): Using `strace_marker_p' instead of
11857 `is_marker_spec'.
11858 (create_breakpoint): Call method `create_sals_from_address' from
11859 breakpoint_ops, replacing code that created SALs conditionally
11860 on the type of the breakpoint. Call method `create_breakpoints_sal',
11861 replacing code that created breakpoints conditionally on the type
11862 wanted.
11863 (base_breakpoint_create_sals_from_address): New function.
11864 (base_breakpoint_create_breakpoints_sal): Likewise.
11865 (base_breakpoint_decode_linespec): Likewise.
11866 (base_breakpoint_ops): Add methods
11867 `base_breakpoint_create_sals_from_address',
11868 `base_breakpoint_create_breakpoints_sal' and
11869 `base_breakpoint_decode_linespec'.
11870 (bkpt_create_sals_from_address): New function.
11871 (bkpt_create_breakpoints_sal): Likewise.
11872 (bkpt_decode_linespec): Likewise.
11873 (tracepoint_create_sals_from_address): Likewise.
11874 (tracepoint_create_breakpoints_sal): Likewise.
11875 (tracepoint_decode_linespec): Likewise.
11876 (strace_marker_create_sals_from_address): Likewise.
11877 (strace_marker_create_breakpoints_sal): Likewise.
11878 (strace_marker_decode_linespec): Likewise.
11879 (strace_marker_breakpoint_ops): New variable.
11880 (addr_string_to_sals): Remove `marker_spec'. Call method
11881 `decode_linespec' from breakpoint_ops, replacing code that decoded
11882 an address string into a SAL. Use `strace_marker_p' instead of
11883 `marker_spec'.
11884 (strace_command): Decide whether we are dealing with a static
11885 tracepoint with marker or not. Use the appropriate breakpoint_ops.
11886 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11887 * breakpoint.h (linespec_result, linespec_sals): New forward
11888 declarations.
11889 (breakpoint_ops) <create_sals_from_address>,
11890 <create_breakpoints_sal>, <decode_linespec>: New methods.
11891
11892 2012-01-14 Doug Evans <dje@google.com>
11893
11894 * NEWS: Update text for "maint set python print-stack".
11895 It is deprecated in gdb 7.4 and deleted in 7.5.
11896
11897 2012-01-13 Eli Zaretskii <eliz@gnu.org>
11898
11899 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11900 including curses.h.
11901
11902 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11903
11904 * configure: Regenerate.
11905 * config.in: Regenerate.
11906
11907 2012-01-12 Keith Seitz <keiths@redhat.com>
11908
11909 PR mi/10586
11910 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11911 (ANONYMOUS_UNION_NAME): Define.
11912 (is_path_expr_parent): New function.
11913 (get_path_expr_parent): New function.
11914 (is_anonymous_child): New function.
11915 (create_child_with_value): If the child is anonymous and without
11916 a name, assign an object name to it.
11917 (c_describe_child): Use get_path_expr_parent to determine
11918 the parent expression.
11919 If there field represents an anonymous struct or union and
11920 has no name, set an appropriate display name and expression.
11921 (cplus_describe_child): Likewise.
11922
11923 2012-01-12 Pedro Alves <palves@redhat.com>
11924
11925 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11926 available when %ebp is found to be zero (outermost).
11927
11928 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
11929
11930 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11931 an internal gdb_static_assert.
11932 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11933
11934 2012-01-11 Tom Tromey <tromey@redhat.com>
11935
11936 PR gdb/9598:
11937 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11938 catch" and "catch throw".
11939
11940 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
11941
11942 * blockframe.c (block_innermost_frame): Start search from selected
11943 frame, if present, or otherwise the current frame.
11944
11945 * c-exp.y (variable): Update innermost_block for
11946 'block COLONCOLON NAME' clause.
11947 * m2-exp.y (variable): Ditto.
11948 * objc-exp.y (variable): Ditto.
11949
11950 2012-01-10 Tom Tromey <tromey@redhat.com>
11951
11952 PR python/13199:
11953 * python/python.c (finish_python_initialization): Set sys.argv.
11954
11955 2012-01-10 Doug Evans <dje@google.com>
11956
11957 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
11958 "want_line_info". All callers updated.
11959 (dwarf_decode_lines_1): New function.
11960 (handle_DW_AT_stmt_list): Add function comment.
11961 New arg "want_line_info". All callers updated.
11962 (read_file_scope,read_type_unit_scope): Move comment from
11963 handle_DW_AT_stmt_list to here.
11964
11965 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11966
11967 Fix regression after libiberty/ update for GCC PR 6057 and others.
11968 * c-exp.y (operator) <OPERATOR DELETE>
11969 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11970 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11971 (make_builtin_type, make_name): New variable i, add gdb_assert.
11972 (operator) <OPERATOR NEW>: Update ARGS to 3.
11973 (operator) <OPERATOR DELETE>: Add trailing space.
11974 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11975 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11976 * cp-support.c (cp_canonicalize_string): Check NULL from
11977 cp_comp_to_string, call warning and return.
11978
11979 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11980
11981 Fix duplicate .o files after omitting libbfd.a.
11982 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11983 (SFILES): Add corelow.c.
11984 (COMMON_OBS): Add corelow.o.
11985 (ALLDEPFILES): Remove corelow.c.
11986 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11987 * config/alpha/alpha-osf3.mh: Likewise.
11988 * config/alpha/fbsd.mh: Likewise.
11989 * config/arm/nbsdaout.mh: Likewise.
11990 * config/arm/nbsdelf.mh: Likewise.
11991 * config/i386/i386gnu.mh: Likewise.
11992 * config/ia64/hpux.mh: Likewise.
11993 * config/ia64/linux.mh: Likewise.
11994 * config/m32r/linux.mh: Likewise.
11995 * config/m68k/linux.mh: Likewise.
11996 * config/mips/irix5.mh: Likewise.
11997 * config/mips/irix6.mh: Likewise.
11998 * config/pa/hpux.mh: Likewise.
11999 * config/pa/linux.mh: Likewise.
12000 * config/powerpc/aix.mh: Likewise.
12001 * config/sparc/linux.mh: Likewise.
12002 * config/sparc/linux64.mh: Likewise.
12003 * config/sparc/sol2.mh: Likewise.
12004 * config/vax/vax.mh: Likewise.
12005 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
12006 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
12007 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
12008 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
12009 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
12010 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
12011 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
12012 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
12013 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
12014 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
12015 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
12016 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
12017 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12018 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
12019 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
12020 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12021 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
12022 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
12023 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
12024 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
12025 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
12026 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
12027 corelow.o from gdb_target_obs.
12028 * corefile.c (core_target): Update the comment on NULL value.
12029 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12030 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12031 MATCHES. Drop YUMMY set on NULL.
12032 (core_close): Do not call exit_inferior_silent on zero PID. Do not
12033 reclaim CORE_DATA if it is already NULL.
12034
12035 2012-01-09 Doug Evans <dje@google.com>
12036
12037 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12038 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12039
12040 2012-01-09 Keith Seitz <keiths@redhat.com>
12041
12042 * breakpoint.c (wrapper.h): Don't include.
12043
12044 2012-01-09 Keith Seitz <keiths@redhat.com>
12045
12046 * Makefile.in (SFILES): Remove wrapper.c.
12047 (HFILES_NO_SRCDIR): Remove wrapper.h.
12048 (COMMON_OBS): Remove wrapper.o.
12049 * cli/cli-interp.c: Don't inlude wrapper.h.
12050 * corelow.c: Likewise.
12051 (core_open): Replace gdb_target_find_new_threads with
12052 TRY_CATCH around target_find_new_threads.
12053 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12054 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12055 * varobj.c (varobj_create): Likewise for parse_exp_1 and
12056 evaluate_expression.
12057 (varobj_set_value): Likewise for evaluate_expression and
12058 value_assign.
12059 (install_new_variable): Likewise for value_fetch_lazy.
12060 (adjust_value_for_child_access): Likewise for value_ind.
12061 (c_describe_child): Likewise for value_subscript and
12062 value_ind.
12063 (c_value_of_root): Likewise for evaluate_expression.
12064 * wrapper.c: Remove.
12065 * wrapper.h: Remove.
12066
12067 2012-01-09 Doug Evans <dje@google.com>
12068
12069 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12070 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
12071 "abfd" args with "section". All callers updated.
12072 Error checking code moved ...
12073 (error_check_comp_unit_head): ... here. New function.
12074 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12075 Delete arg "abfd". New arg "type_offset". All callers updated.
12076 (create_debug_types_hash_table): Simplify by using
12077 read_and_check_type_unit_head.
12078
12079 * parser-defs.h (namecopy): Delete.
12080 * parse.c (namecopy, namecopy_size): Move into copy_name.
12081
12082 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12083
12084 Partially fix duplicate .o files after omitting libbfd.a.
12085 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12086 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12087 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12088 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12089 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12090 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12091 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12092
12093 2012-01-09 Pedro Alves <palves@redhat.com>
12094
12095 * MAINTAINERS: Update my email address.
12096
12097 2012-01-08 Doug Evans <dje@google.com>
12098
12099 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12100 n_type_units. Rename type_comp_units to all_type_units.
12101 All uses updated.
12102 (add_signatured_type_cu_to_table): Renamed from
12103 add_signatured_type_cu_to_list. All callers updated.
12104
12105 * gdbtypes.h (struct cplus_struct_type): Delete member
12106 nfn_fields_total. All uses removed.
12107
12108 2012-01-06 Doug Evans <dje@google.com>
12109
12110 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12111 to top of file.
12112 (dwarf2_find_comp_unit): Delete.
12113 (process_psymtab_comp_unit): Make result "void".
12114 Delete args buffer, info_ptr, buffer_size, and replace with
12115 "section". All callers updated.
12116 (dwarf2_build_psymtabs_hard): Simplify.
12117
12118 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
12119 Thiago Jung Bauermann <bauerman@br.ibm.com>
12120
12121 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12122 before `struct gdb_exception'.
12123 * breakpoint.c (update_global_location_list_nothrow)
12124 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12125 * cp-abi.c (value_rtti_type): Likewise.
12126 * cp-support.c (cp_validate_operator): Likewise.
12127 * infrun.c (insert_exception_resume_breakpoint)
12128 (check_exception_resume, keep_going): Likewise.
12129 * mi-interp.c (mi_breakpoint_created)
12130 (mi_breakpoint_modified): Likewise.
12131 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12132 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12133 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12134
12135 2012-01-05 Doug Evans <dje@google.com>
12136
12137 * dwarf2read.c (statement_prologue): Delete, unused.
12138
12139 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12140 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12141
12142 * dwarf2read.c (comp_unit_header): Delete, unused.
12143
12144 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
12145
12146 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12147 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12148
12149 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
12150
12151 * infrun.c (normal_stop): Don't skip calling the normal_stop
12152 observers if the thread was doing a multi-step, but stopped for
12153 some reason other than stepping.
12154
12155 2012-01-05 Pedro Alves <alves.ped@gmail.com>
12156
12157 * cli/cli-decode.h: Add comments.
12158 (CMD_LIST_AMBIGUOUS): Moved to command.h
12159 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12160 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12161 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12162 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12163 (add_com, add_com_alias, add_info, add_info_alias)
12164 (complete_on_cmdlist, complete_on_enum, help_list): Remove
12165 declarations.
12166 * command.h: Add and adjust comments.
12167 (CMD_LIST_AMBIGUOUS): Moved here.
12168 (help_cmd, help_cmd_list): Delete declarations.
12169
12170 2012-01-04 Doug Evans <dje@google.com>
12171
12172 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
12173 All callers updated.
12174 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
12175 Replace all arguments with "per_cu". All callers updated.
12176
12177 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
12178
12179 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
12180 New arg "per_cu". All callers updated.
12181
12182 Delete #if 0'd out code.
12183 * language.c (binop_result_type): Delete.
12184 (simple_type, ordered_type, same_type, integral_type): Delete.
12185 (numeric_type, character_type, string_type, boolean_type): Delete.
12186 (float_type, structured_type): Delete.
12187 * language.h: Update.
12188
12189 2012-01-04 Tom Tromey <tromey@redhat.com>
12190
12191 * python/py-value.c (valpy_binop): Initialize 'res_val'.
12192
12193 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12194
12195 * corefile.c (close_exec_file): Delete.
12196 (reopen_exec_file): Remove commented out code that seems related
12197 to close_exec_file, which is being deleted here.
12198 * inferior.h (close_exec_file): Delete.
12199 * fork-child.c (fork_inferior): Remove call to fork_inferior.
12200
12201 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12202
12203 * ada-lang.c: #include "cli/cli-utils.h".
12204 (get_selections): Use skip_spaces.
12205 (ada_get_next_arg): Use skip_spaces and skip_to_space.
12206 (catch_ada_exception_command_split): Use skip_spaces.
12207 (ada_decode_assert_location): Likewise.
12208
12209 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12210
12211 * linespec.c (decode_line_internal): Check for C++ or Java
12212 compound constructs only if the current language is C, C++
12213 or Java.
12214
12215 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12216
12217 Revert:
12218 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12219 Joel Brobecker <brobecker@adacore.com>
12220 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12221 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12222 3 times.
12223 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12224 fall through into AT_ENTRY_POINT.
12225 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12226 DUMMY_ADDR with it.
12227 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12228 PPC_INSN_SIZE skip to 3 times.
12229
12230 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12231
12232 * linespec.c (add_minsym): Preserve function descriptors.
12233
12234 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
12235
12236 * breakpoint.c (all_locations_are_pending): Consider locations
12237 in program spaces executing during startup pending as well.
12238
12239 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12240
12241 Copyright year update in most files of the GDB Project.
12242
12243 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12244
12245 * copyright.sh: Delete.
12246 * copyright.py: Rewrite.
12247
12248 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12249
12250 * gnulib/extra/update-copyright: New file, imported from gnulib.
12251
12252 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12253
12254 * README (Copyright and License Notices): New section.
12255
12256 2012-01-03 Tom Tromey <tromey@redhat.com>
12257
12258 PR python/12533:
12259 * python/py-value.c (valpy_dereference, valpy_get_address
12260 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
12261 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
12262 (valpy_absolute, valpy_richcompare): Free intermediate values.
12263
12264 2011-01-03 Joel Brobecker <brobecker@adacore.com>
12265
12266 * ada-lang.c: Reformat the copyright notice.
12267
12268 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12269
12270 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
12271 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
12272 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
12273 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
12274 Revert this part of:
12275 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12276 Build gdb directly from *.o files not using libgdb.a.
12277 * Makefile.in (COMMON_OBS): Remove solib-target.o.
12278
12279 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12280
12281 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
12282 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
12283 Reformat the copyright header.
12284
12285 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12286
12287 Revert this part of:
12288 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12289 Remove the gdbtui binary.
12290 * gdb.c (main): Remove args.interpreter_p initialization.
12291 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12292 * main.h (struct captured_main_args): Remove interpreter_p.
12293
12294 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12295
12296 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
12297
12298 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12299
12300 * top.c (print_gdb_version): Update copyright year.
12301
12302 2012-01-02 Yao Qi <yao@codesourcery.com>
12303
12304 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
12305
12306 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12307 Joel Brobecker <brobecker@adacore.com>
12308
12309 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12310 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12311 3 times.
12312 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12313 fall through into AT_ENTRY_POINT.
12314 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12315 DUMMY_ADDR with it.
12316 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12317 PPC_INSN_SIZE skip to 3 times.
12318
12319 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12320
12321 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
12322 the return value.
12323 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
12324
12325 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12326
12327 Build gdb directly from *.o files not using libgdb.a.
12328 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
12329 (COMMON_OBS): Remove solib-target.o.
12330 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
12331 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
12332 (LIBGDB_OBS, libgdb.a): Move it above.
12333 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
12334 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
12335 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
12336 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
12337 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
12338 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
12339 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
12340 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
12341 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
12342 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
12343 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
12344 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
12345 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
12346 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
12347 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12348 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
12349 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
12350 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12351 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
12352 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
12353 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
12354 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
12355 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
12356 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
12357 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
12358 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
12359 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
12360
12361 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12362
12363 Remove the gdbtui binary.
12364 * .gitignore (/gdbtui): Remove.
12365 * Makefile.in (TUI): Remove.
12366 (SUBDIR_TUI_OBS): Remove tui-main.o.
12367 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
12368 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
12369 (tui-main.o): Remove.
12370 (all_object_files): Remove tui-main.o.
12371 * NEWS: New note for the gdbtui removal.
12372 * configure: Rebuilt.
12373 * configure.ac: No longer add all-tui, clean-tui, install-tui and
12374 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
12375 CONFIG_UNINSTALL respectively.
12376 * gdb.c (main): Remove args.interpreter_p initialization.
12377 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12378 * main.h (struct captured_main_args): Remove interpreter_p.
12379 * tui/tui-main.c: Remove.
12380
12381 2012-01-01 Doug Evans <dje@google.com>
12382
12383 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
12384 (dwarf2_physname, read_import_statement): Ditto.
12385 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
12386 (process_structure_scope read_subroutine_type): Ditto.
12387 (read_typedef, load_partial_dies, read_partial_die): Ditto.
12388 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
12389 (dwarf2_fetch_die_location_block): Ditto.
12390 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
12391
12392 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
12393 All callers updated.
12394 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
12395 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
12396 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
12397
12398 * dwarf2read.c (load_cu): Move assert to more useful location.
12399
12400 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
12401 All callers updated.
12402
12403 * dwarf2read.c (dwarf2_per_objfile): Add comment.
12404 (dwarf2_elf_names): Minor reformat.
12405 (dwarf2_per_cu_data): Tweak comment.
12406 (dwarf2_read_section): Fix comment.
12407 (create_all_comp_units): Fix comment.
12408 (load_full_comp_unit): Fix comment.
12409 (process_full_comp_unit): Fix comment.
12410 (read_signatured_type): Fix comment.
12411
12412 For older changes see ChangeLog-2011.
12413 \f
12414 Local Variables:
12415 mode: change-log
12416 left-margin: 8
12417 fill-column: 74
12418 version-control: never
12419 coding: utf-8
12420 End: