*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-12-11 Tom Tromey <tromey@redhat.com>
2
3 * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
4
5 2012-12-11 Tom Tromey <tromey@redhat.com>
6
7 * dsrec.c (report_transfer_performance): Don't declare.
8 (load_srec): Use gettimeofday, print_transfer_performance.
9 * symfile.c (report_transfer_performance): Remove.
10
11 2012-12-11 Pedro Alves <pedro@codesourcery.com>
12 Pedro Alves <palves@redhat.com>
13
14 * procfs.c (procfs_make_note_section) [NEW_PROC_API]: Output a
15 NT_PSTATUS note.
16 * sol2-tdep.c (sol2_core_pid_to_str): Print process IDs
17 differently from LWP IDs.
18
19 2012-12-11 Pedro Alves <palves@redhat.com>
20
21 * configure.ac (detect type of /proc): Remove Unixware handling.
22 * configure: Regenerate.
23 * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
24 (ioctl_table) [PCRESET]: Remove entry.
25 * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
26 (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
27 (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
28 * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
29 * procfs.c: Remove all UNIXWARE guarded code, and all traces of
30 Unixware in comments throughout.
31 * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
32 and remove mention of Unixware.
33
34 2012-12-10 Doug Evans <dje@google.com>
35
36 * dwarf2read.c (dwarf2_cu): Enhance comment.
37 (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
38 the DWO file.
39 (dwarf2_record_block_ranges): Ditto.
40
41 * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
42
43 * symtab.c (find_pc_sect_symtab): Add comment.
44
45 2012-12-10 Tom Tromey <tromey@redhat.com>
46
47 * defs.h: Don't check for definition of LONGEST.
48 (min, max): Remove duplicates.
49
50 2012-12-10 Tom Tromey <tromey@redhat.com>
51
52 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
53 (dwarf2_fetch_die_loc_cu_off): Rename from
54 dwarf2_fetch_die_location_block. Rewrite to use
55 dwarf2_fetch_die_loc_sect_off.
56 * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
57 (dwarf2_fetch_die_loc_cu_off): Rename.
58 * dwarf2loc.c (indirect_pieced_value): Use
59 dwarf2_fetch_die_loc_sect_off.
60 * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
61 comment.
62 (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
63 * dwarf2expr.c (add_piece): Update.
64 (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
65
66 2012-12-10 Tom Tromey <tromey@redhat.com>
67
68 * buildsym.c (struct pending_block): Move from buildsym.h.
69 (pending_blocks): Likewise; now static.
70 (pending_block_obstack): New global.
71 (free_pending_blocks): Free blocks.
72 (record_pending_block): Use pending_block_obstack.
73 * buildsym.h (struct pending_block): Move definition to
74 buildsym.c.
75 (pending_blocks): Don't declare.
76
77 2012-12-10 Pedro Alves <palves@redhat.com>
78
79 * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
80 dead SCO code, and adjust function description comment.
81
82 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
83
84 * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
85 * defs.h (LONGEST, ULONGEST): Remove conditionalization for
86 CC_HAS_LONG_LONG.
87 * dwarf2-frame.c (DW64_CIE_ID): Likewise.
88 * dwarf2read.c (extract_cu_value): Remove the function.
89 (create_cus_from_index_list): Make the return type void, inline the
90 extract_cu_value caller, include new gdb_static_assert.
91 (create_cus_from_index): Make the return type void, update the function
92 comment, update the create_cus_from_index_list caller.
93 (create_signatured_type_table_from_index): Make the return type void,
94 inline the extract_cu_value caller, include new gdb_static_assert.
95 (dwarf2_read_index): Update the create_cus_from_index and
96 create_signatured_type_table_from_index caller.
97 * printcmd.c (ui_printf): Remove conditionalizations for
98 CC_HAS_LONG_LONG.
99 * config.in: Regenerate.
100 * configure: Regenerate.
101
102 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
103
104 * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
105 Update the comment for checked_producer.
106 (check_producer): New forward declaration.
107 (producer_is_gcc_lt_4_3): New function.
108 (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
109 (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
110
111 2012-12-07 Tom Tromey <tromey@redhat.com>
112
113 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
114 argument, assertion.
115 * c-exp.y (typebase): Add completion productions.
116 * completer.c (expression_completer): Handle tag completion.
117 * expression.h (parse_expression_for_completion): Add argument.
118 * f-lang.c (f_make_symbol_completion_list): Add 'code'
119 argument.
120 * language.h (struct language_defn)
121 <la_make_symbol_completion_list>: Add 'code' argument.
122 * parse.c (expout_tag_completion_type, expout_completion_name):
123 New globals.
124 (mark_struct_expression): Add assertion.
125 (mark_completion_tag): New function.
126 (parse_exp_in_context): Initialize new globals.
127 (parse_expression_for_completion): Add 'code' argument. Handle
128 tag completion.
129 * parser-defs.h (mark_completion_tag): Declare.
130 * symtab.c (default_make_symbol_completion_list_break_on): Add
131 'code' argument. Update.
132 (default_make_symbol_completion_list): Add 'code' argument.
133 (make_symbol_completion_list): Update.
134 (make_symbol_completion_type): New function.
135 * symtab.h (default_make_symbol_completion_list_break_on)
136 (default_make_symbol_completion_list): Update.
137 (make_symbol_completion_type): Declare.
138
139 2012-12-07 Tom Tromey <tromey@redhat.com>
140
141 * expression.h (parse_expression_for_completion): Rename
142 from parse_field_expression.
143 (parse_completion): Rename from in_parse_field.
144 * c-exp.y (lex_one_token): Update.
145 * completer.c (expression_completer): Update.
146 * go-exp.y (lex_one_token): Update.
147 * p-exp.y (yylex): Update.
148 * parse.c (parse_completion): Rename from in_parse_field.
149 (parse_exp_in_context): Update.
150 (parse_expression_for_completion): Rename from
151 parse_field_expression. Update.
152
153 2012-12-07 Tom Tromey <tromey@redhat.com>
154
155 * typeprint.c (_initialize_typeprint): Set completer
156 for "whatis" and "ptype".
157
158 2012-12-07 Joel Brobecker <brobecker@adacore.com>
159
160 * copyright.py (NOT_FSF_LIST): Remove duplicate entry
161 "sim/common/cgen-fpu.h". Remove invalid entries
162 "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
163 which actually have an FSF copyright header.
164
165 2012-12-07 Joel Brobecker <brobecker@adacore.com>
166
167 * osf-share/AT386/cma_thread_io.h: Delete.
168 * osf-share/HP800/cma_thread_io.h: Delete.
169 * osf-share/README: Delete.
170 * osf-share/RIOS/cma_thread_io.h: Delete.
171 * osf-share/cma_attr.h: Delete.
172 * osf-share/cma_deb_core.h: Delete.
173 * osf-share/cma_debug_client.h: Delete.
174 * osf-share/cma_errors.h: Delete.
175 * osf-share/cma_handle.h: Delete.
176 * osf-share/cma_init.h: Delete.
177 * osf-share/cma_list.h: Delete.
178 * osf-share/cma_mutex.h: Delete.
179 * osf-share/cma_sched.h: Delete.
180 * osf-share/cma_semaphore_defs.h: Delete.
181 * osf-share/cma_sequence.h: Delete.
182 * osf-share/cma_stack.h: Delete.
183 * osf-share/cma_stack_int.h: Delete.
184 * osf-share/cma_tcb_defs.h: Delete.
185 * osf-share/cma_util.h: Delete.
186 * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
187 in osf-share.
188 * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
189 * contrib/ari/gdb_find.sh: Remove handling of osf-share.
190 * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
191
192 2012-12-06 Pedro Alves <palves@redhat.com>
193 Tom Tromey <tromey@redhat.com>
194
195 * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
196
197 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
198
199 PR mi/14741:
200 * mi/mi-cmd-var.c (varobj_update_one): Take value of
201 attribute "dynamic" and "displayhint" from printed child,
202 not the root variable.
203
204 2012-12-06 Joel Brobecker <brobecker@adacore.com>
205
206 * aix-thread.c (getthrds): Fix type of 4th parameter.
207 (get_signaled_thread): Change type of variable ktid to tid_t.
208
209 2012-12-06 Hui Zhu <hui_zhu@mentor.com>
210
211 * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
212 value of get_frame_block.
213
214 2012-12-05 Pierre Muller <muller@sourceware.org>
215
216 Avoid memory leaks on struct cmd_list_element.doc field.
217 * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
218 if flags contains DOC_ALLOCATED.
219 (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
220 flags.
221 (delete_cmd): Handle DOC_ALLOCATED flag.
222 * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
223 in flags filed of struct cmd_list_element.
224 (struct cmd_list_element): Document new flag item.
225
226 2012-12-04 Doug Evans <dje@google.com>
227
228 * symmisc.c: Whitespace fixes.
229
230 2012-12-04 Karthik Bhat <kv.bhat@samsung.com>
231
232 * i386-tdep.c (i386_skip_prologue): Using symbol table
233 to find the end of prologue for clang compiled binaries.
234 * amd64-tdep.c (amd64_skip_prologue): Using symbol table
235 to find the end of prologue for clang compiled binaries.
236
237 2012-12-03 Doug Evans <dje@google.com>
238
239 * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
240 (dw2_find_symbol_file): Delete unused local file_data.
241
242 2012-12-03 Tom Tromey <tromey@redhat.com>
243
244 * ada-exp.y (write_object_renaming, write_var_or_type)
245 (write_ambiguous_var, write_var_from_sym): Make blocks const.
246 * ada-lang.c (replace_operator_with_call)
247 (find_old_style_renaming_symbol): Make blocks const.
248 * ada-lang.h (ada_find_renaming_symbol): Update.
249 (struct ada_symbol_info) <block>: Now const.
250 * breakpoint.c (watch_command_1): Update.
251 * breakpoint.h (struct watchpoint) <exp_valid_block,
252 cond_exp_valid_block>: Now const.
253 * c-exp.y (classify_inner_name, classify_name): Make block
254 argument const.
255 * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
256 const.
257 * expression.h (innermost_block, parse_exp_1): Update.
258 (union exp_element) <block>: Now const.
259 * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
260 (lookup_struct): Make block argument const.
261 * gdbtypes.h (lookup_template_type): Update.
262 * go-exp.y (classify_name, classify_packaged_name)
263 (package_name_p): Make block argument const.
264 * objc-lang.c (lookup_struct_typedef): Make block argument const.
265 * objc-lang.h (lookup_struct_typedef): Update.
266 * parse.c (parse_exp_in_context, parse_exp_1)
267 (write_exp_elt_block): Make block arguments const.
268 (expression_context_block, innermost_block): Now const.
269 * parser-defs.h (write_exp_elt_block): Update.
270 (expression_context_block, innermost_block, block_found): Now
271 const.
272 * printcmd.c (struct display) <block>: Now const.
273 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
274 * valops.c (address_of_variable): Make block argument const.
275 * value.h (value_of_variable): Update.
276 * varobj.c (struct varobj_root) <valid_block>: Now const.
277
278 2012-11-30 Yao Qi <yao@codesourcery.com>
279
280 * breakpoint.c (print_one_breakpoint_location): Indent code.
281
282 2012-11-30 Yao Qi <yao@codesourcery.com>
283
284 * breakpoint.c (print_one_breakpoint_location): Combine two
285 blocks handling 'hit count' together.
286
287 2012-11-30 Yao Qi <yao@codesourcery.com>
288
289 * infrun.c (error_is_running, ensure_not_running): Move them
290 to ...
291 * infcmd.c (error_is_running, ensure_not_running): ... here.
292 Make them 'static'.
293 * inferior.h: Remove declarations of error_is_running and
294 ensure_not_running.
295
296 2012-11-30 Yao Qi <yao@codesourcery.com>
297
298 * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
299 check REGNUM >= 0.
300
301 2012-11-30 Yao Qi <yao@codesourcery.com>
302
303 * infrun.c: Make the declaration of 'init_infwait_state'
304 static.
305 (init_infwait_state): Make it 'static'.
306
307 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
308
309 * python/python.c (finalize_python): Cast unused PyGILState_Ensure
310 return value to void to avoid compiler warning.
311
312 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
313
314 * opencl-lang.c (opencl_print_type): New function.
315 (opencl_language_arch_info): Install it.
316
317 2012-11-29 Tom Tromey <tromey@redhat.com>
318
319 * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
320 xvasprintf.
321 * common/common-utils.c (xasprintf, xvasprintf): Remove.
322 * common/common-utils.h (xasprintf, xvasprintf): Remove.
323
324 2012-11-29 Jerome Guitton <guitton@adacore.com>
325
326 * ada-lang.c (ada_is_interface_tag): New function.
327 (ada_is_ignored_field): Add interface tags to the list
328 of ignored fields.
329
330 2012-11-29 Jerome Guitton <guitton@adacore.com>
331
332 * ada-lang.h (ada_tag_value_at_base_address): New function
333 declaration.
334 * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
335 New functions.
336 (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
337 relocate the class-wide value if need be.
338 (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
339 Let ada_tag_value_at_base_address relocate the class-wide access/ref
340 before dereferencing it.
341 * ada-valprint.c (ada_val_print_1): Relocate to base address
342 before displaying the content of an interface-wide ref.
343
344 2012-11-29 Jerome Guitton <guitton@adacore.com>
345
346 * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
347
348 2012-11-29 Joel Brobecker <brobecker@adacore.com>
349
350 GDB 7.5.1 released.
351
352 2012-11-29 Yao Qi <yao@codesourcery.com>
353 Tom Tromey <tromey@redhat.com>
354
355 * eval.c (evaluate_subexp_standard): Get the correct pointer
356 type for TYPE_CODE_MEMBERPTR.
357
358 2012-11-28 Edjunior Machado <emachado@linux.vnet.ibm.com>
359
360 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
361 since now it is being done by binutils' powerpc_init_dialect().
362
363 2012-11-28 Tom Tromey <tromey@redhat.com>
364
365 PR gdb/14290:
366 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
367 (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
368 Use it.
369 * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
370 * gdb_bfd.c (gdb_bfd_mark_parent): New function.
371 (gdb_bfd_openr_next_archived_file): Use it.
372
373 2012-11-28 Markus Metzger <markus.t.metzger@intel.com>
374
375 * configure.ac: Check for linux/perf_event.h.
376 * config.in: Regenerated.
377 * configure: Regenerated.
378
379 2012-11-28 Yao Qi <yao@codesourcery.com>
380
381 * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
382 abbreviate 'delete tracepoints' to 'delete tr'.
383 * corefile.c (_initialize_core): Call add_alias_cmd to
384 abbreviate 'set gnutarget' to 'set g'.
385 * value.c (_initialize_values): Call add_alias_cmd to abbreviate
386 'show convenience' to 'show conv'.
387
388 2012-11-27 Joel Brobecker <brobecker@adacore.com>
389
390 * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
391 call to sparc_supply_fpregset.
392 (fill_fpregset): Fix first parameter in call to
393 sparc_collect_fpregset.
394
395 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
396 Kazu Hirata <kazu@codesourcery.com>
397 Yao Qi <yao@codesourcery.com>
398
399 * objfiles.c (init_entry_point_info): Call
400 gdbarch_convert_from_func_ptr_addr and
401 gdbarch_addr_bits_remove here ...
402 (entry_point_address_query): ... instead of here.
403 * solib-svr4.c (exec_entry_point): Call
404 gdbarch_addr_bits_remove.
405 * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
406 the entry address.
407
408 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
409 Yao Qi <yao@codesourcery.com>
410
411 * eval.c (evaluate_subexp_standard): Add handling of
412 TYPE_CODE_MEMBERPTR when calling functions. Correct the
413 result of ptype for calling a TYPE_CODE_METHODPTR.
414
415 2012-11-27 Yao Qi <yao@codesourcery.com>
416
417 * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
418 warning.
419 Add i18n markup.
420
421 2012-11-26 Alexander Larsson <alexl@redhat.com>
422 Jan Kratochvil <jan.kratochvil@redhat.com>
423 Tom Tromey <tromey@redhat.com>
424
425 * NEWS: Mention mini debuginfo feature.
426 * minidebug.c: New file.
427 * configure.ac: Check for lzma.
428 * configure, config.in: Rebuild.
429 * Makefile.in (LIBLZMA): New variable.
430 (CLIBS): Include LIBLZMA.
431 (SFILES): Mention minidebug.c.
432 (COMMON_OBS): Mention minidebug.o.
433 * symfile.c (read_symbols): New function.
434 (syms_from_objfile, reread_symbols): Call it.
435 * symfile.h (find_separate_debug_file_in_section): Declare.
436
437 2012-11-26 Keith Seitz <keiths@redhat.com>
438
439 * exec.c (exec_file_attach): Move cleanup after verifying that
440 memory has in fact been allocated.
441
442 2012-11-26 Tom Tromey <tromey@redhat.com>
443
444 * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
445 * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
446 SYMBOL_SYMTAB.
447 * skip.c (skip_info): Use SYMBOL_SYMTAB.
448
449 2012-11-26 Maxime Villard <rustyBSD@gmx.fr>
450 Pedro Alves <palves@redhat.com>
451
452 * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
453 size parameter passed to readlink by one byte.
454 * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
455 * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
456 * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
457 * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
458 size by one byte.
459
460 2012-11-26 Yao Qi <yao@codesourcery.com>
461
462 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
463 extraneous parentheses.
464
465 2012-11-26 Yao Qi <yao@codesourcery.com>
466
467 * remote.c (remote_start_remote): Typo fix.
468
469 2012-11-23 David S. Miller <davem@davemloft.net>
470
471 * sparc-tdep.h (struct sparc_fpregset): New data structure.
472 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
473 sparc32_sol2_fpregset): Declare new globals.
474 (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
475 'fpregset' argument.
476 * sparc64-tdep.h (sparc64_supply_fpregset,
477 sparc64_collect_fpregset): Likewise.
478 (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
479 globals.
480 * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
481 (sparc_fpregset): Declare new global.
482 (sparc_supply_fpregset, sparc_collect_fpregset): Add new
483 'fpregset' argument.
484 * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
485 into handler.
486 (fill_fpregset): Likewise.
487 (_initialize_sparc_linux_nat): Set sparc_fpregset to
488 sparc32_bsd_fpregset.
489 * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
490 sparc32_bsd_fpregset down into handler.
491 (sparc32_linux_collect_core_fpregset): Likewise.
492 * sparc-nat.c (sparc_fpregset): Define.
493 (sparc_supply_fpregset): Add 'fpregset' argument.
494 (sparc_collect_fpregset): Likewise.
495 (sparc_fetch_inferior_registers): Pass sparc_fpregset down
496 into fpregset handler.
497 (sparc_store_inferior_registers): Likewise.
498 (_initialize_sparc_nat): Set sparc_fpregset to
499 sparc32_sunos4_fpregset if NULL.
500 * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
501 down into handler.
502 (fill_fpregset): Likewise.
503 * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
504 * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
505 use it to compute offsets.
506 (sparc32_collect_fpregset): Likewise.
507 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
508 * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
509 down into handler.
510 (fill_fpregset): Likewise.
511 * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
512 Likewise.
513 (sparc64_linux_collect_core_fpregset): Likewise.
514 * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
515 * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
516 use it to compute offsets.
517 (sparc64_collect_fpregset): Likewise.
518 (sparc64_bsd_fpregset): Define.
519 * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
520 sparc64_bsd_fpregset down into handler.
521 (sparc64fbsd_collect_fpregset): Likewise.
522 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
523 and pass sparc{32,64}_bsd_fpregset down into handler.
524 (sparc64nbsd_collect_fpregset): Likewise.
525 * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
526 sparc64_bsd_fpregset down into handler.
527 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
528 * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
529 to sparc32_bsd_fpregset.
530 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
531 sparc32_bsd_fpregset down into sparc32_supply_fpregset.
532 (sparc32nbsd_supply_fpregset): Likewise.
533
534 2012-11-21 Tom Tromey <tromey@redhat.com>
535
536 * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
537 field.
538 (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
539 Remove.
540 * c-typeprint.c (c_type_print_base): Update.
541
542 2012-11-21 Yao Qi <yao@codesourcery.com>
543
544 PR tdep/7438
545 * gdbarch.sh (smash_text_address): Remove.
546 * gdbarch.c, gdbarch.h: Regenerate.
547 * arm-tdep.c (arm_smash_text_address): Remove.
548 (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
549 * hppa-tdep.c (hppa_smash_text_address): Remove.
550 (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
551 (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
552 Caller update.
553 * coffread.c (coff_symtab_read): Caller update.
554 * dbxread.c (process_one_symbol): Likewise.
555 * elfread.c (record_minimal_symbol): Likewise.
556 * somread.c (som_symtab_read): Likewise.
557
558 2012-11-20 Pierre Muller <muller@sourceware.org>
559
560 ARI fixes: sprintf rule.
561 Replace sprintf function calls for char arrays by
562 calls to xsnprintf calls.
563 * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
564 (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
565 (arm_neon_quad_read, arm_pseudo_read): Ditto.
566 (arm_neon_quad_write, arm_pseudo_write): Ditto.
567 * breakpoint.c (condition_completer): Ditto.
568 (create_tracepoint_from_upload): Ditto.
569 * dwarf2read.c (file_full_name): Ditto.
570 * gcore.c (gcore_command): Ditto.
571 * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
572 * go32-nat.c (go32_sysinfo): Ditto.
573 * interps.c (interp_set): Ditto.
574 * m32c-tdep.c (make_types): Ditto.
575 * ppc-linux-nat.c (fetch_register, store_register): Ditto.
576 * remote-m32r-sdi.c (m32r_open): Ditto.
577 * sol-thread.c (td_err_string): Ditto.
578 (td_state_string, solaris_pid_to_str): Ditto.
579 * symtab.c (gdb_mangle_name): Ditto.
580 * cli/cli-script.c (execute_control_command): Ditto.
581 (define_command, document_command): Ditto.
582 * tui/tui-io.c (tui_rl_display_match_list): Ditto.
583 * tui/tui-stack.c (tui_make_status_line): Ditto.
584 * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
585
586 2012-11-20 Mike Frysinger <vapier@gentoo.org>
587
588 * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
589 it when looking at ptr->func.
590 * command.h (complete_on_cmdlist): Add a fourth arg.
591 * completer.c (complete_line_internal): Add local ignore_help_classes,
592 and set it to 1 when reason is not handle_help. Pass this down to
593 lookup_cmd_1 and complete_on_cmdlist.
594
595 2012-11-20 Tom Tromey <tromey@redhat.com>
596
597 * completer.c (count_struct_fields): Remove.
598 (expression_completer): Don't call count_struct_fields.
599
600 2012-11-20 Pedro Alves <palves@redhat.com>
601
602 * annotate.c (breakpoints_changed): Rename to ...
603 (annotate_breakpoints_changed): ... this.
604 (annotate_stopped, breakpoint_changed): Adjust caller.
605 * annotate.h (breakpoints_changed): Rename to ...
606 (annotate_breakpoints_changed): ... this.
607 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
608 (do_map_commands_command, init_raw_breakpoint, clear_command)
609 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
610
611 2012-11-20 David S. Miller <davem@davemloft.net>
612
613 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
614 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
615 sysconf.
616 (get_cores_used_by_process): Update comment.
617
618 2012-11-20 Yao Qi <yao@codesourcery.com>
619
620 * objfiles.c (init_entry_point_info): Remove trailing spaces.
621
622 2012-11-20 Yao Qi <yao@codesourcery.com>
623
624 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
625 to deprecated_context_hook.
626
627 2012-11-19 Yao Qi <yao@codesourcery.com>
628
629 * infrun.c (infwait_state): Add static.
630
631 2012-11-16 Keith Seitz <keiths@redhat.com>
632
633 PR c++/13615
634 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
635 parameter and pass it to lookup_symbol_file.
636 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
637 to search base classes.
638 (cp_lookup_symbol_namespace): Likewise.
639 (lookup_namespace_scope): Likewise.
640 (lookup_symbol_file): Add SEARCH parameter.
641 If SEARCH is non-zero and no symbol is found, lookup the class
642 and call cp_lookup_nested_symbol.
643 (find_symbol_in_baseclass): New function.
644 (cp_lookup_nested_symbol): Do not let
645 cp_lookup_symbol_in_namespace search through base classes.
646 Do that later when there is no global symbol match.
647
648 2012-11-16 Doug Evans <dje@google.com>
649
650 * main.c (gdb_datadir_provided): New static global.
651 (get_init_files): If --data-directory is provided,
652 and SYSTEM_GDBINIT lives in data-directory, look for it there.
653 * NEWS: Mention it.
654
655 2012-11-15 Pierre Muller <muller@sourceware.org>
656
657 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
658 * gdb_stat.h: Delete. Moved to common directory.
659 * common/gdb_stat.h: New file.
660 * gdb_wait.h: Delete. Moved to common directory.
661 * common/gdb_wait.h: New file.
662 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
663 location.
664 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
665 location.
666 (stat.h rule): Adapt to new gdb_stat.h location.
667 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
668 <sys/stat.h> header.
669 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
670 <sys/wait.h> header.
671
672 2012-11-15 Pierre Muller <muller@sourceware.org>
673
674 * configure.ac (AC_HEADER_STAT): Remove.
675 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
676 and corresponding code.
677 * configure: Regenerate.
678 * config.in: Regenerate.
679
680 2012-11-15 Pierre Muller <muller@sourceware.org>
681
682 ARI xasprintf rule fixes.
683 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
684 instead of xasprintf.
685 (open_and_init_dwp_file): Ditto.
686
687 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
688
689 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
690 target types.
691
692 2012-11-14 Tom Tromey <tromey@redhat.com>
693
694 * configure, config.in: Rebuild.
695 * configure.ac: Don't check for ctype.h, time.h.
696 * expprint.c: Don't use HAVE_CTYPE_H.
697
698 2012-11-13 Tom Tromey <tromey@redhat.com>
699
700 * gdbarch.h, gdbarch.c: Rebuild.
701 * gdbarch.sh (set_target_gdbarch): Rename from
702 deprecated_target_gdbarch_select_hack.
703 * arch-utils.c (gdbarch_update_p): Update.
704 (set_gdbarch_from_file): Update.
705
706 2012-11-14 Pierre Muller <muller@sourceware.org>
707
708 * MAINTAINERS (Responsible Maintainers/misc): Add myself
709 as responsible of contrib/ari directory.
710
711 2012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
712 Yao Qi <yao@codesourcery.com>
713
714 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
715 bit of EXC_RETURN.
716 (arm_m_exception_cache, arm_m_exception_this_id)
717 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
718 (arm_m_exception_unwind): New.
719 (arm_gdbarch_init): Register arm_m_exception_unwind.
720
721 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
722
723 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
724 parameter COUNT, for pattern filling of memory regions.
725 * NEWS: Mention it.
726
727 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
728
729 * disasm.h (DISASSEMBLY_FILENAME): New macro.
730 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
731 to print_source_lines ().
732 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
733 flag.
734 * source.c (print_source_lines_base): Prefix source line with
735 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
736
737 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
738
739 * symtab.h (print_source_lines_flags): New enum.
740 * source.c (print_source_lines_base): Change noerror to flags.
741 (print_source_lines): Change noerror to flags.
742
743 2012-11-13 Pierre Muller <muller@sourceware.org>
744
745 ARI fixes: Avoid sprintf function use rule.
746 * charset.c (convert_between_encodings): Use xsnprintf.
747 * cli-out.c (cli_field_int): Likewise.
748 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
749 * expprint.c (op_name_standard): Likewise.
750 * frv-tdep.c (set_variant_num_gprs): Likewise.
751 (set_variant_num_fprs): Likewise.
752 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
753 * nto-tdep.c (nto_find_and_open_solib): Likewise.
754 (nto_init_solib_absolute_prefix): Likewise.
755 * source.c (init_source_path): Likewise.
756 (print_source_lines_base): Likewise.
757 * valprint.c (print_wchar): Likewise.
758 * mi/mi-out.c (mi_field_int): Likewise.
759 windows-nat.c (windows_pid_to_exec_file): Likewise.
760 (windows_create_inferior): Likewise.
761 (_initialize_check_for_gdb_ini): Likewise.
762
763 2012-11-12 Joel Brobecker <brobecker@adacore.com>
764
765 * frame.h (deprecated_frame_register_read): Renames
766 frame_register_read.
767 * frame.c (deprecated_frame_register_read): Renames
768 frame_register_read. Update all callers.
769 * i386-tdep.c: Update all callers of frame_register_read.
770 * infcmd.c: Likewise.
771 * jit.c: Likewise.
772 * mips-tdep.c: Likewise.
773 * mt-tdep.c: Likewise.
774 * sh64-tdep.c: Likewise.
775
776 2012-11-12 Joel Brobecker <brobecker@adacore.com>
777
778 * frame.h (frame_register_read): Remove FIXME comment.
779 * frame.c (frame_register_read): Add suggestion explaining
780 which function to use in place of this one.
781
782 2012-11-12 Tom Tromey <tromey@redhat.com>
783
784 * python/python.c (start_type_printers): Initialize 'result_obj'.
785
786 2012-11-12 Tom Tromey <tromey@redhat.com>
787
788 * NEWS: Update.
789 * data-directory/Makefile.in (PYTHON_FILES): Add
790 type_printers.py.
791 * python/lib/gdb/command/type_printers.py: New file.
792 * python/lib/gdb/command/types.py (TypePrinter): New class.
793 (_get_some_type_recognizers, get_type_recognizers,
794 apply_type_recognizers, register_type_printer): New
795 functions.
796 * python/py-objfile.c (objfile_object) <type_printers>: New
797 field.
798 (objfpy_dealloc): Decref new field.
799 (objfpy_new): Set new field.
800 (objfpy_get_type_printers, objfpy_set_type_printers): New
801 functions.
802 (objfile_to_objfile_object): Set new field.
803 (objfile_getset): Add "type_printers".
804 * python/py-progspace.c (pspace_object) <type_printers>: New
805 field.
806 (pspy_dealloc): Decref new field.
807 (pspy_new): Set new field.
808 (pspy_get_type_printers, pspy_set_type_printers): New functions.
809 (pspace_to_pspace_object): Set new field.
810 (pspace_getset): Add "type_printers".
811 * python/python.c (start_type_printers, apply_type_printers,
812 free_type_printers): New functions.
813 (_initialize_python): Set gdb.type_printers.
814 * python/python.h (start_type_printers, apply_type_printers,
815 free_type_printers): Declare.
816 * typeprint.c (type_print_raw_options, default_ptype_flags):
817 Update for new fields.
818 (do_free_global_table, create_global_typedef_table,
819 find_global_typedef): New functions.
820 (find_typedef_in_hash): Use find_global_typedef.
821 (whatis_exp): Use create_global_typedef_table. Change cleanup
822 handling.
823 * typeprint.h (struct type_print_options) <global_typedefs,
824 global_printers>: New fields.
825
826 2012-11-12 Tom Tromey <tromey@redhat.com>
827
828 * c-typeprint.c (find_typedef_for_canonicalize,
829 print_name_maybe_canonical): New functions.
830 (c_print_type): Look up type name.
831 (cp_type_print_derivation_info): Add flags argument. Use
832 print_name_maybe_canonical.
833 (cp_type_print_method_args): Add wrapping.
834 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
835 (c_type_print_template_args): New function.
836 (c_type_print_base): Change wrapping. Use
837 print_name_maybe_canonical.
838 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
839 type name lookups.
840 * gdbtypes.c (types_equal): No longer static.
841 * gdbtypes.h (types_equal): Declare.
842 * typeprint.c (type_print_raw_options, default_ptype_flags):
843 Update.
844 (struct typedef_hash_table): New.
845 (hash_typedef_field, eq_typedef_field,
846 recursively_update_typedef_hash, add_template_parameters,
847 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
848 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
849 copy_typedef_hash, find_typedef_in_hash): New functions.
850 * typeprint.h (struct type_print_options) <local_typedefs>:
851 New field.
852 (recursively_update_typedef_hash, add_template_parameters,
853 create_typedef_hash, free_typedef_hash,
854 make_cleanup_free_typedef_hash, copy_typedef_hash,
855 find_typedef_in_hash): Declare.
856
857 2012-11-12 Tom Tromey <tromey@redhat.com>
858
859 * cp-support.c (inspect_type,
860 replace_typedefs_qualified_name, replace_typedefs): Add
861 finder, data arguments. Call as needed.
862 (cp_canonicalize_string_full): New function.
863 (cp_canonicalize_string_no_typedefs): Rewrite.
864 * cp-support.h (canonicalization_ftype): New typedef.
865 (cp_canonicalize_string_full): Declare.
866
867 2012-11-12 Tom Tromey <tromey@redhat.com>
868
869 * NEWS: Update.
870 * c-typeprint.c (c_type_print_base): Handle print_method and
871 print_typedefs flags.
872 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
873 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
874 options.
875 * typeprint.c (type_print_raw_options, default_ptype_flags):
876 Update for new field.s
877 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
878 (setprinttypelist, showprinttypelist, print_methods,
879 print_typedefs): New globals.
880 (set_print_type, show_print_type, set_print_type_methods,
881 show_print_type_methods, set_print_type_typedefs,
882 show_print_type_typedefs): New functions.
883 (_initialize_typeprint): Update documentation. Add "print
884 type methods" and "print type typedefs" parameters.
885 * typeprint.h (struct type_print_options) <print_methods,
886 print_typedefs>: New fields.
887
888 2012-11-12 Tom Tromey <tromey@redhat.com>
889
890 * c-typeprint.c (cp_type_print_method_args): Add flags
891 argument. Call c_print_type, not type_print.
892 (c_type_print_base): Call c_print_type, not type_print.
893 Update.
894
895 2012-11-12 Tom Tromey <tromey@redhat.com>
896
897 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
898 to type-printing functions.
899 * ada-lang.h (ada_print_type): Add argument.
900 * ada-typeprint.c (print_array_type, print_variant_clauses,
901 print_variant_part, print_selected_record_field_types,
902 print_record_field_types, print_unchecked_union_type,
903 print_func_type, ada_print_type): Add flags argument.
904 (ada_print_typedef): Update.
905 * c-exp.y (OPERATOR conversion_type_id): Update.
906 * c-lang.h (c_print_type, c_type_print_base): Update.
907 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
908 c_type_print_modifier, c_type_print_args,
909 c_type_print_varspec_suffix, c_type_print_base): Add flags
910 argument.
911 * cp-valprint.c (cp_print_class_member): Update.
912 * dwarf2read.c (dwarf2_compute_name): Update.
913 * f-lang.h (f_print_type): Add argument.
914 * f-typeprint.c (f_print_type): Add flags argument.
915 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
916 * go-lang.h (go_print_type): Add argument.
917 * go-typeprint.c (go_print_type): Add flags argument.
918 * jv-lang.h (java_print_type): Add argument.
919 * jv-typeprint.c (java_type_print_base, java_print_type): Add
920 flags argument.
921 * language.c (unk_lang_print_type): Add flags argument.
922 * language.h (struct language_defn) <la_print_type>: Add flags
923 argument.
924 (LA_PRINT_TYPE): Likewise.
925 * m2-lang.h (m2_print_type): Add argument.
926 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
927 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
928 m2_unbounded_array, m2_record_fields): Add flags argument.
929 * p-lang.h (pascal_print_type, pascal_type_print_base,
930 pascal_type_print_varspec_prefix): Add argument.
931 * p-typeprint.c (pascal_print_type,
932 pascal_type_print_varspec_prefix, pascal_print_func_args,
933 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
934 flags argument.
935 * symmisc.c (print_symbol): Update.
936 * typeprint.c (type_print_raw_options, default_ptype_flags):
937 New globals.
938 (type_print): Update.
939 * typeprint.h (struct type_print_options): New.
940 (type_print_raw_options): Declare.
941 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
942
943 2012-11-10 Keith Seitz <keiths@redhat.com>
944
945 * breakpoint.c (clear_command): Add cleanup for
946 sals.sals if an argument is given.
947
948 * linespec.c (parse_linespec): Do cleanups after
949 parsing a convenience variable.
950
951 2012-11-10 Keith Seitz <keiths@redhat.com>
952
953 PR gdb/14288
954 * c-valprint.c (c_val_print): For character arrays
955 with "print null" option on, print ellipses if
956 the output is truncated and the next character is not \000.
957 * valprint.c (MAX_WCHARS): Define.
958 (WCHAR_BUFLEN): Likewise.
959 (WCHAR_BUFLEN_MAX): Likewise.
960 (struct converted_character): New structure.
961 (count_next_character): New function.
962 (print_converted_chars_to_obstack): New function.
963 (generic_printstr): Rewrite using count_next_character
964 and print_converted_chars_to_obstack.
965
966 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
967
968 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
969 while executing the gdb command.
970 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
971 are called from prompt_for_continue.
972 * tui/tui-io.c (tui_redisplay_readline): Likewise.
973
974 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
975
976 PR tui/9584
977
978 * tui/tui.c (tui_rl_command_key): Do not call execute_command
979 but insert the command to execute in readline's buffer.
980
981 2012-11-09 Tom Tromey <tromey@redhat.com>
982
983 * gdbarch.sh (target_gdbarch): Remove macro.
984 (get_target_gdbarch): Rename to target_gdbarch.
985 * gdbarch.c, gdbarch.h: Rebuild.
986 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
987 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
988 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
989 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
990 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
991 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
992 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
993 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
994 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
995 procfs.c, progspace.c, ravenscar-thread.c, record.c,
996 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
997 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
998 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
999 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
1000 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
1001 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
1002 target-descriptions.c, target.c, target.h, tracepoint.c,
1003 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
1004 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
1005 python/py-inferior.c, python/python.c: Update.
1006
1007 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
1008
1009 * source.c (print_source_lines_base): Add fullname field giving
1010 full path to file in mi output.
1011 * NEWS: Mention the new fullname field.
1012
1013 2012-11-09 Yao Qi <yao@codesourcery.com>
1014
1015 * NEWS: Mention the fix to the ambiguity of 'fo' command.
1016
1017 2012-11-09 Pedro Alves <palves@redhat.com>
1018
1019 PR gdb/14306
1020
1021 * infrun.c: Include target-descriptions.h.
1022 (follow_exec): Fetch new target description.
1023
1024 2012-11-09 Yao Qi <yao@codesourcery.com>
1025
1026 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
1027 0x8d (lea).
1028
1029 2012-11-09 Yao Qi <yao@codesourcery.com>
1030
1031 * breakpoint.c: Declare set_tracepoint_count.
1032 (install_breakpoint): Call set_tracepoint_count if B is a
1033 tracepoint.
1034 (trace_command): Don't call set_tracepoint_count. Re-indent.
1035 (strace_command, ftrace_command):
1036 (create_tracepoint_from_upload): Likewise.
1037
1038 2012-11-09 Pedro Alves <palves@redhat.com>
1039
1040 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1041 (get_target_gdbarch) <gdbarch.h>: New function.
1042 (startup_gdbarch) <gdbarch.h>: Declare.
1043 <gdbarch.c> (target_gdbarch): Delete.
1044 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1045 current inferior's gdbarch.
1046 <gdbarch.c> (get_target_gdbarch): New function.
1047 * inferior.c: Include target-descriptions.h.
1048 (free_inferior): Free target description info.
1049 (add_inferior_with_spaces): Set the inferior's initial
1050 architecture.
1051 (clone_inferior_command): Copy the original inferior's target
1052 description if it was user specified.
1053 (initialize_inferiors): Add comment.
1054 * inferior.h (struct target_desc_info): Forward declare.
1055 (struct inferior) <gdbarch>: New field.
1056 * linux-nat.c: Include target-descriptions.h.
1057 (linux_child_follow_fork): Copy the parent's architecture and
1058 target description to the child.
1059 * target-descriptions.c: Include inferior.h.
1060 (struct target_desc_info): New structure, holding the equivalents
1061 of ...
1062 (target_desc_fetched, current_target_desc)
1063 (target_description_filename): ... these removed globals.
1064 (get_tdesc_info, target_desc_info_from_user_p)
1065 (copy_inferior_target_desc_info, target_desc_info_free): New.
1066 (target_desc_fetched, current_target_desc)
1067 (target_description_filename): Reimplemented as convenience
1068 macros.
1069 (tdesc_filename_cmd_string): New global.
1070 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1071 tdescs filename ..." commands to the per-inferior equivalent.
1072 (show_tdesc_filename_cmd): Get the value to show from the
1073 per-inferior description filename.
1074 (_initilize_target_descriptions): Change the "set/show tdesc
1075 filename" commands' variable.
1076 * target-descriptions.h (struct target_desc, struct target_desc_info)
1077 (struct inferior): Forward declare.
1078 (target_find_description, target_clear_description)
1079 (target_current_description): Adjust comments.
1080 (copy_inferior_target_desc_info, target_desc_info_free)
1081 (target_desc_info_from_user_p). Declare.
1082
1083 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1084
1085 * tui/tui-hooks.c (tui_about_to_proceed): New function.
1086 (tui_target_wait_hook): Remove.
1087 (tui_install_hooks): Install the about_to_proceed observer.
1088 (tui_remove_hooks): And remove it here.
1089
1090 2012-11-08 Tom Tromey <tromey@redhat.com>
1091
1092 * linux-tdep.c (linux_make_siginfo_note): New function.
1093 (linux_make_corefile_notes): Use it.
1094 * corelow.c (get_core_siginfo): New function.
1095 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1096
1097 2012-11-08 Tom Tromey <tromey@redhat.com>
1098
1099 PR gdb/14704:
1100 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1101 (zlib_decompress_section): Remove.
1102 (gdb_bfd_map_section): Only check for compressed section
1103 in mmap case. Use bfd_get_full_section_contents.
1104 * osabi.c (check_note): Add 'sectsize' argument. Read
1105 section data.
1106 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1107 section data. Update for check_note change.
1108 * xcoffread.c (xcoff_initial_scan): Use
1109 bfd_get_full_section_contents.
1110 * py-auto-load.c (auto_load_section_scripts): Use
1111 bfd_get_full_section_contents.
1112 * contrib/cc-with-tweaks.sh: Add -Z option.
1113
1114 2012-11-08 Tom Tromey <tromey@redhat.com>
1115
1116 * python/py-bpevent.c: Include defs.h.
1117 * python/py-continueevent.c: Include defs.h.
1118 * python/py-event.c: Include defs.h.
1119 * python/py-event.h: Don't include defs.h.
1120 * python/py-events.h: Don't include defs.h.
1121 * python/py-evts.c: Include defs.h.
1122 * python/py-exitedevent.c: Include defs.h.
1123 * python/py-newobjfileevent.c: Include defs.h.
1124 * python/py-signalevent.c: Include defs.h.
1125 * python/py-stopevent.c: Include defs.h.
1126 * python/py-threadevent.c: Include defs.h.
1127
1128 2012-11-08 Pierre Muller <muller@sourceware.org>
1129
1130 * update-web-ari.sh (print_heading): Add number of files
1131 checked.
1132 (nb_files): New variable counting the number of sources
1133 files found by gdb_find.sh script.
1134 (debug_awk): New variable to allow extra debug output.
1135 (indexes): Add more information if DEBUG_AWK is set.
1136
1137 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
1138
1139 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1140 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1141 following the change in PLT call stubs on linker.
1142
1143 2012-11-08 Pierre Muller <muller@sourceware.org>
1144
1145 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1146 as default language.
1147 (AWK): Use = instead of == for sh test to avoid warning.
1148 (Linux rule): Correct [:digit] into [[:digit:]].
1149 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1150 (vasprintf rule): Adapt to common subdirectory moves.
1151 (xasprintf rule): Idem.
1152 (xvasprintf rule): Idem.
1153 (var_boolean rule): Accept occurence in == or != test.
1154
1155 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1156
1157 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1158
1159 * tui/tui-hooks.c (tui_inferior_exit): New function.
1160 (tui_detach_hook): Remove.
1161 (tui_install_hooks): Install the inferior exit observer.
1162 (tui_remove_hooks): Remove it.
1163
1164 2012-11-08 Yao Qi <yao@codesourcery.com>
1165
1166 PR gdb/14777.
1167 * source.c (_initialize_source): Call add_com_alias to abbreviate
1168 'forward-search' as 'fo'.
1169
1170 2012-11-07 Pedro Alves <palves@redhat.com>
1171
1172 * arm-tdep.c: Make defs.h be the first include.
1173 * coff-pe-read.c: Ditto.
1174 * gnu-nat.c: Ditto.
1175 * go32-nat.c: Ditto.
1176 * i386-nat.c: Ditto.
1177 * ppcnbsd-nat.c: Ditto.
1178 * ada-varobj.h: Don't include defs.h.
1179 * i386-darwin-tdep.h: Ditto.
1180 * i386-nat.h: Ditto.
1181
1182 2012-11-07 Pedro Alves <palves@redhat.com>
1183
1184 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
1185 Committee.
1186
1187 2012-11-07 Pierre Muller <muller@sourceware.org>
1188
1189 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
1190 File already uses "gdb_dirent.h" header.
1191
1192 2012-11-07 Yao Qi <yao@codesourcery.com>
1193
1194 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
1195 tracepoint_count'.
1196
1197 2012-11-06 Tom Tromey <tromey@redhat.com>
1198
1199 * target.h (inferior_has_forked, inferior_has_vforked)
1200 (inferior_has_execd, inferior_has_called_syscall): Remove
1201 declarations.
1202
1203 2012-11-06 Pierre Muller <muller@sourceware.org>
1204
1205 * remote.c (remote_insert_hw_breakpoint): ARI fix,
1206 add missing internalization markup.
1207
1208 2012-11-06 Pedro Alves <palves@redhat.com>
1209
1210 PR gdb/14810
1211
1212 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1213
1214 2012-11-06 Pierre Muller <muller@sourceware.org>
1215
1216 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1217 is not executable.
1218
1219 2012-11-05 Joel Brobecker <brobecker@adacore.com>
1220
1221 * gnulib/update-gnulib.sh: New script.
1222
1223 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
1224
1225 * MAINTAINERS: Update my email address.
1226
1227 2012-11-05 Tom Tromey <tromey@redhat.com>
1228
1229 * frame.c (put_frame_register): Don't use temporary buffer.
1230
1231 2012-11-05 Pedro Alves <palves@redhat.com>
1232
1233 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1234 child. Clear 'pending_detach'.
1235 * infrun.c (handle_vfork_child_exec_or_exit): Clear
1236 'pending_detach' in the vfork parent.
1237
1238 2012-11-05 Doug Evans <dje@google.com>
1239
1240 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
1241 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
1242 * dwarf2read.c: #include "elf-bfd.h".
1243 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
1244 (dwop_section_names): Renamed from dwo_section names. All uses
1245 updated. Add entries for .debug_cu_index, .debug_tu_index.
1246 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
1247 All uses updated.
1248 (struct dwp_sections): New type.
1249 (struct virtual_dwo_sections): New type.
1250 (struct dwp_hash_table): New type.
1251 (struct dwp_file): New type.
1252 (init_cutu_and_read_dies): Ensure DWO info/types section has been
1253 read in. Handle DWOs coming from DWP files.
1254 (lookup_dwo_file_slot): New function.
1255 (dwarf2_locate_dwo_sections): Move definition closer to use.
1256 (create_dwo_debug_info_hash_table_reader): Renamed from
1257 create_debug_info_hash_table_reader. All callers updated.
1258 (create_dwo_debug_info_hash_table): Renamed from
1259 create_debug_info_hash_table. All callers updated.
1260 (create_dwp_hash_table): New function.
1261 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
1262 (lookup_dwo_in_dwp): New function.
1263 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
1264 is_dwp. All callers updated.
1265 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
1266 (open_and_init_dwo_file): Renamed from init_dwo_file.
1267 All callers updated.
1268 (lookup_dwo_file): Delete.
1269 (dwarf2_locate_dwp_sections): New function.
1270 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
1271 (allocate_dwp_loaded_cutus_table): New function.
1272 (open_and_init_dwp_file): New function.
1273 (lookup_dwo_cutu): New function.
1274 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
1275
1276 2012-11-03 Yao Qi <yao@codesourcery.com>
1277
1278 Fix PR gdb/14617.
1279 * breakpoint.c (trace_pass_set_count): Call
1280 observer_notify_breakpoint_modified instead of
1281 observer_notify_tracepoint_modified.
1282 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
1283
1284 2012-11-02 Tom Tromey <tromey@redhat.com>
1285
1286 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
1287 argument to complete_on_enum.
1288
1289 2012-11-02 Tom Tromey <tromey@redhat.com>
1290
1291 * configure: Rebuild.
1292 * configure.ac (build_warnings): Add -Wempty-body.
1293 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
1294 * remote.c (handle_notification): Use braces for empty 'else' body.
1295 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
1296 'else' body.
1297 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
1298 'else' body.
1299 * solib-som.c (som_relocate_section_addresses): Use braces
1300 for empty 'else' body.
1301 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
1302 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
1303
1304 2012-11-02 Pedro Alves <palves@redhat.com>
1305
1306 PR gdb/14766
1307
1308 * infrun.c (handle_inferior_event)
1309 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
1310 null_ptid before handling a vfork child exec or exit. Switch to
1311 the event ptid afterwards.
1312
1313 2012-11-02 Yao Qi <yao@codesourcery.com>
1314
1315 * std-operator.def: Remove OP_LABELED.
1316 * eval.c: Remove the declaration of 'get_label'.
1317 (get_label): Remove.
1318 (evaluate_struct_tuple): Remove code handling OP_LABELED.
1319 Update comment.
1320 Remove local variable 'variantno' and related code.
1321 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
1322 with 'fieldno'.
1323 * expprint.c (print_subexp_standard): Likewise.
1324 (dump_subexp_body_standard): Likewise.
1325 * parse.c (operator_length_standard): Likewise.
1326
1327 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
1328
1329 Incorporate ARI web page generator into GDB sources.
1330 * contrib/ari/create-web-ari-in-src.sh: New file.
1331 * contrib/ari/gdb_ari.sh: New file.
1332 * contrib/ari/gdb_find.sh: New file.
1333 * contrib/ari/update-web-ari.sh: New file.
1334
1335 2012-10-31 Tom Tromey <tromey@redhat.com>
1336
1337 * gdbarch.c: Rebuild.
1338 * gdbarch.sh: Remove references to gdbarch_swap.
1339 * corelow.c (core_open): Remove obsolete comment.
1340
1341 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
1342
1343 PR cli/14772
1344 * c-typeprint.c (c_print_type): Don't print a space for vector
1345 types, this is handled within the suffix.
1346 (c_type_print_varspec_suffix): Add a space to vector suffix.
1347
1348 2012-10-26 Pedro Alves <palves@redhat.com>
1349
1350 * amd64-tdep.c (amd64_relocate_instruction): Use
1351 store_unsigned_integer instead of memcpy.
1352 * i386-tdep.c (i386_relocate_instruction): Ditto.
1353
1354 2012-10-26 Pedro Alves <palves@redhat.com>
1355
1356 * infrun.c (handle_inferior_event): Merge handling of
1357 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
1358 switch case.
1359
1360 2012-10-26 Pedro Alves <palves@redhat.com>
1361
1362 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
1363 Remove comment.
1364
1365 2012-10-26 Pedro Alves <palves@redhat.com>
1366
1367 * target.c (target_waitstatus_to_string): Handle
1368 TARGET_WAITKIND_VFORK_DONE.
1369
1370 2012-10-26 Pedro Alves <palves@redhat.com>
1371
1372 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
1373 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
1374
1375 2012-10-24 Tristan Gingold <gingold@adacore.com>
1376
1377 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
1378 Add comments.
1379
1380 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1381
1382 * ravenscar-thread.c (ravenscar_wait): Only update the list
1383 of threads and inferior_ptid if the inferior is still alive.
1384
1385 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1386
1387 * ada-lang.c (is_known_support_routine): Use lbasename when
1388 matching the symtab's filename against
1389 known_runtime_file_name_patterns.
1390
1391 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1392
1393 * ada-lang.c (ada_same_array_size_p): New function.
1394 (ada_promote_array_of_integrals): New function.
1395 (coerce_for_assign): Add handling of arrays where the elements
1396 are integrals of a smaller size than the size of the target
1397 array element type.
1398
1399 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1400
1401 * doublest.c (convert_doublest_to_floatformat): Fix comparison
1402 against maximum exponent value.
1403
1404 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1405
1406 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
1407 "unwind-seh.c".
1408
1409 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1410
1411 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
1412 strip typedef layer when computing the fixed type's field type,
1413 only when computing its size.
1414
1415 2012-10-24 Mark Kettenis <kettenis@gnu.org>
1416
1417 PR gdb/12783
1418 * i386-tdep.c (i386_return_value): Handle complex double and long
1419 double.
1420
1421 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1422
1423 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
1424 New local variable args_len.
1425 Quote the name of the executable when computing the command line.
1426
1427 2012-10-23 Mark Kettenis <kettenis@gnu.org>
1428
1429 PR gdb/12796
1430 PR gdb/12798
1431 PR gdb/12800
1432 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
1433 AMD64_FTAG_REGNUM.
1434 * amd64-tdep.c (amd64_classify): Classify complex types.
1435 (amd64_return_value): Handle the COMPLEX_X87 class.
1436
1437 2012-10-23 Joel Brobecker <brobecker@adacore.com>
1438
1439 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
1440 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
1441
1442 2012-10-23 Joel Brobecker <brobecker@adacore.com>
1443
1444 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
1445 function.
1446 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
1447 to amd64_windows_auto_wide_charset.
1448
1449 2012-10-23 Yao Qi <yao@codesourcery.com>
1450
1451 * event-top.c (mark_async_signal_handler_wrapper): Remove.
1452 * event-top.h: Remove its declaration.
1453 (async_request_quit): Call mark_async_signal_handler instead of
1454 mark_async_signal_handler_wrapper.
1455 (async_do_nothing, async_disconnect): Likewise.
1456 (async_stop_sig): Likewise.
1457 * remote.c (handle_remote_sigint): Likewise.
1458 (handle_remote_sigint_twice): Likewise.
1459
1460 2012-10-23 Yao Qi <yao@codesourcery.com>
1461
1462 * event-top.c (sigint_token, sighup_token): Replace 'void *'
1463 with 'static struct async_signal_handler *'.
1464 (sighup_token, sigquit_token, sigstp_token): Likewise.
1465
1466 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
1467
1468 * gdbarch.sh (function_list): Use 'pstring' when printing
1469 a variable which could return NULL.
1470 * gdbarch.c: Regenerate.
1471
1472 2012-10-10 Joel Brobecker <brobecker@adacore.com>
1473 Tom Tromey <tromey@redhat.com>
1474
1475 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
1476 inneffective if condition by gdb assertion. Add function
1477 description comment.
1478
1479 2012-10-19 Joel Brobecker <brobecker@adacore.com>
1480
1481 * parser-defs.h (struct exp_descriptor): Document constraint
1482 on return value for "op_name" callbacks.
1483
1484 2012-10-18 Tom Tromey <tromey@redhat.com>
1485
1486 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
1487 * symtab.c (iterate_over_some_symtabs): Constify.
1488 * source.h (symtab_to_fullname): Return 'const char *'.
1489 * source.c (symtab_to_fullname): Return 'const char *'.
1490 * python/py-symtab.c (stpy_fullname): Constify.
1491 * cli/cli-cmds.c (edit_command): Constify.
1492 * breakpoint.c (print_breakpoint_location)
1493 (update_static_tracepoint): Constify.
1494
1495 2012-10-18 Tom Tromey <tromey@redhat.com>
1496
1497 * breakpoint.c (compare_breakpoints): Fix comparison.
1498
1499 2012-10-18 Tom Tromey <tromey@redhat.com>
1500
1501 * valprint.c (generic_emit_char, generic_printstr): Pass size of
1502 gdb_wchar_t to convert_between_encodings.
1503
1504 2012-10-17 Yao Qi <yao@codesourcery.com>
1505
1506 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
1507 more parameter 'inferior'.
1508 * corefile.c (write_memory_with_notification): Caller update.
1509
1510 * mi/mi-cmd-var.c: Include "mi-main.h".
1511 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
1512 to 1 and restore it later.
1513 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
1514 and "data-write-memory-bytes.
1515 * mi/mi-interp.c: Include objfiles.h.
1516 (mi_interpreter_init): Call observer_attach_memory_changed.
1517 (mi_memory_changed): New.
1518 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
1519 New field.
1520
1521 * NEWS: Mention new MI notification "memory-changed".
1522
1523 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1524
1525 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
1526
1527 2012-10-15 Doug Evans <dje@google.com>
1528
1529 New option -nh: inhibit loading of ~/.gdbinit.
1530 * NEWS: Mention -nh.
1531 * main.c (captured_main): Recognize and process -nh.
1532 (print_gdb_help): Mention -nh.
1533 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
1534
1535 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
1536
1537 PR backtrace/14646
1538 PR gdb/14647
1539 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
1540 pc_regnum_from_eax.
1541 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
1542 nor pc_regnum_from_eax.
1543 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
1544 nor pc_regnum_from_eax.
1545
1546 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1547
1548 Fix entry values resolving in inlined frames.
1549 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
1550 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
1551 entries of FRAME.
1552
1553 2012-10-15 Joel Brobecker <brobecker@adacore.com>
1554
1555 * configure.ac: Build with -DMS_WIN64 if building with Python
1556 enabled using GCC on amd64-windows.
1557 * configure: Regenerate.
1558
1559 2012-10-15 Tom Tromey <tromey@redhat.com>
1560
1561 PR python/14635:
1562 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
1563 to Py_None.
1564
1565 2012-10-15 Tom Tromey <tromey@redhat.com>
1566
1567 PR python/14634:
1568 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
1569
1570 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
1571
1572 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
1573 reset thread numbering back to 1.
1574
1575 2012-10-11 Doug Evans <dje@google.com>
1576
1577 PR breakpoints/14643.
1578 * linespec.c (struct ls_parser): New member keyword_ok.
1579 (linespec_lexer_lex_string): Add comment.
1580 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
1581 for one.
1582 (parse_linespec): Set keyword_ok.
1583
1584 2012-10-10 Doug Evans <dje@google.com>
1585
1586 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
1587 "0x" prefix on address in log message.
1588
1589 * dwarf2read.c (read_1_byte): Add const to buf parameter.
1590 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
1591 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
1592 (lookup_dwo_file): Add const to dwo_name parameter.
1593 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1594
1595 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1596
1597 Fix crash during stepping on ppc32.
1598 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
1599 SYM.
1600
1601 2012-10-03 Doug Evans <dje@google.com>
1602
1603 PR symtab/14601
1604 * buildsym.c (buildsym_init): Reset using_directives to NULL.
1605
1606 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
1607
1608 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
1609 output and use uint32_t not long to ensure 4 byte size.
1610
1611 2012-10-02 Joel Brobecker <brobecker@adacore.com>
1612
1613 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
1614 unref'ed it.
1615
1616 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
1617
1618 * target.c (simple_search_memory): Include access length in
1619 warning message.
1620
1621 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
1622 Edjunior Machado <emachado@linux.vnet.ibm.com>
1623
1624 PR gdb/13989
1625 * solib.c (solib_find): Prevent GDB from loading native libraries when
1626 debugging a cross-target corefile.
1627
1628 2012-09-28 selven <pcthegreat@gmail.com>
1629
1630 Make definition match declaration.
1631
1632 * regcache.c (regcache_register_status): Change return type to
1633 enum register_status.
1634
1635 2012-09-28 Yao Qi <yao@codesourcery.com>
1636
1637 * mi/mi-main.c (mi_cmd_data_write_memory): Call
1638 write_memory_with_notification instead of write_memory.
1639 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1640 instead of target_write_memory.
1641
1642 2012-09-28 Yao Qi <yao@codesourcery.com>
1643
1644 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1645 when the length of content is not an even number.
1646
1647 2012-09-27 Tom Tromey <tromey@redhat.com>
1648
1649 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1650 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1651
1652 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1653
1654 * sol-thread.c (sol_thread_fetch_registers)
1655 (sol_thread_store_registers): Delete commented out code.
1656
1657 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1658
1659 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1660 Move these functions to sparc-sol-thread.c.
1661 * sparc-sol-thread.c: New file.
1662 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1663 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1664 configurations.
1665 * configure: Regenerate.
1666
1667 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1668
1669 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1670 Remove commented-out code.
1671
1672 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1673
1674 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1675 Enable this code for sparc hosts only.
1676
1677 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1678
1679 * procfs.h (procfs_find_LDT_entry): Add declaration.
1680 * sol-thread.c (ps_lgetLDT): Delete local declaration of
1681 function procfs_find_LDT_entry.
1682
1683 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1684
1685 * procfs.c (proc_get_LDT_entry): Make static.
1686
1687 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1688
1689 * procfs.c (proc_find_memory_regions): Fix declaration.
1690
1691 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1692
1693 * amd64-tdep.c (amd64_return_value): Revert previous change
1694 that used TYPE_LENGTH directly.
1695 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1696 (bfin_store_return_value): Likewise.
1697 * cris-tdep.c (cris_store_return_value): Likewise.
1698 (cris_extract_return_value): Likewise.
1699 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1700 * hppa-tdep.c (hppa64_return_value): Likewise.
1701 * lm32-tdep.c (lm32_store_return_value): Likewise.
1702 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1703 * spu-tdep.c (spu_value_from_register): Likewise.
1704 * vax-tdep.c (vax_return_value): Likewise.
1705
1706 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1707
1708 * gdbtypes.c (lookup_array_range_type): Expand parameters
1709 LOW_BOUND and HIGH_BOUND to LONGEST.
1710 (lookup_string_range_type): Likewise.
1711 * gdbtypes.h (lookup_array_range_type): Likewise.
1712 (lookup_string_range_type): Likewise.
1713 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1714 Expand HIGHBOUND to ssize_t.
1715 (value_string): Likewise.
1716 * value.h (value_cstring): Expand parameter LEN to ssize_t.
1717 (value_string): Likewise.
1718
1719 2012-09-27 Yao Qi <yao@codesourcery.com>
1720
1721 PR breakpoints/13898
1722 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1723 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1724 per breakpoint type.
1725
1726 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1727
1728 * procfs.c: Add gdb_bfd header.
1729 * rs6000-nat.c: Likewise.
1730 * solib-pa64.c: Likewise.
1731 * spu-linux-nat.c: Likewise.
1732 * windows-nat.c: Likewise.
1733
1734 2012-09-26 Tom Tromey <tromey@redhat.com>
1735
1736 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1737
1738 2012-09-26 Tom Tromey <tromey@redhat.com>
1739
1740 * dwarf2read.c (mark_common_block_symbol_computed): New function.
1741 (read_common_block): Handle child DIEs with
1742 DW_AT_data_member_location.
1743 (new_symbol_full): Add special case for common blocks.
1744
1745 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1746 Tom Tromey <tromey@redhat.com>
1747
1748 * dwarf2read.c (read_common_block): Rewrite.
1749 (new_symbol_full): Handle DW_TAG_common_block.
1750 * f-lang.c (head_common_list, find_common_for_function):
1751 Remove.
1752 * f-lang.h (struct common_entry, struct saved_f77_common,
1753 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1754 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1755 BLANK_COMMON_NAME_LOCAL): Remove.
1756 (struct common_block): New.
1757 * f-valprint.c (list_all_visible_commons): Remove.
1758 (info_common_command_for_block): New function.
1759 (info_common_command): Use it.
1760 * stack.c (iterate_over_block_locals): Special case for
1761 COMMON_BLOCK_DOMAIN.
1762 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1763 constant.
1764 (struct general_symbol_info) <value.common_block>: New field.
1765 (SYMBOL_VALUE_COMMON_BLOCK): New define.
1766
1767 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1768 Tom Tromey <tromey@redhat.com>
1769
1770 * f-lang.c (allocate_saved_bf_node,
1771 allocate_saved_function_node, allocate_saved_f77_common_node,
1772 allocate_common_entry_node, tail_common_list, current_common,
1773 saved_bf_list, saved_bf_list_end, current_head_bf_list,
1774 tmp_bf_ptr, add_common_block, add_common_entry,
1775 find_first_common_named, patch_common_entries,
1776 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1777 global_remote_debug, get_bf_for_fcn, saved_function_list,
1778 saved_function_list_end, clear_function_list, struct saved_fcn,
1779 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1780 SAVED_BF, SAVED_BF_PTR): Remove.
1781 * f-lang.h (tail_common_list, current_common,
1782 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1783 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1784 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1785 real_main_c_value): Remove.
1786 * f-valprint.c (there_is_a_visible_common_named): Remove.
1787
1788 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
1789
1790 * breakpoint.c (update_global_location_list): Ignore previous
1791 duplicate status of a breakpoint when starting a new scan for
1792 duplicate breakpoints.
1793
1794 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
1795 PR breakpoints/14419
1796 * arm-tdep.c (arm_skip_prologue): Extending producer check to
1797 support LLVM compiler.
1798
1799 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1800
1801 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1802 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1803 (bfin_store_return_value): Likewise.
1804 * cris-tdep.c (cris_store_return_value): Likewise.
1805 (cris_extract_return_value): Likewise.
1806 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1807 * hppa-tdep.c (hppa64_return_value): Likewise.
1808 * lm32-tdep.c (lm32_store_return_value): Likewise.
1809 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1810 * spu-tdep.c (spu_value_from_register): Likewise.
1811 * vax-tdep.c (vax_return_value): Likewise.
1812
1813 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1814
1815 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1816 parameter LEN to ssize_t.
1817
1818 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1819
1820 * ada-valprint.c (ada_val_print_1): Eliminate single-use
1821 variable LEN.
1822 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1823 directly.
1824 (alpha_store_return_value): Likewise.
1825 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1826 (amd64_push_arguments): Likewise.
1827 * ax-gdb.c (gen_trace_static_fields): Likewise.
1828 (gen_traced_pop): Likewise.
1829 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1830 * breakpoint.c (update_watchpoint): Likewise.
1831 * findcmd.c (parse_find_args): Use local variable for type
1832 instead of length.
1833 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1834 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1835 (h8300_store_return_value): Likewise.
1836 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1837 Use i386_darwin_arg_type_alignment directly.
1838 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1839 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1840 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1841 (m68hc11_extract_return_value): Likewise.
1842 * mep-tdep.c (mep_push_dummy_call): Likewise.
1843 * printcmd.c (float_type_from_length): Likewise.
1844 * s390-tdep.c (s390_value_from_register): Likewise.
1845 * stack.c (read_frame_arg): Likewise.
1846 * tracepoint.c (encode_actions_1): Likewise.
1847 * valops.c (value_fetch_lazy): Use local variable for type
1848 instead of length. Use TYPE_LENGTH directly.
1849 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1850
1851 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1852
1853 * symtab.c (skip_prologue_sal): Fix typo in comment.
1854
1855 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1856
1857 * linespec.c (create_sals_line_offset): Fix typo in comment.
1858
1859 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1860
1861 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1862 use plongest to print the array size.
1863
1864 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1865
1866 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1867 * p-valprint.c (pascal_type_print_base): Likewise.
1868
1869 2012-09-22 Yao Qi <yao@codesourcery.com>
1870
1871 * remote.c (remote_get_trace_status): Remove setting default
1872 values of fields of 'ts'.
1873
1874 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1875
1876 Fix internal error on canonicalization of clang types.
1877 * cp-name-parser.y (operator): New comment at make_operator call for
1878 new, delete, new[] and delete[].
1879 (exp): Use "sizeof ". Add new comment at make_operator call.
1880
1881 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1882
1883 Fix disassemble without parameters in tailcall frame.
1884 * cli/cli-cmds.c (disassemble_current_function): Use
1885 get_frame_address_in_block.
1886
1887 2012-09-21 Tom Tromey <tromey@redhat.com>
1888
1889 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1890 TYPE_CODE_UNION>: Unify, removing a goto.
1891
1892 2012-09-21 Tom Tromey <tromey@redhat.com>
1893
1894 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1895
1896 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
1897
1898 * findvar.c (read_frame_register_value): Mark the result value as
1899 optimized out if any of the input registers have been optimized out.
1900
1901 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
1902
1903 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1904
1905 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
1906
1907 * eval.c (evaluate_subexp_standard): Eliminate single-use
1908 variable LOWER.
1909
1910 2012-09-21 Yao Qi <yao@codesourcery.com>
1911
1912 * mi/mi-interp.c: Declare mi_record_changed.
1913 (mi_interpreter_init): Call observer_attach_record_changed.
1914 (mi_record_changed): New.
1915 * record.c (record_open): Call observer_notify_record_changed.
1916 (cmd_record_stop): Call observer_notify_record_changed.
1917 * NEWS: Mention it.
1918
1919 2012-09-20 Tom Tromey <tromey@redhat.com>
1920
1921 * NEWS: Update.
1922 * python/python.c (finalize_python): New function.
1923 (_initialize_python): Make a final cleanup.
1924
1925 2012-09-19 Doug Evans <dje@google.com>
1926
1927 * buildsym.h (param_symbols): Delete, unused.
1928 (context_stack): Delete member "params", unused.
1929 * buildsym.c (push_context): Update.
1930 * dwarf2read.c (read_func_scope): Update.
1931
1932 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1933
1934 * sh-tdep.c (sh_register_convert_to_virtual)
1935 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
1936 all callers. Just do a memcpy if not the little-endian case.
1937
1938 * h8300-tdep.c (h8300_gdbarch_init): Invoke
1939 set_gdbarch_double_format and set_gdbarch_long_double_format.
1940 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1941 set_gdbarch_double_format.
1942 * sh-tdep.c (sh_gdbarch_init): Likewise.
1943
1944 * NEWS: Document the removal of SH's 'regs' command.
1945 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1946 command.
1947
1948 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1949
1950 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1951 `jump'.
1952
1953 2012-09-18 Joel Brobecker <brobecker@adacore.com>
1954
1955 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1956 language when iterating over symbols.
1957
1958 2012-09-18 Yao Qi <yao@codesourcery.com>
1959
1960 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1961 (mi_interpreter_init): Call observer_attach_tsv_created and
1962 observer_attach_tsv_deleted.
1963 (mi_tsv_created, mi_tsv_deleted): New.
1964 * tracepoint.c (delete_trace_state_variable): Call
1965 observer_notify_tsv_deleted.
1966 (trace_variable_command): Call observer_notify_tsv_created.
1967 (delete_trace_variable_command): Call
1968 observer_notify_tsv_deleted.
1969 (create_tsv_from_upload): Call observer_notify_tsv_created.
1970 * NEWS: Mention it.
1971
1972 2012-09-18 Yao Qi <yao@codesourcery.com>
1973
1974 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1975 if traceframe changed.
1976 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1977 "trace-find".
1978 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1979 (mi_interpreter_init): Hook mi_traceframe_changed to observer
1980 'traceframe_changed'.
1981 (mi_traceframe_changed): New.
1982 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1983 New field.
1984 * NEWS: Mention the new MI notification.
1985
1986 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
1987
1988 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1989
1990 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1991
1992 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1993 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
1994 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1995 Extend code also for PaX support. Convert all gdb_assert to warning
1996 calls.
1997
1998 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1999
2000 Implement auto-load user conveniences suggested by Doug Evans.
2001 * auto-load.c: Include top.h.
2002 (file_is_auto_load_safe): New variable advice_printed. Print advice.
2003 (_initialize_auto_load): New variable scripts_directory_help. Mention
2004 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
2005 scripts-directory. Document in online help one can use also files for
2006 set auto-load safe-path.
2007 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
2008 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
2009
2010 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2011
2012 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
2013 of LEN.
2014
2015 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2016
2017 * m2-valprint.c (m2_print_array_contents): Eliminate variable
2018 ELTLEN and use TYPE_LENGTH directly.
2019 (m2_val_print): Likewise.
2020 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
2021 variable LEN and use TYPE_LENGTH directly.
2022 (m68k_svr4_store_return_value): Likewise.
2023 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
2024 ARGLEN and use TYPE_LENGTH directly.
2025 (mips_o64_push_dummy_call): Likewise.
2026 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
2027 variable LENGTH and use TYPE_LENGTH directly.
2028 (s390_function_arg_float): Likewise.
2029 (s390_function_arg_integer): Likewise.
2030 (s390_push_dummy_call): Likewise.
2031 (s390_return_value_convention): Likewise.
2032 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
2033 TYPE_LENGTH directly.
2034
2035 2012-09-17 Yao Qi <yao@codesourcery.com>
2036
2037 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
2038 Update comment to add_setshow_integer_cmd.
2039 * cli/cli-setshow.c (do_set_command): Handle case
2040 'var_zuinteger_unlimited'.
2041 (do_show_command): Likewise.
2042 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2043 for command 'remotetimeout'.
2044 * command.h (enum var_types): New zuinteger_unlimited. Update comment
2045 to var_integer.
2046 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
2047 for command 'set listsize'.
2048
2049 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2050
2051 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2052 variable LEN.
2053
2054 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2055
2056 PR 14119
2057 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2058 (frame_pop): Drop also TAILCALL_FRAME frames.
2059 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2060
2061 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2062 Pedro Alves <palves@redhat.com>
2063
2064 PR 14548
2065 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2066 function start if we are already at function start. Both for
2067 reverse-next and for reverse-step into function without line number
2068 info.
2069
2070 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2071
2072 Code cleanup - rename 'inline' depth to 'artificial' depth.
2073 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2074 frame_id_artificial_p, extend the comment.
2075 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2076 * frame.c (fprint_frame_id): Rename at a user, change debug output
2077 text to "artificial=".
2078 (skip_inlined_frames): Rename to ...
2079 (skip_artificial_frames): ... here. Extend the comment.
2080 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2081 (frame_id_inlined_p): Rename to ...
2082 (frame_id_artificial_p): ... here. Rename at a user.
2083 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2084 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2085 at a user.
2086 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2087 Extend the comment.
2088 (frame_id_inlined_p): Rename to ...
2089 (frame_id_artificial_p): ... here.
2090 * inline-frame.c (inline_frame_this_id): Rename at a user.
2091
2092 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
2093
2094 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2095 vector variables using vector_size syntax rather than array
2096 syntax.
2097
2098 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2099
2100 * valarith.c (value_concat): Replace unsafe ALLOCA with
2101 XMALLOC/XFREE.
2102
2103 2012-09-14 Pedro Alves <palves@redhat.com>
2104
2105 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2106
2107 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
2108
2109 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2110 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2111 data-directory as appropriate.
2112
2113 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2114
2115 * printcmd.c (ui_printf): Eliminate single-use variable
2116 PARAM_LEN.
2117
2118 2012-09-14 Yao Qi <yao@codesourcery.com>
2119 Pedro Alves <palves@redhat.com>
2120
2121 * valops.c (value_assign): Move observer_notify_target_changed
2122 below to replace reinit_frame_cache.
2123
2124 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
2125
2126 Refactor Python "gdb" module into a proper Python package, by
2127 introducing a new "_gdb" module for code implemented in C, and
2128 using reload/__import__ instead of exec.
2129 * python/lib/gdb/__init__.py: Import * from _gdb.
2130 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2131 prompt_hook, sys.argv): Moved from finish_python_initialization.
2132 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2133 (packages, auto_load_packages): New list and function replacing
2134 module_dict and auto-loading code, using __file__ instead of
2135 gdb.PYTHONDIR and reload/__import__ instead of exec.
2136 (GdbSetPythonDirectory): Replacing function of the same name
2137 from finish_python_initialization, using reload/__import__ instead
2138 of exec, as well as call auto_load_packages.
2139 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2140 gdb_python_module and not gdb_module.
2141 * python/python-internal.h (gdb_python_module): Declare.
2142 * python/python.c (gdb_python_module): New global.
2143 (before_prompt_hook): Check gdb_python_module and not gdb_module.
2144 (_initialize_python): Rename gdb module to _gdb.
2145 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2146 (finish_python_initialization): Move Python code to
2147 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2148 __main__.
2149
2150 2012-09-13 Pedro Alves <palves@redhat.com>
2151
2152 * Makefile.in (COMMON_OBS): Add registry.o.
2153 * registry.c: New file.
2154 * registry.h (struct registry_container): Declare.
2155 (registry_data_callback): New typedef.
2156 (struct registry_data, struct registry_data_registration, struct
2157 registry_data_registry): New type.
2158 (register_data_with_cleanup, registry_alloc_data)
2159 (registry_callback_adaptor, registry_clear_data)
2160 (registry_container_free_data, registry_set_data, registry_data):
2161 Declare.
2162 (DEFINE_REGISTRY): Refactor structures and functions as shims over
2163 the new common structures and functions.
2164 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
2165 callback typedefs.
2166
2167 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
2168
2169 * remote.c (remote_insert_hw_breakpoint): Throw exception if
2170 there is an error inserting hardware breakpoints and use the
2171 error message from the target.
2172
2173 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
2174 Catch this exception and print the error message contained within. Do not
2175 print the default hardware error breakpoint message in this case.
2176
2177 2012-09-12 Doug Evans <dje@google.com>
2178
2179 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2180 cu == NULL.
2181
2182 2012-09-11 Doug Evans <dje@google.com>
2183
2184 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
2185 .gdb_index symbol attributes if there are none.
2186
2187 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2188
2189 * symtab.h (struct minimal_symbol) [has_size]: New field.
2190 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
2191 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
2192 * printcmd.c (build_address_symbolic): Only filter out zero-sized
2193 minimal symbols if the symbol's size is actually known.
2194 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
2195 of msymbol's size field. Add comment.
2196 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2197 SET_MSYMBOL_SIZE to set the minimal symbol size.
2198
2199 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2200
2201 * minsyms.c (install_minimal_symbols): Use memset to fill entire
2202 minimal_symbol struct object, rather than setting some of its
2203 fields one by one.
2204
2205 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
2206
2207 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2208 passed_a_ptr flag when displaying typedef types.
2209
2210 2012-09-10 Joel Brobecker <brobecker@adacore.com>
2211
2212 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2213 the optimized_out flag is preserved.
2214
2215 2012-09-10 Anthony Green <green@moxielogic.com>
2216
2217 * moxie-tdep.c (moxie_analyze_prologue): Update for function
2218 prologue changes in GCC.
2219
2220 2012-09-10 Keith Seitz <keiths@redhat.com>
2221
2222 PR gdb/13483
2223 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2224 (BOOL_CONVERSION_BADNESS): ... this.
2225 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2226 (rank_one_type): Allow all boolean conversions
2227 permitted by the standard.
2228
2229 2012-09-06 Tom Tromey <tromey@redhat.com>
2230
2231 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2232 Don't decref py_objfile.
2233
2234 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
2235
2236 Do not enable -lmcheck by default when Python is enabled with
2237 threading support.
2238 * configure.ac: (python_has_threads) New variable, by testing
2239 if WITH_THREAD is defined in Python.h.
2240 Move --enable-lmcheck after --with-python.
2241 Do not enable -lmcheck by default if python_has_threads=yes.
2242 Warn if --enable-lmcheck and python_has_threads=yes.
2243 * configure: Regenerate.
2244
2245 2012-08-31 Yao Qi <yao@codesourcery.com>
2246
2247 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
2248 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
2249 Update some commands.
2250 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
2251 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
2252 to 1.
2253
2254 2012-08-31 Yao Qi <yao@codesourcery.com>
2255
2256 * mi/mi-cmds.c (mi_cmds): Add 'static'.
2257
2258 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
2259
2260 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
2261
2262 2012-08-29 Doug Evans <dje@google.com>
2263
2264 * main.c (print_gdb_help): Remove reference to
2265 --use-deprecated-index-sections.
2266
2267 2012-08-28 Yao Qi <yao@codesourcery.com>
2268
2269 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
2270 (init_cmds): Call add_setshow_uinteger_cmd for command
2271 'max-user-call-depth'.
2272 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
2273 declaration of 'max_user_call_depth'.
2274 * frame.c (backtrace_limit): Add 'unsigned'.
2275 (_initialize_frame): Call add_setshow_uinteger_cmd for command
2276 'limit'.
2277 * remote.c (remoteaddresssize): Add 'unsigned'.
2278 (remote_address_masked): Change local var 'address_size' to
2279 'unsigned'.
2280 (_initialize_remote): Call add_setshow_uinteger_cmd for
2281 'remoteaddresssize'.
2282 * top.c (history_size): Add 'unsigned'.
2283 (show_commands): Change local variables to 'unsigned'.
2284 (set_history_size_command): Don't check history_size is negative.
2285 Adjust the condition to call unstifle_history and set history_size
2286 to UNIT_MAX.
2287
2288 2012-08-28 Pedro Alves <palves@redhat.com>
2289
2290 PR gdb/14428
2291
2292 * infcmd.c (default_print_one_register_info): New, factored out
2293 from default_print_registers_info.
2294 (default_print_registers_info): Use it. Mark value unavailable if
2295 necessary.
2296 (registers_info): Print user registers with
2297 default_print_one_register_info.
2298
2299 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
2300
2301 PR tui/14486
2302 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
2303 is not NULL before referencing it.
2304
2305 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2306
2307 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
2308 variable pc. Call find_pc_line instead of find_pc_overlay, restore
2309 original PC for it.
2310
2311 2012-08-27 Eli Zaretskii <eliz@gnu.org>
2312 Jan Kratochvil <jan.kratochvil@redhat.com>
2313
2314 * auto-load.c (auto_load_objfile_script): Rename to ...
2315 (auto_load_objfile_script_1): ... here, change variable realname to
2316 parameter realname, document it, add return value, add variable retval.
2317 (auto_load_objfile_script): New function.
2318
2319 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2320
2321 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
2322 followed by a whitespace.
2323
2324 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2325
2326 PR gdb/14494.
2327 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
2328 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
2329 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
2330 here.
2331
2332 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
2333
2334 * memattr.c (create_mem_region): Fix memory region overlapping
2335 checking.
2336
2337 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
2338
2339 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
2340 with xmalloc/cleanup.
2341 * mt-tdep.c (mt_push_dummy_call): Likewise.
2342 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2343 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2344
2345 2012-08-24 Yao Qi <yao@codesourcery.com>
2346
2347 * jv-exp.y (push_expression_name): Add "." at the end of error
2348 message.
2349
2350 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2351
2352 Document how to return from "python-interactive" to GDB.
2353 * python/python.c (_initialize_python): Update documentation.
2354
2355 2012-08-23 Pedro Alves <palves@redhat.com>
2356
2357 * infrun.c (_initialize_infrun) <handle command help text>:
2358 Mention that multiple signals are supported.
2359
2360 2012-08-23 Pedro Alves <palves@redhat.com>
2361
2362 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
2363 string.
2364
2365 2012-08-23 Yao Qi <yao@codesourcery.com>
2366
2367 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
2368 (tfind_1): Don't call registers_changed, set_traceframe_num,
2369 and clear_traceframe_info.
2370 Call set_current_traceframe.
2371 (set_current_traceframe): call set_traceframe_num.
2372
2373 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
2374
2375 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
2376 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
2377
2378 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2379
2380 Enable readline in Python in a GDB-specific way and block the
2381 standard Python readline module to prevent conflicts with GDB.
2382 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
2383 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
2384 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
2385 * python/py-gdb-readline.c: New file.
2386 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
2387 prototype.
2388 * python/python.c (_initialize_python): Call
2389 gdbpy_initialize_gdb_readline.
2390
2391 2012-08-22 Keith Seitz <keiths@redhat.com>
2392
2393 * defs.h: Include build-gnulib/config.h
2394
2395 2012-08-22 Joseph Myers <joseph@codesourcery.com>
2396
2397 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
2398 and blx pc.
2399
2400 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2401
2402 Add a new "python-interactive" command that starts a standard
2403 Python interactive prompt with "pi" as alias, and add "py" as
2404 an alias to "python".
2405 * NEWS: Mention the new commands.
2406 * python/python.c (eval_python_command): New function.
2407 (python_interactive_command): For "python-interactive" with
2408 arguments, call eval_python_command. For "python-interactive"
2409 without arguments, call PyRun_InteractiveLoop.
2410 (_initialize_python): Add "python-interactive" command with
2411 "pi" as alias, and add "py" as an alias to "python".
2412
2413 2012-08-22 Tom Tromey <tromey@redhat.com>
2414
2415 * defs.h (quit_flag): Don't declare.
2416 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
2417 (QUIT): Use new functions.
2418 * event-top.c (command_handler): Use clear_quit_flag.
2419 (handle_sigint): Use set_quit_flag.
2420 (async_request_quit): Use check_quit_flag. Don't check
2421 immediate_quit.
2422 * exceptions.c (throw_exception): Use clear_quit_flag.
2423 * main.c (captured_main): Use clear_quit_flag.
2424 * python/python.c (clear_quit_flag, set_quit_flag)
2425 (check_quit_flag): New functions.
2426 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
2427 clear_quit_flag.
2428 * remote.c (remote_wait_as): Use check_quit_flag,
2429 clear_quit_flag.
2430 (remote_start_remote): Call QUIT.
2431 * symfile.c (load_progress): Use check_quit_flag.
2432 * top.c (command_loop): Use clear_quit_flag.
2433 (command_line_input): Call QUIT.
2434 * utils.c (quit_flag): Conditionally define.
2435 (clear_quit_flag, check_quit_flag, set_quit_flag): New
2436 functions.
2437 (prompt_for_continue): Call QUIT. Use quit, not
2438 async_request_quit.
2439 * remote-mips.c (mips_expect_timeout): Call QUIT.
2440 * monitor.c (monitor_expect): Call QUIT.
2441
2442 2012-08-22 Tom Tromey <tromey@redhat.com>
2443
2444 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
2445 (async_init_signals): Update.
2446 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
2447 (SIGWINCH_HANDLER_BODY): Remove.
2448
2449 2012-08-22 Tom Tromey <tromey@redhat.com>
2450
2451 * jit.c (jit_object_close_impl): Don't malloc the objfile
2452 name.
2453 * objfiles.c (allocate_objfile): Don't malloc the objfile
2454 name.
2455 (free_objfile): Don't free the objfile name.
2456 * objfiles.h (struct objfile) <name>: Update comment.
2457 * symfile.c (reread_symbols): Fix reference counting. Don't
2458 malloc objfile name.
2459
2460 2012-08-22 Tom Tromey <tromey@redhat.com>
2461
2462 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2463 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
2464 (symfile_bfd_open): Likewise.
2465 (generic_load): Likewise.
2466 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
2467 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2468 gdb_bfd_open.
2469 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2470 Use gdb_bfd_open.
2471 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
2472 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
2473 (pmon_load_fast): Likewise.
2474 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
2475 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
2476 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
2477 (macho_check_dsym): Likewise.
2478 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
2479 (m32r_upload_command): Likewise.
2480 * gdb_bfd.h (gdb_bfd_cache): Declare.
2481 * gdb_bfd.c (struct gdb_bfd_data): New.
2482 (gdb_bfd_cache): New global.
2483 (struct gdb_bfd_cache_search): New.
2484 (hash_bfd): New function.
2485 (eq_bfd): Likewise.
2486 (gdb_bfd_open): Likewise.
2487 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
2488 (gdb_bfd_unref): Remove closed BFD from cache. Update for
2489 gdb_bfd_data.
2490 * exec.c (exec_file_attach): Use gdb_bfd_open.
2491 * dsrec.c (load_srec): Use gdb_bfd_open.
2492
2493 2012-08-22 Tom Tromey <tromey@redhat.com>
2494
2495 * dwarf2read.c (macro_start_file): Update.
2496 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
2497 (free_objfile_per_bfd_storage): Destroy macro_cache.
2498 (allocate_objfile, free_objfile): Update.
2499 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
2500 New field.
2501 (struct objfile) <macro_cache>: Remove.
2502 * symfile.c (reread_symbols): Update.
2503 * symmisc.c (print_symbol_bcache_statistics): Update.
2504 (print_objfile_statistics): Update.
2505
2506 2012-08-22 Tom Tromey <tromey@redhat.com>
2507
2508 * elfread.c (elf_symtab_read): Update.
2509 * objfiles.c (objfiles_bfd_data): New global.
2510 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
2511 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
2512 (allocate_objfile, free_objfile): Update.
2513 (_initialize_objfiles): Initialize objfiles_bfd_data.
2514 * objfiles.h (struct objfile_per_bfd_storage): New.
2515 (struct objfile) <per_bfd>: New field.
2516 <filename_cache>: Remove.
2517 (set_objfile_per_bfd): Declare.
2518 * symfile.c (reread_symbols): Update. Call
2519 set_objfile_per_bfd.
2520 (allocate_symtab): Update.
2521 * symmisc.c (print_symbol_bcache_statistics): Update.
2522 (print_objfile_statistics): Print the size of the BFD obstack.
2523
2524 2012-08-22 Tom Tromey <tromey@redhat.com>
2525
2526 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
2527 * gdb_bfd.c: Use DEFINE_REGISTRY.
2528 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
2529 (gdb_bfd_ref): Call bfd_alloc_data.
2530 (gdb_bfd_unref): Call bfd_free_data.
2531
2532 2012-08-22 Tom Tromey <tromey@redhat.com>
2533
2534 * registry.h (struct registry_fields): New.
2535 (REGISTRY_FIELDS): Redefine.
2536 (REGISTRY_ACCESS_FIELD): New macro.
2537 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
2538 functions.
2539
2540 2012-08-22 Tom Tromey <tromey@redhat.com>
2541
2542 * auto-load.c (_initialize_auto_load): Update.
2543 * solib-svr4.c (_initialize_svr4_solib): Update
2544 * solib-dsbt.c (_initialize_dsbt_solib): Update.
2545 * solib-darwin.c (_initialize_darwin_solib): Update.
2546 * registry.h: New file.
2547 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
2548 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
2549 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
2550 (register_program_space_data_with_cleanup)
2551 (register_program_space_data, program_space_alloc_data)
2552 (clear_program_space_data, set_program_space_data)
2553 (program_space_data): Don't declare.
2554 * progspace.c: Use DEFINE_REGISTRY.
2555 (struct program_space_data, struct
2556 program_space_data_registration, struct
2557 program_space_data_registry, program_space_data_registry)
2558 (register_program_space_data_with_cleanup)
2559 (register_program_space_data, program_space_alloc_data)
2560 (program_space_free_data, clear_program_space_data)
2561 (set_program_space_data, program_space_data): Remove.
2562 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
2563 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
2564 (register_objfile_data_with_cleanup, register_objfile_data)
2565 (clear_objfile_data, set_objfile_data, objfile_data): Don't
2566 declare.
2567 * objfiles.c: Use DEFINE_REGISTRY.
2568 (struct objfile_data, struct objfile_data_registration, struct
2569 objfile_data_registry, objfile_data_registry)
2570 (register_objfile_data_with_cleanup, register_objfile_data)
2571 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
2572 (set_objfile_data, objfile_data): Remove.
2573 (_initialize_objfiles): Update.
2574 * jit.c (_initialize_jit): Update.
2575 * inflow.c (_initialize_inflow): Update.
2576 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
2577 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
2578 (register_inferior_data_with_cleanup, register_inferior_data)
2579 (clear_inferior_data, set_inferior_data, inferior_data): Don't
2580 declare.
2581 * inferior.c: Use DEFINE_REGISTRY.
2582 (struct inferior_data, struct inferior_data_registration, struct
2583 inferior_data_registry, inferior_data_registry)
2584 (register_inferior_data_with_cleanup, register_inferior_data)
2585 (inferior_alloc_data, inferior_free_data clear_inferior_data)
2586 (set_inferior_data, inferior_data): Remove.
2587 * auxv.c (_initialize_auxv): Update.
2588 * ada-lang.c (_initialize_ada_language): Update.
2589 * breakpoint.c (_initialize_breakpoint): Update.
2590 * i386-nat.c (i386_use_watchpoints): Update.
2591
2592 2012-08-22 Tom Tromey <tromey@redhat.com>
2593
2594 * exec.c (exec_close, exec_file_attach): Update.
2595 (add_to_section_table): Initialize 'key' field.
2596 (add_target_sections, remove_target_sections): Add 'key' argument.
2597 * exec.h (add_target_sections, remove_target_sections): Add
2598 'key' argument.
2599 * solib.c (solib_map_sections, update_solib_list, clear_solib)
2600 (reload_shared_libraries_1): Update.
2601 * target.h (struct target_section) <key>: New field.
2602
2603 2012-08-22 Tom Tromey <tromey@redhat.com>
2604
2605 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2606
2607 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
2608
2609 * symfile.c (allocate_symtab): Use host_address_to_string
2610 function instead of cast of pointer to long which is not
2611 compatible with x86_64-w64-mingw32 build.
2612
2613 2012-08-19 Andrew Pinski <apinski@cavium.com>
2614
2615 * mips-tdep.c (is_octeon): New function.
2616 (is_octeon_bbit_op): New function.
2617 (mips32_next_pc): Handle Octeon's bbit instructions.
2618 (mips32_instruction_has_delay_slot): Likewise.
2619
2620 2012-08-19 Andrew Pinski <apinski@cavium.com>
2621
2622 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
2623 before the function.
2624
2625 2012-08-19 Andrew Pinski <apinski@cavium.com>
2626
2627 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2628
2629 2012-08-19 Keith Seitz <keiths@redhat.com>
2630
2631 PR c++/14365
2632 * c-typeprint.c (c_type_print_varspec_prefix): Pass
2633 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2634
2635 2012-08-18 Eli Zaretskii <eliz@gnu.org>
2636
2637 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2638 The typo broke "make TAGS".
2639
2640 2012-08-17 Joel Brobecker <brobecker@adacore.com>
2641
2642 GDB 7.5 released.
2643
2644 2012-08-17 Keith Seitz <keiths@redhat.com>
2645
2646 PR c++/13356
2647 * gdbtypes.c (strict_type_checking): New variable.
2648 (show_strict_type_checking): New function.
2649 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2650 if strict type checking is disabled.
2651 (_initialize_gdbtypes): Add "check type" subcommand.
2652 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2653
2654 2012-08-17 Keith Seitz <keiths@redhat.com>
2655
2656 * language.h (type_mode): Remove.
2657 (type_check): Remove.
2658 (struct language_defn): Remove la_type_check.
2659 (STRICT_TYPE): Remove unused macro.
2660 (type_error): Remove.
2661 * language.c (set_type_range_case): Renamed to ...
2662 (set_range_case): ... this. Update all callers.
2663 Remove type_mode/type_check.
2664 (type_mode): Remove.
2665 (type_check): Remove.
2666 (show_type_command): Remove.
2667 (set_type_command): Remove.
2668 (language_info): Remove type checking output.
2669 (type_error): Remove unused function.
2670 (range_error): Update comment.
2671 (unknown_language_defn): Remove la_type_check.
2672 (auto_language_defn): Likewise.
2673 (local_language_defn): Likewise.
2674 (_initialize_language): Remove "check type" subcommand.
2675 * ada-lang.c (ada_language_defn): Remove la_type_check.
2676 * c-lang.c (c_language_defn): Likewise.
2677 (cplus_language_defn): Likewise.
2678 (asm_language_defn): Likewise.
2679 (minimal_language_defn): Likewise.
2680 * d-lang.c (d_language_defn): Likewise.
2681 * f-lang.c (f_language_defn): Likewise.
2682 * go-lang.c (go_language_defn): Likewise.
2683 * jv-lang.c (java_language_defn): Likewise.
2684 * m2-lang.c (m2_language_defn): Likewise.
2685 * objc-lang.c (objc_language_defn): Likewise.
2686 * opencl-lang.c (opencl_language_defn): Likewise.
2687 * p-lang.c (pascal_language_defn): Likewise.
2688
2689 2012-08-16 Mike Frysinger <vapier@gentoo.org>
2690
2691 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2692
2693 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2694
2695 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2696 New function.
2697 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2698 using the regache. Use ia64_hpux_get_register_from_save_state_t
2699 to access the bsp and bspstore registers if not.
2700
2701 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2702
2703 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2704 * breakpoint.c (detach_breakpoints): Change pid parameter into
2705 a ptid. Adjust code accordingly.
2706 * infrun.c (handle_inferior_event): Delete variable child_pid.
2707 Update call to detach_breakpoints to pass the child ptid for
2708 fork events.
2709 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2710 assert that inferior_ptid's lwp is zero.
2711 (linux_handle_extended_wait): Update call to detach_breakpoints.
2712 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2713 detach_breakpoints.
2714
2715 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2716
2717 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2718 parent, only call detach_breakpoints if tts.tts_event ==
2719 TTEVT_VFORK.
2720
2721 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2722
2723 * dwarf2-frame.c (dwarf2_frame_cache): Use
2724 get_frame_address_in_block instead of get_frame_pc as
2725 the bound for executing the frame's FDE.
2726
2727 2012-08-16 Yao Qi <yao@codesourcery.com>
2728
2729 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2730 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2731 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2732 (c_type_print_varspec_suffix): Likewise.
2733 * eval.c (evaluate_subexp_standard): Likewise.
2734 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2735 (f_type_print_varspec_suffix): Likewise.
2736 * gdbtypes.c (is_scalar_type): Likewise.
2737 (recursive_dump_type): Likewise.
2738 * infcall.c (value_arg_coerce): Likewise.
2739 * m2-valprint.c (m2_val_print): Likewise.
2740 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2741 (pascal_type_print_varspec_suffix): Likewise.
2742 (pascal_type_print_base): Likewise.
2743 * p-valprint.c (pascal_val_print): Likewise.
2744 (pascal_val_print): Likewise.
2745 * valops.c (value_slice): Likewise.
2746 * valprint.c (scalar_type_p): Likewise.
2747 * valarith.c (value_bitstring_subscript): Remove.
2748 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2749 Remove comment on TYPE_CODE_BITSTRING.
2750
2751 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2752 TYPE_CODE_BITSTRING.
2753
2754 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2755 slot 0.
2756
2757 2012-08-16 Yao Qi <yao@codesourcery.com>
2758
2759 * tracepoint.c (trace_find_none_command): Remove.
2760 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2761
2762 2012-08-16 Yao Qi <yao@codesourcery.com>
2763
2764 * remote.c (handle_notification): Remove parameter 'length'.
2765 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2766
2767 2012-08-15 Keith Seitz <keiths@redhat.com>
2768
2769 * gdbtypes.c (opaque_type_resolution): Make static.
2770 Add missing comment.
2771 (overload_debug): Add missing comment.
2772 (show_opaque_type_resolution): Likewise.
2773 (show_overload_debug): Likewise.
2774 (print_bit_vector): Remove unnecessary forward declaration.
2775 (print_arg_types): Likewise.
2776 (dump_fn_fieldlists): Likewise.
2777 (print_cplus_stuff): Likewise.
2778
2779 2012-08-15 Tom Tromey <tromey@redhat.com>
2780
2781 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2782 (gdb_bfd_ref): Initialize new field.
2783 (gdb_bfd_unref): Unref the archive BFD.
2784 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2785 parent archive.
2786
2787 2012-08-15 Tom Tromey <tromey@redhat.com>
2788
2789 PR python/14387:
2790 * python/py-bpevent.c (create_breakpoint_event_object): Update
2791 comment.
2792 * python/py-event.c (evpy_add_attribute): Update comment.
2793 * python/py-exitedevent.c (create_exited_event_object): Fix
2794 reference counting and error handling.
2795 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2796 Fix reference counting.
2797 * python/py-signalevent.c (create_signal_event_object): Fix
2798 reference counting and error handling.
2799 * python/py-stopevent.c (emit_stop_event): Fix reference
2800 counting.
2801 * python/py-threadevent.c (get_event_thread): Return a
2802 borrowed reference.
2803 * python/py-type.c (convert_field): Fix reference counting.
2804
2805 2012-08-15 Tom Tromey <tromey@redhat.com>
2806
2807 * dwarf2read.c (dwarf_decode_macro_bytes)
2808 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2809 as hash key.
2810
2811 2012-08-14 Mike Frysinger <vapier@gentoo.org>
2812
2813 * infcmd.c (_initialize_infcmd): Update help text for the signal,
2814 stepi, nexti, finish, next, step, jump, and continue commands.
2815 * infrun.c (_initialize_infrun): Update help text for the handle
2816 command.
2817
2818 2012-08-14 Doug Evans <dje@google.com>
2819
2820 * gdbtypes.c (struct extra): Delete, unused.
2821
2822 * gdbtypes.c: Whitespace cleanup.
2823 (address_space_name_to_int): Remove "extern" from definition.
2824 (_initialize_gdbtypes): Declare with initialize_file_ftype.
2825
2826 * gdbtypes.c (make_pointer_type): Remove redundant setting of
2827 TYPE_POINTER_TYPE (type).
2828
2829 2012-08-14 Gary Benson <gbenson@redhat.com>
2830
2831 * solib-svr4.c (svr4_free_library_list): Use free_so.
2832
2833 2012-08-13 Mike Frysinger <vapier@gentoo.org>
2834
2835 * .gitignore: Add go-exp.c.
2836
2837 2012-08-13 Doug Evans <dje@google.com>
2838
2839 * value.c (show_convenience): Tweak comment.
2840 (_initialize_values): Mention convenience functions in the help text
2841 for "show convenience".
2842
2843 2012-08-13 Yao Qi <yao@codesourcery.com>
2844
2845 * std-operator.def: Remove TERNOP_SLICE_COUNT.
2846 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2847 TERNOP_SLICE_COUNT.
2848 * eval.c (evaluate_subexp_standard): Likewise.
2849 * expprint.c (print_subexp_standard): Likewise.
2850 (dump_subexp_body_standard): Likewise.
2851 * parse.c (operator_length_standard): Likewise.
2852
2853 2012-08-13 Yao Qi <yao@codesourcery.com>
2854
2855 * std-operator.def: Remove OP_BITSTRING.
2856 * breakpoint.c (watchpoint_exp_is_const): Update.
2857 * eval.c (evaluate_subexp_standard): Remove handling to
2858 OP_BITSTRING.
2859 * expprint.c (print_subexp_standard): Likewise.
2860 (dump_subexp_body_standard): Likewise.
2861 * parse.c (operator_length_standard): Likewise.
2862 * valops.c (value_bitstring): Remove.
2863 * value.h: Remove the declaration of 'value_bitstring'.
2864
2865 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2866
2867 * linespec.c (find_methods): Remove unused variables `i1' and
2868 `name_len'.
2869 (decode_line_full): Likewise for `arg_start'.
2870
2871 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2872
2873 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2874 (zlib_decompress_section): Likewise for `section_data'.
2875 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2876
2877 2012-08-10 Doug Evans <dje@google.com>
2878
2879 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2880 * NEWS: Document them.
2881 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2882 function/strfns.py.
2883 * python/py-type.c (typy_array_1): New function.
2884 (typy_array): Call it.
2885 (typy_vector): New function.
2886 (type_object_methods): Add "vector".
2887 * python/lib/gdb/function/__init__.py: New file.
2888 * python/lib/gdb/function/strfns.py: New file.
2889
2890 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
2891
2892 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2893 for TYPE_FIELD_BITPOS.
2894 (typy_get_sizeof): Likewise for TYPE_LENGTH.
2895
2896 2012-08-10 Mike Frysinger <vapier@gentoo.org>
2897
2898 PR cli/10436:
2899 * common/vec.h (VEC_merge): Define.
2900 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2901 (DEF_VEC_ALLOC_FUNC_P): Likewise.
2902 (DEF_VEC_ALLOC_FUNC_O): Likewise.
2903 * completer.c: Include gdb_signals.h.
2904 (signal_completer): Define.
2905 * completer.h (signal_completer): Add prototype.
2906 * infcmd.c (_initialize_infcmd): Assign the command
2907 completer for "signal" to handle_completer.
2908 * infrun.c: Include completer.h.
2909 (handle_completer): Define.
2910 (_initialize_infrun): Declare a new local variable c. Store the
2911 result of add_com("handle") to it. Assign the command
2912 completer for "handle" to handle_completer.
2913
2914 2012-08-09 Yao Qi <yao@codesourcery.com>
2915
2916 * cli/cli-decode.c (set_cmd_prefix): New.
2917 (lookup_cmd_for_prefixlist): New.
2918 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2919 of each cmd_list_element in *prefixlist.
2920 (add_setshow_cmd_full): set_cmd_prefix.
2921 (add_alias_cmd): Likewise.
2922 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2923 Declare 'auto_boolean_enums'.
2924 * cli/cli-setshow.c: Include "observer.h".
2925 (notify_command_param_changed_p): New.
2926 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2927 Remove 'static'.
2928 (do_setshow_command): Split it to ...
2929 (do_set_command, do_show_command): ... them. New.
2930 (do_set_command): Call observer_notify_command_param_changed if
2931 notify_command_param_changed_p returns true.
2932 (cmd_show_list): Caller update.
2933 * auto-load.c (set_auto_load_cmd): Likewise.
2934 * remote.c (show_remote_cmd): Likewise.
2935 * cli/cli-setshow.h: Update declarations.
2936 * top.c (execute_command): Call do_set_command and do_show_command.
2937
2938 * NEWS: Mention new MI notification.
2939 * mi/mi-interp.c: Declare mi_command_param_changed.
2940 (mi_interpreter_init): Attach mi_command_param_changed to
2941 observer command_param_changed.
2942 (mi_command_param_changed): New.
2943 Remove mi_suppress_breakpoint_notifications.
2944 Define global variable mi_suppress_notification.
2945 (mi_breakpoint_created): Update.
2946 (mi_breakpoint_deleted): Likewise.
2947 (mi_breakpoint_modified): Likewise.
2948 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
2949 'gdb-set' and set mi_suppress_notification.
2950 * mi/mi-main.h: (mi_suppress_notification): New struct.
2951
2952 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
2953 Jan Kratochvil <jan.kratochvil@redhat.com>
2954
2955 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2956
2957 2012-08-09 Yao Qi <yao@codesourcery.com>
2958
2959 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2960 (skiplist): Move it to skip.c.
2961 (init_cmd_lists): Remove code setting enablebreaklist and
2962 skiplist to NULL.
2963 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2964 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2965 skiplist.
2966 * gdbcmd.h: Likewise.
2967 * skip.c (_initialize_step_skip): Move 'skiplist' from
2968 cli/cli-cmds.c.
2969
2970 2012-08-09 Yao Qi <yao@codesourcery.com>
2971
2972 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2973 * gnu-nat.c, symfile.c: Likewise.
2974
2975 2012-08-08 Aaron Gamble <agamble@google.com>
2976
2977 * utils.c (prompt_for_continue_wait_time): New static global.
2978 (make_command_stats_cleanup): Initialize it.
2979 (report_command_stats): Subtract time waiting for user.
2980 (prompt_for_continue): Track time waiting for user.
2981 (defaulted_query): Track time waiting for user.
2982
2983 2012-08-08 Doug Evans <dje@google.com>
2984
2985 * eval.c (evaluate_subexp_standard): Fix thinko in handling
2986 UNOP_MEMVAL_TYPE.
2987 * expprint.c (print_subexp_standard, case OP_TYPE): New.
2988 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2989 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2990 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2991 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2992 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2993 elt.
2994 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2995 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2996 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2997 (dump_prefix_expression): Handle OP_TYPE.
2998
2999 2012-08-08 Keith Seitz <keiths@redhat.com>
3000
3001 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
3002 addr_start.
3003
3004 2012-08-08 Doug Evans <dje@google.com>
3005
3006 * linux-thread-db.c: #include "gdb_vecs.h".
3007 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
3008 updated.
3009 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
3010 (thread_db_load_search): Use a vector to iterate over path elements.
3011 Handle text appearing after "$pdir".
3012
3013 * gdb_string.h: Moved to ...
3014 * common/gdb_string.h: ... here.
3015 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
3016 gdb_string.h and gdb_assert.h.
3017
3018 2012-08-08 Yao Qi <yao@codesourcery.com>
3019
3020 * tic6x-tdep.c (tic6x_register_to_value): Remove.
3021 (tic6x_value_to_register): Likewise.
3022 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
3023 and set_gdbarch_value_to_register.
3024
3025 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3026 Jean-Marc Saffroy <saffroy@gmail.com>
3027
3028 PR 11804
3029 * defs.h (find_memory_region_ftype): New comment. New arg modified.
3030 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
3031 * gcore.c (gcore_create_callback): New function comment. Add modified
3032 parameter. Only write modified regions. Set SEC_READONLY exactly
3033 according to MODIFIED.
3034 (objfile_find_memory_regions): Ignore separate debug info files. Ass
3035 the passed modified value to FUNC.
3036 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
3037 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
3038 first. New variables modified and has_anonymous. Parse the lines of
3039 smaps file. Add the passed MODIFIED value to FUNC.
3040 * procfs.c (find_memory_regions_callback): Add the passed modified
3041 value.
3042
3043 2012-08-06 Tom Tromey <tromey@redhat.com>
3044
3045 * dwarf2-frame.c (clear_pointer_cleanup): New function.
3046 (dwarf2_frame_cache): Use it.
3047 * frame-unwind.h (frame_sniffer_ftype): Document prologue
3048 cache initialization constraint.
3049
3050 2012-08-06 Tom Tromey <tromey@redhat.com>
3051
3052 PR python/14386:
3053 * varobj.c (update_dynamic_varobj_children): Don't call
3054 PyIter_Check.
3055
3056 2012-08-06 Tom Tromey <tromey@redhat.com>
3057
3058 PR cli/14392:
3059 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3060
3061 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3062
3063 * NEWS: New entry for 'cd' default parameters.
3064 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3065
3066 2012-08-03 Tom Tromey <tromey@redhat.com>
3067
3068 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3069 return.
3070
3071 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3072
3073 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3074 to attempting lseek/write.
3075 (inf_child_fileio_pread): Likewise for pread.
3076
3077 2012-08-02 Yao Qi <yao@codesourcery.com>
3078
3079 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3080 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3081 add_setshow_zinteger_cmd.
3082 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3083 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3084 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3085 instead of add_setshow_zinteger_cmd.
3086 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3087 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3088 instead of add_setshow_zinteger_cmd.
3089 * frame.c (frame_debug): Add 'unsigned'.
3090 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3091 add_setshow_zinteger_cmd.
3092 * frame.h: Update the declaration of 'frame_debug'.
3093 * gdbtypes.c (overload_debug): Add 'unsigned'.
3094 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3095 add_setshow_zinteger_cmd.
3096 * inferior.h: Update declaration of 'debug_infrun'.
3097 * infrun.c (debug_infrun): Add 'unsigned'.
3098 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3099 add_setshow_zinteger_cmd.
3100 * jit.c (jit_debug): Add 'unsigned'.
3101 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3102 add_setshow_zinteger_cmd.
3103 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3104 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3105 instead of add_setshow_zinteger_cmd.
3106 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3107 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3108 add_setshow_zinteger_cmd.
3109 * machoread.c (mach_o_debug_level): Add 'unsigned'.
3110 (_initialize_machoread): Call add_setshow_zuinteger_cmd
3111 instead of add_setshow_zinteger_cmd.
3112 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3113 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3114 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3115 intead of add_setshow_zinteger_cmd.
3116 * mips-tdep.c (mips_debug): Add 'unsigned'.
3117 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3118 instead of add_setshow_zinteger_cmd.
3119 * monitor.c (monitor_debug): Add 'unsigned'.
3120 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3121 add_setshow_zinteger_cmd.
3122 * observer.c (observer_debug): Add 'unsigned'.
3123 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3124 add_setshow_zinteger_cmd.
3125 * parse.c (expressiondebug): Add 'unsigned'.
3126 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3127 add_setshow_zinteger_cmd.
3128 * record.c (record_debug): Add 'unsigned'.
3129 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3130 add_setshow_zinteger_cmd.
3131 * record.h: Update the declaration of 'record_debug'.
3132 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3133 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3134 add_setshow_zinteger_cmd.
3135 * serial.c (global_serial_debug_p): Add 'unsigned'.
3136 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3137 add_setshow_zinteger_cmd.
3138 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3139 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3140 add_setshow_zinteger_cmd.
3141 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3142 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3143 add_setshow_zinteger_cmd.
3144 * target.c (targetdebug): Add 'unsigned'.
3145 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3146 add_setshow_zinteger_cmd.
3147 * valops.c (overload_debug): Add 'unsigned'.
3148 * varobj.c (varobjdebug): Add 'unsigned'.
3149 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3150 add_setshow_zinteger_cmd.
3151 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3152 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3153 instead of add_setshow_zinteger_cmd.
3154
3155 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3156 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3157 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3158 instead of add_setshow_zinteger_cmd.
3159 * gdbarch.c, gdbarch.h: Re-generated.
3160
3161 2012-08-02 Yao Qi <yao@codesourcery.com>
3162
3163 * nto-tdep.c: Don't include cli/cli-decode.h and
3164 cli/cli-cmds.h.
3165 (_initialize_nto_tdep): Remove.
3166 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3167 Remove field.
3168 Remove macro nto_internal_debugging.
3169
3170 2012-08-01 Richard Henderson <rth@redhat.com>
3171
3172 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3173 (mep-*-*) [gdb_target_obs]: Likewise.
3174
3175 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3176
3177 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3178 linux_get_siginfo_type.
3179
3180 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3181
3182 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3183 AT_ENTRY_POINT.
3184 (call_function_by_hand) <ON_STACK>: Call write_memory with
3185 gdbarch_breakpoint_from_pc, if possible.
3186 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
3187 here.
3188
3189 2012-07-31 Yao Qi <yao@codesourcery.com>
3190
3191 * tracepoint.c: Add 'static' for some variables.
3192
3193 2012-07-31 Yao Qi <yao@codesourcery.com>
3194
3195 * go32-nat.c: Declare _initialize_go32_nat.
3196 * ser-go32.c: Declare _initialize_ser_dos.
3197 * top.c (do_chdir_cleanup): Add 'static'.
3198
3199 2012-07-30 Keith Seitz <keiths@redhat.com>
3200
3201 * linespec.c (linespec_lex_number): A number followed
3202 by quotes is a valid number, too.
3203
3204 2012-07-30 Tom Tromey <tromey@redhat.com>
3205
3206 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3207
3208 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
3209
3210 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3211 attempt to 4-byte-align HW breakpoint addresses for Thumb.
3212
3213 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
3214
3215 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3216 invalid or reevaluated to prevent prevent references to possibly
3217 delete'd type objects being left in the varobj.
3218
3219 2012-07-27 Tom Tromey <tromey@redhat.com>
3220 Jan Kratochvil <jan.kratochvil@redhat.com>
3221
3222 * copying.awk: Print buffer-read-only and vi ro markers.
3223 * copying.c: Rebuild.
3224 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3225 * gdbarch.c, gdbarch.h: Rebuild.
3226 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3227 buffer-read-only and vi ro markers.
3228 * features/arm-with-iwmmxt.c: Rebuild.
3229 * features/arm-with-m-fpa-layout.c: Rebuild.
3230 * features/arm-with-m-vfp-d16.c: Rebuild.
3231 * features/arm-with-m.c: Rebuild.
3232 * features/arm-with-neon.c: Rebuild.
3233 * features/arm-with-vfpv2.c: Rebuild.
3234 * features/arm-with-vfpv3.c: Rebuild.
3235 * features/i386/amd64-avx-linux.c: Rebuild.
3236 * features/i386/amd64-avx.c: Rebuild.
3237 * features/i386/amd64-linux.c: Rebuild.
3238 * features/i386/amd64.c: Rebuild.
3239 * features/i386/i386-avx-linux.c: Rebuild.
3240 * features/i386/i386-avx.c: Rebuild.
3241 * features/i386/i386-linux.c: Rebuild.
3242 * features/i386/i386-mmx-linux.c: Rebuild.
3243 * features/i386/i386-mmx.c: Rebuild.
3244 * features/i386/i386.c: Rebuild.
3245 * features/i386/x32-avx-linux.c: Rebuild.
3246 * features/i386/x32-avx.c: Rebuild.
3247 * features/i386/x32-linux.c: Rebuild.
3248 * features/i386/x32.c: Rebuild.
3249 * features/mips-dsp-linux.c: Rebuild.
3250 * features/mips-linux.c: Rebuild.
3251 * features/mips64-dsp-linux.c: Rebuild.
3252 * features/mips64-linux.c: Rebuild.
3253 * features/rs6000/powerpc-32.c: Rebuild.
3254 * features/rs6000/powerpc-32l.c: Rebuild.
3255 * features/rs6000/powerpc-403.c: Rebuild.
3256 * features/rs6000/powerpc-403gc.c: Rebuild.
3257 * features/rs6000/powerpc-405.c: Rebuild.
3258 * features/rs6000/powerpc-505.c: Rebuild.
3259 * features/rs6000/powerpc-601.c: Rebuild.
3260 * features/rs6000/powerpc-602.c: Rebuild.
3261 * features/rs6000/powerpc-603.c: Rebuild.
3262 * features/rs6000/powerpc-604.c: Rebuild.
3263 * features/rs6000/powerpc-64.c: Rebuild.
3264 * features/rs6000/powerpc-64l.c: Rebuild.
3265 * features/rs6000/powerpc-7400.c: Rebuild.
3266 * features/rs6000/powerpc-750.c: Rebuild.
3267 * features/rs6000/powerpc-860.c: Rebuild.
3268 * features/rs6000/powerpc-altivec32.c: Rebuild.
3269 * features/rs6000/powerpc-altivec32l.c: Rebuild.
3270 * features/rs6000/powerpc-altivec64.c: Rebuild.
3271 * features/rs6000/powerpc-altivec64l.c: Rebuild.
3272 * features/rs6000/powerpc-cell32l.c: Rebuild.
3273 * features/rs6000/powerpc-cell64l.c: Rebuild.
3274 * features/rs6000/powerpc-e500.c: Rebuild.
3275 * features/rs6000/powerpc-e500l.c: Rebuild.
3276 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
3277 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
3278 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
3279 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
3280 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
3281 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
3282 * features/rs6000/powerpc-vsx32.c: Rebuild.
3283 * features/rs6000/powerpc-vsx32l.c: Rebuild.
3284 * features/rs6000/powerpc-vsx64.c: Rebuild.
3285 * features/rs6000/powerpc-vsx64l.c: Rebuild.
3286 * features/rs6000/rs6000.c: Rebuild.
3287 * features/s390-linux32.c: Rebuild.
3288 * features/s390-linux32v1.c: Rebuild.
3289 * features/s390-linux32v2.c: Rebuild.
3290 * features/s390-linux64.c: Rebuild.
3291 * features/s390-linux64v1.c: Rebuild.
3292 * features/s390-linux64v2.c: Rebuild.
3293 * features/s390x-linux64.c: Rebuild.
3294 * features/s390x-linux64v1.c: Rebuild.
3295 * features/s390x-linux64v2.c: Rebuild.
3296 * features/tic6x-c62x-linux.c: Rebuild.
3297 * features/tic6x-c62x.c: Rebuild.
3298 * features/tic6x-c64x-linux.c: Rebuild.
3299 * features/tic6x-c64x.c: Rebuild.
3300 * features/tic6x-c64xp-linux.c: Rebuild.
3301 * features/tic6x-c64xp.c: Rebuild.
3302
3303 2012-07-27 Tom Tromey <tromey@redhat.com>
3304
3305 * c-exp.y (classify_name): Avoid assignment in condition.
3306
3307 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
3308
3309 * amd64-windows-tdep.c: Include "frame.h".
3310 (amd64_windows_skip_trampoline_code): New function.
3311 (amd64_windows_init_abi): Add trampoline registration.
3312
3313 2012-07-27 Yao Qi <yao@codesourcery.com>
3314
3315 * tracepoint.c (cur_traceframe_number): Remove.
3316 (set_tfile_traceframe): Remove.
3317 (tfile_trace_find, tfile_fetch_registers): Update callers.
3318 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
3319 (tfile_open, tfile_trace_find): Likewise.
3320
3321 2012-07-27 Yao Qi <yao@codesourcery.com>
3322
3323 * thread.c (switch_to_thread): Don't call registers_changed.
3324
3325 2012-07-26 Tom Tromey <tromey@redhat.com>
3326
3327 * Makefile.in (SFILES): Remove objc-exp.y.
3328 (YYFILES): Remove objc-exp.c.
3329 (YYOBJ): Remove objc-exp.o.
3330 (local-maintainer-clean): Don't mention objc-exp.c.
3331 * c-exp.y: Include objc-lang.h.
3332 (%union) <class>: New field.
3333 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
3334 (exp): Clone subscript production for OBJC_LBRAC. Add various
3335 Objective C productions.
3336 (msglist, msgarglist, msgarg): New productions.
3337 (array_mod, func_mod, operator): Clone productions for
3338 OBJC_LBRAC.
3339 (parse_string_or_char): Handle '@' strings.
3340 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
3341 (classify_name): Check la_name_of_this. Recognize ObjC class
3342 names.
3343 * objc-exp.y: Remove.
3344 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
3345 * objc-lang.h (objc_parse, objc_error): Don't declare.
3346
3347 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
3348
3349 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
3350
3351 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3352
3353 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
3354 and decrement.
3355
3356 2012-07-26 Tom Tromey <tromey@redhat.com>
3357
3358 * copying.c: Rebuild.
3359 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
3360 'no_class'.
3361
3362 2012-07-26 Tom Tromey <tromey@redhat.com>
3363
3364 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
3365 immediate_quit.
3366 (print_objfile_statistics): Likewise.
3367 (maintenance_print_symbols): Likewise.
3368 (maintenance_print_msymbols): Likewise.
3369 (maintenance_print_objfiles): Likewise.
3370 * psymtab.c (print_partial_symbols): Call QUIT.
3371 (maintenance_print_psymbols): Likewise. Don't modify
3372 immediate_quit.
3373 * copying.c (show_copying_command): Don't modify immediate_quit.
3374 (show_warranty_command): Likewise.
3375 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
3376
3377 2012-07-26 Keith Seitz <keiths@redhat.com>
3378
3379 * linespec.c (linespec_lexer_lex_number): The input
3380 is also a valid number if the next character is a comma
3381 or colon.
3382
3383 2012-07-26 Joel Brobecker <brobecker@adacore.com>
3384
3385 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
3386 configure options.
3387
3388 2012-07-26 Tristan Gingold <gingold@adacore.com>
3389
3390 * machoread.c: Include gdb_bfd.h.
3391
3392 2012-07-26 Tristan Gingold <gingold@adacore.com>
3393
3394 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
3395 offset.
3396
3397 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3398
3399 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
3400 SIZE to size_t.
3401 (dwarf2_evaluate_loc_desc): Likewise.
3402 (dwarf2_loc_desc_needs_frame): Likewise.
3403 (locexpr_describe_location_1): Likewise.
3404 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
3405 size_t.
3406 (struct dwarf2_loclist_baton): Likewise.
3407 * dwarf2read.c (struct dwarf_block): Likewise.
3408 (dump_die_shallow): Use pulongest to print dwarf_block.size.
3409 (decode_locdesc): Expand SIZE and I to size_t.
3410
3411 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3412
3413 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
3414
3415 2012-07-25 Joel Brobecker <brobecker@adacore.com>
3416
3417 * doublest.c (convert_doublest_to_floatformat): If the exponent
3418 is too small, treat the value as zero. If the exponent is too
3419 large, treat the value as infinity.
3420
3421 2012-07-25 Joel Brobecker <brobecker@adacore.com>
3422
3423 * configure.ac: Add --enable-lmcheck configure option.
3424 * configure: Regenerate.
3425
3426 2012-07-25 Tom Tromey <tromey@redhat.com>
3427
3428 * NEWS: Mention maint info bfds.
3429 * gdb_bfd.c (all_bfds): New global.
3430 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
3431 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
3432 New functions.
3433
3434 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
3435
3436 * configure.tgt: Add v850*-*-rtems*.
3437
3438 2012-07-25 Tom Tromey <tromey@redhat.com>
3439
3440 * macrotab.c (macro_bcache_str): Remove cast.
3441
3442 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
3443
3444 * linespec.c (linespec_lexer_lex_number): Update comments,
3445 change the return and add check to make sure the input is
3446 the decimal numbers.
3447 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
3448 false, call linespec_lexer_lex_string.
3449
3450 2012-07-24 Tom Tromey <tromey@redhat.com>
3451
3452 * symfile.c (symbol_file_add): Don't open BFD twice.
3453
3454 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
3455
3456 * breakpoint.c (create_breakpoint): Store condition for pending
3457 breakpoints.
3458
3459 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
3460
3461 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
3462 (m68k_return_value): Handle complex types like structures.
3463 (m68k_svr4_return_value): Likewise.
3464
3465 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
3466
3467 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
3468 parameters to bfd_get_section_name.
3469
3470 2012-07-24 Yao Qi <yao@codesourcery.com>
3471
3472 * cli/cli-setshow.c: Handle case 'var_uinteger'
3473 and 'var_zuninteger' together. Handle case 'var_integer' and
3474 'var_zinteger' together.
3475
3476 2012-07-23 Keith Seitz <keiths@redhat.com>
3477
3478 * linespec.c (convert_linespec_to_sal): Don't add
3479 any symbols to the result vector if symbol_to_sal
3480 returns zero.
3481
3482 2012-07-23 Keith Seitz <keiths@redhat.com>
3483
3484 * linespec.c (decode_objc): Record the function name
3485 in the linespec.
3486
3487 2012-07-23 Tom Tromey <tromey@redhat.com>
3488
3489 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
3490 counting.
3491 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
3492 (map_vmap): Acquire a reference to the BFD.
3493
3494 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
3495
3496 * p-valprint.c (pascal_object_print_value): Replace potentially
3497 unsafe alloca with xmalloc/xfree.
3498 * valops.c (search_struct_method): Likewise.
3499
3500 2012-07-23 Tom Tromey <tromey@redhat.com>
3501
3502 * solib-svr4.c (enable_break): Update.
3503 * bfd-target.h (target_bfd_reopen): Update documentation.
3504
3505 2012-07-23 Tom Tromey <tromey@redhat.com>
3506
3507 * symfile.c (separate_debug_file_exists): Update.
3508 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
3509 (reread_symbols): Update.
3510 * elfread.c (build_id_verify): Update.
3511 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
3512 bfd_open_maybe_remote.
3513
3514 2012-07-23 Tom Tromey <tromey@redhat.com>
3515
3516 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
3517
3518 2012-07-23 Tom Tromey <tromey@redhat.com>
3519
3520 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
3521 and 'abfd'.
3522 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
3523 and 'abfd'.
3524 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
3525 * machoread.c (macho_add_oso_symfile): Make a cleanup for
3526 'abfd'.
3527 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
3528 * objfiles.c (allocate_objfile): Acquire a new reference.
3529 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
3530 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
3531 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
3532 a cleanup for 'nbfd'.
3533 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
3534 for 'nbfd'.
3535 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
3536 make a cleanup for 'abfd'.
3537 (symbol_file_add): Make a BFD cleanup.
3538
3539 2012-07-23 Tom Tromey <tromey@redhat.com>
3540
3541 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
3542 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
3543 * corelow.c (core_open): Use gdb_bfd_fopen.
3544 * dsrec.c (load_srec): Use gdb_bfd_openr.
3545 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
3546 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
3547 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3548 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3549 (gdb_bfd_fdopenr): New functions.
3550 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3551 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3552 (gdb_bfd_fdopenr): Declare.
3553 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
3554 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
3555 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
3556 gdb_bfd_openr_next_archived_file.
3557 (macho_check_dsym): Use gdb_bfd_openr.
3558 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
3559 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
3560 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
3561 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
3562 gdb_bfd_openr.
3563 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
3564 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
3565 gdb_bfd_openr_next_archived_file.
3566 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3567 Use gdb_bfd_openr.
3568 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3569 gdb_bfd_openr.
3570 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
3571 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
3572 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
3573 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
3574 (symfile_bfd_open): Use gdb_bfd_fopen.
3575 (generic_load): Use gdb_bfd_openr.
3576 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
3577
3578 2012-07-23 Tom Tromey <tromey@redhat.com>
3579
3580 * bfd-target.c (target_bfd_reopen): Update.
3581 * cli/cli-dump.c (bfd_openr_with_cleanup)
3582 (bfd_openw_with_cleanup): Update.
3583 * corelow.c (core_open): Update.
3584 * dsrec.c (load_srec): Update.
3585 * exec.c (exec_file_attach): Update.
3586 * gcore.c (create_gcore_bfd): Update.
3587 * gdb_bfd.c (gdb_bfd_ref): Return void.
3588 (gdb_bfd_open): Update.
3589 * gdb_bfd.h (gdb_bfd_ref): Return void.
3590 Update comments.
3591 * jit.c (jit_bfd_try_read_symtab): Update.
3592 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3593 * machoread.c (macho_symfile_read_all_oso): Update.
3594 (macho_check_dsym): Update.
3595 * procfs.c (insert_dbx_link_bpt_in_file): Update.
3596 * remote-m32r-sdi.c (m32r_load): Update.
3597 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
3598 * rs6000-nat.c (add_vmap): Update.
3599 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3600 Update.
3601 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3602 * solib-spu.c (spu_bfd_open): Update.
3603 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
3604 * spu-linux-nat.c (spu_bfd_open): Update.
3605 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
3606 (generic_load): Update.
3607 * windows-nat.c (windows_make_so): Update.
3608
3609 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
3610
3611 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
3612
3613 2012-07-20 Jeff Kenton <jkenton@tilera.com>
3614
3615 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
3616 SIGTRAMP_FRAME unwinding.
3617
3618 2012-07-20 Doug Evans <dje@google.com>
3619
3620 * NEWS: Document new options "set/show use-deprecated-index-sections",
3621 and delete reference to --use-deprecated-index-sections.
3622 * symfile.h (use_deprecated_index_sections): Delete.
3623 * dwarf2read.c (use_deprecated_index_sections): Make static.
3624 (read_index_from_section): Update wording of how to load
3625 deprecated index sections.
3626 (_initialize_dwarf2_read): New options
3627 "set/show use-deprecated-index-sections".
3628 * main.c (captured_main): Delete --use-deprecated-index-sections.
3629
3630 2012-07-20 Pedro Alves <palves@redhat.com>
3631
3632 PR threads/11692
3633 PR gdb/12203
3634
3635 * infrun.c (handle_inferior_event) <new thread>: Don't special
3636 case minus_one_ptid.
3637 <TARGET_WAITKIND_SPURIOUS>: Ditto.
3638 * linux-thread-db.c (thread_get_info_callback): Don't return early
3639 if the thread is zombie.
3640 (thread_from_lwp): Change return type to void. Rewrite stale
3641 comment.
3642 (attach_thread): Don't return early if the thread is zombie,
3643 instead set its "dying" flag.
3644 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3645 (find_new_threads_callback): Don't return early if the thread is
3646 zombie.
3647
3648 2012-07-20 Pedro Alves <palves@redhat.com>
3649
3650 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3651 * target.c (target_wait): Likewise.
3652 (str_comma_list_concat_elem, do_option, target_options_to_string):
3653 New functions.
3654 * target.h (target_options_to_string): Declare.
3655
3656 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3657 Tom Tromey <tromey@redhat.com>
3658
3659 * dwarf2read.c (dwarf_decode_macros)
3660 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3661 DW_MACRO_GNU_transparent_include_alt>: New cases.
3662 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3663 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3664
3665 2012-07-20 Tom Tromey <tromey@redhat.com>
3666
3667 * dwarf2read.c (try_open_dwo_file): Don't call
3668 gdb_bfd_stash_filename.
3669
3670 2012-07-20 Pedro Alves <palves@redhat.com>
3671
3672 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3673 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3674 (i386_process_record): Tweak description comments.
3675
3676 2012-07-20 Pedro Alves <palves@redhat.com>
3677
3678 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3679 (i386_process_record): Use record_read_memory.
3680 * record.c (record_read_memory): New function.
3681 (record_arch_list_add_mem, record_exec_insn): Use
3682 record_read_memory.
3683 * record.h (record_read_memory): Declare.
3684
3685 2012-07-20 Yao Qi <yao@codesourcery.com>
3686
3687 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3688 NULL for xfree.
3689
3690 2012-07-19 Pedro Alves <palves@redhat.com>
3691
3692 * record.c (record_resume): Ask the target beneath to report all
3693 signals.
3694
3695 2012-07-19 Doug Evans <dje@google.com>
3696
3697 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3698 there's no section at address zero.
3699 (dwarf2_record_block_ranges): Ditto.
3700
3701 2012-07-19 Yao Qi <yao@codesourcery.com>
3702
3703 * command.h, remote.c: Fix a typo in comment.
3704
3705 2012-07-19 Tom Tromey <tromey@redhat.com>
3706
3707 PR exp/13206:
3708 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3709 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3710 OP_DECLTYPE>: New cases.
3711 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3712 (type_exp): Add new productions.
3713 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3714 and decltype.
3715 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3716 New case.
3717 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3718 OP_DECLTYPE>: New case.
3719 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3720 New case.
3721 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3722 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3723
3724 2012-07-19 Tom Tromey <tromey@redhat.com>
3725
3726 * c-exp.y (enum token_flags): New.
3727 (struct token) <cxx_only>: Remove.
3728 <flags>: New field.
3729 (tokentab3, tokentab2, ident_tokens): Update.
3730 (lex_one_token): Update. Handle FLAG_SHADOW.
3731
3732 2012-07-19 Tom Tromey <tromey@redhat.com>
3733
3734 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3735 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3736 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3737 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
3738 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
3739 type_exp production where appropriate.
3740 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3741 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3742 <UNOP_MEMVAL_TYPE>: New case.
3743 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3744 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3745 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3746 <UNOP_MEMVAL_TYPE>: New case.
3747 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3748 UNOP_REINTERPRET_CAST>: Update.
3749 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3750 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3751 UNOP_REINTERPRET_CAST>: Update.
3752 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3753 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3754 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3755 constants.
3756
3757 2012-07-19 Yao Qi <yao@codesourcery.com>
3758 Jan Kratochvil <jan.kratochvil@redhat.com>
3759
3760 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3761 and case 'var_optional_filename' together.
3762 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3763 instead of add_setshow_optional_filename_cmd for setshow command
3764 'args'. Set completer for 'set args'.
3765
3766 2012-07-18 Doug Evans <dje@google.com>
3767
3768 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3769 * common/gdb_vecs.c: New file, contents from utils.c.
3770 * common/host-defs.h: New file, contents from defs.h.
3771 * utils.h: New file, contents from defs.h.
3772 * defs.h: Move all declarations of objects defined in utils.c
3773 to utils.h (except QUIT() and related).
3774 #include "utils.h", "host-defs.h".
3775 * probe.h (probe_p): Move here from gdb_vecs.h.
3776 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3777 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3778 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3779 * Makefile.in (SFILES): Add common/gdb_vecs.c.
3780 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3781 (COMMON_OBS): Add gdb_vecs.o.
3782 (gdb_vecs.o): New rule.
3783
3784 2012-07-18 Keith Seitz <keiths@redhat.com>
3785
3786 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3787 parameter. If non-zero, use SYMNAME as the canonical name
3788 for the SaL.
3789 Update all callers.
3790 (convert_linespec_to_sals): Use add_sal_to_sals for
3791 expressions, too.
3792 (decode_line_full): No need to "fill in missing canonical names"
3793 anymore. Simply make cleanups for the allocated names.
3794
3795 2012-07-18 Keith Seitz <keiths@redhat.com>
3796
3797 * linespec.c (struct linespec): Constify expression,
3798 source_filename, function_name, and label_name.
3799 (symbol_not_found_error): Make all parameters const.
3800 (linespec_parser_delete): No need to check for NULL
3801 when using xfree. Cast const char * to char * for xfree.
3802
3803 2012-07-18 Keith Seitz <keiths@redhat.com>
3804
3805 * breakpoint.c (invalid_thread_id_error): New function.
3806 (find_condition_and_thread): Use invalid_thread_id_error.
3807 (watch_command_1): Likewise.
3808
3809 2012-07-18 Tom Tromey <tromey@redhat.com>
3810
3811 * cc-with-index.sh, cc-with-dwz.sh: Remove.
3812 * contrib/cc-with-tweaks.sh: New file.
3813
3814 2012-07-18 Tom Tromey <tromey@redhat.com>
3815
3816 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3817 (locate_dwz_sections): Recognize .gdb_index.
3818 (create_cus_from_index_list): New function.
3819 (create_cus_from_index): Use it. Handle .dwz data.
3820 (read_index_from_section): New function, extracted from
3821 dwarf2_read_index.
3822 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
3823 if needed.
3824
3825 2012-07-18 Tom Tromey <tromey@redhat.com>
3826
3827 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3828 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3829 <is_dwz>: New field.
3830 (struct dwz_file): New.
3831 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3832 (locate_dwz_sections, dwarf2_get_dwz_file)
3833 (get_abbrev_section_for_cu): New functions.
3834 (error_check_comp_unit_head, read_and_check_comp_unit_head)
3835 (read_and_check_type_unit_head): Add abbrev_section argument.
3836 (create_debug_types_hash_table): Update.
3837 (init_cutu_and_read_dies): Use proper abbrev section.
3838 (init_cutu_and_read_dies_no_follow): Likewise.
3839 (set_partial_user): Do nothing if PST==NULL.
3840 (read_comp_units_from_section): New function.
3841 (create_all_comp_units): Use it.
3842 (scan_partial_symbols, partial_die_parent_scope): Update.
3843 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3844 (process_imported_unit_die, read_partial_die): Handle .dwz files.
3845 (find_partial_die): Add offset_in_dwz argument. Update.
3846 (guess_partial_die_structure_name, fixup_partial_die): Update.
3847 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3848 DW_FORM_GNU_strp_alt.
3849 (read_indirect_string_from_dwz): New function.
3850 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3851 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3852 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3853 (follow_die_offset): Add offset_in_dwz argument.
3854 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3855 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3856 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3857 Handle new macro forms.
3858 (dwarf_decode_macros): Update.
3859 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3860 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3861 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3862 (create_debug_types_hash_table): Use correct abbrev section.
3863 (get_debug_line_section): New function.
3864 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3865 (process_full_comp_unit): Pass 'required' argument to
3866 end_symtab_get_static_block.
3867 * buildsym.h (end_symtab_get_static_block): Update.
3868 * buildsym.c (end_symtab_get_static_block): Add 'required'
3869 argument.
3870 (end_symtab, end_expandable_symtab): Update.
3871
3872 2012-07-18 Tom Tromey <tromey@redhat.com>
3873
3874 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3875 (pagesize): Remove.
3876 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3877 (zlib_decompress_section): Remove.
3878 (dwarf2_read_section): Use gdb_bfd_map_section.
3879 (munmap_section_buffer): Remove.
3880 (free_dwo_file, dwarf2_per_objfile_free): Don't use
3881 munmap_section_buffer.
3882 * gdb_bfd.c: Include zlib.h, sys/mman.h.
3883 (struct gdb_bfd_section_data): New.
3884 (free_one_bfd_section): New function.
3885 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3886 (get_section_descriptor, zlib_decompress_section)
3887 (gdb_bfd_map_section): New functions.
3888 * gdb_bfd.h (gdb_bfd_map_section): Declare.
3889
3890 2012-07-18 Tom Tromey <tromey@redhat.com>
3891
3892 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3893
3894 2012-07-18 Tom Tromey <tromey@redhat.com>
3895
3896 * gdb_bfd.c (struct gdb_bfd_data): New.
3897 (gdb_bfd_cache): New global.
3898 (struct gdb_bfd_cache_search): New.
3899 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3900 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3901 * gdb_bfd.h (gdb_bfd_open): Declare.
3902
3903 2012-07-18 Tom Tromey <tromey@redhat.com>
3904
3905 * utils.c (make_cleanup_bfd_unref): Rename from
3906 make_cleanup_bfd_close.
3907 * defs.h (make_cleanup_bfd_unref): Rename from
3908 make_cleanup_bfd_close.
3909 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3910 (bfd_openw_with_cleanup): Update.
3911 * corelow.c (core_open): Update.
3912 * dsrec.c (load_srec): Update.
3913 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3914 * remote-m32r-sdi.c (m32r_load): Update.
3915 * remote-mips.c (mips_load_srec): Update.
3916 (pmon_load_fast): Update.
3917 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3918 Update.
3919 (darwin_bfd_open): Update.
3920 * solib.c (solib_bfd_fopen): Update.
3921 * symfile-mem.c (symbol_file_add_from_memory): Update.
3922 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3923 (symfile_bfd_open): Update.
3924 (generic_load): Update.
3925
3926 2012-07-18 Tom Tromey <tromey@redhat.com>
3927
3928 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3929 (pmon_load_fast): Likewise.
3930 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3931 (m32r_upload_command): Likewise.
3932 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3933 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3934 Use make_cleanup_bfd_close.
3935
3936 2012-07-18 Tom Tromey <tromey@redhat.com>
3937
3938 * symfile.c (symfile_bfd_open): Don't copy name. Call
3939 gdb_bfd_stash_filename.
3940 (load_command): Open the new BFD before freeing the old.
3941 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3942 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3943 Call gdb_bfd_stash_filename.
3944 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3945 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
3946 gdb_bfd_stash_filename.
3947 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3948 Free found_pathname.
3949 * rs6000-nat.c (add_vmap): Don't copy filename. Call
3950 gdb_bfd_stash_filename.
3951 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3952 * machoread.c (macho_add_oso_symfile): Call
3953 gdb_bfd_stash_filename.
3954 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
3955 gdb_bfd_stash_filename.
3956 (macho_check_dsym): Don't copy filename. Call
3957 gdb_bfd_stash_filename.
3958 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3959 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3960 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3961 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3962 * exec.c (exec_close): Don't free the BFD's filename.
3963 (exec_file_attach): Don't copy the filename. Call
3964 gdb_bfd_stash_filename.
3965 * corelow.c (core_close): Don't free the BFD's filename.
3966 (core_open): Call gdb_bfd_stash_filename.
3967 * corefile.c (reopen_exec_file): Remove #if 0 code.
3968 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
3969 pathname.
3970 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3971
3972 2012-07-18 Tom Tromey <tromey@redhat.com>
3973
3974 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3975 gdb_bfd_unref.
3976 (free_dwo_file): Use gdb_bfd_unref.
3977 * cli/cli-dump.c: Include gdb_bfd.h.
3978 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3979 (bfd_openr_with_cleanup): Likewise.
3980 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3981 gdb_bfd_unref.
3982 * utils.c: Include gdb_bfd.h.
3983 (do_bfd_close_cleanup): Use gdb_bfd_unref.
3984 * symfile.c: Include gdb_bfd.h.
3985 (separate_debug_file_exists): Use gdb_bfd_unref.
3986 (bfd_open_maybe_remote): Use gdb_bfd_ref.
3987 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3988 (generic_load): Use gdb_bfd_ref.
3989 (reread_symbols): Use gdb_bfd_unref.
3990 * symfile-mem.c: Include gdb_bfd.h.
3991 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3992 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3993 * solib.c: Include gdb_bfd.h.
3994 (solib_bfd_fopen): Use gdb_bfd_ref.
3995 (solib_bfd_open): Use gdb_bfd_unref.
3996 (free_so_symbols): Use gdb_bfd_unref.
3997 (reload_shared_libraries_1): Use gdb_bfd_unref.
3998 * solib-spu.c: Include gdb_bfd.h.
3999 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
4000 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
4001 gdb_bfd_unref.
4002 * solib-frv.c: Include gdb_bfd.h.
4003 (enable_break2): Use gdb_bfd_unref.
4004 * solib-dsbt.c: Include gdb_bfd.h.
4005 (enable_break2): Use gdb_bfd_unref.
4006 * solib-darwin.c: Include gdb_bfd.h.
4007 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
4008 gdb_bfd_unref.
4009 (darwin_bfd_open): Use gdb_bfd_unref.
4010 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
4011 * remote-mips.c: Include gdb_bfd.h.
4012 (mips_load_srec): Use gdb_bfd_ref.
4013 (pmon_load_fast): Use gdb_bfd_ref.
4014 * remote-m32r-sdi.c: Include gdb_bfd.h.
4015 (m32r_load): Use gdb_bfd_ref.
4016 * record.c: Include gdb_bfd.h.
4017 (record_save_cleanups): Use gdb_bfd_unref.
4018 (cmd_record_save): Use gdb_bfd_unref.
4019 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
4020 gdb_bfd_unref.
4021 * objfiles.h (gdb_bfd_close_or_warn): Remove.
4022 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
4023 * objfiles.c: Include gdb_bfd.h.
4024 (free_objfile): Use gdb_bfd_unref.
4025 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
4026 gdb_bfd.c.
4027 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
4028 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
4029 (macho_check_dsym): Likewise.
4030 * m32r-rom.c: Include gdb_bfd.h.
4031 (m32r_load): Use gdb_bfd_ref.
4032 (m32r_upload_command): Use gdb_bfd_ref.
4033 * jit.c: Include gdb_bfd.h.
4034 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
4035 * gdb_bfd.h: New file.
4036 * gdb_bfd.c: New file.
4037 * gcore.c: Include gdb_bfd.h.
4038 (create_gcore_bfd): Use gdb_bfd_ref.
4039 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4040 (gcore_command): Use gdb_bfd_unref.
4041 * exec.c: Include gdb_bfd.h.
4042 (exec_close): Use gdb_bfd_unref.
4043 (exec_close_1): Use gdb_bfd_unref.
4044 (exec_file_attach): Use gdb_bfd_ref.
4045 * elfread.c: Include gdb_bfd.h.
4046 (build_id_verify): Use gdb_bfd_unref.
4047 * dsrec.c: Include gdb_bfd.h.
4048 (load_srec): Use gdb_bfd_ref.
4049 * corelow.c: Include gdb_bfd.h.
4050 (core_close): Use gdb_bfd_unref.
4051 (core_open): Use gdb_bfd_ref.
4052 * bfd-target.c: Include gdb_bfd.h.
4053 (target_bfd_xclose): Use gdb_bfd_unref.
4054 (target_bfd_reopen): Use gdb_bfd_ref.
4055 * Makefile.in (SFILES): Add gdb_bfd.c.
4056 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4057 (COMMON_OBS): Add gdb_bfd.o.
4058
4059 2012-07-18 Keith Seitz <keiths@redhat.com>
4060
4061 * breakpoint.c (find_condition_and_thread): Initialize
4062 TASK and REST.
4063 (create_breakpiont): find_condition_and_thread will now
4064 initialize COND_STRING, THREAD, and REST (and TASK).
4065 (addr_string_to_sals): Likewise.
4066
4067 2012-07-18 Pedro Alves <palves@redhat.com>
4068
4069 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4070 Pull the single step breakpoints out of the target.
4071
4072 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4073
4074 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4075 * stap-probe.c (compile_probe_arg): Likewise.
4076
4077 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4078
4079 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4080 (elf_compile_to_ax): Likewise.
4081 * infrun.c (insert_exception_resume_from_probe): Likewise.
4082 (check_exception_resume): Remove `objfile' variable.
4083 * probe.c (find_probe_by_pc): Remove `objfile' argument.
4084 (struct probe_and_objfile, probe_and_objfile_s): Delete.
4085 (collect_probes): Adjust return value to `VEC (probe_p) *'.
4086 (compare_entries): Rename to...
4087 (compare_probes): ...this. Adjust function to work with
4088 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
4089 respectively.
4090 (gen_ui_out_table_header_info): Adjust `probes' argument to be
4091 `VEC (probe_p) *'.
4092 (print_ui_out_info): Adjust argument to be `struct probe *'.
4093 (info_probes_for_ops): Adjust internal computations to use
4094 `VEC (probe_p) *'.
4095 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4096 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4097 gen_info_probes_table_values>: Remove `objfile' argument.
4098 (struct probe) <objfile>: New field.
4099 (find_probe_by_pc): Remove `objfile' argument.
4100 * stap-probe.c (stap_parse_probe_arguments): Likewise.
4101 (stap_get_probe_argument_count): Likewise.
4102 (stap_get_arg): Likewise.
4103 (stap_evaluate_probe_argument): Likewise.
4104 (stap_compile_to_ax): Likewise.
4105 (compile_probe_arg): Refactor not to pass `objfile' anymore.
4106 (handle_stap_probe): Fill `objfile' field from `struct probe'.
4107 (stap_gen_info_probes_table_header): Remove `objfile' argument.
4108 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4109 sym_compile_to_ax>: Likewise.
4110
4111 2012-07-18 Terry Guo <terry.guo@arm.com>
4112
4113 PR 14329
4114 * defs.h (GDB_MI_MSG_WIDTH): New.
4115 * ser_base (ser_base_read_error_fd): New function.
4116 (do_ser_base_readchar): Poll error file descriptor as well as
4117 standard output.
4118 (generic_readchar): Refactor error handling.
4119
4120 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4121
4122 * NEWS: Create a new section for the next release branch.
4123 Rename the section of the current branch, now that it has
4124 been cut.
4125
4126 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4127
4128 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4129 * version.in: Bump version to 7.5.50.20120718-cvs.
4130
4131 2012-07-17 Keith Seitz <keiths@redhat.com>
4132
4133 * linespec.c (linespec_parse_line_offset): Make parameter
4134 const.
4135
4136 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4137
4138 PR 11914
4139 * f-valprint.c (info_common_command): New variable frame_id.
4140 Reinitialize FI form FRAME_ID after each print_variable_and_value.
4141 * printcmd.c (print_variable_and_value): Extend function comment.
4142 Add comment for invalidated FRAME.
4143 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
4144 FI form FRAME_ID after each print_frame_local_vars.
4145 (struct print_variable_and_value_data): Change frame to frame_id.
4146 (do_print_variable_and_value): New variable frame, initialize it from
4147 p->frame_id. Add comment for invalidated FRAME.
4148 (print_frame_local_vars, print_frame_arg_vars): New function comment.
4149 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
4150 for invalidated FRAME.
4151
4152 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
4153 Pedro Alves <palves@redhat.com>
4154
4155 * linux-nat.c (linux_nat_detach): Don't unregister from the event
4156 loop.
4157
4158 2012-07-16 Tom Tromey <tromey@redhat.com>
4159
4160 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4161
4162 2012-07-15 Doug Evans <dje@google.com>
4163
4164 * dwarf2read.c (stmt_list_hash): New struct.
4165 (type_unit_group): Embed "per_cu" member, remove pointer.
4166 New union member "t", move member "tus" into it, all uses updated.
4167 New member "hash", replaces member "line_offset, all uses updated.
4168 (quick_file_names): Replace member "offset" with "hash", all uses
4169 updated.
4170 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4171 (hash_file_name_entry, eq_file_name_entry): Call them.
4172 (hash_type_unit_group, eq_type_unit_group): Ditto.
4173 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4174 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4175 (dw2_get_file_names): Update.
4176 (create_type_unit_group): Replace "per_cu" arg with "cu".
4177 All callers updated. Fix "quick" (.gdb_index) handling.
4178 (get_type_unit_group): Replace "per_cu" arg with "cu".
4179 All callers updated.
4180 (build_type_unit_groups): Don't reset tu_stats.
4181
4182 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4183 "tab_cur_size". Change member "tab" to be a htab_t.
4184 (create_filename_seen_cache): Update.
4185 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
4186 (filename_seen): Update.
4187
4188 2012-07-13 Doug Evans <dje@google.com>
4189
4190 * symtab.c (filename_seen): Update comment.
4191
4192 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4193 Doug Evans <dje@google.com>
4194
4195 * buildsym.c (end_symtab_1): Split it to ...
4196 (end_symtab_get_static_block): ... this ...
4197 (end_symtab_from_static_block): ... and this function.
4198 (end_symtab, end_expandable_symtab): Call them.
4199 * buildsym.h (end_symtab_get_static_block)
4200 (end_symtab_from_static_block): New declarations.
4201 * dwarf2read.c (process_full_comp_unit): New variable static_block.
4202 Set its valid CU ranges.
4203
4204 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4205
4206 * dwarf2loc.c (disassemble_dwarf_expression): Handle
4207 DW_OP_GNU_parameter_ref.
4208
4209 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4210
4211 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4212 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4213
4214 2012-07-13 Doug Evans <dje@google.com>
4215
4216 * symtab.c (output_source_filename): Delete unnecessary forward decl.
4217 (filename_seen_cache): New struct.
4218 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4219 (create_filename_seen_cache): New function.
4220 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4221 (filename_seen): Delete arg "first". New arg "cache". All callers
4222 updated.
4223 (output_source_filename_data): New struct.
4224 (output_source_filename): Delete arg "first". New arg "data".
4225 All callers updated.
4226 (sources_info): Delete local "first". New locals "data", "cleanups".
4227 Rewrite to use filename_seen_cache.
4228 (add_partial_filename_data): Delete member "first". New member
4229 "filename_seen_cache". All uses updated.
4230 (make_source_files_completion_list): Rewrite to use
4231 filename_seen_cache.
4232
4233 2012-07-12 Doug Evans <dje@google.com>
4234
4235 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
4236
4237 2012-07-10 Doug Evans <dje@google.com>
4238
4239 PR gdb/13498
4240 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
4241 all_type_unit_groups, type_unit_groups, tu_stats.
4242 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
4243 All uses updated. Add type_unit_group to union "s".
4244 (type_unit_group): New struct.
4245 (IS_TYPE_UNIT_GROUP): New macro.
4246 (abbrev_table): Delete unused member "section".
4247 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
4248 (dw2_get_cu): Assert not used with type_unit_group.
4249 (dw2_get_primary_cu): New function.
4250 (dw2_build_type_unit_groups_reader): New function.
4251 (dw2_build_type_unit_groups): New function.
4252 (dw2_get_file_names): Assert not called on type units.
4253 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
4254 Redo loop to iterate over type unit groups instead of type units.
4255 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
4256 (read_abbrev_offset): New function.
4257 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
4258 updated.
4259 (create_partial_symtab): New function.
4260 (process_psymtab_comp_unit_reader): Assert not used with type units.
4261 Call create_partial_symtab.
4262 (process_psymtab_type_unit): Delete.
4263 (hash_type_unit_group, eq_type_unit_group): New functions.
4264 (allocate_type_unit_groups_table): New function.
4265 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
4266 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
4267 (create_type_unit_group, get_type_unit_group): New functions.
4268 (tu_abbrev_offset): New struct.
4269 (sort_tu_by_abbrev_offset): New function.
4270 (add_type_unit_group_to_table): New function.
4271 (build_type_unit_groups): New function.
4272 (build_type_psymtabs_reader): New function.
4273 (build_type_psymtab_dependencies): New function.
4274 (build_type_psymtabs): Rewrite.
4275 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
4276 is seen in a type unit.
4277 (process_queue): Move symtab expansion debugging printfs here.
4278 Call process_full_type_unit for type units.
4279 (compute_symtab_includes): Assert not called for type units.
4280 (process_cu_includes): Don't call compute_symtab_includes for
4281 type units.
4282 (process_full_type_unit): New function.
4283 (process_imported_unit_die): Flag an error if called for type units.
4284 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
4285 updated. Assert not called for type units.
4286 (read_file_scope): Call dwarf2_start_symtab.
4287 (setup_type_unit_groups): New function.
4288 (read_type_unit_scope): Rewrite.
4289 (abbrev_table_read_table): Initialize abbrev_table->offset.
4290 (abbrev_table_free_cleanup): New function.
4291 (dwarf2_start_symtab): New function.
4292 (load_full_type_unit): Assert not called for type unit groups.
4293 * buildsym.c (finish_block_internal): New arg "expandable".
4294 All callers updated.
4295 (start_symtab): Move most contents to ...
4296 (restart_symtab): ... here. New function.
4297 (reset_symtab_globals): New function.
4298 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
4299 Call reset_symtab_globals.
4300 (end_symtab, end_expandable_symtab): New functions.
4301 (set_missing_symtab, augment_type_symtab): New functions.
4302 * buildsym.h (end_expandable_symtab): Declare.
4303 (augment_type_symtab, restart_symtab): Declare.
4304 * psympriv.h (struct partial_symtab): New member "anonymous".
4305 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
4306 anonymous psymtabs.
4307 (read_psymtabs_with_filename): Ditto.
4308 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
4309 (expand_symtabs_matching_via_partial): Ditto.
4310 (dump_psymtab): Update.
4311 * dictionary.c (dict_add_pending): New function.
4312 * dictionary.h (dict_add_pending): Declare.
4313
4314 2012-07-09 Doug Evans <dje@google.com>
4315
4316 * buildsym.c (start_subfile): Remove unnecessary check for
4317 name == NULL.
4318
4319 * psymtab.c (allocate_psymtab): Use host_address_to_string.
4320
4321 * dwarf2read.c (load_full_type_unit): Simplify.
4322
4323 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
4324 to struct signatured_type **. All uses updated.
4325
4326 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
4327 All callers updated.
4328
4329 2012-07-09 Tom Tromey <tromey@redhat.com>
4330
4331 * c-exp.y (check_parameter_typelist): New function.
4332 (parameter_typelist): Call it.
4333 * eval.c (make_params): Handle '(void)' case.
4334 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4335 '(void)' case.
4336
4337 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4338
4339 * common/linux-ptrace.c: Include gdb_assert.h.
4340 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
4341 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
4342 stdint.h.
4343 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
4344 functions.
4345 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
4346 * linux-nat.c (linux_child_post_attach)
4347 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
4348
4349 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4350
4351 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
4352 nptl <2.7 bug workaround for core files.
4353
4354 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4355
4356 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
4357 clearing.
4358 (save_siginfo): Remove.
4359 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
4360 call.
4361 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
4362 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
4363 * linux-nat.h (struct lwp_info): Remove field siginfo.
4364
4365 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4366
4367 Code cleanup for the next patch.
4368 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
4369 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4370 call for it.
4371 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
4372 (ia64_linux_stopped_data_address):
4373 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
4374 the return value.
4375 * linux-nat.h (linux_nat_get_siginfo): Likewise.
4376 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
4377 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4378 call for it.
4379
4380 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4381
4382 PR 14321
4383 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
4384 Increase buffer sizes to 2x we need, not just 2x of the previous size.
4385
4386 2012-07-06 Tom Tromey <tromey@redhat.com>
4387
4388 * c-exp.y (DOTDOTDOT): New token.
4389 (func_mod, exp): Use parameter_typelist.
4390 (parameter_typelist): New production.
4391 (tokentab3): Add "..." token.
4392 * eval.c (make_params): Handle varargs.
4393 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4394 varargs.
4395
4396 2012-07-06 Tom Tromey <tromey@redhat.com>
4397
4398 PR exp/9608:
4399 * c-exp.y (%union) <tvec>: Change type.
4400 (func_mod): Now uses <tvec> type.
4401 (exp): Update for tvec change.
4402 (direct_abs_decl): Push the typelist.
4403 (func_mod): Return a typelist.
4404 (nonempty_typelist): Update for tvec change.
4405 * gdbtypes.c (lookup_function_type_with_arguments): New function.
4406 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
4407 * parse.c (pop_type_list): New function.
4408 (push_typelist): New function.
4409 (follow_types): Handle tp_function_with_arguments.
4410 * parser-defs.h (type_ptr): New typedef. Define a VEC.
4411 (enum type_pieces) <tp_function_with_arguments>: New constant.
4412 (union type_stack_elt) <typelist_val>: New field.
4413 (push_typelist): Declare.
4414
4415 2012-07-06 Tom Tromey <tromey@redhat.com>
4416
4417 * c-exp.y (%union) <type_stack>: New field.
4418 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
4419 (ptr_operator_ts): New production.
4420 (ptype): Update.
4421 * parse.c (type_stack_reserve): New function.
4422 (check_type_stack_depth): Use it.
4423 (pop_type_stack, append_type_stack, push_type_stack)
4424 (get_type_stack, type_stack_cleanup): New functions.
4425 (follow_types): Handle tp_type_stack.
4426 (_initialize_parse): Simplify initialization.
4427 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
4428 constant.
4429 (union type_stack_elt) <stack_val>: New field.
4430 (get_type_stack, append_type_stack, push_type_stack)
4431 (type_stack_cleanup): Declare.
4432
4433 2012-07-06 Tom Tromey <tromey@redhat.com>
4434
4435 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
4436 Remove.
4437 (struct type_stack): New.
4438 * parse.c (type_stack, type_stack_size, type_stack_depth):
4439 Remove.
4440 (type_stack): New global.
4441 (parse_exp_in_context, check_type_stack_depth)
4442 (insert_into_type_stack, insert_type, push_type, push_type_int)
4443 (insert_type_address_space, pop_type, pop_type_int)
4444 (_initialize_parse): Update.
4445
4446 2012-07-06 Tom Tromey <tromey@redhat.com>
4447
4448 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
4449 Remove %type.
4450
4451 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4452
4453 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
4454
4455 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4456 Jan Kratochvil <jan.kratochvil@redhat.com>
4457
4458 * cp-valprint.c (cp_print_value): Replace potentially unsafe
4459 alloca with xmalloc/xfree.
4460
4461 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4462
4463 * MAINTAINERS (Write After Approval): Add myself to the list.
4464
4465 2012-07-05 Doug Evans <dje@google.com>
4466
4467 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
4468
4469 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4470
4471 * ax-gdb.c (cli/cli-utils.h): New include.
4472 (linespec.h): Ditto.
4473 (agent_eval_command_one): New function.
4474 (agent_command_1): Ditto.
4475 (agent_command): Call function agent_command_1.
4476 (agent_eval_command): Ditto.
4477 (_initialize_ax_gdb): Change help for "maint agent"
4478 and "maint agent-eval".
4479
4480 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4481
4482 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
4483 * cli/cli-utils.c (check_for_argument): New function.
4484 * cli/cli-utils.h (check_for_argument): Ditto.
4485
4486 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4487
4488 * NEWS: Mention x32 ABI support.
4489
4490 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4491
4492 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
4493 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
4494
4495 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
4496 and pc_regnum_from_eax to -1. Update SP regnum from
4497 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
4498 needed.
4499
4500 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
4501 pc_regnum_from_eax.
4502
4503 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4504
4505 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
4506 * dwarf2expr.h: Include gdbtypes.h.
4507 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
4508 these forward declarations.
4509 (cu_offset, sect_offset): Move these ...
4510 * gdbtypes.h: Remove include dwarf2expr.h.
4511 (cu_offset, sect_offset): ... here.
4512
4513 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
4514
4515 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
4516 (amd64_linux_sigtramp_code): This.
4517 (amd64_x32_linux_sigtramp_code): New.
4518 (LINUX_SIGTRAMP_LEN): Updated.
4519 (amd64_linux_sigtramp_start): Check x32 sigtramp.
4520
4521 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4522
4523 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
4524
4525 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4526
4527 * config.in: Regenerate.
4528 * configure: Regenerate.
4529 * configure.ac: Remove check for gnu/libc-version.h.
4530 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
4531 gnu/libc-version.h.
4532 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
4533 variables libc_version, libc_major and libc_minor. Replace sscanf by
4534 inferior_has_bug. Extend the comment.
4535
4536 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4537
4538 * linux-thread-db.c (inferior_has_bug): New function.
4539 (thread_db_find_new_threads_silently): Return boolean as checked by
4540 inferior_has_bug, describe it in the comments.
4541 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
4542 earlier. Abort the initialization if it returned non-zero.
4543 (thread_db_new_objfile): Exclude debug files.
4544 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
4545 if UNTIL_NO_NEW,
4546
4547 2012-07-02 Doug Evans <dje@google.com>
4548
4549 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
4550 related to queue management.
4551
4552 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
4553 instead of "debug dwarf2-die" in debugging printfs.
4554 (create_debug_info_hash_table_reader): Ditto.
4555 (create_debug_info_hash_table): Ditto.
4556 (init_dwo_file): Ditto.
4557 (init_cutu_and_read_dies): Add debugging printf.
4558 (init_cutu_and_read_dies_no_follow): Ditto.
4559 (process_psymtab_comp_unit_reader): Ditto.
4560
4561 2012-07-02 Stan Shebs <stan@codesourcery.com>
4562
4563 Add target-side support for dynamic printf.
4564 * NEWS: Mention the additional style.
4565 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
4566 (struct bp_location): New field cmd_bytecode.
4567 * breakpoint.c: Include format.h.
4568 (disconnected_dprintf): New global.
4569 (parse_cmd_to_aexpr): New function.
4570 (build_target_command_list): New function.
4571 (insert_bp_location): Call it.
4572 (remove_breakpoints_pid): Skip dprintf breakpoints.
4573 (print_one_breakpoint_location): Ditto.
4574 (dprintf_style_agent): New global.
4575 (dprintf_style_enums): Add dprintf_style_agent.
4576 (update_dprintf_command_list): Add agent case.
4577 (agent_printf_command): New function.
4578 (_initialize_breakpoint): Add new commands.
4579 * common/ax.def (printf): New bytecode.
4580 * ax.h (ax_string): Declare.
4581 * ax-gdb.h (gen_printf): Declare.
4582 * ax-gdb.c: Include cli-utils.h, format.h.
4583 (gen_printf): New function.
4584 (maint_agent_print_command): New function.
4585 (_initialize_ax_gdb): Add maint agent-printf command.
4586 * ax-general.c (ax_string): New function.
4587 (ax_print): Add printf disassembly.
4588 * Makefile.in (SFILES): Add format.c
4589 (COMMON_OBS): Add format.o.
4590 * common/format.h: New file.
4591 * common/format.c: New file.
4592 * printcmd.c: Include format.h.
4593 (ui_printf): Call parse_format_string.
4594 * remote.c (remote_state): New field breakpoint_commands.
4595 (PACKET_BreakpointCommands): New enum.
4596 (remote_breakpoint_commands_feature): New function.
4597 (remote_protocol_features): Add new BreakpointCommands entry.
4598 (remote_can_run_breakpoint_commands): New function.
4599 (remote_add_target_side_commands): New function.
4600 (remote_insert_breakpoint): Call it.
4601 (remote_insert_hw_breakpoint): Ditto.
4602 (_initialize_remote): Add new packet configuration for
4603 target-side breakpoint commands.
4604 * target.h (struct target_ops): New field
4605 to_can_run_breakpoint_commands.
4606 (target_can_run_breakpoint_commands): New macro.
4607 * target.c (update_current_target): Handle
4608 to_can_run_breakpoint_commands.
4609
4610 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4611
4612 Execute -ix and -iex only after system and user gdbinit files.
4613 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
4614 processing down after gdbinit files.
4615
4616 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4617
4618 Add fnmatch-gnu module.
4619 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
4620 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
4621 * gnulib/aclocal.m4: Regenerate.
4622 * gnulib/config.in: Regenerate.
4623 * gnulib/configure: Regenerate.
4624 * gnulib/import/dummy.c: Remove.
4625 * gnulib/import/Makefile.am: Regenerate.
4626 * gnulib/import/Makefile.in: Likewise.
4627 * gnulib/import/m4/gnulib-cache.m4: Likewise.
4628 * gnulib/import/m4/gnulib-comp.m4: Likewise.
4629 * gnulib/import/alloca.c: New file.
4630 * gnulib/import/alloca.in.h: Likewise.
4631 * gnulib/import/config.charset: Likewise.
4632 * gnulib/import/fnmatch.c: Likewise.
4633 * gnulib/import/fnmatch.in.h: Likewise.
4634 * gnulib/import/fnmatch_loop.c: Likewise.
4635 * gnulib/import/localcharset.c: Likewise.
4636 * gnulib/import/localcharset.h: Likewise.
4637 * gnulib/import/m4/alloca.m4: Likewise.
4638 * gnulib/import/m4/codeset.m4: Likewise.
4639 * gnulib/import/m4/configmake.m4: Likewise.
4640 * gnulib/import/m4/fcntl-o.m4: Likewise.
4641 * gnulib/import/m4/fnmatch.m4: Likewise.
4642 * gnulib/import/m4/glibc21.m4: Likewise.
4643 * gnulib/import/m4/localcharset.m4: Likewise.
4644 * gnulib/import/m4/locale-fr.m4: Likewise.
4645 * gnulib/import/m4/locale-ja.m4: Likewise.
4646 * gnulib/import/m4/locale-zh.m4: Likewise.
4647 * gnulib/import/m4/mbrtowc.m4: Likewise.
4648 * gnulib/import/m4/mbsinit.m4: Likewise.
4649 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4650 * gnulib/import/m4/mbstate_t.m4: Likewise.
4651 * gnulib/import/m4/stdbool.m4: Likewise.
4652 * gnulib/import/m4/wchar_h.m4: Likewise.
4653 * gnulib/import/m4/wctype_h.m4: Likewise.
4654 * gnulib/import/m4/wint_t.m4: Likewise.
4655 * gnulib/import/mbrtowc.c: Likewise.
4656 * gnulib/import/mbsinit.c: Likewise.
4657 * gnulib/import/mbsrtowcs-impl.h: Likewise.
4658 * gnulib/import/mbsrtowcs-state.c: Likewise.
4659 * gnulib/import/mbsrtowcs.c: Likewise.
4660 * gnulib/import/ref-add.sin: Likewise.
4661 * gnulib/import/ref-del.sin: Likewise.
4662 * gnulib/import/stdbool.in.h: Likewise.
4663 * gnulib/import/streq.h: Likewise.
4664 * gnulib/import/strnlen1.c: Likewise.
4665 * gnulib/import/strnlen1.h: Likewise.
4666 * gnulib/import/verify.h: Likewise.
4667 * gnulib/import/wchar.in.h: Likewise.
4668 * gnulib/import/wctype.in.h: Likewise.
4669
4670 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4671
4672 Support shell wildcards for 'set auto-load safe-path'.
4673 * auto-load.c: Include fnmatch.h.
4674 (filename_is_in_dir): Rename to ...
4675 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4676 it. Update function comment. Rename dir_len to pattern_len. New
4677 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
4678 messages. Use gdb_filename_fnmatch.
4679 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4680 pattern.
4681 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4682 * defs.h (gdb_filename_fnmatch): New declaration.
4683 * utils.c: Include fnmatch.h.
4684 (gdb_filename_fnmatch): New function.
4685
4686 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4687
4688 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4689 `-probe' and `-probe-stap' options.
4690
4691 2012-07-01 Yao Qi <yao@codesourcery.com>
4692
4693 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4694 always_inserted_off, and always_inserted_enums.
4695 Change always_inserted_mode's type to 'enum auto_boolean'.
4696 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4697 callers.
4698 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4699 of add_setshow_enum_cmd.
4700 * infrun.c: Remove can_use_displaced_stepping_auto,
4701 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4702 can_use_displaced_stepping_enum.
4703 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4704 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4705 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4706 add_setshow_enum_cmd.
4707
4708 2012-06-30 Doug Evans <dje@google.com>
4709
4710 * dwarf2read.c (signatured_type): Make "per_cu" member first.
4711 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4712 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
4713
4714 2012-06-29 Doug Evans <dje@google.com>
4715
4716 * linespec.c: #include "stack.h".
4717 (decode_line_with_current_source): Moved here from symtab.c and
4718 renamed from decode_line_spec. All callers updated.
4719 (decode_line_with_last_displayed): Moved here from breakpoint.c and
4720 renamed from decode_line_spec_1. All callers updated.
4721 * linespec.h (decode_line_with_current_source): Move declaration here
4722 from symtab.h and renamed from decode_line_spec.
4723 (decode_line_with_last_displayed): Move declaration here from symtab.h
4724 and renamed from decode_line_spec_1.
4725 * macrocmd.c: #include "linespec.h".
4726 * symtab.c: Remove #include "linespec.h".
4727
4728 2012-06-28 Doug Evans <dje@google.com>
4729
4730 * dwarf2read.c (get_cu_length): New function.
4731 (offset_in_cu_p, error_check_comp_unit_head): Call it.
4732 (create_debug_types_hash_table): Ditto.
4733 (init_cutu_and_read_dies): Ditto.
4734 (init_cutu_and_read_dies_no_follow): Ditto.
4735
4736 * dwarf2read.c (dwarf2_find_base_address): Move definition.
4737
4738 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4739 (struct abbrev_table): Define.
4740 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4741 abbrev_table.
4742 (init_cutu_and_read_dies): Update.
4743 (abbrev_table_alloc_abbrev): New function. Replaces
4744 dwarf_alloc_abbrev. All callers updated.
4745 (abbrev_table_add_abbrev): New function.
4746 (abbrev_table_lookup_abbrev): New function. Replaces
4747 dwarf2_lookup_abbrev. All callers updated.
4748 (abbrev_table_read_table): New function. Contents moved here from
4749 dwarf2_read_abbrevs.
4750 (dwarf2_read_abbrevs): Call it.
4751 (abbrev_table_free): New function.
4752 (dwarf2_free_abbrev_table): Call it.
4753
4754 2012-06-28 Stan Shebs <stan@codesourcery.com>
4755
4756 * osdata.c (info_osdata_command): Filter out "Title" columns
4757 from non-MI uses.
4758 * common/linux-osdata.c (struct osdata_type): Add title field.
4759 (osdata_table): Add titles to each entry.
4760 (linux_command_xfer_osdata): Add a column for title data.
4761
4762 2012-06-28 Stan Shebs <stan@codesourcery.com>
4763
4764 Make logging work for MI.
4765 * NEWS: Mention it.
4766 * interps.h (interp_set_logging_ftype): New typedef.
4767 (struct interp_procs): New field set_logging_proc.
4768 (current_interp_set_logging): Declare.
4769 * interps.c (current_interp_set_logging): New function.
4770 * cli/cli-logging.c: Include interps.h.
4771 (set_logging_redirect): Call current_interp_set_logging.
4772 (pop_output_files): Ditto.
4773 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4774 * mi/mi-console.h (mi_console_set_raw): Declare.
4775 * mi/mi-console.c (mi_console_set_raw): New function.
4776 * mi/mi-interp.c (saved_raw_stdout): New global.
4777 (mi_set_logging): New function.
4778 (_initialize_mi_interp): Add it to interp procs.
4779
4780 2012-06-28 Doug Evans <dje@google.com>
4781
4782 * symtab.c (lookup_symbol_aux_objfile): Use
4783 ALL_OBJFILE_PRIMARY_SYMTABS.
4784
4785 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4786
4787 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4788
4789 * common/buffer.c: Include inttypes.h and stdint.h.
4790 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4791
4792 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4793 Pedro Alves <palves@redhat.com>
4794
4795 * gdbthread.h (ALL_THREADS): New macro.
4796 (thread_list): Declare.
4797 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4798 going, but instead fall through to the stepping handling.
4799 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
4800 the passed in signal. Adjust debug output.
4801 (resume_callback): Rename to ...
4802 (linux_nat_resume_callback): ... this. Pass the thread's last
4803 stop signal, if in "pass" state.
4804 (linux_nat_resume): Adjust to rename.
4805 (stop_wait_callback): New assertion. Don't respawn signals;
4806 instead let the LWP remain with SIGNALLED set.
4807 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4808 * remote.c (append_pending_thread_resumptions): New.
4809 (remote_vcont_resume): Call it.
4810 * target.h (target_resume): Extend comment.
4811
4812 2012-06-28 Iain Sandoe <iain@codesourcery.com>
4813
4814 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4815
4816 2012-06-27 Doug Evans <dje@google.com>
4817
4818 * dwarf2read.c (dwarf2_cu): Add ranges_base.
4819 Delete have_addr_base, unused. All uses updated.
4820 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4821 (dwarf2_get_pc_bounds): Add ranges_base.
4822 (dwarf2_record_block_ranges): Ditto.
4823
4824 2012-06-27 Tom Tromey <tromey@redhat.com>
4825
4826 PR macros/7961:
4827 * varobj.c (varobj_create): Update.
4828 (varobj_set_value): Update.
4829 * tracepoint.c (validate_actionline): Update.
4830 (encode_actions_1): Update.
4831 * parse.c (parse_exp_1): Add 'pc' argument.
4832 (parse_exp_in_context): Add 'pc' argument. Change how
4833 expression_context_pc is set.
4834 (parse_expression): Update.
4835 (parse_field_expression): Update.
4836 * expression.h (parse_exp_1): Update.
4837 * eval.c (parse_to_comma_and_eval): Update.
4838 * breakpoint.c (set_breakpoint_condition): Update.
4839 (update_watchpoint): Update.
4840 (init_breakpoint_sal): Update
4841 (find_condition_and_thread): Update.
4842 (watch_command_1): Update.
4843 (update_breakpoint_locations): Update.
4844 * ada-lang.c (ada_read_renaming_var_value): Update.
4845 (create_excep_cond_exprs): Update.
4846
4847 2012-06-27 Doug Evans <dje@google.com>
4848
4849 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4850 type units.
4851
4852 2012-06-26 Doug Evans <dje@google.com>
4853
4854 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4855 prototype.
4856 (error_check_comp_unit_head): New arg abbrev_section. All callers
4857 updated.
4858 (read_and_check_comp_unit_head): Ditto.
4859 (read_and_check_type_unit_head): Ditto.
4860
4861 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4862
4863 New attribute 'last' for gdb.Symtab_and_line.
4864 * NEWS (Python Scripting): Add entry about the new attribute.
4865 * python/py-symtab.c (salpy_get_last): New function which
4866 implements the get method for the 'last' attribute of
4867 gdb.Symtab_and_line.
4868 (sal_object_getset): Add entry for the 'last' attribute.
4869
4870 2012-06-26 Doug Evans <dje@google.com>
4871
4872 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4873 (dwo_sections): Add macinfo, macro.
4874 (dwarf2_locate_dwo_sections): Watch for macro sections.
4875 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4876 All callers updated. Handle DWO files.
4877
4878 * NEWS: Mention new options "set debug dwarf2-read" and
4879 "set debug symtab-create".
4880 * dwarf2read.c (dwarf2_read_debug): New static global.
4881 (dwarf2_build_psymtabs_hard): Add debugging printfs.
4882 (process_queue): Ditto.
4883 (process_full_comp_unit): Ditto.
4884 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4885 * elfread.c (elf_symfile_read): Add debugging printf.
4886 * minsyms.c (install_minimal_symbols): Ditto.
4887 * psymtab.c (allocate_psymtab): Ditto.
4888 * symfile.c (allocate_symtab): Ditto.
4889 * symtab.c (symtab_create_debug): New global.
4890 (_initialize_symtab): Add new option "set debug symtab-create".
4891 * symtab.h (symtab_create_debug): Declare.
4892
4893 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4894 (lookup_dwo_type_unit): Ditto.
4895
4896 2012-06-26 Roland McGrath <roland@hack.frob.com>
4897 H.J. Lu <hongjiu.lu@intel.com>
4898
4899 * amd64-linux-nat.c: Include <sys/user.h>.
4900 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4901 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4902 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4903
4904 * configure.ac: Check if the fs_base and gs_base members of
4905 `struct user_regs_struct' exist.
4906 * config.in: Regenerated.
4907 * configure: Likewise.
4908
4909 2012-06-25 Michael Eager <eager@eagercon.com>
4910
4911 PR python/14291
4912 * python/python.c (gdbpy_write): Check for interrupted output.
4913
4914 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4915
4916 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4917 register as a stack alignment in ARM mode.
4918
4919 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4920
4921 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4922 * gnulib/config.in: Regenerate.
4923 * gnulib/configure: Likewise.
4924 * gnulib/import/m4/extensions.m4: Update it.
4925 * gnulib/import/m4/gnulib-common.m4: Likewise.
4926 * gnulib/import/m4/memmem.m4: Likewise.
4927 * gnulib/import/m4/mmap-anon.m4: Likewise.
4928 * gnulib/import/m4/multiarch.m4: Likewise.
4929 * gnulib/import/stdint.in.h: Likewise.
4930
4931 2012-06-24 Yao Qi <yao@codesourcery.com>
4932
4933 * corefile.c (write_memory_with_notification): New.
4934 * gdbcore.h: Declare write_memory_with_notification.
4935 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4936 'observer_notify_memory_changed' with 'write_memory_with_notification'.
4937 * valops.c (value_assign): Likewise.
4938 * python/py-inferior.c (infpy_write_memory): Call
4939 'write_memory_with_notification'.
4940
4941 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4942
4943 * cc-with-index.sh: Use also -ex "set auto-load no".
4944
4945 2012-06-23 Doug Evans <dje@google.com>
4946
4947 PR 14125
4948 * NEWS: Document additions to .gdb_index.
4949 * dwarf2read.c: #include "gdb/gdb-index.h".
4950 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4951 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4952 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4953 (dwarf2_read_index): Recognize version 7.
4954 (dw2_do_expand_symtabs_matching): New args want_specific_block,
4955 block_kind, domain): All callers updated.
4956 (dw2_find_symbol_file): Handle new index CU values.
4957 (dw2_expand_symtabs_matching): Match symbol kind if requested.
4958 (add_index_entry): New args is_static, kind. All callers updated.
4959 (offset_type_compare, uniquify_cu_indices): New functions
4960 (symbol_kind): New function.
4961 (write_psymtabs_to_index): Remove duplicate CU values.
4962 (write_psymtabs_to_index): Write .gdb_index version 7.
4963
4964 2012-06-22 Joel Brobecker <brobecker@adacore.com>
4965
4966 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4967 * configure: Regenerate.
4968
4969 2012-06-20 Yao Qi <yao@codesourcery.com>
4970
4971 * python/py-inferior.c: Update comments of infpy_read_memory
4972 and infpy_write_memory.
4973
4974 2012-06-19 Tom Tromey <tromey@redhat.com>
4975
4976 PR exp/9514:
4977 * parser-defs.h (insert_type, insert_type_address_space): Declare.
4978 (push_type_address_space): Remove.
4979 * parse.c (insert_into_type_stack): New function.
4980 (insert_type): Likewise.
4981 (insert_type_address_space): Rename from push_type_address_space.
4982 Insert tp_space_identifier.
4983 * c-exp.y (ptr_operator): New production.
4984 (abs_decl): Use ptr_operator.
4985 (space_identifier): Call insert_type_address_space.
4986 (ptype): Don't use const_or_volatile_or_space_identifier.
4987 (const_or_volatile_noopt): Call insert_type.
4988 (conversion_type_id, conversion_declarator): New productions.
4989 (operator): Use conversion_type_id.
4990
4991 2012-06-18 Doug Evans <dje@google.com>
4992
4993 * symtab.h (minimal_symbol): New member created_by_gdb.
4994 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4995 created by gdb.
4996 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4997 (search_symbols): Call it instead of lookup_symbol.
4998 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
4999
5000 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
5001 Adjust address for DW_OP_GNU_addr_index.
5002 * dwarf2expr.h (dwarf_expr_context): Update comment.
5003 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
5004 all callers updated. Handle TLS vars described with
5005 DW_OP_GNU_const_index.
5006 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
5007 and DW_OP_GNU_const_index.
5008 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
5009
5010 * block.c (find_block_in_blockvector): Make explicit the fact that we
5011 ignore GLOBAL_BLOCK.
5012
5013 2012-06-18 Tom Tromey <tromey@redhat.com>
5014
5015 * c-exp.y (operator): Remove trailing space after "delete" and
5016 "delete[]".
5017
5018 2012-06-18 Mark Kettenis <kettenis@gnu.org>
5019 Jan Kratochvil <jan.kratochvil@redhat.com>
5020
5021 Switch i386 and derived targets to ON_STACK.
5022 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
5023 (amd64_dicos_init_abi): Remove its installment.
5024 * dicos-tdep.c (dicos_init_abi): Remove the
5025 set_gdbarch_call_dummy_location call. Update the comment here.
5026 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
5027 (i386_dicos_init_abi): Remove its installment.
5028 * i386-tdep.c (i386_push_dummy_code): New function.
5029 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
5030 i386_push_dummy_code.
5031
5032 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5033
5034 Remove stale dummy frames.
5035 * breakpoint.c: Include dummy-frame.h.
5036 (longjmp_breakpoint_ops): New variable.
5037 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
5038 bp_longjmp_call_dummy.
5039 (bpstat_what, bptype_string, print_one_breakpoint_location)
5040 (init_bp_location): Support bp_longjmp_call_dummy.
5041 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
5042 (set_longjmp_breakpoint_for_call_dummy)
5043 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5044 functions.
5045 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5046 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
5047 FIXME comment and extend the other comment for bp_call_dummy.
5048 (set_longjmp_breakpoint_for_call_dummy)
5049 (check_longjmp_breakpoint_for_call_dummy): New declarations.
5050 * dummy-frame.c: Include gdbthread.h.
5051 (pop_dummy_frame_bpt): New function.
5052 (pop_dummy_frame): Call pop_dummy_frame_bpt.
5053 (dummy_frame_discard): New function.
5054 (cleanup_dummy_frames): Update the comment about longjmps.
5055 * dummy-frame.h (dummy_frame_discard): New declaration.
5056 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5057 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
5058 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
5059 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5060 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
5061 keep_going if IS_LONGJMP and there is no other reason to stop.
5062
5063 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
5064
5065 * remote-sim.c (sim_command_completer): Initialize
5066 variable 'result'.
5067
5068 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5069
5070 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5071 * dwarf2loc.c (call_site_parameter_matches): Support
5072 CALL_SITE_PARAMETER_PARAM_OFFSET.
5073 (needs_dwarf_reg_entry_value): Push stub value.
5074 * dwarf2read.c (read_call_site_scope): New variable origin. Support
5075 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5076 * gdbtypes.h (enum call_site_parameter_kind): New item
5077 CALL_SITE_PARAMETER_PARAM_OFFSET.
5078 (struct call_site.parameter.u): New field param_offset.
5079
5080 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5081
5082 Code cleanup: Generalize call_site.parameter key.
5083 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5084 variable dwarf_reg. New variable kind_u. Update parameters to
5085 push_dwarf_reg_entry_value.
5086 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5087 * dwarf2expr.h (enum call_site_parameter_kind)
5088 (union call_site_parameter_u): Forward declarations.
5089 (struct dwarf_expr_context_funcs): Update parameters and their
5090 description for push_dwarf_reg_entry_value.
5091 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5092 * dwarf2loc.c (call_site_parameter_matches): New function.
5093 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5094 description. Use call_site_parameter_matches.
5095 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5096 Update parameters and their description.
5097 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5098 New variable kind_u. Adjust the caller for updated parameters.
5099 (needs_dwarf_reg_entry_value): Update parameters.
5100 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
5101 instead of attr. Update for the changed fields of struct
5102 call_site_parameter.
5103 * gdbtypes.h: Include dwarf2expr.h.
5104 (enum call_site_parameter_kind): New.
5105 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
5106 fb_offset into new union u.
5107
5108 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5109
5110 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5111 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5112 for x32.
5113
5114 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5115
5116 * amd64-linux-nat.c (compat_x32_clock_t): New.
5117 (compat_x32_siginfo_t): Likewise.
5118 (compat_x32_siginfo_from_siginfo): Likewise.
5119 (siginfo_from_compat_x32_siginfo): Likewise.
5120 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5121 and siginfo_from_compat_x32_siginfo for x32.
5122
5123 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
5124
5125 * tracepoint.c (tfile_xfer_partial): Add a lseek.
5126
5127 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5128
5129 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5130 instead of gdbarch_ptr_bit.
5131 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5132 (amd64_supply_native_gregset): Likewise.
5133 (amd64_collect_native_gregset): Likewise.
5134 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5135 (amd64_supply_xsave): Likewise.
5136 (amd64_collect_fxsave): Likewise.
5137 (amd64_collect_xsave): Likewise.
5138
5139 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5140
5141 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5142 (amd64_linux_read_description): Check DS segment register for
5143 x32 process.
5144
5145 2012-06-15 Tom Tromey <tromey@redhat.com>
5146
5147 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5148 init_cutu_and_read_dies.
5149
5150 2012-06-15 Iain Sandoe <iain@codesourcery.com>
5151
5152 * MAINTAINERS (Write After Approval): Add myself to the list.
5153
5154 2012-06-15 Tom Tromey <tromey@redhat.com>
5155
5156 * valops.c (value_find_oload_method_list): Now static.
5157 * value.h (value_find_oload_method_list): Don't declare.
5158
5159 2012-06-15 Tom Tromey <tromey@redhat.com>
5160
5161 * valops.c (find_overload_match): Use value_ind.
5162
5163 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
5164
5165 * infrun.c (handle_inferior_event): Correct indentation.
5166
5167 2012-06-14 Doug Evans <dje@google.com>
5168
5169 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5170 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5171 All uses updated.
5172 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
5173 updated. Handle DEBUG_LOC_START_LENGTH.
5174 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5175 (loclist_describe_location): Ditto.
5176
5177 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
5178
5179 PR backtrace/13866
5180 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5181 after hiding inline functions.
5182
5183 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5184
5185 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
5186 _initialize_inf_ttrace.
5187
5188 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5189
5190 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
5191 _initialize_hppa_hpux_nat.
5192
5193 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5194
5195 * remote-sim.c (sim_command_completer): Change type of return
5196 value to "VEC (char_ptr) *". Adjust implementation accordingly.
5197
5198 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5199 Jan Kratochvil <jan.kratochvil@redhat.com>
5200
5201 PR tdep/14222
5202 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5203 stack on a 16-byte boundary.
5204
5205 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
5206
5207 * jit.c (finalize_symtab): Set function's return type to 'void' by
5208 default.
5209
5210 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5211 H.J. Lu <hongjiu.lu@intel.com>
5212
5213 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5214 Move bits common to both the classic LP64 and the new x32 ILP32
5215 ABI here.
5216 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5217 (amd64_x32_linux_init_abi): New function.
5218 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5219 subtype.
5220
5221 * i386-tdep.h (i386_pseudo_register_name): New prototype.
5222 * i386-tdep.c (i386_pseudo_register_name): Make public.
5223 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5224 * amd64-tdep.c (amd64_dword_names): Add "eip".
5225 (amd64_x32_pseudo_register_type): New function
5226 (amd64_x32_init_abi): New function.
5227
5228 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5229
5230 PR build/14003
5231 * inferior.h (struct inferior_suspend_state): Comment out.
5232 (struct inferior): Comment out the field suspend.
5233 * infrun.c (struct infcall_suspend_state): Comment out the field
5234 inferior_suspend.
5235 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
5236 out its assignment.
5237
5238 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5239
5240 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5241 * c-exp.y (classify_inner_name): Remove caller assumptions in the
5242 function comment. Return ERROR for unresolved cases. Implement
5243 returning proper NAME.
5244 (yylex): Accept also NAME from classify_inner_name.
5245 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
5246 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
5247 LOC_TYPEDEF type.
5248 * cp-support.h (cp_lookup_nested_type): Update its declaration.
5249
5250 2012-06-13 Tom Tromey <tromey@redhat.com>
5251
5252 * breakpoint.c (condition_completer): New function.
5253 (_initialize_breakpoint): Use it.
5254 * value.c (complete_internalvar): New function.
5255 * value.h (complete_internalvar): Declare.
5256
5257 2012-06-13 Tom Tromey <tromey@redhat.com>
5258
5259 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
5260 * breakpoint.c (catch_syscall_completer): Return a VEC.
5261 * cli/cli-cmds.c (complete_command): Update.
5262 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
5263 (complete_on_enum): Likewise.
5264 * command.h: Include gdb_vecs.h.
5265 (completer_ftype): Change return type.
5266 (complete_on_cmdlist, complete_on_enum): Likewise.
5267 * completer.c (noop_completer, filename_completer)
5268 (location_completer): Return a VEC.
5269 (add_struct_fields): Remove 'nextp' argument. Change 'output'
5270 to a VEC.
5271 (expression_completer, complete_line_internal, complete_line)
5272 (command_completer): Return a VEC.
5273 (gdb_completion_word_break_characters, line_completion_function):
5274 Update.
5275 * completer.h: Include gdb_vecs.h.
5276 (complete_line, noop_completer, filename_completer)
5277 (expression_completer, location_completer, command_completer):
5278 Update.
5279 * f-lang.c (f_word_break_characters): Return a VEC.
5280 * interps.c (interpreter_completer): Return a VEC.
5281 * language.h (struct language_defn)
5282 <la_make_symbol_completion_list>: Return a VEC.
5283 * python/py-cmd.c (cmdpy_completer): Return a VEC.
5284 * symtab.c (free_completion_list): Take a VEC.
5285 (return_val_size, return_val_index): Remove.
5286 (return_val): Now a VEC.
5287 (completion_list_add_name): Update.
5288 (default_make_symbol_completion_list_break_on)
5289 (default_make_symbol_completion_list, make_symbol_completion_list)
5290 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
5291 Return a VEC.
5292 (add_filename_to_list): Update.
5293 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
5294 <list>: Now a VEC.
5295 (maybe_add_partial_symtab_filename): Update.
5296 (make_source_files_completion_list): Return a VEC.
5297 * symtab.h (default_make_symbol_completion_list_break_on)
5298 (default_make_symbol_completion_list, make_symbol_completion_list)
5299 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
5300 (make_source_files_completion_list): Update.
5301
5302 2012-06-13 Tom Tromey <tromey@redhat.com>
5303
5304 * breakpoint.c (add_catch_command): Use completer_ftype.
5305 * breakpoint.h: Include command.h.
5306 (add_catch_command): Use completer_ftype.
5307 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
5308 * cli/cli-decode.h (struct cmd_list_element) <completer>:
5309 Use completer_ftype.
5310 * command.h (completer_ftype): New typedef.
5311 (set_cmd_completer): Use it.
5312 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
5313 completer_ftype.
5314
5315 2012-06-13 Pedro Alves <palves@redhat.com>
5316
5317 Partial revert of previous change.
5318
5319 * serial.c (scb_base): New global.
5320 (serial_for_fd): New.
5321 (serial_open, serial_fdopen_ops): Link new serial in open serials
5322 chain.
5323 (do_serial_close): Unlink serial from the open serials chain.
5324
5325 2012-06-12 Pedro Alves <palves@redhat.com>
5326
5327 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
5328 threads here.
5329 (prepare_for_detach): No longer context switch here in non-stop
5330 mode.
5331 (fetch_inferior_event): Ditto.
5332 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
5333 to the event thread before removing breakpoints. Switch to the
5334 event thread before inserting breakpoints and resuming.
5335 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
5336 event thread before resuming.
5337 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
5338 Switch to the event thread before removing breakpoints.
5339
5340 2012-06-12 Eli Zaretskii <eliz@gnu.org>
5341
5342 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
5343 special characters correctly for the Windows shells. See
5344 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
5345 report.
5346 [!__MINGW32__]: Remove extra double quote character from special
5347 characters.
5348
5349 2012-06-11 Stan Shebs <stan@codesourcery.com>
5350
5351 * ui-out.h: Remove #if 0 declarations.
5352 * ui-out.c: Remove #if 0 functions.
5353
5354 2012-06-11 Pedro Alves <palves@redhat.com>
5355
5356 * ser-base.c (run_async_handler_and_reschedule): New.
5357 (fd_event, push_event): Use it.
5358 * serial.c (serial_open, serial_fdopen_ops): Set the initial
5359 reference count to 1.
5360 (do_serial_close): Set the bufp field to NULL. Use serial_unref
5361 instead of xfree.
5362 (serial_is_open, serial_ref, serial_unref): New.
5363 * serial.h (serial_open): Adjust comment.
5364 (serial_is_open): Declare.
5365 (serial_close): Adjust comment.
5366 (serial_ref, serial_unref) Declare.
5367 (struct serial): New field 'refcnt'.
5368
5369 2012-06-11 Pedro Alves <palves@redhat.com>
5370
5371 Remove #if 0'd "connect" command, and unnecessary associated
5372 refcounting and serial reuse bits.
5373
5374 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
5375 * serial.c (last_serial_opened): Delete.
5376 (scb_base): Delete.
5377 (serial_open): Adjust.
5378 (serial_for_fd): Delete.
5379 (serial_fdopen_ops, do_serial_close): Adjust.
5380 (serial_fdopen_ops): Adjust.
5381
5382 2012-06-11 Pedro Alves <palves@redhat.com>
5383
5384 * serial.c (do_serial_close): Remove early return when SCB is
5385 null.
5386
5387 2012-06-11 Tom Tromey <tromey@redhat.com>
5388
5389 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
5390
5391 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5392
5393 Fix regression by the "ambiguous linespec" series.
5394 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
5395 get_last_displayed_symtab and get_last_displayed_line and depending
5396 on CURSAL.
5397
5398 2012-06-11 Tom Tromey <tromey@redhat.com>
5399
5400 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
5401 (dw2_find_symbol_file): Use it.
5402
5403 2012-06-11 Michael Eager <eager@eagercon.com>
5404
5405 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
5406 * mips-linux-tdep.h (mips_signals): New
5407
5408 2012-06-11 Tom Tromey <tromey@redhat.com>
5409
5410 * infrun.c (handle_inferior_event)
5411 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
5412 breakpoint.
5413 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
5414 exception logic in all cases. Update comments.
5415 (insert_longjmp_resume_breakpoint): Set the exception resume
5416 breakpoint.
5417
5418 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
5419
5420 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
5421
5422 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
5423
5424 * valarith.c (binop_types_user_defined_p): Fix a typo.
5425
5426 2012-06-08 Yao Qi <yao@codesourcery.com>
5427 Chung-Lin Tang <cltang@codesourcery.com>
5428
5429 * arch-utils.c (default_return_in_first_hidden_param_p): New.
5430 * arch-utils.h: Declare.
5431 * gdbarch.sh: Add return_in_first_hidden_param_p.
5432 * gdbarch.c, gdbarch.h: Regenerated.
5433 * infcall.c (call_function_by_hand): Call
5434 gdbarch_return_in_first_hidden_param_p instead of
5435 language_pass_by_reference.
5436
5437 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
5438 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
5439 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
5440 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
5441 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
5442 `cplus_return_struct_by_reference'.
5443 (tic6x_return_value): Handle language cplusplus.
5444 (tic6x_return_in_first_hidden_param_p): New.
5445 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
5446
5447 2012-06-07 Doug Evans <dje@google.com>
5448
5449 * dwarf2read.c (dwarf2_cu): Add comment.
5450
5451 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5452
5453 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
5454 variable.
5455 (mips_eabi_push_dummy_call): Likewise.
5456 (mips_n32n64_push_dummy_call): Likewise.
5457 (mips_o32_push_dummy_call): Likewise.
5458 (mips_o64_push_dummy_call): Likewise.
5459
5460 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5461
5462 * mips-tdep.c (mips_convert_register_p): Correct coding style.
5463
5464 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5465
5466 * mips-tdep.c (mips_pseudo_register_type): Use
5467 mips_float_register_p.
5468
5469 2012-06-06 Pedro Alves <palves@redhat.com>
5470
5471 * infrun.c (handle_inferior_event): Remove calls to
5472 reinit_frame_cache that follow a context_switch call.
5473
5474 2012-06-06 Pedro Alves <palves@redhat.com>
5475
5476 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
5477 context_switch and remove stale comment.
5478
5479 2012-06-06 Pedro Alves <palves@redhat.com>
5480
5481 * infrun.c (struct execution_control_state): Remove
5482 `new_thread_event' field.
5483 (handle_inferior_event): Simplify new threads handling; don't
5484 resume the inferior if we find a new thread.
5485
5486 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
5487
5488 * NEWS: Document the deprecation of SH's 'regs' command.
5489 * inferior.h (all_registers_info): Add function declaration.
5490 * sh-tdep.c (sh_show_regs): Remove variable.
5491 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
5492 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
5493 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
5494 (sh_show_regs_command): Remove functions.
5495 (sh_gdbarch_init): Don't set sh_show_regs.
5496 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
5497 'info all-registers'.
5498 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
5499 (sh64_show_regs): Remove functions.
5500 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
5501
5502 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5503
5504 * configure.ac: Move development=true below AC_INIT.
5505 * configure: Regenerate.
5506
5507 2012-06-05 Stan Shebs <stan@codesourcery.com>
5508
5509 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
5510 gdb_stdout.
5511
5512 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
5513
5514 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
5515 argument as ssize_t.
5516 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
5517 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
5518 * target.c (target_read_stack, target_write_memory)
5519 (target_write_raw_memory): Likewise.
5520 * target.h (target_read_stack, target_write_memory)
5521 (target_write_raw_memory): Likewise.
5522
5523 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5524
5525 * symfile-mem.c: Change gdb_static_assert to ssize_t.
5526 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
5527 * target.c (target_read_memory): Change LEN to ssize_t.
5528 * target.h (target_read_memory): Change LEN to ssize_t.
5529
5530 2012-06-05 Pedro Alves <palves@redhat.com>
5531
5532 PR backtrace/13866
5533
5534 * breakpoint.c (until_break_command): Only fetch the selected
5535 frame after decode_line_1.
5536
5537 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5538
5539 * solib-svr4.c (enable_break): Don't fallback to setting the solib
5540 event breakpoint at _start, __start or main if a program
5541 interpreter is not found.
5542
5543 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5544
5545 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
5546 Add declaration.
5547 * windows-tdep.c: #include "objfiles.h".
5548 (windows_iterate_over_objfiles_in_search_order): New function.
5549 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5550 iterate_over_objfiles_in_search_order gdbarch method to
5551 windows_iterate_over_objfiles_in_search_order.
5552 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
5553
5554 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5555
5556 * gdbarch.sh: Add generation of
5557 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
5558 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
5559 (iterate_over_objfiles_in_search_order): New gdbarch method.
5560 * gdbarch.h, gdbarch.c: Regenerate.
5561 * objfiles.h (default_iterate_over_objfiles_in_search_order):
5562 Add declaration.
5563 * objfiles.c (default_iterate_over_objfiles_in_search_order):
5564 New function.
5565 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5566 out of lookup_symbol_aux_symtabs.
5567 (lookup_symbol_aux_symtabs): Replace extracted-out code by
5568 call to lookup_symbol_aux_objfile.
5569 (struct global_sym_lookup_data): New type.
5570 (lookup_symbol_global_iterator_cb): New function.
5571 (lookup_symbol_global): Search for symbol using
5572 gdbarch_iterate_over_objfiles_in_search_order and
5573 lookup_symbol_global_iterator_cb.
5574 * findvar.c (struct minsym_lookup_data): New type.
5575 (minsym_lookup_iterator_cb): New function.
5576 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
5577 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
5578 and minsym_lookup_iterator_cb.
5579
5580 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5581
5582 Revert the following patch:
5583 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5584 try locating the symbol in the symbol's own objfile first, before
5585 extending the search to all objfiles.
5586 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5587 out of lookup_symbol_aux_symtabs.
5588 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5589 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5590 Do not search EXCLUDE_OBJFILE.
5591 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5592 (lookup_symbol_global): Search for matches in the block's objfile
5593 first, before searching all other objfiles.
5594
5595 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5596
5597 * breakpoint.c (find_condition_and_thread): Stop parsing
5598 as soon as the first invalid keyword is found.
5599
5600 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5601
5602 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
5603
5604 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5605
5606 * config/djgpp/djcheck.sh: Add copyright header.
5607
5608 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5609
5610 * copyright.py (update_files, main): Fix path to update-copyright
5611 script.
5612
5613 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5614
5615 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
5616 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
5617 for which a reminder to update by hand is printed.
5618
5619 2012-06-04 Doug Evans <dje@google.com>
5620
5621 * buildsym.c (make_blockvector): Add comment.
5622
5623 2012-06-04 Pedro Alves <palves@redhat.com>
5624
5625 * arch-utils.c (default_gdb_signal_from_target): Delete.
5626 * arch-utils.h (default_gdb_signal_from_target): Delete.
5627 * corelow.c (core_open) <signal mapping>: Extended comment. Check
5628 gdbarch_gdb_signal_from_target_p.
5629 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5630 predicate).
5631 * gdbarch.h: Regenerate.
5632 * gdbarch.c: Regenerate.
5633
5634 2012-06-04 Pedro Alves <palves@redhat.com>
5635
5636 * gdbarch.sh (gdb_signal_from_target): Mention that the
5637 implementation of the method must be host independent.
5638 * gdbarch.h: Regenerate.
5639
5640 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5641
5642 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5643 parameters.
5644 (target_read_memory_bfd): New function.
5645 (symbol_file_add_from_memory): Use it.
5646
5647 2012-06-03 Doug Evans <dje@google.com>
5648
5649 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5650 of primary symtab.
5651 (basic_lookup_transparent_type): Ditto.
5652
5653 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5654 (ALL_PRIMARY_SYMTABS): Use it.
5655 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5656 * dwarf2read.c (dw2_find_symbol_file): Ditto.
5657 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5658 * symtab.c (lookup_symbol_aux_objfile): Ditto.
5659 (basic_lookup_transparent_type): Ditto.
5660
5661 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
5662
5663 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
5664 it to optimize resolution of demangled name.
5665
5666 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5667
5668 * configure.ac (development): Define new variable.
5669 Call AC_CHECK_LIB for mcheck if $development.
5670 (ERROR_ON_WARNING): Enable it by default only if $development.
5671 * config.in: Regenerate.
5672 * configure: Regenerate.
5673
5674 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
5675
5676 * target.c (target_read_memory): Make LEN argument as size_t.
5677 * target.h (target_read_memory): Likewise.
5678
5679 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5680
5681 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5682
5683 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
5684
5685 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5686 BookE interface for PowerPC server processors if not available
5687 in the Linux Kernel.
5688
5689 2012-05-31 Keith Seitz <keiths@redhat.com>
5690
5691 * linespec.c (decode_objc): Add cleanup to free
5692 INFO.FILE_SYMTABS.
5693 (find_linespec_symbols): Add cleanup to free CLASSES.
5694 * symfile.c (find_separate_debug_file_by_debuglink): Add
5695 cleanup to free DEBUGLINK.
5696 * ui-out.c (clear_header_list): No need to check if
5697 HEADER_NEXT.COLHDR is NULL.
5698 Free HEADER_NEXT.COL_NAME.
5699
5700 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5701
5702 * ada-lang.c (standard_lookup): Prevent uninitialized variable
5703 warning.
5704
5705 2012-05-30 Jeff Kenton <jkenton@tilera.com>
5706
5707 * configure.host (gdb_host_cpu): Handle tilegx*.
5708 (gdb_host): Handle tilegx-*-linux*.
5709 * tilegx-linux-nat.c: New file.
5710 * config/tilegx/linux.mh: New file.
5711
5712 2012-05-30 Jeff Kenton <jkenton@tilera.com>
5713
5714 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5715 tilegx-linux-tdep.o.
5716 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5717 tilegx-linux-tdep.c.
5718 * configure.tgt: Handle tilegx-*-linux*.
5719 * tilegx-tdep.h: New file.
5720 * tilegx-tdep.c: New file.
5721 * tilegx-linux-tdep.c: New file.
5722 * regformats/reg-tilegx.dat: New file.
5723
5724 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
5725
5726 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5727 accounting of hw watchpoints on ppc.
5728
5729 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5730
5731 * source.c (openp): Expand tilde in path entries.
5732
5733 2012-05-29 Doug Evans <dje@google.com>
5734
5735 * buildsym.c (block_compar): Fix comment.
5736 (end_symtab): Fix and clarify some comments.
5737
5738 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5739 cleanup_undefined_types.
5740 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5741 All callers updated.
5742
5743 2012-05-29 Tom Tromey <tromey@redhat.com>
5744
5745 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5746 fails.
5747 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5748 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5749 fails.
5750 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5751 fails.
5752
5753 2012-05-29 Tristan Gingold <gingold@adacore.com>
5754
5755 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5756 (struct darwin_info): ... New struct.
5757 (solib_darwin_pspace_data): New variable.
5758 (darwin_pspace_data_cleanup): New function.
5759 (get_darwin_info): Likewise.
5760 (darwin_dyld_version_ok, darwin_load_image_infos)
5761 (darwin_solib_get_all_image_info_addr_at_init)
5762 (darwin_solib_read_all_image_info_addr): Add info argument.
5763 Adjust code.
5764 (darwin_current_sos): Use per pspace structure.
5765 (darwin_solib_create_inferior_hook): Likewise.
5766 (darwin_clear_solib): Likewise.
5767 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5768
5769 2012-05-28 Pedro Alves <palves@redhat.com>
5770
5771 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5772 block that uses them. Clear ecss before handling each event.
5773
5774 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5775
5776 * solib-svr4.c (svr4_current_sos): New comment on
5777 svr4_current_sos_via_xfer_libraries fall back.
5778
5779 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5780
5781 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
5782 it as a fallback for TYPE_IS_OPAQUE.
5783 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5784 symbols for lookup_symbol.
5785
5786 2012-05-24 John Steele Scott <toojays@toojays.net>
5787
5788 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5789 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5790 (producer_is_gxx_lt_4_6): Move the checking and caching to...
5791 (check_producer): ... this new function, which also checks for ICC
5792 and caches the result.
5793 (producer_is_icc): New function.
5794 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5795 producer was ICC.
5796
5797 2012-05-24 Pedro Alves <palves@redhat.com>
5798
5799 PR gdb/7205
5800
5801 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5802 (default_gdb_signal_to_target): ... this. Add comment.
5803 (default_gdb_signal_from_host): Rename to ...
5804 (default_gdb_signal_from_target): ... this. Add comment.
5805 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5806 (default_gdb_signal_to_target): ... this.
5807 (default_gdb_signal_from_host): Rename to ...
5808 (default_gdb_signal_from_target): ... this.
5809 * corelow.c (core_open): Adjust to naming change. Replace comment.
5810 * gdbarch.sh (gdb_signal_from_host): Rename to ...
5811 (gdb_signal_from_target): ... this. Adjust to
5812 default_gdb_signal_from_host naming change. Extend comment.
5813 (gdb_signal_to_host): Rename to ...
5814 (gdb_signal_to_target): ... this. Adjust to
5815 default_gdb_signal_to_host naming change.
5816 * gdbarch.h, gdbarch.c: Renegerate.
5817
5818 2012-05-24 Pedro Alves <palves@redhat.com>
5819
5820 PR gdb/7205
5821
5822 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5823
5824 2012-05-24 Pedro Alves <palves@redhat.com>
5825
5826 PR gdb/7205
5827
5828 Replace target_signal with gdb_signal throughout.
5829
5830 2012-05-24 Pedro Alves <palves@redhat.com>
5831
5832 PR tui/14159
5833
5834 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5835 string, instead of reusing the va_list argument.
5836
5837 2012-05-24 Tom Tromey <tromey@redhat.com>
5838
5839 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5840 Remove.
5841
5842 2012-05-23 Doug Evans <dje@google.com>
5843
5844 * symtab.c (search_symbols): Formatting fixes.
5845 (print_symbol_info): Formatting fixes.
5846
5847 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5848 int64_t change to leb128 API.
5849 (read_encoded_value, decode_frame_entry_1): Ditto.
5850 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5851 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5852 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5853 (execute_stack_op): Ditto.
5854 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5855 (safe_read_uleb128, safe_read_sleb128): Ditto.
5856 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5857 (dwarf2_compile_expr_to_ax): Ditto.
5858 (locexpr_describe_location_piece): Ditto.
5859 (disassemble_dwarf_expression): Ditto.
5860 (locexpr_describe_location_1): Ditto.
5861
5862 2012-05-23 Stan Shebs <stan@codesourcery.com>
5863 Kwok Cheung Yeung <kcy@codesourcery.com>
5864
5865 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5866 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5867 (mi-cmd-info.o): New rule.
5868 * osdata.h (info_osdata_command): New declaration.
5869 * osdata.c (info_osdata_command): Change to non-static.
5870 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5871 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5872 * mi/mi-cmd-info.c: New file.
5873
5874 2012-05-23 Doug Evans <dje@google.com>
5875
5876 * symtab.c (search_symbols): Pass NULL for file_matcher to
5877 expand_symtabs_matching if there are no files to match.
5878
5879 * gdbtypes.c (lookup_typename): Simplify.
5880
5881 2012-05-23 Pedro Alves <palves@redhat.com>
5882
5883 * arch-utils.h (default_target_signal_to_host): Delete.
5884 * arch-utils.c (default_target_signal_to_host): Delete.
5885 * gdbarch.sh (target_signal_to_host): Remove.
5886 * gdbarch.h, gdbarch.c: Regenerate.
5887
5888 2012-05-22 Doug Evans <dje@google.com>
5889
5890 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5891 "const gdb_byte *".
5892 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5893 (execute_cfa_program): Update to match API of leb128 functions.
5894 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5895 "const gdb_byte *".
5896 (read_unsigned_leb128, read_signed_leb128): Delete.
5897 (read_initial_length): Change type of buf argument to
5898 "const gdb_byte *".
5899 (read_encoded_value): Update to match API of leb128 functions.
5900 (decode_frame_entry): Change result to "const gdb_byte *", and
5901 similarly for "start" parameter.
5902 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
5903 (dwarf2_build_frame_info): Change local frame_ptr to
5904 "const gdb_byte *".
5905 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5906 read_uleb128, read_sleb128. All callers updated.
5907 (safe_skip_leb128): New function.
5908 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5909 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5910 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5911 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
5912 read_uleb128, read_sleb128.
5913 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5914 (execute_stack_op): Update to match API of leb128 functions.
5915 * dwarf2expr.h: #include "leb128.h".
5916 (read_uleb128, read_sleb128): Delete.
5917 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5918 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5919 * dwarf2loc.c (debug_loc_kind): New enum.
5920 (decode_debug_loc_addresses): New function.
5921 (decode_debug_loc_dwo_addresses): New function.
5922 (dwarf2_find_location_expression): Rewrite.
5923 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5924 (locexpr_describe_location_piece): Ditto.
5925 (disassemble_dwarf_expression): Ditto.
5926 (locexpr_describe_location_1): Ditto.
5927 (loclist_describe_location): Rewrite.
5928 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5929 * dwarf2read.c (die_reader_specs): New member "buffer_end".
5930 (dwarf2_section_buffer_overflow_complaint): Renamed from
5931 dwarf2_macros_too_long_complaint. All callers updated.
5932 (skip_leb128): Delete.
5933 (init_cu_die_reader): Initialize reader->buffer_end.
5934 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5935 (skip_form_bytes): New arg buffer_end. All callers updated.
5936 Replace call to skip_leb128 with gdb_skip_leb128.
5937 (skip_unknown_opcode): New arg mac_end. All callers updated.
5938 (fill_in_loclist_baton): Initialize baton->from_dwo.
5939
5940 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5941
5942 * mips-linux-nat.c (mips_linux_read_description): Use a more
5943 verbose error message.
5944
5945 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5946
5947 * NEWS: Add MIPS/Linux DSP support.
5948 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5949 (SIGCONTEXT_DSPCTL): New macro.
5950 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5951 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5952 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5953 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5954 (N64_SIGCONTEXT_HI3): Likewise.
5955 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5956 (N64_SIGCONTEXT_LO3): Likewise.
5957 (N64_SIGCONTEXT_DSPCTL): Likewise.
5958 (N64_SIGCONTEXT_FPCSR): Clarify definition.
5959 (mips_linux_o32_sigframe_init): Handle DSP registers.
5960 (mips_linux_n32n64_sigframe_init): Likewise.
5961
5962 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5963
5964 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5965 call to abort.
5966
5967 2012-05-22 Pedro Alves <palves@redhat.com>
5968
5969 * target.h (store_waitstatus): Move declaration ...
5970 * inf-child.h (store_waitstatus): ... here.
5971 * target.c: Move inclusion of gdb_wait.h, and ...
5972 (store_waitstatus): ... this ...
5973 * inf-child.c: ... here.
5974 * linux-nat.c: Include inf-child.h.
5975 * rs6000-nat.c: Include inf-child.h.
5976 * spu-linux-nat.c: Include inf-child.h.
5977
5978 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5979
5980 * tracepoint.c (start_tracing): Add missing i18n markup.
5981 (stop_tracing, set_trace_user): Ditto.
5982 (set_trace_notes, set_trace_stop_notes): Ditto.
5983
5984 2012-05-21 Tom Tromey <tromey@redhat.com>
5985
5986 PR c++/7173:
5987 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5988 types.
5989 * value.h (value_cast_pointers): Update.
5990 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5991 (value_cast): Update.
5992 (update_search_result): New function.
5993 (do_search_struct_field): New, from search_struct_field. Check
5994 for ambiguous results.
5995 (search_struct_field): Rewrite.
5996 * infcall.c (value_arg_coerce): Update.
5997 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5998 value_cast_pointers.
5999 * ada-lang.c (ada_convert_actual): Update.
6000
6001 2012-05-21 Tom Tromey <tromey@redhat.com>
6002
6003 * macroexp.c (macro_stringify): Terminate the string.
6004
6005 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6006
6007 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
6008 Describe it.
6009 * auto-load.c (auto_load_expand_dir_vars): New function.
6010 (auto_load_safe_path_vec_update): Use it, remove the
6011 substitute_path_component call thanks to it.
6012 (auto_load_objfile_script): Remove the debug_file_directory processing.
6013 Use auto_load_expand_dir_vars, remove the substitute_path_component
6014 call thanks to it.
6015 * configure: Regenerate.
6016 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
6017 path. Escape $ also for $debugdir.
6018 (--with_auto_load_safe_path): Escape $ also for $debugdir.
6019 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
6020
6021 2012-05-20 Doug Evans <dje@google.com>
6022
6023 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
6024 before use. Check for symtab->includes == NULL before scanning it.
6025
6026 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6027
6028 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
6029
6030 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6031
6032 * NEWS: Add microMIPS support and "set mips compression",
6033 "show mips compression" commands.
6034 * mips-tdep.h (mips_isa): New enum.
6035 (gdbarch_tdep): Add mips_isa.
6036 (mips_pc_is_mips16): Update prototype.
6037 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
6038 * mips-tdep.c (mips_compression_mips16): New variable.
6039 (mips_compression_micromips): Likewise.
6040 (mips_compression_strings): Likewise.
6041 (mips_compression_string): Likewise.
6042 (is_mips16_isa, is_micromips_isa): New functions.
6043 (is_mips16_addr): Rename to...
6044 (is_compact_addr): ... this.
6045 (unmake_mips16_addr): Likewise to...
6046 (unmake_compact_addr): ... this.
6047 (make_mips16_addr): Likewise to...
6048 (make_compact_addr): ... this.
6049 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6050 functions.
6051 (mips_elf_make_msymbol_special): Handle microMIPS code.
6052 (msymbol_is_special): Rename to...
6053 (msymbol_is_mips16): ... this.
6054 (mips_make_symbol_special, mips_pc_is_mips16): Update
6055 accordingly.
6056 (msymbol_is_mips, msymbol_is_micromips): New functions.
6057 (mips16_to_32_reg): Rename to...
6058 (mips_reg3_to_reg): ... this.
6059 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6060 (mips_pc_isa): Likewise.
6061 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6062 code.
6063 (mips_fetch_instruction): Pass return status instead of printing
6064 an error message if requested. Handle microMIPS code. Bail out
6065 on an invalid ISA.
6066 (micromips_op): New macro.
6067 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6068 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6069 (b6s4_op, b7s3_reg): Likewise.
6070 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6071 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6072 (mips_insn_size): New function.
6073 (mips32_next_pc): Update mips_fetch_instruction call.
6074 (micromips_relative_offset7): New function.
6075 (micromips_relative_offset10): Likewise.
6076 (micromips_relative_offset16): Likewise.
6077 (micromips_pc_insn_size): Likewise.
6078 (micromips_bc1_pc): Likewise.
6079 (micromips_next_pc): Likewise.
6080 (unpack_mips16): Update mips_fetch_instruction call.
6081 (extended_mips16_next_pc): Update according to change to
6082 mips16_to_32_reg.
6083 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
6084 code.
6085 (mips16_scan_prologue): Update mips_fetch_instruction call.
6086 Update according to change to mips16_to_32_reg.
6087 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6088 (mips_insn16_frame_base_sniffer): Likewise.
6089 (micromips_decode_imm9): New function.
6090 (micromips_scan_prologue): Likewise.
6091 (mips_micro_frame_cache): Likewise.
6092 (mips_micro_frame_this_id): Likewise.
6093 (mips_micro_frame_prev_register): Likewise.
6094 (mips_micro_frame_sniffer): Likewise.
6095 (mips_micro_frame_unwind): New variable.
6096 (mips_micro_frame_base_address): New function.
6097 (mips_micro_frame_base): New variable.
6098 (mips_micro_frame_base_sniffer): New function.
6099 (mips32_scan_prologue): Update mips_fetch_instruction call.
6100 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6101 rather than for MIPS16.
6102 (mips_insn32_frame_base_sniffer): Likewise.
6103 (mips_addr_bits_remove): Handle microMIPS code.
6104 (deal_with_atomic_sequence): Rename to...
6105 (mips_deal_with_atomic_sequence): ... this. Update the type
6106 of the variable used to hold an instruction. Remove the ISA bit
6107 check. Update mips_fetch_instruction call.
6108 (micromips_deal_with_atomic_sequence): New function.
6109 (deal_with_atomic_sequence): Likewise.
6110 (mips_about_to_return): Handle microMIPS code. Update
6111 mips_fetch_instruction call.
6112 (heuristic_proc_start): Check for the standard MIPS ISA rather
6113 than for MIPS16. Update mips_pc_is_mips16 and
6114 mips_fetch_instruction calls. Handle microMIPS code.
6115 (mips_push_dummy_code): Handle microMIPS code.
6116 (mips_eabi_push_dummy_call): Likewise.
6117 (mips_o32_return_value): Update mips_pc_is_mips16 call.
6118 (mips_o64_push_dummy_call): Handle microMIPS code.
6119 (mips_o64_return_value): Update mips_pc_is_mips16 call.
6120 (is_delayed): Remove function.
6121 (mips_single_step_through_delay): Replace the call to is_delayed
6122 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
6123 Handle microMIPS code.
6124 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
6125 microMIPS code.
6126 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6127 call.
6128 (micromips_in_function_epilogue_p): New function.
6129 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6130 call.
6131 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6132 Handle microMIPS.
6133 (gdb_print_insn_mips): Likewise.
6134 (mips_breakpoint_from_pc): Likewise.
6135 (mips_remote_breakpoint_from_pc): New function.
6136 (mips32_instruction_has_delay_slot): Simplify making use of the
6137 updated mips_fetch_instruction interface.
6138 (micromips_instruction_has_delay_slot): New function.
6139 (mips16_instruction_has_delay_slot): Simplify making use of the
6140 updated mips_fetch_instruction interface.
6141 (mips_adjust_breakpoint_address): Check for the standard MIPS
6142 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
6143 calls. Handle microMIPS code.
6144 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6145 (mips_skip_trampoline_code): Handle microMIPS code.
6146 (global_mips_compression): New function.
6147 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6148 file flags. Register the microMIPS remote breakpoint handler
6149 and heuristic frame unwinder.
6150 (show_mips_compression): New function.
6151 (_initialize_mips_tdep): Add the "set mips compression" and
6152 "show mips compression" commands.
6153
6154 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
6155
6156 * ada-lang.c:
6157 * ada-tasks.c:
6158 * ada-varobj.c:
6159 * amd64-darwin-tdep.c:
6160 * arm-symbian-tdep.c:
6161 * arm-tdep.c:
6162 * avr-tdep.c:
6163 * ax-gdb.c:
6164 * bfin-linux-tdep.c:
6165 * breakpoint.c:
6166 * c-valprint.c:
6167 * cli/cli-cmds.c:
6168 * coffread.c:
6169 * cp-support.c:
6170 * cris-tdep.c:
6171 * dwarf2-frame-tailcall.c:
6172 * dwarf2-frame.c:
6173 * dwarf2expr.c:
6174 * dwarf2loc.c:
6175 * dwarf2read.c:
6176 * elfread.c:
6177 * eval.c:
6178 * expprint.c:
6179 * f-valprint.c:
6180 * frv-tdep.c:
6181 * h8300-tdep.c:
6182 * hppa-hpux-tdep.c:
6183 * hppa-tdep.c:
6184 * hppanbsd-tdep.c:
6185 * i386-nto-tdep.c:
6186 * i386-tdep.c:
6187 * i387-tdep.c:
6188 * ia64-tdep.c:
6189 * jit.c:
6190 * linespec.c:
6191 * linux-tdep.c:
6192 * lm32-tdep.c:
6193 * m2-valprint.c:
6194 * m32c-tdep.c:
6195 * m32r-rom.c:
6196 * m32r-tdep.c:
6197 * m68k-tdep.c:
6198 * m68klinux-tdep.c:
6199 * mi/mi-main.c:
6200 * microblaze-tdep.c:
6201 * mips-linux-tdep.c:
6202 * mips-tdep.c:
6203 * mn10300-tdep.c:
6204 * p-valprint.c:
6205 * parse.c:
6206 * ppc-linux-tdep.c:
6207 * ppc-sysv-tdep.c:
6208 * printcmd.c:
6209 * python/py-finishbreakpoint.c:
6210 * python/py-inferior.c:
6211 * python/py-infthread.c:
6212 * python/py-type.c:
6213 * python/python.c:
6214 * remote-fileio.c:
6215 * remote-m32r-sdi.c:
6216 * remote-mips.c:
6217 * reverse.c:
6218 * rl78-tdep.c:
6219 * rs6000-aix-tdep.c:
6220 * rs6000-tdep.c:
6221 * s390-tdep.c:
6222 * score-tdep.c:
6223 * sh64-tdep.c:
6224 * skip.c:
6225 * solib-darwin.c:
6226 * solib-dsbt.c:
6227 * solib-frv.c:
6228 * sparc-tdep.c:
6229 * spu-multiarch.c:
6230 * spu-tdep.c:
6231 * stack.c:
6232 * symfile.c:
6233 * symtab.c:
6234 * tic6x-tdep.c:
6235 * tracepoint.c:
6236 * v850-tdep.c:
6237 * valarith.c:
6238 * valprint.c:
6239 * value.c:
6240 * xcoffread.c:
6241 * xtensa-tdep.c:
6242 * ada-lang.c:
6243 * ada-tasks.c:
6244 * ada-varobj.c:
6245 * amd64-darwin-tdep.c:
6246 * arm-symbian-tdep.c:
6247 * arm-tdep.c: Delete unused variables.
6248
6249 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6250
6251 Rename $ddir to $datadir.
6252 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
6253 * auto-load.c (auto_load_safe_path_vec_update)
6254 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
6255 * configure: Regenerate.
6256 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
6257 Likewise. Remove the 'use $ddir' help string.
6258
6259 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6260
6261 * auto-load.c (show_auto_load_safe_path): Accept any combination of
6262 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
6263
6264 2012-05-18 Tom Tromey <tromey@redhat.com>
6265
6266 PR exp/13907:
6267 * valprint.h (struct value_print_options) <symbol_print>: New
6268 field.
6269 * valprint.c (user_print_options): Add default for symbol_print.
6270 (show_symbol_print): New function.
6271 (generic_val_print): Respect symbol_print.
6272 (_initialize_valprint): Add "print symbol" setting.
6273 * f-valprint.c (f_val_print): Respect symbol_print.
6274 * c-valprint.c (c_val_print): Respect symbol_print.
6275 * NEWS: Update.
6276 * printcmd.c (print_address_symbolic): Return int. Ignore some
6277 zero-size symbols.
6278 (print_address_demangle): Return int.
6279 * defs.h: (print_address_symbolic): Return int.
6280 * value.h (print_address_demangle): Return int.
6281
6282 2012-05-18 Tom Tromey <tromey@redhat.com>
6283
6284 * valprint.c (val_print_string): Don't print leading space.
6285 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
6286 print space before string or vtbl.
6287 * m2-valprint.c (print_unpacked_pointer): Optionally print space
6288 before string.
6289 * jv-valprint.c (java_value_print): Print space before string.
6290 * go-valprint.c (print_go_string): Print space before string.
6291 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
6292 space before string.
6293 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
6294 space before string or vtbl.
6295 * auxv.c (fprint_target_auxv): Print space after address.
6296
6297 2012-05-18 Tom Tromey <tromey@redhat.com>
6298
6299 * printcmd.c (print_address_demangle): Remove special case for 0.
6300
6301 2012-05-18 Tom Tromey <tromey@redhat.com>
6302
6303 * printcmd.c (print_address_demangle): Add 'opts' argument.
6304 * p-valprint.c (pascal_val_print): Update.
6305 * jv-valprint.c (java_val_print): Update.
6306 * value.h: Update.
6307 * valprint.c (generic_val_print): Update.
6308 (print_function_pointer_address): Add 'options' argument. Remove
6309 'addressprint' argument. Update.
6310 * m2-valprint.c (print_unpacked_pointer): Update.
6311 * gnu-v3-abi.c (print_one_vtable): Update.
6312 (gnuv3_print_method_ptr): Update.
6313 * f-valprint.c (f_val_print): Update.
6314 * cp-valprint.c (cp_print_value_fields): Update.
6315 * valprint.h (print_function_pointer_address): Update.
6316 * c-valprint.c (c_val_print): Update.
6317
6318 2012-05-18 Tom Tromey <tromey@redhat.com>
6319
6320 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
6321 directly corresponding to the found psymtab.
6322 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
6323 (dw2_find_pc_sect_symtab): Use it.
6324 * block.h (blockvector_contains_pc): Declare.
6325 * block.c (find_block_in_blockvector): New function.
6326 (blockvector_for_pc_sect): Use it.
6327 (blockvector_contains_pc): New function.
6328
6329 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6330
6331 * mips-tdep.h (mips_write_pc): New prototype.
6332 * mips-tdep.c (mips_write_pc): Make external, add description.
6333 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
6334 add description.
6335
6336 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6337
6338 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
6339 mips_regnum->pc.
6340 (mips_unwind_pc, mips_write_pc): Likewise.
6341 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
6342 gdbarch_read_pc.
6343
6344 2012-05-17 Joel Brobecker <brobecker@adacore.com>
6345
6346 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
6347 proc_warn, proc_error, proc_get_status, proc_flags,
6348 proc_why, proc_what, proc_nsysarg, proc_sysargs,
6349 proc_set_run_on_last_close, proc_unset_run_on_last_close,
6350 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
6351 proc_stop_process, proc_wait_for_stop, proc_run_process,
6352 proc_set_traced_signals, proc_set_traced_faults,
6353 proc_set_traced_sysentry, proc_set_traced_sysexit,
6354 proc_set_held_signals, proc_get_held_signals,
6355 proc_get_traced_signals, proc_get_traced_faults,
6356 proc_get_traced_sysentry, proc_get_traced_sysexit,
6357 proc_clear_current_fault, proc_set_current_signal,
6358 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
6359 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
6360 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
6361 proc_get_current_thread, proc_get_current_thread,
6362 proc_get_current_thread, proc_update_threads,
6363 proc_update_threads, proc_update_threads, proc_update_threads,
6364 proc_iterate_over_threads, procfs_find_new_threads,
6365 procfs_pid_to_str): Make static. Remove advance declaration.
6366 (proc_cursig): Make static. Conditionalized defintion on
6367 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
6368 (proc_syscall, proc_set_kill_on_last_close,
6369 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
6370 proc_get_pending_signals, proc_get_signal_actions,
6371 proc_trace_signal, proc_ignore_signal): Delete.
6372
6373 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6374
6375 * coffread.c (cs_section_address): Passing proper argument for
6376 `bfd_get_section_vma'.
6377 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
6378 `bfd_get_section_flags'.
6379 * remote.c (remote_trace_set_readonly_regions): Likewise, for
6380 `bfd_get_section_vma'.
6381
6382 2012-05-16 Tom Tromey <tromey@redhat.com>
6383
6384 PR macros/13205:
6385 * macrotab.h: (macro_define_special): Declare.
6386 (enum macro_special_kind): New.
6387 (struct macro_definition) <argc, replacement>: Update comments.
6388 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
6389 (macro_define_object_internal): New function.
6390 (macro_define_object): Use it.
6391 (macro_define_special): New function.
6392 (fixup_definition): New function.
6393 (macro_lookup_definition, foreach_macro_in_scope)
6394 (foreach_macro): Use fixup_definition.
6395 * macroexp.h (macro_stringify): Declare.
6396 * macroexp.c (free_buffer_return_text): New function.
6397 (stringify): Constify "arg".
6398 (macro_stringify): New function.
6399 * dwarf2read.c (macro_start_file): Call macro_define_special.
6400
6401 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6402 Maciej W. Rozycki <macro@mips.com>
6403
6404 * breakpoint.h (bp_location): Add related_address member.
6405 * inferior.h (get_return_value): Take a pointer to struct value
6406 instead of struct type for the function requested.
6407 * value.h (using_struct_return): Likewise.
6408 * gdbarch.sh (return_value): Take a pointer to struct value
6409 instead of struct type for the function requested.
6410 * breakpoint.c (set_breakpoint_location_function): Initialize
6411 related_address for bp_gnu_ifunc_resolver breakpoints.
6412 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
6413 requested function's address to gdbarch_return_value.
6414 * eval.c (evaluate_subexp_standard): Pass the requested
6415 function's address to using_struct_return.
6416 * infcall.c (call_function_by_hand): Pass the requested
6417 function's address to using_struct_return and
6418 gdbarch_return_value.
6419 * infcmd.c (get_return_value): Take a pointer to struct value
6420 instead of struct type for the function requested.
6421 (print_return_value): Update accordingly.
6422 (finish_command_continuation): Likewise.
6423 * stack.c (return_command): Pass the requested function's
6424 address to using_struct_return and gdbarch_return_value.
6425 * value.c (using_struct_return): Take a pointer to struct value
6426 instead of struct type for the function requested. Pass the
6427 requested function's address to gdbarch_return_value.
6428 * python/py-finishbreakpoint.c (finish_breakpoint_object):
6429 New function_value member, replacing function_type.
6430 (bpfinishpy_dealloc): Update accordingly.
6431 (bpfinishpy_pre_stop_hook): Likewise.
6432 (bpfinishpy_init): Likewise. Record the requested function's
6433 address.
6434 * mips-tdep.c (mips_fval_reg): New enum.
6435 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
6436 words put in GP registers.
6437 (mips_o64_push_dummy_call): Update a comment.
6438 (mips_o32_return_value): Take a pointer to struct value instead
6439 of struct type for the function requested and use it to check if
6440 using the MIPS16 calling convention. Return the designated
6441 general purpose registers for floating-point values returned in
6442 MIPS16 mode.
6443 (mips_o64_return_value): Likewise.
6444 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
6445 (ppc_sysv_abi_broken_return_value): Likewise.
6446 (ppc64_sysv_abi_return_value): Likewise.
6447 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
6448 value instead of struct type for the function requested.
6449 * amd64-tdep.c (amd64_return_value): Likewise.
6450 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
6451 * arm-tdep.c (arm_return_value): Likewise.
6452 * avr-tdep.c (avr_return_value): Likewise.
6453 * bfin-tdep.c (bfin_return_value): Likewise.
6454 * cris-tdep.c (cris_return_value): Likewise.
6455 * frv-tdep.c (frv_return_value): Likewise.
6456 * h8300-tdep.c (h8300_return_value): Likewise.
6457 (h8300h_return_value): Likewise.
6458 * hppa-tdep.c (hppa32_return_value): Likewise.
6459 (hppa64_return_value): Likewise.
6460 * i386-tdep.c (i386_return_value): Likewise.
6461 * ia64-tdep.c (ia64_return_value): Likewise.
6462 * iq2000-tdep.c (iq2000_return_value): Likewise.
6463 * lm32-tdep.c (lm32_return_value): Likewise.
6464 * m32c-tdep.c (m32c_return_value): Likewise.
6465 * m32r-tdep.c (m32r_return_value): Likewise.
6466 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
6467 * m68k-tdep.c (m68k_return_value): Likewise.
6468 (m68k_svr4_return_value): Likewise.
6469 * m88k-tdep.c (m88k_return_value): Likewise.
6470 * mep-tdep.c (mep_return_value): Likewise.
6471 * microblaze-tdep.c (microblaze_return_value): Likewise.
6472 * mn10300-tdep.c (mn10300_return_value): Likewise.
6473 * moxie-tdep.c (moxie_return_value): Likewise.
6474 * mt-tdep.c (mt_return_value): Likewise.
6475 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
6476 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
6477 (ppc_sysv_abi_broken_return_value): Likewise.
6478 (ppc64_sysv_abi_return_value): Likewise.
6479 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
6480 * rl78-tdep.c (rl78_return_value): Likewise.
6481 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
6482 * rx-tdep.c (rx_return_value): Likewise.
6483 * s390-tdep.c (s390_return_value): Likewise.
6484 * score-tdep.c (score_return_value): Likewise.
6485 * sh-tdep.c (sh_return_value_nofpu): Likewise.
6486 (sh_return_value_fpu): Likewise.
6487 * sh64-tdep.c (sh64_return_value): Likewise.
6488 * sparc-tdep.c (sparc32_return_value): Likewise.
6489 * sparc64-tdep.c (sparc64_return_value): Likewise.
6490 * spu-tdep.c (spu_return_value): Likewise.
6491 * tic6x-tdep.c (tic6x_return_value): Likewise.
6492 * v850-tdep.c (v850_return_value): Likewise.
6493 * vax-tdep.c (vax_return_value): Likewise.
6494 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
6495 * xtensa-tdep.c (xtensa_return_value): Likewise.
6496 * gdbarch.c: Regenerate.
6497 * gdbarch.h: Regenerate.
6498
6499 2012-05-15 Tom Tromey <tromey@redhat.com>
6500
6501 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
6502
6503 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6504
6505 * breakpoint.c (init_breakpoint_sal): Add quotes around part
6506 of command in two error message.
6507
6508 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6509
6510 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
6511
6512 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6513
6514 * breakpoint.c (find_condition_and_thread): Minor reformatting.
6515
6516 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6517
6518 * NEWS (show auto-load scripts-directory): Add forgotten command.
6519
6520 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6521
6522 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
6523 parameters.
6524
6525 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
6526
6527 * amd64-tdep.c: Include features/i386/x32.c and
6528 features/i386/x32-avx.c.
6529 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
6530 initialize_tdesc_x32_avx.
6531
6532 2012-05-14 Stan Shebs <stan@codesourcery.com>
6533
6534 Add dynamic printf.
6535 * breakpoint.h (enum bptype): New type bp_dprintf.
6536 (struct breakpoint): New field extra_string.
6537 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
6538 (create_breakpoint): Add extra_string arg.
6539 * breakpoint.c (dprintf_breakpoint_ops): New.
6540 (is_breakpoint): Add bp_dprintf.
6541 (bpstat_what): Add dprintf case.
6542 (bptype_string): Ditto.
6543 (print_one_breakpoint_location): Ditto.
6544 (init_bp_location): Ditto.
6545 (bkpt_print_mention): Ditto.
6546 (dprintf_style_enums): New array.
6547 (dprintf_style): New global.
6548 (dprintf_function): New global.
6549 (dprintf_channel): New global.
6550 (update_dprintf_command_list): New function.
6551 (update_dprintf_commands): New function.
6552 (init_breakpoint_sal): Add extra_string argument, handle it.
6553 (create_breakpoint_sal): Add extra_string argument.
6554 (create_breakpoints_sal): Add extra_string argument, update callers.
6555 (find_condition_and_thread): Add extra argument.
6556 (create_breakpoint): Add extra_string argument, record it.
6557 (dprintf_command): New function.
6558 (break_command_1): Add arg to create_breakpoint call.
6559 (handle_gnu_v3_exceptions): Ditto.
6560 (trace_command): Ditto.
6561 (ftrace_command): Ditto.
6562 (strace_command): Ditto.
6563 (bkpt_print_mention): Add dprintf case.
6564 (create_breakpoint_sal_default): Add extra_string argument.
6565 (_initialize_breakpoint): Add new commands.
6566 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
6567 * python/py-breakpoint.c (bppy_init): Ditto.
6568 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6569
6570 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
6571
6572 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
6573
6574 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
6575
6576 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
6577 unsigned long long.
6578
6579 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6580
6581 Add a new function gdb.find_pc_line to the Python API.
6582 * NEWS (Python Scripting): Add entry about the new function.
6583 * python/python.c (gdbpy_find_pc_line): New function which
6584 implements gdb.find_pc_line.
6585 (GdbMethods): Add entry for the new function.
6586
6587 2012-05-12 Pedro Alves <palves@redhat.com>
6588
6589 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
6590 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
6591
6592 2012-05-12 Eli Zaretskii <eliz@gnu.org>
6593
6594 * inferior.c: Include completer.h
6595 (initialize_inferiors): Set completer of add-inferior to
6596 filename_completer.
6597
6598 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6599
6600 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6601 gdbarch_ptr_bit for x32 core dump.
6602
6603 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6604
6605 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
6606 and features/i386/x32-avx-linux.c.
6607
6608 2012-05-11 Stan Shebs <stan@codesourcery.com>
6609 Kwok Cheung Yeung <kcy@codesourcery.com>
6610
6611 * NEWS: Describe new info os commands.
6612 * common/linux-osdata.c (PID_T, TIME_T): Define.
6613 (MAX_PID_T_STRLEN): New.
6614 (linux_common_core_of_thread): Add comment. Change to use PID_T and
6615 MAX_PID_T_STRLEN.
6616 (command_from_pid): Add comment. Change to use PID_T.
6617 (commandline_from_pid): Change to use PID_T.
6618 (user_from_pid): Add comment.
6619 (get_process_owner): Add comment. Change to use PID_T and
6620 MAX_PID_T_STRLEN.
6621 (get_number_of_cpu_cores): Add comment.
6622 (get_cores_used_by_process): Add comment. Change to use PID_T and
6623 MAX_PID_T_STRLEN.
6624 (linux_xfer_osdata_processes): Change to use PID_T and
6625 MAX_PID_T_STRLEN.
6626 (compare_processes): New function.
6627 (linux_xfer_osdata_processgroups): New function.
6628 (linux_xfer_osdata_threads): Change to use PID_T.
6629 (linux_xfer_osdata_fds): New function.
6630 (format_socket_state, print_sockets): New functions.
6631 (union socket_addr): New union.
6632 (linux_xfer_osdata_isockets): New function.
6633 (time_from_time_t, group_from_gid): New functions.
6634 (linux_xfer_osdata_shm): New function.
6635 (linux_xfer_osdata_sem): New function.
6636 (linux_xfer_osdata_msg): New function.
6637 (linux_xfer_osdata_modules): New function.
6638 (osdata_table): Add new entries.
6639 * common/buffer.c (buffer_xml_printf): Add support for long and
6640 long long format specifiers.
6641
6642 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6643
6644 * amd64-linux-tdep.h (tdesc_x32_linux): New.
6645 (tdesc_x32_avx_linux): Likewise.
6646
6647 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6648
6649 Implement multi-component --with-auto-load-dir.
6650 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6651 entries.
6652 (--with-auto-load-safe-path): Update the default value description.
6653 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6654 New.
6655 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
6656 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
6657 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
6658 (_initialize_auto_load): Initialize also auto_load_dir. Install new
6659 "set auto-load scripts-directory".
6660 * config.in: Regenerate.
6661 * configure: Regenerate.
6662 * configure.ac (--with-auto-load-dir): New configure option.
6663 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6664
6665 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6666
6667 Provide $ddir substitution for --with-auto-load-safe-path.
6668 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6669 entries.
6670 * auto-load.c: Include observer.h.
6671 (auto_load_safe_path_vec_update): Call substitute_path_component for
6672 each component. New variable ddir_subst.
6673 (auto_load_gdb_datadir_changed): New function.
6674 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6675 AUTO_LOAD_SAFE_PATH. New comment.
6676 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6677 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
6678 * config.in: Regenerate.
6679 * configure: Regenerate.
6680 * configure.ac (--auto-load-safe-path): Rename
6681 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
6682 GDB_DATADIR/auto-load.
6683 * defs.h (substitute_path_component): New declaration.
6684 * top.c: Include observer.h.
6685 (set_gdb_datadir): New function.
6686 (init_main): Install it for "set data-directory".
6687 * utils.c (substitute_path_component): New function.
6688
6689 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6690
6691 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6692 * auto-load.c (auto_load_objfile_script): Remove check for NULL
6693 DEBUG_FILE_DIRECTORY. Handle multiple components of
6694 DEBUG_FILE_DIRECTORY.
6695
6696 2012-05-10 Tom Tromey <tromey@redhat.com>
6697
6698 * dwarf2read.c (recursively_write_psymbols): New function.
6699 (write_psymtabs_to_index): Use it.
6700
6701 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6702 field.
6703 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6704 (load_partial_comp_unit): Update.
6705 (queue_comp_unit): Add argument 'pretend_language'.
6706 (process_queue): Update.
6707 (psymtab_to_symtab_1): Skip dependencies that have a user.
6708 (load_partial_comp_unit_reader): Give meaning to the 'data'
6709 argument.
6710 (load_full_comp_unit): Add 'pretend_language' argument.
6711 (process_full_comp_unit): Add 'pretend_language' argument. Set
6712 language on CU.
6713 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6714 Update.
6715 (maybe_queue_comp_unit): Add 'pretend_language' argument.
6716 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6717 Update.
6718 (prepare_one_comp_unit): Add 'pretend_language' argument.
6719
6720 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6721 (struct dwarf2_per_objfile) <just_read_cus>: New field.
6722 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6723 (dw2_do_instantiate_symtab): Check whether symtab was read in
6724 before queueing.
6725 (dw2_instantiate_symtab): Add assertion. Call
6726 process_cu_includes.
6727 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6728 (partial_symtab_p): New typedef.
6729 (set_partial_user): New function.
6730 (dwarf2_build_psymtabs_hard): Use set_partial_user.
6731 (scan_partial_symbols): Add imported CU to imported_symtabs.
6732 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6733 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6734 (get_symtab, recursively_compute_inclusions)
6735 (compute_symtab_includes, process_cu_includes)
6736 (process_imported_unit_die): New functions.
6737 (process_die) <DW_TAG_imported_unit>: New case.
6738 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6739
6740 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6741 comment.
6742 (struct partial_die_info) <locdesc>: Remove.
6743 <d>: New field.
6744 (process_psymtab_comp_unit): Add 'read_partial' argument.
6745 Update.
6746 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6747 (scan_partial_symbols): Handle DW_TAG_imported_unit.
6748 (add_partial_symbol): Update.
6749 (process_die): Handle DW_TAG_partial_unit.
6750 (read_file_scope): Update comment.
6751 (load_partial_dies): Handle DW_TAG_imported_unit.
6752 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6753 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6754
6755 2012-05-10 Tom Tromey <tromey@redhat.com>
6756
6757 * cc-with-dwz.sh: New file.
6758
6759 2012-05-10 Tom Tromey <tromey@redhat.com>
6760
6761 * symtab.h (struct symtab) <includes, user>: New fields.
6762 * block.h (struct block_iterator) <d, idx, which>: New fields.
6763 * block.c (initialize_block_iterator, find_iterator_symtab)
6764 (block_iterator_step, block_iter_name_step)
6765 (block_iter_match_step): New functions.
6766 (block_iterator_first, block_iterator_next)
6767 (block_iter_name_first, block_iter_name_next)
6768 (block_iter_match_first, block_iter_match_next): Rewrite.
6769 (get_block_symtab): New function.
6770
6771 2012-05-10 Tom Tromey <tromey@redhat.com>
6772
6773 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6774 set_block_symtab.
6775 * jit.c (finalize_symtab): Use allocate_global_block,
6776 set_block_symtab.
6777 * buildsym.c (finish_block_internal): New function, from old
6778 finish_block.
6779 (finish_block): Rewrite.
6780 (end_symtab): Use finish_block_internal, set_block_symtab.
6781 * block.h (struct global_block): New.
6782 (allocate_global_block, set_block_symtab): Declare.
6783 * block.c (allocate_global_block, set_block_symtab): New
6784 functions.
6785
6786 2012-05-10 Tom Tromey <tromey@redhat.com>
6787
6788 * psymtab.c (partial_map_expand_apply): Add assertion.
6789 (partial_map_symtabs_matching_filename): Skip included psymtabs.
6790 (psymtab_to_symtab): Find unshared psymtab.
6791 (dump_psymtab): Print including psymtabs.
6792 (recursively_search_psymtabs): New function.
6793 (expand_symtabs_matching_via_partial): Use it.
6794 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6795 fields.
6796 (enum psymtab_search_status): New.
6797
6798 2012-05-10 Tom Tromey <tromey@redhat.com>
6799
6800 * tracepoint.c (scope_info): Update.
6801 * symtab.c (lookup_block_symbol, iterate_over_symbols)
6802 (find_pc_sect_symtab, search_symbols)
6803 (default_make_symbol_completion_list_break_on)
6804 (make_file_symbol_completion_list): Update.
6805 * symmisc.c (dump_symtab_1): Update.
6806 * stack.c (print_frame_args, iterate_over_block_locals)
6807 (print_frame_labels, iterate_over_block_arg_vars): Update.
6808 * python/py-block.c (block_object) <dict>: Remove.
6809 <block>: New field.
6810 <iter>: Change type.
6811 (blpy_iter): Update.
6812 (blpy_block_syms_iternext): Update.
6813 * psymtab.c (map_block): Use block iterators.
6814 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6815 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6816 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6817 * infrun.c (check_exception_resume): Update.
6818 * cp-support.c (make_symbol_overload_list_block): Update.
6819 * coffread.c (patch_opaque_types): Update.
6820 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6821 * block.h (struct block_iterator): New.
6822 (block_iterator_first, block_iterator_next, block_iter_name_first)
6823 (block_iter_name_next, block_iter_match_first)
6824 (block_iter_match_next): Declare.
6825 (ALL_BLOCK_SYMBOLS): Redefine.
6826 * block.c (block_iterator_first, block_iterator_next)
6827 (block_iter_name_first, block_iter_name_next)
6828 (block_iter_match_first, block_iter_match_next): New functions.
6829 * ada-lang.c (ada_add_block_symbols)
6830 (ada_make_symbol_completion_list): Use block iterator.
6831
6832 2012-05-10 Tom Tromey <tromey@redhat.com>
6833
6834 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6835 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6836 (lookup_partial_symbol, find_last_source_symtab_from_partial)
6837 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6838 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6839 Update.
6840
6841 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6842
6843 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6844 print-file-var-lib2.c, print-file-var-main.c and
6845 print-file-var.exp (located in gdb/testsuite/gdb.base).
6846
6847 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6848
6849 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6850 try locating the symbol in the symbol's own objfile first, before
6851 extending the search to all objfiles.
6852 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6853 out of lookup_symbol_aux_symtabs.
6854 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6855 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6856 Do not search EXCLUDE_OBJFILE.
6857 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6858 (lookup_symbol_global): Search for matches in the block's objfile
6859 first, before searching all other objfiles.
6860
6861 2012-05-10 Tristan Gingold <gingold@adacore.com>
6862
6863 * printcmd.c (set_command): Add pre/post inc/dec.
6864
6865 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
6866
6867 * gdb.1: Document -ex option.
6868
6869 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6870
6871 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6872 * inferior.h (AT_SYMBOL): Delete.
6873
6874 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6875
6876 * mips-tdep.c (mips_push_dummy_code): New function.
6877 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6878 ON_STACK and install mips_push_dummy_code as our gdbarch
6879 push_dummy_code routine.
6880
6881 2012-05-09 Pedro Alves <palves@redhat.com>
6882
6883 * target.c (set_maintenance_target_async_permitted): Rename to ...
6884 (set_target_async_command): ... this.
6885 (show_maintenance_target_async_permitted): Rename to ...
6886 (show_target_async_command): ... this.
6887 (initialize_targets): Adjust.
6888
6889 2012-05-08 Doug Evans <dje@google.com>
6890
6891 * go-exp.y (classify_name): Add missing assignment of fields of
6892 yylval.ssym.
6893
6894 2012-05-08 Eli Zaretskii <eliz@gnu.org>
6895
6896 Display the ">" prompt in interactive mode while reading canned
6897 commands, even when the current interpreter is MI.
6898
6899 * interps.c (interp_set_temp): New function.
6900
6901 * interps.h (interp_set_temp): Add prototype.
6902
6903 * cli/cli-script.c (restore_interp): New cleanup function.
6904 (read_command_lines): Temporarily override the current interpreter
6905 with CLI and arrange for restoring the original one.
6906
6907 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
6908
6909 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6910
6911 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
6912
6913 * probe.c (parse_probes): Move conditional to check for
6914 debuginfo files from here...
6915 * stap-probe.c (stap_get_probes): ... to here.
6916
6917 2012-05-07 Mark Kettenis <kettenis@gnu.org>
6918 H.J. Lu <hongjiu.lu@intel.com>
6919
6920 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6921 `movl %esp, %ebp' for the X32 ABI.
6922
6923 2012-05-07 Tom Tromey <tromey@redhat.com>
6924
6925 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
6926 get_DW_TAG_name.
6927 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
6928 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
6929 (dwarf_stack_op_name): Remove.
6930 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
6931 (decode_locdesc): Use get_DW_OP_name.
6932 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6933 (dwarf2_compile_expr_to_ax): Likewise.
6934 (disassemble_dwarf_expression): Likewise.
6935 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6936
6937 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
6938
6939 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6940 (sh_linux_sigtramp_cache): New function.
6941 (sh_linux_sigreturn_init): New function.
6942 (sh_linux_rt_sigreturn_init): New function.
6943 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6944 patterns.
6945 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6946 syscall codes.
6947 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6948 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6949 (sh_linux_init_abi): Add init calls to register new tramp_frame
6950 definitions under 32-bit SH, update comments.
6951
6952 2012-05-07 Pedro Alves <palves@redhat.com>
6953
6954 PR gdb/10952
6955
6956 * amd64-linux-tdep.c: Include glibc-tdep.h.
6957 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6958 gdbarch_skip_solib_resolver callback.
6959
6960 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6961
6962 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6963 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6964 (show_auto_load_safe_path): Check any-directory by comparison with "/".
6965 (add_auto_load_safe_path): Change the error message.
6966 (_initialize_auto_load): Change the "safe-path" help text.
6967 * configure: Regenerate
6968 * configure.ac (--without-auto-load-safe-path): Set
6969 WITH_AUTO_LOAD_SAFE_PATH to /.
6970
6971 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
6972
6973 * stap-probe.h: Do not include unecessary `probe.h'.
6974
6975 2012-05-05 Alan Modra <amodra@gmail.com>
6976
6977 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6978 bfd_und_section_ptr.
6979 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6980 and bfd_com_section_ptr.
6981
6982 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6983
6984 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6985
6986 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6987
6988 * windows-nat.h (segment_register_p_ftype): New typedef.
6989 (windows_set_segment_register_p): Add declaration.
6990 * windows-nat.c (segment_register_p): New static global.
6991 (windows_set_segment_register_p): New function.
6992 (do_windows_fetch_inferior_registers): Add special handling
6993 for segment registers.
6994 * amd64-windows-nat.c: #include "amd64-tdep.h".
6995 (amd64_windows_segment_register_p): New function.
6996 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6997 * i386-windows-nat.c: #include "i386-tdep.h".
6998 (i386_windows_segment_register_p): New function.
6999 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
7000
7001 2012-05-04 Tristan Gingold <gingold@adacore.com>
7002
7003 * printcmd.c (set_command): Emit a warning if the expression is not
7004 an assignment.
7005
7006 2012-05-03 Joel Brobecker <brobecker@adacore.com>
7007
7008 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
7009 Make static.
7010
7011 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
7012
7013 * stap-probe.c (stap_is_operator): Change declaration.
7014 (stap_get_opcode): Change return value.
7015 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
7016 `stap_parse_argument_1'.
7017
7018 2012-05-03 Pedro Alves <pedro@codesourcery.com>
7019
7020 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
7021 debug log.
7022
7023 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
7024
7025 Add two new methods global_block and static_block to gdb.Symtab
7026 objects.
7027 * NEWS (Python scripting): Add entry about the new methods.
7028 * python/py-symtab.c (stpy_global_block): New function which
7029 implements the gdb.Symtab.global_block() method.
7030 (stpy_static_block): New function which implements the
7031 gdb.Symtab.static_block() method.
7032 (symtab_object_methods): Add entries for the two new methods.
7033
7034 2012-05-03 Doug Evans <dje@google.com>
7035
7036 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
7037 files.
7038
7039 2012-05-03 Yao Qi <yao@codesourcery.com>
7040
7041 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7042 space.
7043 (i386_process_record): Ditto.
7044
7045 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7046
7047 * infcall.c (unwind_on_signal_p): Make static.
7048
7049 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7050
7051 * sol-thread.c (solaris_pid_to_str): Make static.
7052 (_initialize_sol_thread): Add prototype.
7053
7054 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7055
7056 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7057
7058 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
7059
7060 * MAINTAINERS: Remove myself.
7061
7062 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7063
7064 Fix --without-auto-load-safe-path for MS-Windows host platform.
7065 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7066
7067 2012-05-02 Eli Zaretskii <eliz@gnu.org>
7068
7069 * gdb_curses.h: Undefine KEY_EVENT before including curses
7070 headers. Move "#undef MOUSE_MOVED" before any curses header
7071 inclusion.
7072
7073 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7074
7075 * features/i386/i386-mmx-linux.c: Regenerate.
7076 * features/rs6000/powerpc-32.c: Likewise.
7077 * features/rs6000/powerpc-32l.c: Likewise.
7078 * features/rs6000/powerpc-403.c: Likewise.
7079 * features/rs6000/powerpc-403gc.c: Likewise.
7080 * features/rs6000/powerpc-405.c: Likewise.
7081 * features/rs6000/powerpc-505.c: Likewise.
7082 * features/rs6000/powerpc-601.c: Likewise.
7083 * features/rs6000/powerpc-602.c: Likewise.
7084 * features/rs6000/powerpc-603.c: Likewise.
7085 * features/rs6000/powerpc-604.c: Likewise.
7086 * features/rs6000/powerpc-64.c: Likewise.
7087 * features/rs6000/powerpc-64l.c: Likewise.
7088 * features/rs6000/powerpc-750.c: Likewise.
7089 * features/rs6000/powerpc-860.c: Likewise.
7090 * features/rs6000/powerpc-e500.c: Likewise.
7091 * features/rs6000/powerpc-e500l.c: Likewise.
7092 * features/rs6000/powerpc-isa205-32l.c: Likewise.
7093 * features/rs6000/powerpc-isa205-64l.c: Likewise.
7094 * features/rs6000/rs6000.c: Likewise.
7095
7096 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7097
7098 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7099 variable.
7100 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7101 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7102 (stap_parse_argument) <e>: Likewise.
7103 (handle_stap_probe) <byte_order>: Likewise.
7104
7105 2012-04-30 Doug Evans <dje@google.com>
7106
7107 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7108 init_and_read_dies_worker. All callers updated.
7109 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
7110 replaced with init_cutu_and_read_dies.
7111 (load_partial_comp_unit): Pass 1 for use_existing_cu.
7112 (find_partial_die): Remove FIXME. Don't free current CU.
7113
7114 2012-04-30 Sterling Augustine <saugustine@google.com>
7115
7116 * contrib: New directory.
7117 * contrib/test_pubnames_and_indexes.py: New file.
7118
7119 2012-04-30 Doug Evans <dje@google.com>
7120
7121 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7122 All callers updated.
7123 (init_cu_die_reader): Verify the section is non-empty.
7124 (dwarf_decode_line_header): Don't dereference section->asection
7125 until we know the section is present.
7126
7127 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
7128
7129 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7130 probes.
7131
7132 2012-04-29 Yao Qi <yao@codesourcery.com>
7133
7134 * gdb-code-style.el: New hook gdb-markup-hook
7135 and gdb-comment-hook.
7136
7137 2012-04-28 Doug Evans <dje@google.com>
7138
7139 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
7140 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7141 objfile->obfd.
7142 * symfile.h (dwarf2_debug_sections): New member addr.
7143 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7144 (ctx_no_get_addr_index): New function.
7145 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7146 (ctx_no_get_addr_index): Declare.
7147 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7148 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7149 (dwarf_expr_ctx_funcs): Update.
7150 (needs_get_addr_index): New function.
7151 (needs_frame_ctx_funcs): Update.
7152 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7153 * dwarf2read.c: #include "gdbcore.h".
7154 (dwarf2_per_objfile): New members addr, dwo_files.
7155 (dwarf2_elf_names): Add entry for addr.
7156 (struct dwo_section_names): New type.
7157 (dwo_section_names): New static global.
7158 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7159 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7160 old debug_types_section member updated to use this.
7161 Rename member debug_types_section to info_or_types_section,
7162 all uses updated.
7163 (signatured_type): Rename member type_offset to type_offset_in_tu,
7164 all uses updated. New member type_offset_in_section.
7165 (struct dwo_sections): New type.
7166 (struct dwo_unit): New type.
7167 (struct dwo_file): New type.
7168 (die_reader_specs): New member dwo_file.
7169 (dwarf2_locate_sections): Watch for .debug_addr.
7170 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7171 (dwarf2_read_section): Get bfd of section from bfd's asection,
7172 instead of objfile.
7173 (create_cus_from_index): Initialize the_cu->info_or_types_section.
7174 (create_signatured_type_table_from_index): Initialize
7175 sig_type->info_or_types_section.
7176 (dw2_get_file_names): Statement lists for type units with DWO files
7177 live in the DWO file.
7178 (create_debug_types_hash_table): New function.
7179 (create_all_type_units): Rewrite.
7180 (init_cu_die_reader): New arg dwo_file, all callers updated.
7181 (init_and_read_dies_worker): Get section from
7182 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
7183 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
7184 continue reading the CU/TU from there.
7185 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
7186 updated. Get section from this_cu->info_or_types_section.
7187 (create_all_comp_units): Initialize this_cu->info_or_types_section.
7188 (skip_one_die): New cases DW_FORM_GNU_addr_index,
7189 DW_FORM_GNU_str_index.
7190 (hash_dwo_file, eq_dwo_file): New functions.
7191 (allocate_dwo_file_hash_table): New function.
7192 (hash_dwo_unit, eq_dwo_unit): New functions.
7193 (allocate_dwo_unit_table): New function.
7194 (dwarf2_locate_dwo_sections): New function.
7195 (struct create_dwo_info_table_data): New type.
7196 (create_debug_info_hash_table_reader): New function.
7197 (create_debug_info_hash_table): New function.
7198 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7199 (lookup_dwo_file): New function.
7200 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7201 (free_dwo_file, free_dwo_file_cleanup): New functions.
7202 (free_dwo_file_from_slot, free_dwo_files): New functions.
7203 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7204 (dwarf2_record_block_ranges): Ditto.
7205 (read_partial_die): Ditto.
7206 (process_enumeration_scope): Update to use type_offset_in_section.
7207 (read_full_die_1): New function.
7208 (read_full_die): Rewrite.
7209 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7210 DW_FORM_GNU_str_index.
7211 (read_addr_index_1, read_addr_index): New functions.
7212 (read_addr_index_from_leb128): New function.
7213 (struct dwarf2_read_addr_index_data): New type.
7214 (dwarf2_read_addr_index_reader): New function.
7215 (dwarf2_read_addr_index): New function.
7216 (read_str_index): New function.
7217 (leb128_size): New function.
7218 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7219 If processing a type unit from a DWO file, get the line section
7220 from the DWO file.
7221 (var_decode_location): Watch for DW_OP_GNU_addr_index.
7222 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7223 DW_FORM_GNU_str_index.
7224 (lookup_die_type): Check whether section offset of type's die is
7225 known before looking it up. Remove assert. Condition can
7226 legimately happen for inter-cu type references.
7227 (dwarf_attr_name): Handle Fission attributes.
7228 (dwarf_form_name): Handle Fission forms.
7229 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7230 DW_FORM_GNU_str_index.
7231 (follow_die_sig): Update to use type_offset_in_section.
7232 (decode_locdesc): New case DW_OP_GNU_addr_index.
7233 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7234 DW_FORM_GNU_str_index.
7235 (cu_debug_loc_section): New function.
7236 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
7237 (dwarf2_per_objfile_free): Unmap .debug_addr section.
7238 Free DWO files if present.
7239 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
7240
7241 Refactor DIE reading.
7242 * dwarf2read.c (dwarf2_per_objfile): Replace members
7243 debug_info_type_hash and debug_types_type_hash with die_type_hash.
7244 (die_reader_specs): New member "die_section". Temporarily make
7245 member "buffer" non-const, pending constifying all info_ptr uses.
7246 (die_reader_func_ftype): New typedef.
7247 (dw2_get_file_names_reader): New function.
7248 (dw2_get_file_names): Rewrite.
7249 (read_and_check_type_unit_head): Rename arg type_offset to
7250 type_offset_in_tu.
7251 (create_all_type_units): Improve debugging message.
7252 Improve dummy type unit check.
7253 (init_cu_die_reader): New arg "section". All callers updated.
7254 (init_and_read_dies_worker): New function.
7255 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
7256 (init_cutu_and_read_dies_no_follow): New function.
7257 (init_cutu_and_read_dies_simple): New function.
7258 (process_psymtab_comp_unit_reader): New function.
7259 (process_psymtab_comp_unit): Delete args section,
7260 is_debug_types_section. Rewrite. All callers updated.
7261 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
7262 All callers updated. Rewrite.
7263 (load_partial_comp_unit_reader): New function.
7264 (load_partial_comp_unit): Rewrite.
7265 (skip_children): New arg reader. Delete args buffer, cu.
7266 All callers updated.
7267 (skip_one_die): New arg reader. Delete args buffer, cu.
7268 All callers updated.
7269 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
7270 All callers updated.
7271 (load_full_comp_unit_reader): New function.
7272 (load_full_comp_unit): Rewrite.
7273 (read_comp_unit): Delete.
7274 (read_die_and_children_1): Delete, contents moved ...
7275 (read_die_and_children): ... here.
7276 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
7277 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
7278 All callers updated.
7279 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
7280 All callers updated.
7281 (find_partial_die): Rewrite load_all_dies support.
7282 (read_attribute_value): New arg reader. Delete args abfd, cu.
7283 All callers updated.
7284 (read_attribute): New arg reader. Delete args abfd, cu.
7285 All callers updated.
7286 (load_full_type_unit): Add assert.
7287 (read_signatured_type_reader): New function.
7288 (read_signatured_type): Rewrite.
7289 (free_stack_comp_unit): Remove call to age_cached_comp_units.
7290 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
7291 All callers updated. Set per_cu->cu = NULL after freeing it.
7292 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
7293 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
7294 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
7295 (set_die_type): Update.
7296 (get_die_type_at_offset): Update.
7297 (read_file_scope): Call prepare_one_comp_unit.
7298 (read_type_unit_scope): Ditto.
7299 (prepare_one_comp_unit): Set producer if present.
7300
7301 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7302
7303 * probe.c (compile_rx_or_error): Silence ARI warning about missing
7304 gettext function on `error'.
7305
7306 2012-04-27 Doug Evans <dje@google.com>
7307
7308 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
7309 is empty.
7310
7311 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7312 Tom Tromey <tromey@redhat.com>
7313
7314 * breakpoint.c (struct breakpoint_objfile_data)
7315 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
7316 <exception_probes>: New fields.
7317 (free_breakpoint_probes): New function.
7318 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
7319 `_Unwind_DebugHook'.
7320 (create_exception_master_breakpoint): Likewise.
7321 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
7322 * infrun.c: Including necessary header files for handling SystemTap
7323 probes.
7324 (handle_inferior_event): Handling longjmp breakpoint and exceptions
7325 via SystemTap probes.
7326 (check_exception_resume): Remove `func' argument. Handle exception
7327 unwinding breakpoint set via a SystemTap probe.
7328 (insert_exception_resume_from_probe): New function.
7329
7330 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7331 Tom Tromey <tromey@redhat.com>
7332 Jan Kratochvil <jan.kratochvil@redhat.com>
7333
7334 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
7335 (COMMON_OBS): Likewise.
7336 (HFILES_NO_SRCDIR): Add `probe'.
7337 * NEWS: Mention support for static and SystemTap probes.
7338 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
7339 SystemTap probes' arguments parser.
7340 * arm-linux-tdep.c: Including headers needed to perform the parsing
7341 of SystemTap probes' arguments.
7342 (arm_stap_is_single_operand): New function.
7343 (arm_stap_parse_special_token): Likewise.
7344 (arm_linux_init_abi): Initializing proper fields used by SystemTap
7345 probes' arguments parser.
7346 * ax-gdb.c (require_rvalue): Removing static declaration.
7347 (gen_expr): Likewise.
7348 * ax-gdb.h (gen_expr): Declaring function.
7349 (require_rvalue): Likewise.
7350 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
7351 (bkpt_probe_breakpoint_ops): New variable.
7352 (momentary_breakpoint_from_master): Set the `probe' value.
7353 (add_location_to_breakpoint): Likewise.
7354 (break_command_1): Using proper breakpoint_ops according to the
7355 argument passed by the user in the command line.
7356 (bkpt_probe_insert_location): New function.
7357 (bkpt_probe_remove_location): Likewise.
7358 (bkpt_probe_create_sals_from_address): Likewise.
7359 (bkpt_probe_decode_linespec): Likewise.
7360 (tracepoint_probe_create_sals_from_address): Likewise.
7361 (tracepoint_probe_decode_linespec): Likewise.
7362 (tracepoint_probe_breakpoint_ops): New variable.
7363 (trace_command): Using proper breakpoint_ops according to the
7364 argument passed by the user in the command line.
7365 (initialize_breakpoint_ops): Initializing breakpoint_ops for
7366 static probes on breakpoints and tracepoints.
7367 * breakpoint.h (struct bp_location) <probe>: New field.
7368 * cli-utils.c (skip_spaces_const): New function.
7369 (extract_arg): Likewise.
7370 * cli-utils.h (skip_spaces_const): Likewise.
7371 (extract_arg): Likewise.
7372 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
7373 * configure.ac: Append `stap-probe.o' to be generated when ELF
7374 support is present.
7375 * configure: Regenerate.
7376 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
7377 * elfread.c: Include `probe.h' and `arch-utils.h'.
7378 (probe_key): New variable.
7379 (elf_get_probes): New function.
7380 (elf_get_probe_argument_count): Likewise.
7381 (elf_evaluate_probe_argument): Likewise.
7382 (elf_compile_to_ax): Likewise.
7383 (elf_symfile_relocate_probe): Likewise.
7384 (stap_probe_key_free): Likewise.
7385 (elf_probe_fns): New variable.
7386 (elf_sym_fns): Add `sym_probe_fns' value.
7387 (elf_sym_fns_lazy_psyms): Likewise.
7388 (elf_sym_fns_gdb_index): Likewise.
7389 (_initialize_elfread): Initialize objfile cache for static
7390 probes.
7391 * gdb_vecs.h (struct probe): New forward declaration.
7392 (probe_p): New VEC declaration.
7393 * gdbarch.c: Regenerate.
7394 * gdbarch.h: Regenerate.
7395 * gdbarch.sh (stap_integer_prefix): New variable.
7396 (stap_integer_suffix): Likewise.
7397 (stap_register_prefix): Likewise.
7398 (stap_register_suffix): Likewise.
7399 (stap_register_indirection_prefix): Likewise.
7400 (stap_register_indirection_suffix): Likewise.
7401 (stap_gdb_register_prefix): Likewise.
7402 (stap_gdb_register_suffix): Likewise.
7403 (stap_is_single_operand): New function.
7404 (stap_parse_special_token): Likewise.
7405 (struct stap_parse_info): Forward declaration.
7406 * i386-tdep.c: Including headers needed to perform the parsing
7407 of SystemTap probes' arguments.
7408 (i386_stap_is_single_operand): New function.
7409 (i386_stap_parse_special_token): Likewise.
7410 (i386_elf_init_abi): Initializing proper fields used by SystemTap
7411 probes' arguments parser.
7412 * i386-tdep.h (i386_stap_is_single_operand): New function.
7413 (i386_stap_parse_special_token): Likewise.
7414 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
7415 * mipsread.c (ecoff_sym_fns): Likewise.
7416 * objfiles.c (objfile_relocate1): Support relocation for static
7417 probes.
7418 * parse.c (prefixify_expression): Remove static declaration.
7419 (initialize_expout): Likewise.
7420 (reallocate_expout): Likewise.
7421 * parser-defs.h (initialize_expout): Declare function.
7422 (reallocate_expout): Likewise.
7423 (prefixify_expression): Likewise.
7424 * ppc-linux-tdep.c: Including headers needed to perform the parsing
7425 of SystemTap probes' arguments.
7426 (ppc_stap_is_single_operand): New function.
7427 (ppc_stap_parse_special_token): Likewise.
7428 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
7429 probes' arguments parser.
7430 * probe.c: New file, for generic statically defined probe support.
7431 * probe.h: Likewise.
7432 * s390-tdep.c: Including headers needed to perform the parsing of
7433 SystemTap probes' arguments.
7434 (s390_stap_is_single_operand): New function.
7435 (s390_gdbarch_init): Initializing proper fields used by SystemTap
7436 probes' arguments parser.
7437 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
7438 * stap-probe.c: New file, for SystemTap probe support.
7439 * stap-probe.h: Likewise.
7440 * symfile.h: Include `gdb_vecs.h'.
7441 (struct sym_probe_fns): New struct.
7442 (struct sym_fns) <sym_probe_fns>: New field.
7443 * symtab.c (init_sal): Initialize `probe' field.
7444 * symtab.h (struct probe): Forward declaration.
7445 (struct symtab_and_line) <probe>: New field.
7446 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
7447 locations.
7448 (stop_tracing): Likewise.
7449 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
7450
7451 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7452 Tom Tromey <tromey@redhat.com>
7453
7454 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
7455 and to compile agent expressions.
7456 * infrun.c (siginfo_make_value): New argument `ignore'.
7457 (siginfo_funcs): New struct.
7458 (_initialize_infrun): New argument when calling
7459 `create_internalvar_type_lazy'.
7460 * thread.c (thread_id_make_value): New argument `ignore'.
7461 (thread_funcs): New struct.
7462 (_initialize_thread): New argument when calling
7463 `create_internalvar_type_lazy'.
7464 * tracepoint.c (sdata_make_value): New argument `ignore'.
7465 (sdata_funcs): New struct.
7466 (_initialize_tracepoint): New argument when calling
7467 `create_internalvar_type_lazy'.
7468 * value.c (make_value): New struct.
7469 (create_internalvar_type_lazy): New argument `data'.
7470 (compile_internalvar_to_ax): New function.
7471 (value_of_internalvar): Properly handling `make_value' case.
7472 (clear_internalvar): Likewise.
7473 (show_convenience): Adding `TRY_CATCH' block.
7474 * value.h (internalvar_make_value): Delete, replace by...
7475 (struct internalvar_funcs): ... this.
7476 (create_internalvar_type_lazy) <fun>: Delete argument.
7477 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
7478 (compile_internalvar_to_ax): New function.
7479 * windows-tdep.c (tlb_make_value): New argument `ignore'.
7480 (tlb_funcs): New struct.
7481 (_initialize_windows_tdep): New argument when calling
7482 `create_internalvar_type_lazy'.
7483
7484 2012-04-27 Mark Wielaard <mjw@redhat.com>
7485
7486 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
7487 see whether it is an address or a constant offset from DW_AT_low_pc.
7488 (dwarf2_record_block_ranges): Likewise.
7489 (read_partial_die): Likewise.
7490
7491 2012-04-26 Mark Wielaard <mjw@redhat.com>
7492
7493 * MAINTAINERS (Write After Approval): Add myself to the list.
7494
7495 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7496
7497 * proc-utils.h (proc_prettyprint_signalset): New prototype.
7498 (proc_prettyprint_signal): Likewise.
7499 (proc_prettyprint_faultset): Likewise.
7500 (proc_prettyprint_fault): Likewise.
7501 (proc_prettyprint_actionset): Likewise.
7502 (proc_prettyprint_flags): Move to new proc-flags.c section.
7503 (proc_prettyfprint_flags): New prototype.
7504 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
7505 (proc_syscall, proc_cursig): Likewise.
7506 (proc_set_kill_on_last_close): Likewise.
7507 (proc_unset_kill_on_last_close): Likewise.
7508 (proc_set_watchpoint): Make static.
7509 (proc_delete_dead_threads): Likewise.
7510 (procfs_set_watchpoint): Likewise.
7511 (_initialize_procfs): Add prototype.
7512 * proc-events.c: Include proc-utils.h.
7513 (init_syscall_table): Make static.
7514 * proc-api.c (_initialize_proc_api): Add prototype.
7515 * proc-flags.c: Include proc-utils.h.
7516
7517 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7518
7519 * configure.ac: Add AC_ARG_PROGRAM.
7520 * configure: Regenerate.
7521
7522 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7523
7524 Fix DW_AT_lower_bound defaults for DWARF-4+.
7525 * dwarf2read.c (read_subrange_type): Remove initialization of low and
7526 high. New variable low_default_is_valid. Implement DWARF-4+
7527 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
7528 no default by the DWARF standard.
7529
7530 2012-04-26 Maciej W. Rozycki <macro@mips.com>
7531 Maciej W. Rozycki <macro@codesourcery.com>
7532
7533 * infrun.c (handle_inferior_event): Move the check for return
7534 trampolines ahead of the check for function trampolines.
7535 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
7536 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
7537 (mips_str_mips16_ret_stub): Likewise.
7538 (mips_str_call_fp_stub): Likewise.
7539 (mips_str_call_stub): Likewise.
7540 (mips_str_fn_stub): Likewise.
7541 (mips_str_pic): Likewise.
7542 (mips_in_frame_stub): New function.
7543 (mips_unwind_pc): Return the return address rather than the PC
7544 if the PC of an intermediate frame is inside a call thunk.
7545 (mips_is_stub_suffix): New function.
7546 (mips_is_stub_mode): Likewise.
7547 (mips_get_mips16_fn_stub_pc): Likewise.
7548 (mips_skip_mips16_trampoline_code): Update to handle all the
7549 currently generated stub types. Don't recurse into __fn_stub
7550 thunks. Remove heuristics to handle stubs beyond etext/_etext.
7551 Use cooked register accesses.
7552 (mips_in_return_stub): Reintroduce function.
7553 (mips_skip_trampoline_code): Traverse trampolines recursively.
7554 (mips_gdbarch_init): Handle MIPS16 return trampolines.
7555
7556 2012-04-26 Joel Brobecker <brobecker@adacore.com>
7557
7558 GDB 7.4.1 released.
7559
7560 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
7561
7562 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
7563 * features/arm-with-m-vfp-d16.xml: New file. Describes
7564 Cortex-M with VFPv4-sp-d16 FPU register layout.
7565 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
7566 * features/arm-with-m-vfp-d16.c: New. Generated from above.
7567 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
7568 (arm-register_g_packet_guesses): Add vfp-d16 guess.
7569 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
7570
7571 2012-04-25 Doug Evans <dje@google.com>
7572
7573 * cli/cli-decode.c (print_doc_line): Use stream instead of
7574 current_uiout.
7575
7576 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7577
7578 * features/arm-with-iwmmxt.c: Regenerate.
7579 * features/arm-with-m-fpa-layout.c: Likewise.
7580 * features/arm-with-m.c: Likewise.
7581 * features/arm-with-neon.c: Likewise.
7582 * features/arm-with-vfpv2.c: Likewise.
7583 * features/arm-with-vfpv3.c: Likewise.
7584 * features/mips-dsp-linux.c: Likewise.
7585 * features/mips-linux.c: Likewise.
7586 * features/mips64-dsp-linux.c: Likewise.
7587 * features/mips64-linux.c: Likewise.
7588 * features/s390-linux32.c: Likewise.
7589 * features/s390-linux32v1.c: Likewise.
7590 * features/s390-linux32v2.c: Likewise.
7591 * features/s390-linux64.c: Likewise.
7592 * features/s390-linux64v1.c: Likewise.
7593 * features/s390-linux64v2.c: Likewise.
7594 * features/s390x-linux64.c: Likewise.
7595 * features/s390x-linux64v1.c: Likewise.
7596 * features/s390x-linux64v2.c: Likewise.
7597 * features/tic6x-c62x-linux.c: Likewise.
7598 * features/tic6x-c62x.c: Likewise.
7599 * features/tic6x-c64x-linux.c: Likewise.
7600 * features/tic6x-c64x.c: Likewise.
7601 * features/tic6x-c64xp-linux.c: Likewise.
7602 * features/tic6x-c64xp.c: Likewise.
7603 * target-descriptions.c: Only generate `field_type' and `type'
7604 variables when needed.
7605
7606 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
7607
7608 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
7609
7610 2012-04-25 Doug Evans <dje@google.com>
7611
7612 Initial pass at Go language support.
7613 * NEWS: Mention Go.
7614 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
7615 go-valprint.c.
7616 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
7617 (YYFILES): Add go-exp.c.
7618 (YYOBJ): Add go-exp.o.
7619 (local-maintainer-clean): Delete go-exp.c.
7620 * defs.h (enum language): Add language_go.
7621 * dwarf2read.c: #include "go-lang.h".
7622 (fixup_go_packaging): New function.
7623 (process_full_comp_unit): Call it when processing Go CUs.
7624 (dwarf2_physname): Add Go support.
7625 (read_file_scope): Handle missing language spec for GNU Go.
7626 (set_cu_language): Handle DW_LANG_Go.
7627 * go-exp.y: New file.
7628 * go-lang.h: New file.
7629 * go-lang.c: New file.
7630 * go-typeprint.c: New file.
7631 * go-valprint.c: New file.
7632 * symtab.c: #include "go-lang.h".
7633 (symbol_set_language): Handle language_go.
7634 (symbol_find_demangled_name, symbol_set_names): Ditto.
7635 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7636
7637 2012-04-24 Jim Meyering <meyering@redhat.com>
7638
7639 avoid a few strncpy-induced buffer overruns
7640 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7641 fname and psargs before trying to concatenate.
7642 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7643 "name" before applying strchr.
7644
7645 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
7646
7647 * CONTRIBUTE: Use unified diff instead of context diff when
7648 generating patches.
7649
7650 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7651
7652 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7653 code. Handle JR.HB correctly.
7654
7655 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7656
7657 * mips-tdep.c
7658 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7659 with the other MIPS16 helpers.
7660
7661 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
7662
7663 * observer.sh: Conditionally declare `args', thus cleaning up
7664 unused instances of this variable.
7665
7666 2012-04-24 Yao Qi <yao@codesourcery.com>
7667
7668 Revert this patch to allow breakpoint always-inserted
7669 in record target.
7670 2011-12-05 Pedro Alves <pedro@codesourcery.com>
7671 * breakpoint.c: Include record.h.
7672 (breakpoints_always_inserted_mode): Return false when the record
7673 target is in use.
7674
7675 * breakpoint.c (iterate_over_bp_locations): New.
7676 * breakpoint.h: Declare.
7677 New typedef walk_bp_location_callback.
7678 * record.c (record_open): Call record_init_record_breakpoints.
7679 (record_sync_record_breakpoints): New.
7680 (record_init_record_breakpoints): New.
7681 * NEWS: Mention supporting breakpoint always-inserted mode in
7682 record target.
7683
7684 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
7685
7686 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7687 any thread.
7688
7689 2012-04-24 Yao Qi <yao@codesourcery.com>
7690
7691 * breakpoint.c (ep_is_catchpoint): Renamed to ...
7692 (is_catchpoint): ... it.
7693 (print_one_breakpoint_location): Caller update.
7694 * breakpoint.h: Update declaration.
7695
7696 2012-04-23 David S. Miller <davem@davemloft.net>
7697
7698 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7699
7700 2012-04-23 Tom Tromey <tromey@redhat.com>
7701
7702 * buildsym.c (add_free_pendings): Remove.
7703 * buildsym.h (add_free_pendings): Remove.
7704
7705 2012-04-23 Doug Evans <dje@google.com>
7706
7707 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7708 attr.u.unsnd instead of attr.u.addr.
7709 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7710 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7711 DW_FORM_ref_udata.
7712 (dump_die_shallow): Update cases DW_FORM_ref_addr,
7713 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
7714 DW_FORM_ref_udata.
7715 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7716
7717 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
7718
7719 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7720 (mips_o32_return_value): Likewise.
7721 (mips_o64_return_value): Likewise.
7722
7723 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
7724
7725 * ada-lang.c (ada_evaluate_subexp): Add cases for
7726 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7727 their treatment in eval.c.
7728
7729 2012-04-21 David S. Miller <davem@davemloft.net>
7730
7731 * sparc-tdep.c (X_DISP10): Define.
7732 (sparc_analyze_control_transfer): Handle compare-and-branch.
7733
7734 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
7735
7736 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7737 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7738
7739 2012-04-20 Nigel Stephens <nigel@mips.com>
7740 Maciej W. Rozycki <macro@codesourcery.com>
7741
7742 * mips-tdep.c (mips_float_register_p): New function.
7743 (mips_convert_register_float_case_p): Use mips_float_register_p.
7744 (mips_register_type): Likewise.
7745 (mips_print_register): Likewise.
7746 (print_gp_register_row): Likewise.
7747 (mips_print_registers_info): Likewise.
7748
7749 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
7750
7751 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7752 of mips16 symbols.
7753
7754 2012-04-20 Andrew Pinski <apinski@cavium.com>
7755
7756 * MAINTAINERS (Write After Approval): Add myself to the list.
7757
7758 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7759
7760 * MAINTAINERS: Update my e-mail address.
7761
7762 2012-04-20 Pedro Alves <palves@redhat.com>
7763
7764 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7765 $srcdir.
7766 * configure: Regenerate.
7767
7768 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7769
7770 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
7771 declaration.
7772 * gdb_vecs.h: Declare `const_char_ptr' VEC.
7773
7774 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7775
7776 Fix compilation compatibility with python-2.4
7777 * python/py-type.c (convert_field): Cast ADDRSTRING for
7778 PyObject_SetAttrString as non-const. New comment.
7779
7780 2012-04-19 Tom Tromey <tromey@redhat.com>
7781
7782 * top.c (quit_target): Use all_cleanups.
7783 * main.c (captured_command_loop): Use all_cleanups.
7784 * exceptions.c (throw_exception): Use all_cleanups.
7785
7786 2012-04-19 Pedro Alves <palves@redhat.com>
7787
7788 * Makefile.in (GNULIB_BUILDDIR): New.
7789 (LIBGNU, INCGNU, GNULIB_H): Adjust.
7790 (SUBDIRS): Add $(GNULIB_BUILDDIR).
7791 (CLEANDIRS). Remove gnulib/import.
7792 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7793 (all-lib): Ditto.
7794 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7795 (gnulib/import/Makefile): Replace gnulib/import with
7796 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
7797 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7798 (aclocal_m4_deps): Remove the gnulib dependencies. Add
7799 acx_configure_dir.m4.
7800 * acinclude.m4: Include acx_configure_dir.m4.
7801 * acx_configure_dir.m4: New file.
7802 * aclocal.m4: Regenerate.
7803 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7804 calls. Configure gnulib using ACX_CONFIGURE_DIR.
7805 (GNULIB): New variable.
7806 (GNULIB_STDINT_H): Adjust.
7807 (AC_OUTPUT): Don't output gnulib/Makefile.
7808 * gdb/defs.h: Include build-gnulib/config.h.
7809 * aclocal.m4: Regenerate.
7810 * config.in: Regenerate.
7811 * configure: Regenerate.
7812
7813 * gnulib/Makefile.in: New file.
7814 * gnulib/configure.ac: New file.
7815 * gnulib/aclocal.m4: New file.
7816 * gnulib/config.in: New file.
7817 * gnulib/configure: New file.
7818 * gnulib/: Re-run gnulib-tool to adjust.
7819
7820 2012-04-19 Doug Evans <dje@google.com>
7821
7822 * cleanups.h (struct cleanup): Move to cleanups.c.
7823 (make_cleanup_dtor_ftype): New typedef.
7824 (make_cleanup_dtor): Use it.
7825 (ALL_CLEANUPS): Replace with ...
7826 (all_cleanups): ... this. Declare. All uses updated.
7827 * cleanups.c: #include "gdb_assert.h".
7828 (sentinel_cleanup): New static global.
7829 (SENTINEL_CLEANUP): Define.
7830 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7831 (make_my_cleanup2): Assert result is non-NULL.
7832 (all_cleanups): New function.
7833 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7834 of NULL.
7835
7836 2012-04-19 Pedro Alves <palves@redhat.com>
7837
7838 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7839 Adjust paths to gnulib imported files.
7840
7841 2012-04-19 Pedro Alves <palves@redhat.com>
7842
7843 * gnulib/: Move whole directory ...
7844 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7845 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7846 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7847 (aclocal_m4_deps): Adjust.
7848 * aclocal.m4: Regenerate.
7849 * configure: Regenerate.
7850 * configure.ac: Adjust AC_OUTPUT output.
7851
7852 2012-04-19 Yao Qi <yao@codesourcery.com>
7853
7854 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7855 (vec.o): New rule.
7856 * vec.c: Move it ...
7857 * common/vec.c: ... here.
7858 * vec.h: Move it ...
7859 * common/vec.h: ... here.
7860
7861 2012-04-19 Yao Qi <yao@codesourcery.com>
7862
7863 * gdb-code-style.el: New.
7864
7865 2012-04-18 Pedro Alves <palves@redhat.com>
7866
7867 Update gnulib from latest git.
7868 (639ea5ae15e39fe48d43e04864b2997301e4b969)
7869
7870 * gnulib/Makefile.am: Update.
7871 * gnulib/dummy.c: Update.
7872 * gnulib/extra/arg-nonnull.h: Update.
7873 * gnulib/extra/c++defs.h: Update.
7874 * gnulib/extra/update-copyright: Update.
7875 * gnulib/extra/warn-on-use.h: Update.
7876 * gnulib/inttypes.in.h: Update.
7877 * gnulib/m4/00gnulib.m4: Update.
7878 * gnulib/m4/extensions.m4: Update.
7879 * gnulib/m4/gnulib-cache.m4: Update.
7880 * gnulib/m4/gnulib-common.m4: Update.
7881 * gnulib/m4/gnulib-comp.m4: Update.
7882 * gnulib/m4/gnulib-tool.m4: Update.
7883 * gnulib/m4/include_next.m4: Update.
7884 * gnulib/m4/inttypes-pri.m4: Update.
7885 * gnulib/m4/inttypes.m4: Update.
7886 * gnulib/m4/longlong.m4: Update.
7887 * gnulib/m4/memchr.m4: Update.
7888 * gnulib/m4/memmem.m4: Update.
7889 * gnulib/m4/mmap-anon.m4: Update.
7890 * gnulib/m4/multiarch.m4: Update.
7891 * gnulib/m4/onceonly.m4: Update.
7892 * gnulib/m4/stddef_h.m4: Update.
7893 * gnulib/m4/stdint.m4: Update.
7894 * gnulib/m4/string_h.m4: Update.
7895 * gnulib/m4/warn-on-use.m4: Update.
7896 * gnulib/m4/wchar_h.m4: Update.
7897 * gnulib/m4/wchar_t.m4: Update.
7898 * gnulib/m4/wint_t.m4: Update.
7899 * gnulib/memchr.c: Update.
7900 * gnulib/memmem.c: Update.
7901 * gnulib/stddef.in.h: Update.
7902 * gnulib/stdint.in.h: Update.
7903 * gnulib/str-two-way.h: Update.
7904 * gnulib/string.in.h: Update.
7905 * gnulib/wchar.in.h: Update.
7906
7907 * gnulib/extra/arg-nonnull.h: Delete.
7908 * gnulib/extra/c++defs.h: Delete.
7909 * gnulib/extra/warn-on-use.h: Delete.
7910 * gnulib/m4/wchar_h.m4: Delete.
7911 * gnulib/m4/wint_t.m4: Delete.
7912 * gnulib/wchar.in.h: Delete.
7913
7914 * gnulib/extra/snippets/arg-nonnull.h: New.
7915 * gnulib/extra/snippets/c++defs.h: New.
7916 * gnulib/extra/snippets/warn-on-use.h: New.
7917
7918 * aclocal.m4: Regenerate.
7919 * config.in: Regenerate.
7920 * configure: Regenerate.
7921 * gnulib/Makefile.in: Regenerate.
7922
7923 2012-04-18 Pedro Alves <palves@redhat.com>
7924
7925 Reimport the update-copyright module from gnulib
7926 (250b80067c1e1d8faa0c42fb572f721975b929c5).
7927
7928 * configure: Regenerate.
7929 * gnulib/Makefile.am: Update.
7930 * gnulib/Makefile.in: Regenerate.
7931 * gnulib/extra/update-copyright: Update.
7932 * gnulib/m4/gnulib-cache.m4: Update.
7933 * gnulib/m4/gnulib-comp.m4: Update.
7934
7935 2012-04-18 Tristan Gingold <gingold@adacore.com>
7936
7937 * configure.ac (aix): Put -lpthread into libs.
7938 * configure: Regenerate.
7939
7940 2012-04-18 Tom Tromey <tromey@redhat.com>
7941
7942 * linespec.c (convert_linespec_to_sals): Don't use
7943 SYMBOL_OBJ_SECTION.
7944 (compare_msymbols): Arguments are minsym_and_objfile, not
7945 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
7946
7947 2012-04-18 Pedro Alves <palves@redhat.com>
7948
7949 Revert gnulib/ part of:
7950 2011-01-01 Joel Brobecker <brobecker@adacore.com>
7951 Copyright year update in most files (performed by copyright.sh).
7952
7953 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7954
7955 Fix 64-bit constants on 32-bit hosts.
7956 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7957 from unsigned long to ULONGEST.
7958 (read_signed_leb128): Change declaration return type from long to
7959 LONGEST.
7960 (dwarf2_const_value_attr): Change declaration parameter value from long
7961 to LONGEST.
7962 (dwarf2_compute_name): Change variable value from long to LONGEST.
7963 (read_unsigned_leb128): Change return type, variable result and some
7964 casts from unsigned long to ULONGEST.
7965 (read_signed_leb128): Change return type, variable result and some
7966 casts from long to LONGEST.
7967 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7968 value from long to LONGEST.
7969 (dwarf2_const_value): Change variable value from long to LONGEST.
7970 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7971 plongest and hex_string.
7972 * symtab.h (struct general_symbol_info): Change ivalue from long to
7973 LONGEST, remove the comment.
7974 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7975 Change SYMBOL_VALUE format strings to use plongest and hex_string.
7976
7977 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7978
7979 PR symtab/7259:
7980 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7981 * ada-lang.c (ada_discrete_type_high_bound)
7982 (ada_discrete_type_low_bound): Fix function comment. Use
7983 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7984 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7985 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7986 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7987 Use TYPE_FIELD_ENUMVAL.
7988 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7989 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7990 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7991 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
7992 TYPE_CODE_ENUM.
7993 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7994 * dwarf2read.c (process_enumeration_scope): Likewise.
7995 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7996 field.bitpos.
7997 (class StructMainTypePrettyPrinter): Support also
7998 FIELD_LOC_KIND_ENUMVAL.
7999 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
8000 TYPE_CODE_ENUM.
8001 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8002 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
8003 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
8004 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
8005 field enumval.
8006 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
8007 accommodate enumval.
8008 (struct call_site): Adjust loc_kind to accommodate enumval.
8009 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
8010 (TYPE_FIELD_ENUMVAL): New macros.
8011 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
8012 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
8013 TYPE_CODE_ENUM.
8014 * p-typeprint.c (pascal_type_print_base): Likewise.
8015 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
8016 enumval.
8017 * python/lib/gdb/types.py (make_enum_dict): Likewise.
8018 * python/py-type.c (convert_field): New variable addrstring. Use
8019 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8020 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
8021 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
8022 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
8023 TYPE_CODE_ENUM.
8024 * valprint.c (generic_val_print): Likewise.
8025
8026 2012-04-17 Doug Evans <dje@google.com>
8027
8028 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
8029
8030 * dwarf2read.c: Whitespace fixes.
8031 (lookup_signatured_type): Tweak comment.
8032 (get_die_type_at_offset): Fix comment.
8033
8034 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8035
8036 * xcoffread.c (xcoff_secnum_to_sections): New function.
8037 (secnum_to_section, secnum_to_bfd_section): Reimplement
8038 using xcoff_secnum_to_sections. Rename "secnum" parameter
8039 into "n_scnum".
8040 (RECORD_MINIMAL_SYMBOL): Delete.
8041 (record_minimal_symbol): New function.
8042 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8043 by call to record_minimal_symbol and set misc_func_recorded
8044 to 1. Set last_csect_sec to the XCOFF section index instead
8045 of GDB's section_offset index. Update calls to
8046 prim_record_minimal_symbol_and_info to pass the BFD section
8047 as well.
8048
8049 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8050
8051 * xcoffread.c (read_xcoff_symtab): Delete variables
8052 last_csect_val and last_csect_sec and associated code.
8053
8054 2012-04-17 Doug Evans <dje@google.com>
8055
8056 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8057 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8058 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8059 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8060
8061 * cleanups.h: New file.
8062 * cleanups.c: New file.
8063 * Makefile.in (SFILES): Add cleanups.c.
8064 (HFILES_NO_SRCDIR): Add cleanups.h.
8065 (COMMON_OBS): Add cleanups.o.
8066 * defs.h (struct cleanup): Moved to cleanups.h.
8067 (do_cleanups,do_final_cleanups): Ditto.
8068 (discard_cleanups,discard_final_cleanups): Ditto
8069 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8070 (save_cleanups,save_final_cleanups): Ditto.
8071 (restore_cleanups,restore_final_cleanups): Ditto.
8072 (null_cleanup): Ditto.
8073 (make_my_cleanup,make_my_cleanup2): Ditto.
8074 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8075 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8076 (do_cleanups,do_final_cleanups): Ditto.
8077 (discard_cleanups,discard_final_cleanups): Ditto
8078 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8079 (save_cleanups,save_final_cleanups): Ditto.
8080 (restore_cleanups,restore_final_cleanups): Ditto.
8081 (null_cleanup): Ditto.
8082 (make_my_cleanup,make_my_cleanup2): Ditto.
8083 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8084
8085 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8086 make_my_cleanup.
8087 (make_cleanup_dyn_string_delete): Ditto.
8088 (make_cleanup_ui_file_delete): Ditto.
8089 (make_cleanup_ui_out_redirect_pop): Ditto.
8090 (make_cleanup_free_section_addr_info): Ditto.
8091 (make_cleanup_restore_integer): Ditto.
8092 (make_cleanup_unpush_target): Ditto.
8093 (make_cleanup_value_free_to_mark): Ditto.
8094 (make_cleanup_value_free): Ditto.
8095 (make_cleanup_free_so): Ditto.
8096
8097 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8098
8099 New option "set debug auto-load".
8100 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8101 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8102 (auto_load_safe_path_vec_update)
8103 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8104 if DEBUG_AUTO_LOAD.
8105 (file_is_auto_load_safe): New parameters debug_fmt and ....
8106 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8107 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8108 caller by explanatory string.
8109 (_initialize_auto_load): Register "set debug auto-load".
8110 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8111 and ....
8112 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8113 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8114 by explanatory string.
8115 * main.c (captured_main): Likewise.
8116 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8117 (source_section_scripts): Likewise.
8118
8119 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8120
8121 New option "set auto-load safe-path".
8122 * NEWS: New commands "set auto-load safe-path"
8123 and "show auto-load safe-path".
8124 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8125 (auto_load_safe_path, auto_load_safe_path_vec)
8126 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8127 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8128 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8129 (source_gdb_script_for_objfile): New variable is_safe. Call
8130 file_is_auto_load_safe. Return if it is not.
8131 (struct loaded_script): New field loaded.
8132 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
8133 (print_script): Use LOADED indicator instead of FULL_PATH. Change
8134 output "Missing" to "No".
8135 (_initialize_auto_load): New variable cmd. Initialize
8136 auto_load_safe_path. Register "set auto-load safe-path",
8137 "show auto-load safe-path" and "add-auto-load-safe-path".
8138 * auto-load.h (maybe_add_script): Add parameter loaded.
8139 (file_is_auto_load_safe): New declaration.
8140 * config.in: Regenerate.
8141 * configure: Regenerate.
8142 * configure.ac: New parameters --with-auto-load-safe-path
8143 and --without-auto-load-safe-path.
8144 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8145 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8146 * main.c (captured_main): Check file_is_auto_load_safe for
8147 LOCAL_GDBINIT.
8148 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8149 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
8150 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
8151 not.
8152
8153 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8154
8155 auto-load: Implementation.
8156 * NEWS: New descriptions for "info auto-load",
8157 "info auto-load gdb-scripts", "info auto-load python-scripts",
8158 "info auto-load local-gdbinit" and "info auto-load libthread-db".
8159 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8160 and "show auto-load-scripts". New description for "set auto-load",
8161 "show auto-load", "set auto-load gdb-scripts",
8162 "show auto-load gdb-scripts", "set auto-load python-scripts",
8163 "show auto-load python-scripts", "set auto-load local-gdbinit",
8164 "show auto-load local-gdbinit", "set auto-load libthread-db" and
8165 "show auto-load libthread-db".
8166 * auto-load.c: Remove include python/python-internal.h. Add includes
8167 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8168 cli/cli-setshow.h.
8169 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8170 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8171 (gdbpy_global_auto_load): Rename to ...
8172 (global_auto_load): ... here.
8173 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8174 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8175 (script_language_gdb, source_gdb_script_for_objfile): New.
8176 (struct loaded_script): New field language.
8177 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8178 LANGUAGE.
8179 (maybe_add_script): Add parameter language. Drop redundant
8180 entry.full_path initialization. Initialize entry.language and
8181 (*slot)->language.
8182 (auto_load_objfile_script): Change parameter suffix to language.
8183 Remove the call of maybe_add_script.
8184 Call language->source_script_for_objfile.
8185 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
8186 New.
8187 (collect_matching_scripts): Adjust it for
8188 struct collect_matching_scripts_data.
8189 (auto_load_info_scripts_pattern_nl): New variable.
8190 (info_auto_load_scripts): Rename to ...
8191 (auto_load_info_scripts): ... here, add parameter language. Adjust it
8192 for struct collect_matching_scripts_data.
8193 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
8194 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
8195 (auto_load_show_cmdlist_get, info_auto_load_cmd)
8196 (auto_load_info_cmdlist_get): New.
8197 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8198 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
8199 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8200 "info auto-load local-gdbinit".
8201 * auto-load.h (struct script_language): New.
8202 (gdbpy_global_auto_load): Rename to ...
8203 (global_auto_load): ... here.
8204 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8205 (auto_load_local_gdbinit_loaded): New declarations.
8206 (maybe_add_script): New parameter language.
8207 (auto_load_objfile_script): Change parameter suffix to language.
8208 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8209 (auto_load_info_scripts, auto_load_set_cmdlist_get)
8210 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8211 declarations.
8212 * linux-thread-db.c: Include auto-load.h and ctype.h.
8213 (auto_load_thread_db, show_auto_load_thread_db): New.
8214 (struct thread_db_info): New field filename.
8215 (delete_thread_db_info): Call xfree for FILENAME.
8216 (try_thread_db_load): Initialize FILENAME.
8217 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8218 if !AUTO_LOAD_THREAD_DB.
8219 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8220 (_initialize_thread_db): Install auto_load_thread_db
8221 as "set auto-load libthread-db" and install info_auto_load_libthread_db
8222 as "info auto-load libthread-db".
8223 * main.c (captured_main): Rename gdbpy_global_auto_load to
8224 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8225 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8226 (print_gdb_help): Extend the help for 'local init file'.
8227 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8228 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8229 (auto_load_scripts): Rename to ...
8230 (auto_load_python_scripts): ... here, update the comment.
8231 (gdbpy_load_auto_script_for_objfile): New declaration.
8232 (show_auto_load_python_scripts, script_language_python)
8233 (gdbpy_load_auto_script_for_objfile): New.
8234 (source_section_scripts): Refactor the code.
8235 (load_auto_scripts_for_objfile): Rename to ...
8236 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
8237 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
8238 (info_auto_load_python_scripts): New.
8239 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
8240 Rename "set auto-load-scripts" to "set auto-load python-scripts".
8241 Register "set auto-load-scripts" as its deprecated alias. Register
8242 "info auto-load python-scripts". Register "info auto-load-scripts" as
8243 its deprecated alias.
8244 (load_auto_scripts_for_objfile): Rename to ...
8245 (gdbpy_load_auto_scripts_for_objfile): ... here.
8246 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
8247 (gdbpy_load_auto_scripts_for_objfile): ... here.
8248
8249 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8250
8251 auto-load: Move files.
8252 * Makefile.in (SFILES): Add auto-load.c.
8253 (HFILES_NO_SRCDIR): Add auto-load.h.
8254 (COMMON_OBS): Add auto-load.o.
8255 (distclean): Change .gdbinit for gdb-gdb.gdb.
8256 * auto-load.c: New file, with parts from python/py-auto-load.c.
8257 * auto-load.h: New file, with parts from python/python.h.
8258 * configure: Regenerate.
8259 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
8260 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
8261 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
8262 * main.c: Include auto-load.h.
8263 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
8264 command.h, observer.h and progspace.h to auto-load.c. Add include
8265 auto-load.h.
8266 (gdbpy_global_auto_load, struct auto_load_pspace_info)
8267 (struct loaded_script, auto_load_pspace_data)
8268 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
8269 (hash_loaded_script_entry, eq_loaded_script_entry)
8270 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
8271 (maybe_add_script): Move to auto-load.c.
8272 (source_section_scripts): Change maybe_add_script parameters passing,
8273 use script_not_found_warning_print.
8274 (clear_section_scripts, auto_load_objfile_script)
8275 (auto_load_new_objfile, loaded_script_ptr)
8276 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
8277 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
8278 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
8279 auto_load_new_objfile and info_auto_load_scripts initizations to
8280 auto-load.c.
8281 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
8282
8283 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8284
8285 Code cleanup.
8286 * charset.c (find_charset_names): Remove variables ix and elt.
8287 Use free_char_ptr_vec.
8288 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
8289 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8290 debugdir_end. New variable debugdir_len.
8291 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
8292 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
8293 declarations.
8294 * progspace.c (clear_program_space_solib_cache): Remove variables ix
8295 and elt. Use free_char_ptr_vec.
8296 * source.c (add_path): Remove variables argv, arg and argv_index.
8297 New variables dir_vec, back_to, ix and name.
8298 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
8299 make_cleanup_freeargv. Remove variable separator. Simplify the code
8300 no longer expecting DIRNAME_SEPARATOR.
8301 (openp): Remove variable p, p1 and len. New variables dir_vec,
8302 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
8303 no longer expecting DIRNAME_SEPARATOR.
8304 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
8305 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8306 debugdir_end.
8307 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
8308 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
8309 (dirnames_to_char_ptr_vec): New functions.
8310
8311 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8312
8313 Code cleanup.
8314 * source.c (add_path): Remove always true conditional 'p == 0' and
8315 unindent its code block.
8316
8317 2012-04-17 Pedro Alves <palves@redhat.com>
8318
8319 * gdbtypes.h (FIELD_BITPOS): Rename to ...
8320 (FIELD_BITPOS_LVAL): ... this.
8321 (FIELD_BITPOS): New.
8322 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
8323 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
8324 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
8325 SET_FIELD_BITPOS.
8326 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
8327 SET_FIELD_BITPOS.
8328 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
8329 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
8330 * target-descriptions.c (tdesc_gdb_type): Adjust to use
8331 SET_FIELD_BITPOS.
8332
8333 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8334
8335 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
8336 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
8337 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
8338 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
8339 * jv-lang.c (java_link_class_type): Likewise, once.
8340 * stabsread.c (read_enum_type): Likewise.
8341
8342 2012-04-16 Yao Qi <yao@codesourcery.com>
8343
8344 * common/agent.c (agent_run_command): Add one more parameter `len'.
8345 Update callers.
8346 * common/agent.h: Update declaration.
8347 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8348 Update.
8349 (linux_child_static_tracepoint_markers_by_strid): Ditto.
8350
8351 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
8352
8353 PR mi/13393
8354 * value.c (value_actual_type): New function.
8355 * value.h (value_actual_type): New declaration.
8356 * varobj.c (update_type_if_necessary): New function.
8357 (varobj_create): Call value_actual_type instead of
8358 value_type.
8359 (install_dynamic_child): distinct changed and type changed MI variable
8360 objects.
8361 (update_dynamic_varobj_children): Updated for install_dynamic_child
8362 change. All callers updated.
8363 (varobj_update): Support for MI variable object type change if
8364 the value changed and RTTI is used to determine the type.
8365 (create_child_with_value): Call value_actual_type instead of
8366 value_type.
8367 (adjust_value_for_child_access): Extended with a new parameter which
8368 specify whether the given value should be casted to enclosing type.
8369 All callers updated.
8370
8371 2012-04-14 Yao Qi <yao@codesourcery.com>
8372
8373 Import gnulib module inttypes from git
8374 (250b80067c1e1d8faa0c42fb572f721975b929c5)
8375 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
8376 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
8377 gnulib/m4/inttypes-pri.m4
8378 * aclocal.m4, config.in, configure: Regenerated.
8379 * gnulib/Makefile.am: Update.
8380 * gnulib/Makefile.in: Update.
8381 * gnulib/m4/gnulib-cache.m4: Update.
8382 * gnulib/m4/gnulib-comp.m4: Update.
8383 * gnulib/inttypes.in.h: New.
8384 * gnulib/m4/inttypes-pri.m4: New.
8385 * gnulib/m4/inttypes.m4: New.
8386
8387 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
8388
8389 * infrun.c (resume): Update PC address to the real PC after
8390 preparing to do displaced stepping.
8391
8392 2012-04-12 Doug Evans <dje@google.com>
8393
8394 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
8395 All callers updated.
8396
8397 2012-04-12 Mark Kettenis <kettenis@gnu.org>
8398
8399 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
8400
8401 2012-04-12 Doug Evans <dje@google.com>
8402
8403 * dwarf2read.c (create_all_type_units): Renamed from
8404 create_debug_types_hash_table. All callers updated.
8405
8406 * dwarf2read.c (create_signatured_type_table_from_index): Rename
8407 local type_sig to sig_type, type_offset to type_offset_in_tu.
8408 (hash_signatured_type): Renamed from hash_type_signature,
8409 all callers updated.
8410 (eq_signatured_type): Renamed from eq_type_signature,
8411 all callers updated.
8412 (create_debug_types_hash_table): Rename local type_sig to sig_type.
8413 (process_enumeration_scope): Ditto.
8414 (lookup_signatured_type_at_offset): Ditto.
8415 (load_full_type_unit, read_signatured_type): Ditto.
8416
8417 2012-04-12 Yao Qi <yao@codesourcery.com>
8418
8419 * remote.c (async_remote_interrupt): Correct function name in
8420 debug message.
8421 (async_remote_interrupt_twice): Ditto.
8422
8423 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
8424
8425 * source.c (find_and_open_source): Consistently pass resulting
8426 full path through xfullpath.
8427
8428 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8429
8430 Provide more specific displaced-stepping memory error message.
8431 * infrun.c (displaced_step_prepare): New variable status. Call
8432 target_read_memory instead of read_memory, provide more specific
8433 error message.
8434
8435 2012-04-11 Tristan Gingold <gingold@adacore.com>
8436
8437 PR gdb/13901
8438 * darwin-nat.c (darwin_execvp): Revert previous patch.
8439
8440 2012-04-11 Tristan Gingold <gingold@adacore.com>
8441
8442 PR gdb/13901
8443 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
8444 in case of change.
8445
8446 2012-04-11 Tristan Gingold <gingold@adacore.com>
8447
8448 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8449 warning.
8450
8451 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
8452
8453 New command 'explore' which helps explore values and types in
8454 scope.
8455 * NEWS: Add an entry about the new 'explore' command.
8456 * data-directory/Makefile.in: Add gdb/command/explore.py
8457 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
8458 command using the GDB Python API.
8459
8460 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
8461
8462 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
8463 extension in jump target calculation.
8464
8465 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
8466
8467 * mips-tdep.c (mips32_next_pc): Handle JALX.
8468
8469 2012-04-10 Yao Qi <yao@codesourcery.com>
8470
8471 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
8472
8473 2012-04-10 Yao Qi <yao@codesourcery.com>
8474
8475 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
8476 and gnulib/m4/gnulib-tool.m4.
8477
8478 2012-04-10 Doug Evans <dje@google.com>
8479
8480 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
8481 (load_partial_dies): Clarify comment.
8482 (find_partial_die): Support rereading type units.
8483 Clarify CU handling, if we know offset is in CU, don't search for the
8484 containing CU. Add comment regarding memory waste.
8485
8486 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
8487
8488 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
8489 i386/x32-avx and i386/x32-avx-linux.
8490 (i386/x32-expedite): New.
8491 (i386/x32-linux-expedite): Likewise.
8492 (i386/x32-avx-expedite): Likewise.
8493 (i386/x32-avx-linux-expedite): Likewise.
8494 ($(outdir)/i386/x32.dat): Likewise.
8495 ($(outdir)/i386/x32-linux.dat): Likewise.
8496 ($(outdir)/i386/x32-avx.dat): Likewise.
8497 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
8498
8499 * features/i386/x32-avx-linux.xml: New file.
8500 * features/i386/x32-avx.xml: Likewise.
8501 * features/i386/x32-core.xml: Likewise.
8502 * features/i386/x32-linux.xml: Likewise.
8503 * features/i386/x32.xml: Likewise.
8504
8505 * features/i386/x32-avx-linux.c: New. Generated.
8506 * features/i386/x32-avx.c: Likewise.
8507 * features/i386/x32-linux.c: Likewise.
8508 * features/i386/x32.c: Likewise.
8509 * regformats/i386/x32-avx-linux.dat: Likewise.
8510 * regformats/i386/x32-avx.dat: Likewise.
8511 * regformats/i386/x32-linux.dat: Likewise.
8512 * regformats/i386/x32.dat: Likewise.
8513
8514 2012-04-10 Tristan Gingold <gingold@adacore.com>
8515
8516 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
8517 code to kill the inferior.
8518
8519 2012-04-09 Mark Kettenis <kettenis@gnu.org>
8520
8521 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8522 defines.
8523 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8524 defines.
8525 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
8526 (yyvsp): New defines.
8527 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8528 defines.
8529 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8530 defines.
8531 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8532 defines.
8533 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8534 defines.
8535 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8536 defines.
8537
8538 2012-04-09 Mark Kettenis <kettenis@gnu.org>
8539
8540 * sparc64-tdep.c (sparc64_store_arguments)
8541 (sparc64_store_arguments): Fix coding style.
8542
8543 2012-04-07 Mark Kettenis <kettenis@gnu.org>
8544
8545 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
8546 complex floats, adjust some related comments and tighten a related
8547 assertion.
8548 (sparc64_extract_return_value): Handle complex floats.
8549
8550 2012-04-07 Doug Evans <dje@google.com>
8551
8552 * dwarf2read.c (load_partial_dies): Change condition to assert.
8553
8554 2012-04-06 Doug Evans <dje@google.com>
8555
8556 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
8557 "mov %rsp,%rbp".
8558
8559 2012-04-05 Kevin Buettner <kevinb@redhat.com>
8560
8561 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
8562 fencepost error.
8563 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
8564 (v850_gdbarch_init): Set `num_regs' as appropriate for the
8565 architecture.
8566
8567 2012-04-05 Keith Seitz <keiths@redhat.com>
8568
8569 * linespec.c (decode_compound): Remove.
8570 (enum offset_relative_sign): New enum.
8571 (struct line_offset): New struct.
8572 (struct linespec): New struct.
8573 (struct linespec_state): Move file_symtabs,
8574 user_filename, and user_function into struct linespec.
8575 Make result an anonymous struct holding vectors of
8576 symbolp and minsym_and_objfile_d.
8577 Add language member.
8578 (enum ls_token_type): New enum.
8579 (linespec_keywords): New array.
8580 (struct ls_token): New struct.
8581 (struct ls_parser): New struct.
8582 (linespec_lexer_lex_number): New function.
8583 (linespec_lexer_lex_keyword): New function.
8584 (is_ada_operator): New function.
8585 (skip_quote_char): New function.
8586 (copy_token_string): New function.
8587 (is_closing_quote_enclosed): New function.
8588 (find_parameter_list_end): New function.
8589 (linespec_lexer_lex_string): New function.
8590 (linespec_lexer_lex_one): New function.
8591 (linespec_lexer_consume_token): New function.
8592 (linespec_lexer_peek_token): New function.
8593 (cplusplus_error): Remove unused function.
8594 (find_methods): Update comment.
8595 (find_toplevel_char): Return const.
8596 (is_objc_method_format): Remove unused function.
8597 (find_toplevel_string): New function.
8598 (is_linespec_boundary): Remove.
8599 (symbol_not_found_error): New function.
8600 (find_method_overload_end): Remove function.
8601 (unexpected_linespec_error): New function.
8602 (keep_name_info): Remove.
8603 (linespec_parse_line_offset): New function.
8604 (linespec_parse_basic): New function.
8605 (canonicalize_linespec): New function.
8606 (decode_line_internal): Remove.
8607 (create_sals_line_offset): New function adapted from
8608 decode_all_digits.
8609 (convert_linespec_to_sals): New function.
8610 (parse_linespec): New function.
8611 (linespec_parser_new): New function.
8612 (linespec_state_destructor): Change parameter type to
8613 struct linespec_state *.
8614 Add language parameter.
8615 Remove freeing of moved members.
8616 (linespec_parser_delete): New function.
8617 (decode_line_full): Use parse_linespec and linespec_parser_new.
8618 (decode_line_1): Likewise.
8619 (decode_indirect): Rename to ...
8620 (linespec_expression_to_pc): ... this and rewrite
8621 to simply find CORE_ADDR, storing this result for later
8622 conversion to SALs.
8623 (locate_first_half): Remove.
8624 (deocde_objc): Add parameter LS.
8625 Initialize new struct collect_info members.
8626 Handle minimal symbols, too.
8627 (decode_compound): Delete.
8628 (lookup_prefix_sym): Rewrite.
8629 (compare_msymbols): New function.
8630 (find_method): Rewrite.
8631 Do not call cplusplus_error.
8632 (symtabs_from_filename): Rewrite.
8633 (collect_function_symbols): Delete.
8634 (find_function_symbols): Rewrite without ARGPTR-style
8635 processing.
8636 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8637 (decode_dollar): Adapted and renamed to ...
8638 (linespec_parse_variable): ... this.
8639 (find_linespec_symbols): New function.
8640 (decode_label): Adapted and renamed to ...
8641 (find_label_symbols): ... this.
8642 (decode_digits_list_mode): Add and use LS argument.
8643 (decode_digits_ordinary): Likewise.
8644 (collect_symbols): Do not collect SALs, just symbols and msymbols.
8645 If in list mode, allow any symbol class. Otherwise, only
8646 permit LOC_BLOCK symbols.
8647 (minsym_found): Update comments.
8648 (search_minsyms_for_name): Do not convert the matching symbol
8649 into a SAL. Simply push the symbol and objfile into the
8650 result vector.
8651 (decode_variable): Delete. Contents adapted into
8652 find_linespec_symbols.
8653
8654 * cp-support.c (SKIP_SPACE): Remove.
8655 (operator_tokens): Remove unused global.
8656 (cp_validate_operator): Remove.
8657 * cp-support.h (cp_validate_operator): Remove declaration.
8658
8659 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8660
8661 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8662 for TYPE_VPTR_FIELDNO.
8663 * valprint.c (valprint_check_validity): Make it global, move the
8664 function comment ...
8665 * value.h (valprint_check_validity): ... to this new declaration.
8666
8667 2012-04-02 Tristan Gingold <gingold@adacore.com>
8668
8669 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8670 the STATE32 api for i386 state.
8671 (i386_darwin_store_inferior_registers): Likewise.
8672
8673 2012-04-02 Tristan Gingold <gingold@adacore.com>
8674
8675 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8676 SS offset.
8677 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8678 format_string.
8679
8680 2012-04-02 Tristan Gingold <gingold@adacore.com>
8681
8682 PR gdb/13901
8683 * darwin-nat.c (darwin_execvp): Set binary preference.
8684
8685 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8686
8687 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8688
8689 2012-03-30 Tom Tromey <tromey@redhat.com>
8690
8691 * python/python.c (gdbpy_decode_line): Move cleanup creation out
8692 of TRY_CATCH. Fix error handling.
8693 * python/py-value.c (convert_value_from_python): Move 'old'
8694 declaration to innermost scope.
8695
8696 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8697 Andrey Smirnov <andrew.smirnov@gmail.com>
8698
8699 -Wshadow warning fix.
8700 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8701 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8702 Adjust code accordingly.
8703
8704 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8705
8706 * ada-lang.c (symbol_completion_add): Rename parameter
8707 "encoded" into "encoded_p". Ajust code and documentation
8708 accordingly.
8709
8710 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8711 Andrey Smirnov <andrew.smirnov@gmail.com>
8712
8713 -Wshadow warning fix.
8714 * ada-lang.c (symbol_completion_add): Rename parameter
8715 "wild_match" into wild_match_p. Update code and documentation
8716 accordingly.
8717
8718 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8719
8720 * ada-lang.c (symbol_completion_match): Rename parameter
8721 "encoded" into "encoded_p". Ajust code and documentation
8722 accordingly.
8723
8724 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8725 Andrey Smirnov <andrew.smirnov@gmail.com>
8726
8727 -Wshadow warning fix.
8728 * ada-lang.c (symbol_completion_match): Rename parameter
8729 "wild_match" into "wild_match_p". Adjust code and function
8730 documentation accordingly.
8731
8732 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8733 Andrey Smirnov <andrew.smirnov@gmail.com>
8734
8735 -Wshadow warning fix.
8736 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8737 "symbol_info" into "info". Adjust code accordingly.
8738 (ada_lookup_symbol): Likewise.
8739
8740 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8741
8742 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8743 of this function's documentation.
8744
8745 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8746 Andrey Smirnov <andrew.smirnov@gmail.com>
8747
8748 -Wshadow warning fix.
8749 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8750 variable into "wild_match_p". Adjust code accordingly.
8751
8752 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8753 Andrey Smirnov <andrew.smirnov@gmail.com>
8754
8755 -Wshadow warning fix.
8756 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8757 parameter into "wild_match_p". Adjust code accordingly.
8758 Document this parameter in the function description.
8759
8760 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8761 Andrey Smirnov <andrew.smirnov@gmail.com>
8762
8763 -Wshadow warning fix.
8764 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8765 "wild_match" parameter to "wild_match_p" (-Wshadow).
8766
8767 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8768
8769 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8770 in function documentation.
8771
8772 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8773 Andrey Smirnov <andrew.smirnov@gmail.com>
8774
8775 -Wshadow warning fix.
8776 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8777 variable into wild_match_p. Adjust code accordingly.
8778
8779 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8780 Andrey Smirnov <andrew.smirnov@gmail.com>
8781
8782 * ada-valprint.c (ada_val_print_1): Move the code handling
8783 TYPE_CODE_ENUM inside its own lexical block. Declare
8784 variables len and val there, instead of in the function's
8785 top level block. Avoid declaring deref_val again in a way
8786 that shadows another variable of the same name declared
8787 in one of the up-level blocks. Just re-use the up-level
8788 variable instead.
8789
8790 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8791
8792 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8793 Replace block_found argument by symbol_info. Adjust
8794 implementation accordingly. Add function documentation.
8795 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8796 Fix documentation.
8797 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8798 * ada-exp.y (write_object_renaming): Adjust to new
8799 ada_lookup_encoded_symbol API.
8800
8801 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8802
8803 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
8804 documentation.
8805
8806 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
8807
8808 * v850-tdep.c: Add the enum values for mpu and fpu registers.
8809 (v850_register_name): Add the mpu and fpu register names.
8810 (v850e_register_name): Add the mpu and fpu register names.
8811 (v850e2_register_name): New function.
8812 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8813 bfd_mach_v850e2v3.
8814
8815 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8816
8817 * NEWS: Add entry for Ada varobj support.
8818
8819 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8820
8821 * varobj.c (default_value_is_changeable_p): New function,
8822 extracted from varobj_value_is_changeable_p. Add declaration.
8823 (ada_value_is_changeable_p): New function, extracted from
8824 varobj_value_is_changeable_p. Add declaration.
8825 (struct language_specific): New field "value_is_changeable_p".
8826 (languages): Add entries for new field.
8827 (varobj_create): Set language before calling install_new_value.
8828 (varobj_value_is_changeable_p): Reimplement to call the varobj's
8829 "value_is_changeable_p" language callback.
8830
8831 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8832
8833 * ada-varobj.h, ada-varobj.c: New files.
8834 * Makefile.in (SFILES): Add ada-varobj.c.
8835 (HFILES_NO_SRCDIR): Add ada-varobj.h.
8836 (COMMON_OBS): Add ada-varobj.o.
8837
8838 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8839
8840 * varobj.c (ada_value_has_mutated): Add declaration. New function.
8841 (struct language_specific): New field "value_has_mutated".
8842 (languages): Set field "value_has_mutated" in each entry of array.
8843 (varobj_value_has_mutated): New function.
8844 (varobj_udpdate): Add handling of type mutation.
8845 (value_of_root): Add handling of type mutation.
8846 (ada_value_has_mutated): New function.
8847
8848 2012-03-28 Pedro Alves <palves@redhat.com>
8849
8850 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8851 Always supply $fr0 as 0.0 and $fr1 as 1.0.
8852
8853 2012-03-28 Tom Tromey <tromey@redhat.com>
8854
8855 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8856 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
8857 before returning.
8858
8859 2012-03-28 Tom Tromey <tromey@redhat.com>
8860
8861 * .dir-locals.el: New file.
8862
8863 2012-03-28 Pedro Alves <palves@redhat.com>
8864
8865 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8866
8867 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8868
8869 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8870 handling for r0.
8871
8872 2012-03-27 Pedro Alves <palves@redhat.com>
8873
8874 Eliminate struct ui_stream.
8875
8876 * ui-out.h (struct ui_stream): Delete.
8877 (ui_out_field_stream): Adjust prototype.
8878 (ui_out_stream_new, ui_out_stream_delete)
8879 (make_cleanup_ui_out_stream_delete): Delete declarations.
8880 * ui-out.c (ui_out_field_stream): Change prototype to take a
8881 ui_file instead of a ui_stream. Adjust.
8882 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8883 (make_cleanup_ui_out_stream_delete): Delete.
8884 * breakpoint.c (print_breakpoint_location)
8885 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8886 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8887 * disasm.c (dump_insns): Ditto.
8888 (do_mixed_source_and_assembly, do_assembly_only): Adjust
8889 prototype.
8890 (gdb_disassembly): Use ui_file/mem_fileopen instead of
8891 ui_stream/ui_out_stream_new.
8892 * infcmd.c (print_return_value): Ditto.
8893 * osdata.c (info_osdata_command): Don't allocate a local
8894 ui_stream.
8895 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8896 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8897 * tracepoint.c (print_one_static_tracepoint_marker): Don't
8898 allocate a local ui_stream.
8899 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8900 instead of ui_stream/ui_out_stream_new.
8901 (list_args_or_locals): Don't allocate a local ui_stream.
8902 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8903 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8904 ui_stream/ui_out_stream_new.
8905 * cli/cli-setshow.c (do_setshow_command): Ditto.
8906
8907 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
8908
8909 * arm-linux-tdep.c (arm_linux_init_abi): Call
8910 set_gdbarch_process_record. Initialize `arm_swi_record' field.
8911 * arm-tdep.c (arm_process_record): New function.
8912 (deallocate_reg_mem): New function.
8913 (decode_insn): New function.
8914 (thumb_record_branch): New function.
8915 (thumb_record_ldm_stm_swi(): New function.
8916 (thumb_record_misc): New function.
8917 (thumb_record_ld_st_stack): New function.
8918 (thumb_record_ld_st_imm_offset): New function.
8919 (thumb_record_ld_st_reg_offset(): New function.
8920 (thumb_record_add_sub_cmp_mov): New function.
8921 (thumb_record_shift_add_sub): New function.
8922 (arm_record_coproc_data_proc): New function.
8923 (arm_record_coproc): New function.
8924 (arm_record_b_bl): New function.
8925 (arm_record_ld_st_multiple): New function.
8926 (arm_record_ld_st_reg_offset): New function.
8927 (arm_record_ld_st_imm_offset): New function.
8928 (arm_record_data_proc_imm): New function.
8929 (arm_record_data_proc_misc_ld_str): New function.
8930 (arm_record_extension_space): New function.
8931 (arm_record_strx): New function.
8932 (sbo_sbz): New function.
8933 (struct insn_decode_record): New structure for arm insn record.
8934 (REG_ALLOC): New macro for reg allocations.
8935 (MEM_ALLOC): New macro for memory allocations.
8936 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8937
8938 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
8939
8940 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8941 (store_register): Likewise.
8942
8943 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
8944
8945 * MAINTAINERS (Write After Approval): Add myself to the list.
8946
8947 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8948
8949 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8950 Describe also the option "auto".
8951
8952 2012-03-22 Richard Henderson <rth@redhat.com>
8953
8954 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8955 * sparc-nat.c (sparc_xfer_wcookie): Make static.
8956
8957 2012-03-22 Richard Henderson <rth@redhat.com>
8958
8959 * jit.c (jit_read_code_entry): Compute alignment and offset of
8960 int64_t member before computing entry_size.
8961
8962 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8963
8964 Python scripting: Add new method Value.referenced_value to
8965 gdb.Value which can dereference pointer as well as reference
8966 values.
8967 * NEWS: Add entry under 'Python scripting' about the new method
8968 Value.referenced_value on gdb.Value objects.
8969 * python/py-value.c (valpy_referenced_value): New function
8970 defining a new method on gdb.Value objects which can dereference
8971 pointer and reference values.
8972
8973 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8974
8975 * MAINTAINERS (Write After Approval): Add myself to the list.
8976
8977 2012-03-21 Kevin Buettner <kevinb@redhat.com>
8978
8979 * symtab.c (skip_prologue_sal): Change test to check for "main()"
8980 in addition to "main".
8981
8982 2012-03-21 Joel Brobecker <brobecker@adacore.com>
8983
8984 * expression.h (op_name): Add declaration.
8985 * expprint.c (op_name): Remove declaration. Make non-static.
8986 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8987
8988 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
8989
8990 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8991 of struct siginfo.
8992 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8993 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8994 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8995 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8996 (linux_nat_get_siginfo): Likewise.
8997 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8998 (linux_nat_get_siginfo): Likewise.
8999 * linux-tdep.c (linux_get_siginfo_type): Likewise.
9000 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
9001 * procfs.c (gdb_siginfo_t): Likewise.
9002
9003 2012-03-21 Mike Frysinger <vapier@gentoo.org>
9004
9005 * .gitignore: Ignore more files.
9006
9007 2012-03-20 Pedro Alves <palves@redhat.com>
9008
9009 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
9010 returns.
9011
9012 2012-03-20 Yao Qi <yao@codesourcery.com>
9013
9014 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
9015 comment.
9016
9017 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9018
9019 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
9020 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
9021 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
9022 sect_offset.
9023 * dwarf2expr.h (cu_offset, sect_offset): New types.
9024 (struct dwarf_expr_context_funcs) <dwarf_call>
9025 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
9026 sect_offset.
9027 (struct dwarf_expr_context) <len>: Improve the comment.
9028 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
9029 cu_offset and sect_offset.
9030 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
9031 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
9032 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
9033 * dwarf2loc.h: Include dwarf2expr.h.
9034 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
9035 and sect_offset.
9036 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
9037 Improve the comment.
9038 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
9039 (struct signatured_type, struct line_header, struct partial_die_info)
9040 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9041 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9042 (get_die_type_at_offset, create_cus_from_index)
9043 (create_signatured_type_table_from_index, dw2_get_file_names)
9044 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9045 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9046 (create_debug_types_hash_table, process_psymtab_comp_unit)
9047 (load_partial_comp_unit, create_all_comp_units)
9048 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9049 (load_full_comp_unit, dwarf2_physname, read_import_statement)
9050 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9051 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9052 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9053 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9054 (find_partial_die, read_attribute_value, lookup_die_type)
9055 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9056 (is_ref_attr): New function comment.
9057 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9058 Use cu_offset and sect_offset.
9059 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9060 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9061 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9062 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9063 (offset_and_type_hash, offset_and_type_eq, set_die_type)
9064 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9065 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9066 sect_offset.
9067
9068 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9069
9070 Code cleanup.
9071 * python/py-auto-load.c (source_section_scripts): New variable back_to.
9072 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9073 with xfree.
9074 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9075
9076 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9077
9078 * NEWS: Describe new options --init-command=FILE, -ix and
9079 --init-eval-command=COMMAND, -iex.
9080 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9081 CMDARG_INIT_COMMAND.
9082 (captured_main): New enum items OPT_IX and OPT_IEX. Add
9083 "init-command", "init-eval-command", "ix" and "iex" to the variable
9084 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
9085 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9086 (print_gdb_help): Describe --init-command=FILE, -ix and
9087 --init-eval-command=COMMAND, -iex.
9088
9089 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9090
9091 Code cleanup.
9092 * main.c (struct cmdarg): Move it here from main. Add more comments.
9093 (cmdarg_s, VEC (cmdarg_s)): New.
9094 (main): Move struct cmdarg from here. New variables cmdarg_vec and
9095 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
9096 Install cleanup for cmdarg_vec. Update filling for options 'x' and
9097 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
9098 of CMDARG.
9099
9100 2012-03-19 Tom Tromey <tromey@redhat.com>
9101
9102 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9103
9104 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9105
9106 PR symtab/13777
9107 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9108 GCC >=4.5.
9109
9110 2012-03-16 Chris January <chris.january@allinea.com>
9111
9112 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9113 of clear.
9114
9115 2012-03-16 Chris January <chris.january@allinea.com>
9116
9117 * source.c (add_path): Use memmove instead of strcpy because the
9118 strings overlap.
9119
9120 2012-03-16 Joel Brobecker <brobecker@adacore.com>
9121
9122 * value.h (set_value_parent): Add declaration.
9123 * value.c (set_value_parent): New function.
9124 (value_address): If VALUE->PARENT is not NULL, then use it as
9125 the base address instead of VALUE->LOCATION.address.
9126 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9127 the same as OBJ's address. Adjust V's offset accordingly.
9128 Set V's parent.
9129
9130 2012-03-16 Gary Benson <gbenson@redhat.com>
9131
9132 PR breakpoints/10738
9133 * dwarf2read.c (use_deprecated_index_sections): New global.
9134 (struct partial_die_info): New member may_be_inlined.
9135 (read_partial_die): Set may_be_inlined where appropriate.
9136 (add_partial_subprogram): Add partial symbols for partial
9137 DIEs that may be inlined.
9138 (new_symbol_full): Add inlined subroutines to the current
9139 scope.
9140 (write_psymtabs_to_index): Bump version number.
9141 (dwarf2_read_index): Read only version 6 indices unless
9142 use_deprecated_index_sections is set.
9143 * linespec.c (symbol_and_data_callback): New structure.
9144 (iterate_inline_only): New function.
9145 (iterate_over_all_matching_symtabs): New argument
9146 "include_inline". If nonzero, also call the callback for
9147 symbols representing inlined subroutines.
9148 (lookup_prefix_sym): Pass extra argument to the above.
9149 (find_function_symbols): Likewise.
9150 (add_matching_symbols_to_info): Likewise.
9151 * NEWS: Mention that GDB can now set breakpoints on inlined
9152 functions.
9153
9154 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9155
9156 * p-typeprint.c (pascal_type_print_method_args):
9157 Fix display of parameter of methods.
9158
9159 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9160
9161 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9162 Add missing prototype.
9163
9164 2012-03-16 Yao Qi <yao@codesourcery.com>
9165 Jan Kratochvil <jan.kratochvil@redhat.com>
9166
9167 Fix false compilation warning.
9168 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9169
9170 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
9171 Pedro Alves <pedro@codesourcery.com>
9172
9173 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9174 (arm_register_g_packet_guesses): New function.
9175 (arm_gdbarch_init): Don't force a target description with
9176 registers when the executable is detected as M-profile. Instead
9177 set gdbarch->tdep->is_m. Register `g' packet guesses.
9178 (_initialize_arm_tdep): Initialize the new target description.
9179 * features/arm-with-m-fpa-layout.xml: New description.
9180 * features/arm-with-m-fpa-layout.c: New, generated.
9181
9182 2012-03-15 Joel Brobecker <brobecker@adacore.com>
9183
9184 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
9185 Update function description.
9186 (insert_bp_location): Do not wipe bl->target_info out.
9187 * mem-break.c: #include "gdb_string.h".
9188 (default_memory_insert_breakpoint): Do not call target_read_memory
9189 with a pointer to the breakpoint's shadow_contents buffer. Use
9190 a local buffer instead.
9191 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
9192
9193 2012-03-15 Tom Tromey <tromey@redhat.com>
9194
9195 * NEWS: Mention "info vtbl", not "info vtable".
9196 * cp-support.c (info_vtbl_command): Fix comment.
9197 (_initialize_cp_support): Fix text.
9198
9199 2012-03-15 Tom Tromey <tromey@redhat.com>
9200
9201 * cp-valprint.c (cp_print_value_fields): Use
9202 print_function_pointer_address for vtable slot.
9203
9204 2012-03-15 Tom Tromey <tromey@redhat.com>
9205
9206 * gnu-v3-abi.c (struct value_and_voffset): New.
9207 (hash_value_and_voffset, eq_value_and_voffset)
9208 (compare_value_and_voffset, compute_vtable_size)
9209 (print_one_vtable, gnuv3_print_vtable): New functions.
9210 (init_gnuv3_ops): Initialize 'print_vtable' field.
9211 * cp-support.c (info_vtbl_command): New function.
9212 (_initialize_cp_support): Add "info vtbl".
9213 * cp-abi.h (cplus_print_vtable): Declare.
9214 (struct cp_abi_ops) <print_vtable>: New field.
9215 * cp-abi.c (cplus_print_vtable): New function.
9216 * NEWS: Update.
9217
9218 2012-03-15 Tom Tromey <tromey@redhat.com>
9219
9220 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9221 iterate_over_symbols.
9222
9223 2012-03-14 Doug Evans <dje@google.com>
9224
9225 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9226 DW_OP_GNU_parameter_ref.
9227
9228 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9229
9230 Fix double prompt of 'interpreter-exec mi'.
9231 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9232 (mi_interpreter_resume): use it.
9233 (mi_execute_command_input_handler): New function.
9234 * mi/mi-main.c (mi_execute_command): Move prompt printing to
9235 mi_execute_command_input_handler.
9236
9237 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
9238
9239 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
9240 prototype.
9241 (darwin_debug_port_info): Make static.
9242 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
9243 * machoread.c (_initialize_machoread): Add prototype.
9244 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
9245 (i386_darwin_set_control, i386_darwin_get_control)
9246 i386_darwin_dr_set_addr, i386_darwin_get_addr)
9247 i386_darwin_get_status, i386_darwin_get_control):
9248 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
9249
9250 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9251
9252 * ax-gdb.c (gen_usual_unary): Remove special handling of
9253 enum and bool types.
9254
9255 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9256
9257 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
9258
9259 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9260
9261 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
9262
9263 2012-03-13 Chris January <chris.january@allinea.com>
9264
9265 * aix-thread.c (fill_sprs): Store the floating point registers
9266 at the correct offsets into vals.
9267
9268 2012-03-13 Doug Evans <dje@google.com>
9269
9270 * NEWS: Mention symbol-reloading has been deleted.
9271 * symfile.c (symbol_reloading): Delete.
9272 (show_symbol_reloading): Delete.
9273 (_initialize_symfile): Delete set/show symbol-reloading.
9274
9275 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
9276 read_in_chain until we have successfully read it in.
9277 (load_full_comp_unit): Ditto.
9278 (read_signatured_type): Add comment.
9279
9280 2012-03-13 Chris January <chris.january@allinea.com>
9281
9282 * stabsread.c (fix_common_block): Change type of valu argument
9283 to CORE_ADDR.
9284
9285 2012-03-13 Chris January <chris.january@allinea.com>
9286
9287 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
9288 instruction.
9289
9290 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9291
9292 * common/linux-procfs.c (linux_proc_get_int): New, from
9293 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
9294 field.
9295 (linux_proc_get_tgid): Only call linux_proc_get_int.
9296 (linux_proc_get_tracerpid): New.
9297 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
9298 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
9299 linux_proc_pid_has_state.
9300 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
9301 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
9302 (linux_ptrace_attach_warnings): New.
9303 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
9304 New declaration.
9305 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
9306 (linux_nat_attach): New variables ex, buffer, message and message_s.
9307 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
9308
9309 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9310
9311 * Makefile.in (linux-ptrace.o): New.
9312 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
9313 from linux-nat.c.
9314 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
9315 * common/linux-ptrace.c: New file.
9316 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
9317 * config/arm/linux.mh: Likewise.
9318 * config/i386/linux.mh: Likewise.
9319 * config/i386/linux64.mh: Likewise.
9320 * config/ia64/linux.mh: Likewise.
9321 * config/m32r/linux.mh: Likewise.
9322 * config/m68k/linux.mh: Likewise.
9323 * config/mips/linux.mh: Likewise.
9324 * config/pa/linux.mh: Likewise.
9325 * config/powerpc/linux.mh: Likewise.
9326 * config/powerpc/ppc64-linux.mh: Likewise.
9327 * config/powerpc/spu-linux.mh: Likewise.
9328 * config/s390/s390.mh: Likewise.
9329 * config/sparc/linux.mh: Likewise.
9330 * config/sparc/linux64.mh: Likewise.
9331 * config/xtensa/linux.mh: Likewise.
9332 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
9333 common/linux-procfs.c.
9334 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
9335
9336 2012-03-13 Hui Zhu <teawater@gmail.com>
9337 Pedro Alves <palves@redhat.com>
9338
9339 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
9340 CREATE_BREAKPOINT_FLAGS_INSERTED.
9341 (create_breakpoint_sal, create_breakpoints_sal)
9342 (base_breakpoint_create_breakpoints_sal)
9343 (tracepoint_create_breakpoints_sal)
9344 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
9345 down.
9346 (break_command_1, handle_gnu_v3_exceptions, trace_command)
9347 (ftrace_command, strace_command): Adjust.
9348 (create_tracepoint_from_upload): Pass
9349 CREATE_BREAKPOINT_FLAGS_INSERTED.
9350 * breakpoint.h (enum breakpoint_create_flags): New.
9351 (create_breakpoint): New flags parameter.
9352 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
9353 * python/py-breakpoint.c (bppy_init): Adjust.
9354 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
9355 * spu-tdep.c (spu_catch_start): Adjust.
9356
9357 2012-03-13 Pedro Alves <palves@redhat.com>
9358 Hui Zhu <teawater@gmail.com>
9359 Yao Qi <yao@codesourcery.com>
9360
9361 * remote.c (struct remote_state): New field `starting_up'.
9362 (remote_start_remote): Set and clear it.
9363 (remote_can_download_tracepoint): If starting up, return false.
9364
9365 2012-03-13 Yao Qi <yao@codesourcery.com>
9366
9367 * inferior.h (struct inferior): Remove fields any_syscall_count,
9368 syscalls_counts and total_syscalls_count. Move them to new
9369 struct catch_syscall_inferior_data in breakpoint.c.
9370 * breakpoint.c: Call DEF_VEC_I(int).
9371 (struct catch_syscall_inferior_data): New.
9372 (get_catch_syscall_inferior_data): New.
9373 (catch_syscall_inferior_data_cleanup): New.
9374 (insert_catch_syscall): Update to access data in
9375 struct catch_syscall_inferior_data.
9376 (insert_catch_syscall): Likewise.
9377 (remove_catch_syscall): Likewise.
9378 (remove_catch_syscall): Likewise.
9379 (is_syscall_catchpoint_enabled): Likewise.
9380 (add_catch_command): Likewise.
9381 (_initialize_breakpoint): Register cleanup.
9382 * breakpoint.h: Removed DEF_VEC_I(int).
9383 * dwarf2loc.c: Call DEF_VEC_I(int).
9384 * mi/mi-main.c: Likewise.
9385
9386 2012-03-12 Mark Kettenis <kettenis@gnu.org>
9387
9388 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
9389
9390 2012-03-12 Chris January <chris.january@allinea.com>
9391
9392 * aix-thread.c (_initialize_aix_thread): Add prototype.
9393 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
9394 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
9395
9396 2012-03-12 Joel Brobecker <brobecker@adacore.com>
9397
9398 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
9399 include of "amd64-nat.h".
9400
9401 2012-03-12 Tom Tromey <tromey@redhat.com>
9402
9403 * buildsym.c (record_pending_block): Now static.
9404 * buildsym.h: (record_pending_block): Remove.
9405
9406 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
9407
9408 * amd64bsd-nat.c: Include amd64bsd-nat.h.
9409
9410 2012-03-09 Tom Tromey <tromey@redhat.com>
9411
9412 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
9413 producer_is_gxx_lt_4_6>: New fields.
9414 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
9415
9416 2012-03-09 Tom Tromey <tromey@redhat.com>
9417
9418 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
9419
9420 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9421
9422 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
9423 prototype.
9424
9425 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9426
9427 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
9428
9429 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9430
9431 Fix -Wmissing-prototypes build.
9432 * arm-linux-nat.c (get_thread_id): Make it static.
9433 * xtensa-linux-nat.c (get_thread_id): Likewise.
9434
9435 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9436
9437 * server.c (process_point_options): If a conditional expression
9438 is found, only print a message if remote_debug is nonzero.
9439
9440 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
9441
9442 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
9443 of internal error for unknown/unsupported types.
9444
9445 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9446
9447 Fix CU relative vs. absolute DIE offsets.
9448 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
9449 offset to offset_in_cu.
9450 * dwarf2read.c (process_enumeration_scope): Add CU offset to
9451 TYPE_OFFSET.
9452 (dwarf2_fetch_die_location_block): Rename parameter offset to
9453 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
9454
9455 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9456
9457 * libunwind-frame.c: Rename to ...
9458 * ia64-libunwind-tdep.c: ... here.
9459 * libunwind-frame.h: Rename to ...
9460 * ia64-libunwind-tdep.h: ... here.
9461 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
9462 ia64-libunwind-tdep.h.
9463 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
9464 * README (--with-libunwind): Rename to ...
9465 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
9466 * config.in: Regenerate.
9467 * configure: Regenerate.
9468 * configure.ac: New option --with-libunwind-ia64, make the
9469 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
9470 Remove AC_DEFINE for HAVE_LIBUNWIND.
9471 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
9472 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
9473 Rename libunwind-frame in the general comment.
9474 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
9475 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
9476 Move forward declarations inside #ifndef. Rename libunwind-frame in
9477 the general comment.
9478 * ia64-tdep.c: Rename libunwind-frame.h #include to
9479 ia64-libunwind-tdep.h.
9480 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
9481 (ia64_libunwind_descr): Rename libunwind-frame to
9482 ia64-libunwind-tdep in these function comments.
9483 * ia64-tdep.h: Rename libunwind-frame.h #include to
9484 ia64-libunwind-tdep.h.
9485 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
9486 ia64-libunwind-tdep in that data comment.
9487
9488 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9489
9490 * libunwind-frame.h (struct frame_unwind): New declaration.
9491
9492 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9493
9494 * breakpoint.c (_initialize_breakpoint): Fix error in help of
9495 "set breakpoint condition-evaluation" command.
9496
9497 2012-03-08 Tristan Gingold <gingold@adacore.com>
9498
9499 * sparc-stub.c: Move to stubs/
9500 * sh-stub.c: Likewise.
9501 * m68k-stub.c: Likewise.
9502 * m32r-stub.c: Likewise.
9503 * i386-stub.c: Likewise.
9504
9505 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
9506
9507 * m68klinux-tdep.c (m68k_linux_init_abi): Register
9508 linux_get_siginfo_type.
9509
9510 * m68klinux-nat.c: Include "gdb_proc_service.h".
9511 (PTRACE_GET_THREAD_AREA): Define.
9512 (ps_get_thread_area): New function.
9513
9514 2012-03-08 Yao Qi <yao@codesourcery.com>
9515
9516 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
9517 `xsnprintf'.
9518 (remote_query_attached): Likewise.
9519 (remote_static_tracepoint_marker_at): Likewise.
9520 (remote_set_permissions): Likewise.
9521 (remote_detach_1, extended_remote_attach_1): Likewise.
9522 (send_g_packet, remote_vkill): Likewise.
9523 (extended_remote_disable_randomization): Likewise.
9524 (remote_add_target_side_condition): Likewise.
9525 (remote_insert_breakpoint): Likewise.
9526 (remote_remove_breakpoint): Likewise.
9527 (remote_insert_watchpoint): Likewise.
9528 (remote_remove_watchpoint): Likewise.
9529 (remote_insert_hw_breakpoint): Likewise.
9530 (remote_insert_hw_breakpoint): Likewise.
9531 (remote_remove_hw_breakpoint): Likewise.
9532 (remote_download_command_source): Likewise.
9533 (remote_download_tracepoint): Likewise.
9534 (remote_download_trace_state_variable): Likewise.
9535 (remote_disable_tracepoint): Likewise.
9536 (remote_trace_set_readonly_regions): Likewise.
9537 (remote_get_tracepoint_status): Likewise.
9538 (remote_trace_find): Likewise.
9539 (remote_get_trace_state_variable_value): Likewise.
9540 (remote_set_disconnected_tracing): Likewise.
9541 (remote_set_circular_trace_buffer): Likewise.
9542 (remote_get_min_fast_tracepoint_insn_len): Likewise.
9543 (remote_use_agent): Likewise.
9544 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
9545 Update callers.
9546
9547 2012-03-07 Pedro Alves <palves@redhat.com>
9548
9549 * NEWS: Mention QProgramSignals.
9550 * inferior.h (update_signals_program_target): Declare.
9551 * infrun.c: (update_signals_program_target): New.
9552 (handle_command): Update the target of the new program signals
9553 array changes.
9554 * remote.c (PACKET_QProgramSignals): New enum.
9555 (last_program_signals_packet): New global.
9556 (remote_program_signals): New.
9557 (remote_start_remote): Update the target with the program signals
9558 list.
9559 (remote_protocol_features): Add entry for QPassSignals.
9560 (remote_open_1): Free anc clear last_program_signals_packet.
9561 (init_remote_ops): Install remote_program_signals.
9562 * target.c (update_current_target): Adjust.
9563 (target_program_signals): New.
9564 * target.h (struct target_ops) <to_program_signals>: New field.
9565 (target_program_signals): Declare.
9566
9567 2012-03-07 Pedro Alves <palves@redhat.com>
9568
9569 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
9570 extensions.
9571
9572 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
9573
9574 * m68klinux-nat.c (getregs_supplies): Make static.
9575 (getfpregs_supplies): Likewise.
9576 (have_ptrace_getregs): Likewise.
9577
9578 2012-03-06 Joel Brobecker <brobecker@adacore.com>
9579
9580 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
9581 in call to get_die_type_at_offset.
9582
9583 2012-03-06 Stan Shebs <stan@codesourcery.com>
9584
9585 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
9586 * mi/mi-cmd-disas.c: Ditto.
9587 * mi/mi-cmd-env.c: Ditto.
9588 * mi/mi-cmd-file.c: Ditto.
9589 * mi/mi-cmd-stack.c: Ditto.
9590 * mi/mi-cmd-target.c: Ditto.
9591 * mi/mi-cmd-var.c: Ditto.
9592 * mi/mi-cmds.c: Ditto.
9593 * mi/mi-cmds.h: Ditto.
9594 * mi/mi-console.c: Ditto.
9595 * mi/mi-getopt.c: Ditto.
9596 * mi/mi-getopt.h: Ditto.
9597 * mi/mi-interp.c: Ditto.
9598 * mi/mi-main.c: Ditto.
9599 * mi/mi-out.c: Ditto.
9600 * mi/mi-parse.c: Ditto.
9601 * mi/mi-parse.h: Ditto.
9602 * mi/mi-symbol-cmds.c: Ditto.
9603
9604 * mi/mi-getopt.h: Move mi_opt struct up.
9605 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
9606 return.
9607 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
9608
9609 2012-03-06 Tom Tromey <tromey@redhat.com>
9610
9611 * proc-service.c (ps_pglobal_lookup): Set the current program
9612 space.
9613
9614 2012-03-06 Pedro Alves <palves@redhat.com>
9615
9616 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
9617
9618 2012-03-05 Joel Brobecker <brobecker@adacore.com>
9619
9620 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
9621
9622 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9623
9624 Code cleanup.
9625 * common/linux-osdata.c (linux_common_core_of_thread): New function
9626 comment.
9627 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9628 call by linux_common_core_of_thread.
9629 (linux_nat_core_of_thread_1): Remove.
9630 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9631 * linux-thread-db.c: Include linux-osdata.h.
9632 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9633 linux_common_core_of_thread.
9634
9635 2012-03-05 Tom Tromey <tromey@redhat.com>
9636
9637 * value.c (value_primitive_field): Don't fetch contents for
9638 non-virtual bases.
9639
9640 2012-03-05 Tom Tromey <tromey@redhat.com>
9641
9642 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9643
9644 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
9645
9646 * s390-nat.c: Include "gregset.h".
9647
9648 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9649
9650 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9651 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9652 (libunwind_load): New variable so_error, use it for dlerror. Try to
9653 load also LIBUNWIND_SO_7.
9654
9655 2012-03-05 Pedro Alves <palves@redhat.com>
9656
9657 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9658 is not NULL, and remove resulting dead code.
9659
9660 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
9661
9662 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9663 prologue to sh_analyze_prologue.
9664 (sh_analyze_prologue): Make better use of such an upper limit, and
9665 generally be more cautious about accessing memory.
9666
9667 2012-03-05 Tom Tromey <tromey@redhat.com>
9668
9669 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9670 _initialize_ia64_hpux_tdep.
9671
9672 2012-03-05 Pedro Alves <palves@redhat.com>
9673
9674 PR gdb/13766
9675
9676 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9677 the register state is clear, supply explicit zero, instead of
9678 marking the register unavailable.
9679
9680 2012-03-05 Tristan Gingold <gingold@adacore.com>
9681
9682 * NEWS: Mention OpenVMS ia64 new target.
9683
9684 2012-03-05 Tristan Gingold <gingold@adacore.com>
9685
9686 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9687 (ia64_unw_accessors, ia64_unw_rse_accessors)
9688 (ia64_libunwind_descr): Declare.
9689 * ia64-vms-tdep.c: New file.
9690 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9691 (ia64_libunwind_descr): Make them public.
9692 * configure.tgt: Add ia64-*-*vms*.
9693 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9694 (ALLDEPFILES): Add ia64-vms-tdep.c
9695
9696 2012-03-05 Tristan Gingold <gingold@adacore.com>
9697
9698 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9699 * remote.c (PACKET_qXfer_uib): New enum value.
9700 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9701 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9702 (_initialize_remote): Call add_packet_config_cmd for
9703 xfer:uib packet.
9704
9705 2012-03-05 Tristan Gingold <gingold@adacore.com>
9706
9707 * osabi.c (gdb_osabi_names): Add OpenVMS.
9708 (generic_elf_osabi_sniffer): Likewise.
9709 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
9710
9711 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9712
9713 Removed unused code.
9714 * libunwind-frame.c (libunwind_frame_unwind)
9715 (libunwind_frame_base_address): Remove.
9716 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9717
9718 2012-03-04 Yao Qi <yao@codesourcery.com>
9719
9720 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9721 remove trailing new line.
9722 (agent_run_command, agent_run_command): Add _ markup.
9723 (agent_capability_check): Likewise.
9724
9725 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9726
9727 * breakpoint.c (set_condition_evaluation_mode): Set
9728 CONDITION_EVALUATION_MODE unconditionally.
9729
9730 2012-03-03 Yao Qi <yao@codesourcery.com>
9731
9732 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9733 * common/agent.h: Update declaration.
9734 * inf-child.c (inf_child_use_agent): New.
9735 (inf_child_can_use_agent): New.
9736 (inf_child_target): Initialize fields `to_use_agent'
9737 and `to_can_use_agent'.
9738 * agent.c (agent_new_objfile): New.
9739 (_initialize_agent): Add agent_new_objfile to new_objfile
9740 observer.
9741
9742 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9743 New.
9744 (linux_target_install_ops): Initialize field
9745 `to_static_tracepoint_markers_by_strid'.
9746 * remote.c (free_current_marker): Move it to ...
9747 * tracepoint.c (free_current_marker): ... here. New.
9748 (cleanup_target_stop): New.
9749 * tracepoint.h: Declare free_current_marker.
9750 * NEWS: Add one entry about `info static-tracepoint-marker'.
9751
9752 2012-03-03 Yao Qi <yao@codesourcery.com>
9753
9754 * common/agent.c (agent_loaded_p): New.
9755 (agent_look_up_symbols): New global.
9756 * common/agent.h: Declare agent_loaded_p.
9757
9758 2012-03-03 Yao Qi <yao@codesourcery.com>
9759
9760 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9761 (agent_capability_check, agent_capability_invalidate): New.
9762 (symbol_list): New array element.
9763 * common/agent.h (enum agent_capa): New.
9764 * target.c (target_pre_inferior): Call agent_capability_invalidate.
9765
9766 2012-03-03 Yao Qi <yao@codesourcery.com>
9767
9768 * target.h (struct target_ops) <to_use_agent>: New field.
9769 (struct target_ops) <to_can_use_agent>: New field.
9770 (target_use_agent, target_can_use_agent): New macro.
9771 * target.c (update_current_target): Update.
9772 * remote.c: New enum `PACKET_QAgent'.
9773 (remote_protocol_features): Add a new element.
9774 (remote_use_agent, remote_can_use_agent): New.
9775 (init_remote_ops): Initialize field `can_use_agent' with
9776 remote_can_use_agent. Intiailize field `use_agent' with
9777 remote_use_agent.
9778 * common/agent.c (use_agent): New global.
9779 * common/agent.h: Declare it.
9780 * tracepoint.c (info_static_tracepoint_markers_command): Add
9781 comment.
9782 * Makefile.in (SFILES): Add common/agent.c and agent.c.
9783 (COMMON_OBS): Add common/agent.o and agent.o
9784 (common-agent.o): New rule.
9785 * agent.c: New.
9786
9787 2012-03-03 Yao Qi <yao@codesourcery.com>
9788
9789 * common/agent.c: New.
9790 * common/agent.h: New.
9791 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9792 AC_CHECK_HEADERS.
9793 * configure, configh.in: Regenerated.
9794
9795 2012-03-02 Kevin Buettner <kevinb@redhat.com>
9796
9797 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9798 unless it exists for this architecture.
9799
9800 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9801
9802 * language.h (struct language_defn): New "method" la_read_var_value.
9803 * findvar.c: #include "language.h".
9804 (default_read_var_value): Renames read_var_value. Rewrite
9805 function description.
9806 (read_var_value): New function.
9807 * value.h (default_read_var_value): Add prototype.
9808 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9809 New functions.
9810 (ada_language_defn): Add entry for la_read_var_value.
9811 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9812 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9813 language_defn structures to add entry for new la_read_var_value
9814 field.
9815
9816 2012-03-02 Tom Tromey <tromey@redhat.com>
9817 Pedro Alves <palves@redhat.com>
9818
9819 PR breakpoints/13776:
9820 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9821 breakpoints.
9822 (delete_longjmp_breakpoint_at_next_stop): New.
9823 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9824 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9825 before deleting the inferior. Add comments.
9826 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9827 breakpoints immediately, but only on next stop. Move that code
9828 next to where we mark other breakpoints for deletion.
9829
9830 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9831
9832 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9833 marker.
9834 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9835 violation.
9836
9837 2012-03-02 Pedro Alves <palves@redhat.com>
9838
9839 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9840
9841 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9842
9843 Fix -Wmissing-prototypes build.
9844 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9845 * remote-sim.c (gdbsim_has_all_memory): Likewise.
9846 (gdbsim_has_memory): Likewise.
9847
9848 2012-03-02 Yao Qi <yao@codesourcery.com>
9849
9850 Fix -Wmissing-prototypes build.
9851 * charset.c (phony_iconv_open): Make static.
9852 (phony_iconv_close, phony_iconv): Likewise.
9853 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9854 * i386-windows-nat.c (_initialize_i386_windows_nat): New
9855 prototype.
9856 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9857 * ser-mingw.c (create_select_thread): Make static.
9858 * windows-termcap.c (tgetent): New prototype.
9859 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9860
9861 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
9862
9863 Fix -Wmissing-prototypes build.
9864 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9865 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9866 (_initialize_loadable): New prototypes.
9867
9868 2012-03-02 Doug Evans <dje@google.com>
9869
9870 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9871 abbrev table, read_comp_unit will do it.
9872
9873 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9874
9875 Fix -Wmissing-prototypes build.
9876 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9877 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9878 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9879 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9880 (_initialize_arm_symbian_tdep): New prototype.
9881 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9882 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9883 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9884 static.
9885 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9886 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9887 prototype.
9888 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9889 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9890 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9891 static.
9892 * moxie-tdep.c (moxie_process_record): Likewise.
9893 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9894 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9895 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9896 (_initialize_rl78_tdep): New prototype.
9897 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9898 (_initialize_rx_tdep): New prototype.
9899 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9900 (_initialize_darwin_solib): New prototype.
9901 * solib-spu.c: Include solib-spu.h.
9902 (_initialize_spu_solib): New prototype.
9903 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9904 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9905 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9906 (tic6x_software_single_step): Make it static.
9907 (_initialize_tic6x_tdep): New prototype.
9908
9909 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9910
9911 Fix -Wmissing-prototypes build.
9912 * cris-tdep.c (cris_can_use_hardware_watchpoint)
9913 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9914
9915 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9916
9917 Fix -Wmissing-prototypes build.
9918 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9919 (frv_have_stopped_data_address): Remove.
9920
9921 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9922
9923 Fix -Wmissing-prototypes build.
9924 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9925 * sh-tdep.c: Include sh64-tdep.h.
9926 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9927 * sh64-tdep.c: Include sh64-tdep.h.
9928 * sh64-tdep.h: New file.
9929
9930 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9931
9932 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9933
9934 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9935
9936 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9937 sp_regnum once the gdbarch_init_osabi hook has been called.
9938
9939 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9940
9941 * mips-tdep.c (mips32_bc1_pc): New function.
9942 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9943 BPOSGE32 and BPOSGE64 instructions.
9944 (deal_with_atomic_sequence): Likewise.
9945 (mips32_instruction_has_delay_slot): Likewise.
9946
9947 2012-03-01 Maciej W. Rozycki <macro@mips.com>
9948 Chris Dearman <chris@mips.com>
9949 Maciej W. Rozycki <macro@codesourcery.com>
9950 Joseph Myers <joseph@codesourcery.com>
9951
9952 * features/mips-dsp.xml: New file.
9953 * features/mips64-dsp.xml: New file.
9954 * features/mips-dsp-linux.xml: New file.
9955 * features/mips64-dsp-linux.xml: New file.
9956 * features/Makefile (WHICH): Add mips-dsp-linux and
9957 mips64-dsp-linux.
9958 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9959 * features/mips-dsp-linux.c: New file.
9960 * features/mips64-dsp-linux.c: New file.
9961 * regformats/mips-dsp-linux.dat: New file.
9962 * regformats/mips64-dsp-linux.dat: New file.
9963 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9964 registers.
9965 (mips64_linux_register_addr): Likewise.
9966 (mips64_linux_regsets_fetch_registers): Likewise.
9967 (mips64_linux_regsets_store_registers): Likewise.
9968 (mips64_linux_fetch_registers): Update call to
9969 mips64_linux_regsets_fetch_registers.
9970 (mips64_linux_store_registers): Update call to
9971 mips64_linux_regsets_store_registers.
9972 (mips_linux_read_description): Probe for DSP registers.
9973 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9974 and initialize_tdesc_mips64_dsp_linux.
9975 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9976 Remove padding of no longer used embedded register slots.
9977 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9978 (MIPS_RESTART_REGNUM): Redefine enum value.
9979 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9980 strings.
9981 (mips_tx39_reg_names): Likewise.
9982 (mips_linux_reg_names): New array of register names for Linux
9983 targets.
9984 (mips_register_name): Check for a null pointer in
9985 mips_processor_reg_names and return an empty string.
9986 (mips_register_type): Exclude embedded registers for the IRIX
9987 and Linux ABIs.
9988 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
9989 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
9990 DSP registers.
9991 (mips_stab_reg_to_regnum): Handle DSP accumulators.
9992 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9993 (mips_gdbarch_init): Likewise. Initialize internal register
9994 indices for the Linux ABI. Use dynamic numbers to refer to
9995 registers, as applicable, while parsing the target description.
9996 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9997
9998 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9999
10000 * frame.h (read_frame_register_unsigned): Fix typo in function
10001 description.
10002
10003 2012-03-01 Pedro Alves <palves@redhat.com>
10004
10005 * jit-reader.in [!__cplusplus]
10006 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
10007
10008 2012-03-01 Pedro Alves <palves@redhat.com>
10009
10010 * configure.ac (build_warnings): Add -Wmissing-prototypes.
10011 * configure: Regenerate.
10012
10013 2012-03-01 Pedro Alves <palves@redhat.com>
10014
10015 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
10016 * breakpoint.c (create_exception_master_breakpoint, trace_command)
10017 (ftrace_command, strace_command): Make static.
10018 * d-lang.c (_initialize_d_language): Declare.
10019 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
10020 * dwarf2loc.c (_initialize_dwarf2loc):
10021 * dwarf2read.c (process_psymtab_comp_unit): Make static.
10022 * exec.c (exec_get_section_table): Make static.
10023 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
10024 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
10025 * inferior.c (remove_inferior_command, add_inferior_command)
10026 (clone_inferior_command): Make static.
10027 * linux-nat.c (linux_nat_thread_address_space)
10028 (linux_nat_core_of_thread): Make static.
10029 * linux-tdep.c (_initialize_linux_tdep): Declare.
10030 * objc-lang.c (_initialize_objc_lang): Declare.
10031 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
10032 Make static.
10033 (_initialize_opencl_language): Declare.
10034 * record.c (_initialize_record): Declare.
10035 * remote.c (demand_private_info, remote_get_tib_address)
10036 (remote_supports_cond_tracepoints)
10037 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
10038 Make static.
10039 * skip.c (_initialize_step_skip): Declare.
10040 * symtab.c (skip_prologue_using_lineinfo): Make static.
10041 * tracepoint.c (delete_trace_state_variable)
10042 (trace_variable_command, delete_trace_variable_command)
10043 (get_uploaded_tsv, find_matching_tracepoint_location)
10044 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10045 Make static.
10046 * value.c (pack_unsigned_long): Make static.
10047 * varobj.c (varobj_ensure_python_env): Make static.
10048 * windows-tdep.c (_initialize_windows_tdep): Declare.
10049 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10050
10051 2012-03-01 Pedro Alves <palves@redhat.com>
10052
10053 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
10054 gdbarch parameter.
10055 (linux_init_abi): Install it as has_shared_address_space gdbarch
10056 callback.
10057
10058 2012-03-01 Pedro Alves <palves@redhat.com>
10059
10060 * observer.c (observer_test_first_notification_function)
10061 (observer_test_second_notification_function)
10062 (observer_test_third_notification_function): Add declarations.
10063
10064 2012-03-01 Pedro Alves <palves@redhat.com>
10065
10066 * common/signals.c (default_target_signal_to_host)
10067 (default_target_signal_from_host): Move ...
10068 * arch-utils.c: ... here.
10069 * arch-utils.h (default_target_signal_to_host)
10070 (default_target_signal_from_host): Declare.
10071
10072 * common/signals.c (target_signal_from_command): Move ...
10073 * infrun.c: ... here.
10074 * inferior.h (target_signal_from_command): Declare.
10075 * target.h (target_signal_from_command)
10076 (default_target_signal_from_host, default_target_signal_to_host):
10077 Delete declarations.
10078
10079 * common/signals.c (_initialize_signals): Delete.
10080
10081 2012-03-01 Pedro Alves <palves@redhat.com>
10082
10083 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10084 both __cplusplus and !__cplusplus.
10085
10086 2012-03-01 Pedro Alves <palves@redhat.com>
10087
10088 * psymtab.c (find_and_open_source): Delete declaration.
10089 * source.c (find_and_open_source): Move comment ...
10090 * source.h (find_and_open_source): ... to this new declaration.
10091
10092 2012-03-01 Pedro Alves <palves@redhat.com>
10093
10094 * inline-frame.c: Include inline-frame.h.
10095
10096 2012-03-01 Pedro Alves <palves@redhat.com>
10097
10098 * tui/tui-data.c (set_gen_win_origin): Delete.
10099 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10100 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10101
10102 2012-03-01 Pedro Alves <palves@redhat.com>
10103
10104 * remote.c (encode_actions): Delete declaration.
10105 * tracepoint.c (encode_actions): Make extern.
10106 * tracepoint.h (encode_actions): Declare.
10107
10108 2012-03-01 Pedro Alves <palves@redhat.com>
10109
10110 * python/py-breakpoint.c: Include python.h.
10111 * python/py-continueevent.c (create_continue_event_object): Make
10112 static.
10113 * python/py-lazy-string.c (stpy_get_type): Make static.
10114 * python/py-newobjfileevent.c (create_new_objfile_event_object):
10115 Make static.
10116 * python/py-utils.c (unicode_to_target_python_string): Make
10117 static.
10118 * python/py-value.c: Include python.h.
10119
10120 2012-03-01 Pedro Alves <palves@redhat.com>
10121
10122 * inferior.c (delete_threads_of_inferior): Delete.
10123
10124 2012-03-01 Pedro Alves <palves@redhat.com>
10125
10126 Import fallback definitions from glibc.
10127
10128 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10129 ps_prochandle): Forward declare.
10130 (ps_err_e): Use glibc's comments.
10131 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10132 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10133 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10134 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10135 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10136 (struct ps_prochandle): Adjust comment.
10137
10138 2012-03-01 Pedro Alves <palves@redhat.com>
10139
10140 * ada-lang.c (ada_modulus_from_name): Delete.
10141 * ada-lex.l (lexer_init): Make static.
10142
10143 2012-03-01 Pedro Alves <palves@redhat.com>
10144
10145 PR gdb/13767
10146
10147 * frame.c (read_frame_register_unsigned): New.
10148 * frame.h (read_frame_register_unsigned): Declare.
10149 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10150 Handle it.
10151 (print_i387_control_word): New parameter `control_p'. Handle it.
10152 (i387_print_float_info): Handle unavailable float registers.
10153
10154 2012-03-01 Keith Seitz <keiths@redhat.com>
10155
10156 * linespec.c (decode_line_2): Sort the list of methods
10157 alphabetically before presenting the user with a selection
10158 menu.
10159
10160 2012-03-01 Doug Evans <dje@google.com>
10161
10162 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10163 has_namespace_info.
10164 (dwarf2_read_abbrevs): Remove corresponding initialization.
10165
10166 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
10167
10168 * NEWS: Mention new python command class gdb.COMMAND_USER.
10169 * cli/cli-cmds.c (show_user): Print error when used on a python
10170 command.
10171 (init_cli_cmds): Update documentation strings for "show user" and
10172 "set/show max-user-call-depth" to clarify that it does not apply to
10173 python commands.
10174 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10175 error check.
10176 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10177 gdb python api.
10178 * top.c (execute_command): Only execute a user-defined command as a
10179 legacy macro if c->user_commands is set.
10180
10181 2012-03-01 Tom Tromey <tromey@redhat.com>
10182
10183 * valprint.h (struct generic_val_print_decorations): New.
10184 (generic_val_print): Declare.
10185 * valprint.c (generic_val_print): New function.
10186 * p-valprint.c (p_decorations): New global.
10187 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
10188 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
10189 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
10190 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
10191 * m2-valprint.c (m2_decorations): New global.
10192 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
10193 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
10194 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
10195 TYPE_CODE_ERROR>: Call generic_val_print.
10196 * f-valprint.c (f_decorations): New global.
10197 (f_val_print): Use print_function_pointer_address.
10198 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10199 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10200 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10201 generic_val_print.
10202 * c-valprint.c (c_decorations): New global.
10203 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10204 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10205 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10206 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10207 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10208 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10209 case.
10210
10211 2012-03-01 Tom Tromey <tromey@redhat.com>
10212
10213 * valprint.c (val_print): Update.
10214 * p-valprint (pascal_val_print): Return void.
10215 * p-lang.h (pascal_val_print): Return void.
10216 * m2-valprint.c (m2_val_print): Return void.
10217 * m2-lang.h (m2_val_print): Return void.
10218 * language.h (struct language_defn) <la_val_print>: Return void.
10219 * language.c (unk_lang_val_print): Return void.
10220 * jv-valprint.c (java_val_print): Return void.
10221 * jv-lang.h (java_val_print): Return void.
10222 * f-valprint.c (f_val_print): Return void.
10223 * f-lang.h (f_val_print): Return void.
10224 * d-valprint.c (d_val_print): Return void.
10225 (dynamic_array_type): Update.
10226 * d-lang.h (d_val_print): Return void.
10227 * c-valprint.c (c_val_print): Return void.
10228 * c-lang.h (c_val_print): Return void.
10229 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10230 void.
10231 * ada-lang.h (ada_val_print): Return void.
10232
10233 2012-03-01 Tom Tromey <tromey@redhat.com>
10234
10235 * value.h (val_print): Return void.
10236 * valprint.c (val_print): Return void.
10237
10238 2012-03-01 Tom Tromey <tromey@redhat.com>
10239
10240 * value.h (common_val_print): Return void.
10241 * valprint.c (common_val_print): Return void.
10242
10243 2012-03-01 Tom Tromey <tromey@redhat.com>
10244
10245 * value.h (value_print): Return void.
10246 * valprint.c (value_print): Return void.
10247 * p-valprint.c (pascal_value_print): Return void.
10248 * p-lang.h (pascal_value_print): Return void.
10249 * language.h (struct language_defn) <la_value_print>: Return
10250 void.
10251 * language.c (unk_lang_value_print): Return void.
10252 * jv-valprint.c (java_value_print): Return void.
10253 * jv-lang.h (java_value_print): Return void.
10254 * f-valprint.c (c_value_print): Don't declare.
10255 Include c-lang.h.
10256 * c-valprint.c (c_value_print): Return void.
10257 * c-lang.h (c_value_print): Return void.
10258 * ada-valprint.c (ada_value_print): Return void.
10259 * ada-lang.h (ada_value_print): Return void.
10260
10261 2012-03-01 Tom Tromey <tromey@redhat.com>
10262
10263 * value.c (value_primitive_field): Handle virtual base classes.
10264
10265 2012-03-01 Tom Tromey <tromey@redhat.com>
10266
10267 * gdbtypes.h (struct vbase): Remove.
10268
10269 2012-03-01 Tom Tromey <tromey@redhat.com>
10270
10271 * c-valprint.c (print_function_pointer_address): Move...
10272 * valprint.c: ... here. Make non-static.
10273 * m2-valprint.c (print_function_pointer_address): Remove.
10274 * valprint.h (print_function_pointer_address): Declare.
10275
10276 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10277
10278 * NEWS: Document the fact that one can provide a condition when
10279 creating an Ada exception catchpoint.
10280
10281 2012-03-01 Tom Tromey <tromey@redhat.com>
10282
10283 * valprint.c (val_print_type_code_flags): Fix placement of
10284 trailing brace.
10285
10286 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10287
10288 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
10289 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
10290 environment variable before calling update-copyright.
10291
10292 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10293
10294 * gnulib/extra/update-copyright: Update to the latest from
10295 gnulib's git repository.
10296 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
10297 variable to 2 instead of 1.
10298
10299 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10300
10301 * varobj.c (c_value_of_variable): Remove dead code.
10302
10303 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10304
10305 * ada-lex.p (processId): Do not modify already encoded IDs.
10306 Update function documentation.
10307
10308 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10309
10310 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
10311 "name" with "struct symbol *name_sym".
10312 * ada-exp.y (write_var_or_type): Update call to
10313 ada_find_renaming_symbol.
10314 "name" with "struct symbol *name_sym". Adjust Implementation
10315 accordingly. Adjust the function documentation.
10316
10317 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10318
10319 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
10320 * ada-lang.c (ada_find_any_type): Add advance declaration.
10321 Make static. Replace ada_find_any_symbol by
10322 ada_find_any_type_symbol.
10323 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
10324 Improve function description. Make static.
10325 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
10326 Replace ada_find_any_symbol by ada_find_any_type_symbol.
10327
10328 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10329
10330 * ada-lang.c (struct tag_args): Delete.
10331 (ada_get_tsd_type): Function body moved up in source file.
10332 (ada_tag_name_1, ada_tag_name_2): Delete.
10333 (ada_get_tsd_from_tag): New function.
10334 (ada_tag_name_from_tsd): New function.
10335 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
10336 to determine the tag name.
10337
10338 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10339
10340 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
10341 declaration.
10342 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
10343 function.
10344
10345 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10346
10347 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
10348
10349 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10350
10351 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
10352 full searches.
10353
10354 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10355
10356 * ada-lang.c (constrained_packed_array_type): If there is a
10357 parallel XA type, use it to determine the array index type.
10358
10359 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10360
10361 * ada-valprint.c (ada_val_print_1): If our value is a reference
10362 to an array descriptor, dereference it before converting it
10363 to a simple array.
10364
10365 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10366
10367 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
10368 creating fixed value.
10369 (ada_value_ind, ada_coerce_ref, assign_component)
10370 (ada_evaluate_subexp): Remove call to unwrap_value before
10371 call to ada_to_fixed_value.
10372
10373 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10374
10375 * ada-lang.c (to_fixed_array_type): Set result's type name.
10376
10377 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10378
10379 * ada-lang.c (catch_ada_exception_command_split): Add new
10380 argument cond_string. Add support for condition at end of
10381 "catch exception" commands.
10382 (ada_decode_exception_location): Add new argument cond_string.
10383 Update call to catch_ada_exception_command_split.
10384 (create_ada_exception_catchpoint): Add new argument cond_string.
10385 Set the breakpoint condition if needed.
10386 (catch_ada_exception_command): Update call to
10387 ada_decode_exception_location.
10388 (ada_decode_assert_location): Add function documentation.
10389 Add support for condition at end of "catch assert" command.
10390 (catch_assert_command): Update calls to ada_decode_assert_location
10391 and create_ada_exception_catchpoint.
10392
10393 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10394
10395 Fix disp-step-syscall.exp: fork: single step over fork.
10396 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
10397 (i386_linux_get_syscall_number_from_regcache): ... here, new function
10398 comment, change parameters gdbarch and ptid to regcache. Remove
10399 parameter regcache, initialize gdbarch from regcache here.
10400 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
10401 New functions.
10402 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
10403 instead.
10404 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
10405 'syscall'. Make the 'int' check more strict.
10406
10407 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10408
10409 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
10410 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
10411 (i386_linux_intx80_sysenter_syscall_record): ... here.
10412 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
10413 Use the renamed function name.
10414
10415 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10416
10417 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
10418 * breakpoint.c (until_break_command): Likewise.
10419 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
10420 * infcall.c (call_function_by_hand): Likewise.
10421 * infcmd.c (finish_forward): Likewise.
10422 * infrun.c (insert_exception_resume_breakpoint): Likewise.
10423
10424 2012-02-28 Tristan Gingold <gingold@adacore.com>
10425
10426 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
10427 avoid variable assignments inside condition.
10428
10429 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10430
10431 Fix static analysis issue found by cppcheck.
10432 * microblaze-tdep.c (microblaze_extract_return_value): Fix
10433 uninitialized BUF for size 2.
10434
10435 2012-02-27 Chris Dearman <chris@mips.com>
10436 Nathan Froyd <froydnj@codesourcery.com>
10437 Maciej W. Rozycki <macro@codesourcery.com>
10438
10439 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
10440 (mips16_instruction_has_delay_slot): Likewise.
10441 (mips_segment_boundary): Likewise.
10442 (mips_adjust_breakpoint_address): Likewise.
10443 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
10444
10445 2012-02-27 Maciej W. Rozycki <macro@mips.com>
10446 Maciej W. Rozycki <macro@codesourcery.com>
10447
10448 * infrun.c (handle_inferior_event): Don't proceed through
10449 shared library trampolines if stepping at the machine
10450 instruction level.
10451
10452 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
10453
10454 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
10455 too.
10456
10457 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
10458
10459 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
10460 (sh_stub_unwind_sniffer): New functions.
10461 (sh_stub_unwind): New variable.
10462 (sh_gdbarch_init): Wire everything.
10463
10464 2012-02-27 Pedro Alves <palves@redhat.com>
10465
10466 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
10467 (linux_nat_post_attach_wait): Adjust to use
10468 linux_proc_pid_is_stopped.
10469 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
10470 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
10471 based on pid_is_stopped from both linux-nat.c and
10472 gdbserver/linux-low.c, and renamed.
10473
10474 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10475
10476 * remote.c (remote_watchpoint_addr_within_range): New function.
10477 (init_remote_ops): Use it.
10478
10479 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10480
10481 * target.h (target_watchpoint_addr_within_range): Document macro.
10482
10483 2012-02-24 Pedro Alves <palves@redhat.com>
10484
10485 * stack.c (set_last_displayed_sal): Issue internal_error instead
10486 of warning, and issue it after clearing the last displayed sal.
10487
10488 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10489 Pedro Alves <palves@redhat.com>
10490
10491 * breakpoint.c (until_break_command): Install breakpoints after
10492 all frame manipulations.
10493
10494 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10495
10496 * remote.c (remote_supports_cond_breakpoints): New forward
10497 declaration.
10498 (remote_add_target_side_condition): New function.
10499 (remote_insert_breakpoint): Add target-side breakpoint
10500 conditional if supported.
10501 (remote_insert_hw_breakpoint): Likewise.
10502 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
10503 hook.
10504
10505 * target.c (update_current_target): Inherit
10506 to_supports_evaluation_of_breakpoint_conditions.
10507 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
10508
10509 * target.h (struct target_ops)
10510 <to_supports_evaluation_of_breakpoint_conditions>: New field.
10511 (target_supports_evaluation_of_breakpoint_conditions): New #define.
10512
10513 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
10514 (condition_evaluation_both, condition_evaluation_auto,
10515 condition_evaluation_host, condition_evaluation_target,
10516 condition_evaluation_enums, condition_evaluation_mode_1,
10517 condition_evaluation_mode): New static globals.
10518 (translate_condition_evaluation_mode): New function.
10519 (breakpoint_condition_evaluation_mode): New function.
10520 (gdb_evaluates_breakpoint_condition_p): New function.
10521 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
10522 (mark_breakpoint_modified): New function.
10523 (mark_breakpoint_location_modified): New function.
10524 (set_condition_evaluation_mode): New function.
10525 (show_condition_evaluation_mode): New function.
10526 (bp_location_compare_addrs): New function.
10527 (get_first_location_gte_addr): New helper function.
10528 (set_breakpoint_condition): Free condition bytecode if locations
10529 has become unconditional. Call mark_breakpoint_modified (...).
10530 (condition_command): Call update_global_location_list (1) for
10531 breakpoints.
10532 (breakpoint_xfer_memory): Use is_breakpoint (...).
10533 (is_breakpoint): New function.
10534 (parse_cond_to_aexpr): New function.
10535 (build_target_condition_list): New function.
10536 (insert_bp_location): Handle target-side conditional
10537 breakpoints and call build_target_condition_list (...).
10538 (update_inserted_breakpoint_locations): New function.
10539 (insert_breakpoint_locations): Handle target-side conditional
10540 breakpoints.
10541 (bpstat_check_breakpoint_conditions): Add comment.
10542 (bp_condition_evaluator): New function.
10543 (bp_location_condition_evaluator): New function.
10544 (print_breakpoint_location): Print information on where the condition
10545 will be evaluated.
10546 (print_one_breakpoint_location): Likewise.
10547 (init_bp_location): Call mark_breakpoint_location_modified (...) for
10548 breakpoint location.
10549 (force_breakpoint_reinsertion): New functions.
10550 (update_global_location_list): Handle target-side breakpoint
10551 conditions.
10552 Reinsert locations that are already inserted if conditions have
10553 changed.
10554 (bp_location_dtor): Free agent expression bytecode.
10555 (disable_breakpoint): Call mark_breakpoint_modified (...).
10556 Call update_global_location_list (...) with parameter 1 for breakpoints.
10557 (disable_command): Call mark_breakpoint_location_modified (...).
10558 Call update_global_location_list (...) with parameter 1 for breakpoints.
10559 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
10560 (enable_command): mark_breakpoint_location_modified (...).
10561 (_initialize_breakpoint): Update documentation and add
10562 condition-evaluation breakpoint subcommand.
10563
10564 * breakpoint.h: Include ax.h.
10565 (condition_list): New data structure.
10566 (condition_status): New enum.
10567 (bp_target_info) <cond_list>: New field.
10568 (bp_location) <condition_changed, cond_bytecode>: New fields.
10569 (is_breakpoint): New prototype.
10570
10571 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10572
10573 * remote.c (remote_state) <cond_breakpoints>: New field.
10574 (PACKET_ConditionalBreakpoints): New enum.
10575 (remote_cond_breakpoint_feature): New function.
10576 (remote_protocol_features): Add new ConditionalBreakpoints entry.
10577 (remote_supports_cond_breakpoints): New function.
10578 (_initialize_remote): Add new packet configuration for
10579 target-side conditional breakpoints.
10580
10581 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10582
10583 * NEWS: Mention target-side conditional breakpoint support,
10584 new condition-evaluation breakpoint subcommand and remote
10585 packet extensions.
10586
10587 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10588
10589 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
10590 number.
10591
10592 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
10593
10594 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
10595 (after_prologue): Remove.
10596
10597 2012-02-23 Tom Tromey <tromey@redhat.com>
10598
10599 * jv-valprint.c (java_val_print): Remove dead code.
10600
10601 2012-02-23 Tristan Gingold <gingold@adacore.com>
10602
10603 * ada-tasks.c (struct ada_tasks_inferior_data): Add
10604 known_tasks_element and known_tasks_length fields.
10605 (read_known_tasks_array): Change argument type. Use pointer type
10606 and number of elements from DATA. Adjust.
10607 (read_known_tasks_list): Likewise.
10608 (get_known_tasks_addr): Remove.
10609 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
10610 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
10611 type and array length. Merge former get_known_tasks_addr code.
10612
10613 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10614
10615 PR backtrace/13716
10616 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
10617 it after set_momentary_breakpoint.
10618
10619 2012-02-22 Sterling Augustine <saugustine@google.com>
10620
10621 PR 13689:
10622 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
10623
10624 2012-02-22 Gary Benson <gbenson@redhat.com>
10625
10626 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10627 (find_slot_in_mapped_hash): Likewise.
10628
10629 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10630
10631 PR build/13638
10632 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10633 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10634 * configure: Regenerate.
10635
10636 2012-02-21 Tristan Gingold <gingold@adacore.com>
10637 Pedro Alves <palves@redhat.com>
10638
10639 * ia64-tdep.c: Do not include libunwind-ia64.h.
10640 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10641 Include libunwind-ia64.h instead of libunwind.h.
10642 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10643 for libunwind.h existence.
10644 * configure, config.in: Regenerate.
10645
10646 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10647
10648 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10649 instead of value_rtti_target_type.
10650 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10651 instead of value_rtti_target_type.
10652 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10653 value_rtti_target_type.
10654 * valops.c (value_ind): Extract function readjust_indirect_value_type.
10655 (value_rtti_target_type): Rename to ...
10656 (value_rtti_indirect_type): ... here and make it indirect. Update
10657 function comment.
10658 * value.c (readjust_indirect_value_type): New function.
10659 (coerce_ref): Support for enclosing type setting for references
10660 with readjust_indirect_value_type.
10661 * value.h (readjust_value_type): New declaration.
10662 (value_rtti_target_type): Rename to ...
10663 (value_rtti_indirect_type): ... here.
10664
10665 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10666
10667 * MAINTAINERS (Write After Approval): Add myself to the list.
10668
10669 2012-02-20 Doug Evans <dje@google.com>
10670
10671 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10672 Rename objfile_p_char parameter to objfilep.
10673 (build_objfile_section_table): Result is now void. All callers
10674 updated.
10675 * objfiles.h (struct objfile): Tweak comments, whitespace.
10676 (build_objfile_section_table): Update.
10677
10678 * elfread.c (elf_symfile_segments): Fix warning text.
10679
10680 2012-02-20 Tom Tromey <tromey@redhat.com>
10681
10682 PR gdb/13498:
10683 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10684 particular set of file names once.
10685 (dw2_map_symbol_filenames): Likewise.
10686
10687 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10688
10689 Code cleanup.
10690 * main.c (write_files): Remove the declaration.
10691 (external_editor_command): Move the declaration ...
10692 [GDBTK] (external_editor_command): ... here. Fix the comment.
10693
10694 2012-02-20 Tom Tromey <tromey@redhat.com>
10695
10696 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10697 extraneous block.
10698
10699 2012-02-20 Tristan Gingold <gingold@adacore.com>
10700
10701 * darwin-nat.h (enum darwin_msg_state): Add comments.
10702
10703 2012-02-20 Tristan Gingold <gingold@adacore.com>
10704
10705 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10706 value.
10707
10708 2012-20-18 Joel Brobecker <brobecker@adacore.com>
10709
10710 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10711 between function description and implementation.
10712
10713 2012-02-17 Tom Tromey <tromey@redhat.com>
10714
10715 PR python/12070:
10716 * python/py-event.c (event_object_getset): New global.
10717 (event_object_type): Reference it.
10718 * python/py-type.c (field_object_getset): New global.
10719 (field_object_type): Reference it.
10720 * python/python-internal.h (gdb_py_generic_dict): Declare.
10721 * python/py-utils.c (gdb_py_generic_dict): New function.
10722
10723 2012-02-17 Tristan Gingold <gingold@adacore.com>
10724
10725 * solib-darwin.c (darwin_current_sos): Check magic and filetype
10726
10727 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
10728
10729 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10730 TYPE_CALLING_CONVENTION annotation.
10731
10732 2012-02-16 Kevin Buettner <kevinb@redhat.com>
10733
10734 * MAINTAINERS: Add rx to target ISA section.
10735 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10736 (ALLDEPFILES): Add rx-tdep.c.
10737
10738 2012-02-16 Tom Tromey <tromey@redhat.com>
10739
10740 * symfile.c (symbol_file_add_main_1): Use inferior's
10741 symfile_flags.
10742 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10743 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10744 inferior.
10745 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10746 inferior.
10747 (follow_exec): Use inferior's symfile_flags.
10748 * inferior.h (struct inferior) <symfile_flags>: New field.
10749
10750 2012-02-16 Mike Frysinger <vapier@gentoo.org>
10751
10752 PR gdb/9734:
10753 * remote-sim.c (gdbsim_create_inferior): Call error() when
10754 sim_create_inferior() fails.
10755
10756 2012-02-16 Josh Matthews <josh@joshmatthews.net>
10757
10758 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10759
10760 2012-02-16 Tom Tromey <tromey@redhat.com>
10761
10762 PR c++/13653:
10763 * thread.c (struct current_thread_cleanup) <was_removable>: New
10764 field.
10765 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10766 (make_cleanup_restore_current_thread): Initialize new field.
10767
10768 2012-02-15 Kevin Buettner <kevinb@redhat.com>
10769
10770 * MAINTAINERS: Add rl78 to target ISA section.
10771 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10772 (ALLDEPFILES): Add rl78-tdep.c.
10773 * NEWS: Mention rl78 as a new target.
10774
10775 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
10776
10777 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10778 data.
10779 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10780
10781 2012-02-15 Tom Tromey <tromey@redhat.com>
10782
10783 PR gdb/12659:
10784 * infcmd.c (registers_info): Print just the current register's
10785 name.
10786
10787 2012-02-15 Tom Tromey <tromey@redhat.com>
10788
10789 * python/py-symbol.c (sympy_value): Use _().
10790
10791 2012-02-15 Pedro Alves <palves@redhat.com>
10792
10793 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10794 output to be like native targets'.
10795 (remote_pid_to_str): Special case the null ptid.
10796
10797 2012-02-14 Stan Shebs <stan@codesourcery.com>
10798
10799 * NEWS: Mention enable count command.
10800 * breakpoint.h (struct breakpoint): New field enable_count.
10801 * breakpoint.c (enable_breakpoint_disp): Add count argument.
10802 (enable_breakpoint): Add arg to call.
10803 (struct disp_data): New struct.
10804 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10805 (do_map_enable_once_breakpoint): Create a struct and pass it.
10806 (do_map_enable_delete_breakpoint): Ditto.
10807 (do_map_enable_count_breakpoint): New function.
10808 (enable_count_command): New function.
10809 (bpstat_stop_status): Decrement enable_count.
10810 (print_one_breakpoint_location): Report enable count.
10811 (_initialize_breakpoint): Add enable count command.
10812
10813 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10814
10815 * rl78-tdep.c (reggroups.h): Include.
10816 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10817 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10818 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10819 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10820 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10821 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10822 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10823 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10824 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10825 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10826 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10827 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10828 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10829 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10830 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10831 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10832 beginning of register list.
10833 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10834 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10835 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10836 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10837 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10838 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10839 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10840 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10841 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10842 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10843 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10844 the pseudo registers. Rearrange other pseudo registers too so
10845 that the bank registers appear at the end.
10846 (rl78_register_type): Account for the fact that the byte sized
10847 bank registers are now pseudo-registers.
10848 (rl78_register_name): Rearrange the register name array. Make
10849 initial set of raw banked registers inaccessible.
10850 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10851 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10852 case for copying bytes back and forth between raw and pseudo
10853 versions of the banked registers. Update other cases to reflect
10854 the changed names.
10855 (rl78_return_value): Update to account for changed names of
10856 raw registers.
10857 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10858 rl78_register_sim_regno().
10859
10860 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10861
10862 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10863 the name parameter being passed to find_pc_partial_function().
10864
10865 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10866
10867 * MAINTAINERS: Step down from being ia64 target maintainer.
10868
10869 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10870
10871 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10872 compilation warning.
10873
10874 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10875
10876 Fix crash on loaded shlibs without loaded exec_bfd.
10877 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10878 (set_section_command): Replace exec_bfd by p->bfd.
10879
10880 2012-02-10 Tom Tromey <tromey@redhat.com>
10881
10882 * linespec.c (decode_line_internal): Skip symtabs_from_filename
10883 when we have a C++ qualified name.
10884
10885 2012-02-10 Pedro Alves <palves@redhat.com>
10886
10887 * inferior.c (inferior_pid_to_str): New.
10888 (print_inferior, inferior_command): Use it.
10889
10890 2012-02-10 Pedro Alves <palves@redhat.com>
10891
10892 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10893 the test CFLAGS.
10894 * configure: Regenerate.
10895
10896 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10897
10898 * linespec.c (decode_line_internal): Fix comment correctness.
10899
10900 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
10901
10902 PR gdb/12953
10903 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10904 * amd64bsd-nat.c: Add support for debug registers (adapted from
10905 i386bsd-nat.c).
10906 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10907 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10908 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10909 (amd64bsd_dr_get_control): New functions.
10910 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10911 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10912 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10913 watchpoints initialization.
10914 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10915
10916 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10917
10918 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10919 flds_bnds.fields.
10920 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10921
10922 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10923
10924 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
10925
10926 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10927
10928 * language.h (symbol_name_cmp_ftype): Renames
10929 symbol_name_match_p_ftype.
10930 (struct language_defn)[la_get_symbol_name_cmp]: Renames
10931 la_get_symbol_name_match_p.
10932 * ada-lang.c (ada_get_symbol_name_cmp): Renames
10933 ada_get_symbol_name_match_p. Update comment.
10934 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10935 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10936 Renames symbol_name_match_p. Update field type.
10937 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10938 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10939 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10940 "la_get_symbol_name_cmp" in comments.
10941 * language.c: Likewise.
10942
10943 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10944
10945 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10946 %eflags offset.
10947 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10948 (amd64_sol2_gregset32_reg_offs): Likewise.
10949
10950 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10951
10952 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10953 of the returned BFD is allocated by GDB.
10954
10955 2012-02-07 Tom Tromey <tromey@redhat.com>
10956
10957 PR python/12027:
10958 * python/python-internal.h (frame_object_type): Declare.
10959 * python/py-symbol.c (sympy_needs_frame): New function.
10960 (sympy_value): New function.
10961 (symbol_object_getset): Add "needs_frame".
10962 (symbol_object_methods): Add "value".
10963 * python/py-frame.c (frame_object_type): No longer static.
10964
10965 2012-02-07 Tom Tromey <tromey@redhat.com>
10966
10967 PR python/13599:
10968 * python/py-symbol.c (sympy_line): New function.
10969 (symbol_object_getset): Add "line".
10970
10971 2012-02-07 Tom Tromey <tromey@redhat.com>
10972
10973 * charset.c (find_charset_names): Check 'in' against NULL.
10974
10975 2012-02-06 Doug Evans <dje@google.com>
10976
10977 * gdbtypes.h (struct main_type): Change type of name,tag_name,
10978 and fields.name members from char * to const char *. All uses updated.
10979 (struct cplus_struct_type): Change type of fn_fieldlists.name member
10980 from char * to const char *. All uses updated.
10981 (type_name_no_tag): Update.
10982 (lookup_unsigned_typename, lookup_signed_typename): Update.
10983 * gdbtypes.c (type_name_no_tag): Change result type
10984 from char * to const char *. All callers updated.
10985 (lookup_unsigned_typename, lookup_signed_typename): Change type of
10986 name parameter from char * to const char *.
10987 * symtab.h (struct cplus_specific): Change type of demangled_name
10988 member from char * to const char *. All uses updated.
10989 (struct general_symbol_info): Change type of name and
10990 mangled_lang.demangled_name members from char * to const char *.
10991 All uses updated.
10992 (symbol_get_demangled_name, symbol_natural_name): Update.
10993 (symbol_demangled_name, symbol_search_name): Update.
10994 * symtab.c (symbol_get_demangled_name): Change result type
10995 from char * to const char *. All callers updated.
10996 (symbol_natural_name, symbol_demangled_name): Ditto.
10997 (symbol_search_name): Ditto.
10998 (completion_list_add_name): Change type of symname,sym_text,
10999 text,word parameters from char * to const char *.
11000 (completion_list_objc_symbol): Change type of sym_text,
11001 text,word parameters from char * to const char *.
11002 * ada-lang.c (find_struct_field): Change type of name parameter
11003 from char * to const char *.
11004 (encoded_ordered_before): Similarly for N0,N1 parameters.
11005 (old_renaming_is_invisible): Similarly for function_name parameter.
11006 (ada_type_name): Change result type from char * to const char *.
11007 All callers updated.
11008 * ada-lang.h (ada_type_name): Update.
11009 * buildsym.c (hashname): Change type of name parameter
11010 from char * to const char *.
11011 * buildsym.h (hashname): Update.
11012 * dbxread.c (end_psymtab): Change type of include_list parameter
11013 from char ** to const char **.
11014 * dwarf2read.c (determine_prefix): Change result type
11015 from char * to const char *. All callers updated.
11016 * f-lang.c (find_common_for_function): Change type of name, funcname
11017 parameters from char * to const char *.
11018 * f-lang.c (find_common_for_function): Update.
11019 * f-valprint.c (list_all_visible_commons): Change type of funcname
11020 parameters from char * to const char *.
11021 * gdbarch.sh (static_transform_name): Change type of name parameter
11022 and result from char * to const char *.
11023 * gdbarch.c: Regenerate.
11024 * gdbarch.h: Regenerate.
11025 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
11026 of name parameter from char * to const char *.
11027 * jv-lang.c (java_primitive_type_from_name): Ditto.
11028 (java_demangled_signature_length): Similarly for signature parameter.
11029 (java_demangled_signature_copy): Ditto.
11030 (java_demangle_type_signature): Ditto.
11031 * jv-lang.h (java_primitive_type_from_name): Update.
11032 (java_demangle_type_signature): Update.
11033 * objc-lang.c (specialcmp): Change type of a,b parameters
11034 from char * to const char *.
11035 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
11036 from char * to const char *. All callers updated.
11037 * p-lang.h (is_pascal_string_type): Update.
11038 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
11039 of name parameter from char * to const char *.
11040 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11041 * utils.c (fprintf_symbol_filtered): Ditto.
11042 * defs.h (fprintf_symbol_filtered): Update.
11043 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11044 * stabsread.h (end_psymtab): Update.
11045 * stack.c (find_frame_funname): Change type of funname parameter
11046 from char ** to const char **.
11047 * stack.h (find_frame_funname): Update.
11048 * typeprint.c (type_print): Change type of varstring parameter
11049 from char * to const char *.
11050 * value.h (type_print): Update.
11051 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11052 from char * to const char *. All callers updated.
11053 (xcoff_end_psymtab): Change type of include_list parameter
11054 from char ** to const char **. All callers updated.
11055 (swap_sym): Similarly for name parameter. All callers updated.
11056 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11057 Use xstrdup.
11058 (process_coff_symbol): Use xstrdup.
11059 * stabsread.c (stabs_method_name_from_physname): Renamed from
11060 update_method_name_from_physname. Change result type from void
11061 to char *. All callers updated.
11062 (read_member_functions): In has_destructor case, store name in objfile
11063 obstack instead of malloc space. In !has_stub case, fix mem leak.
11064
11065 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
11066
11067 * configure: Rebuild.
11068 * configure.ac: Put -L../bfd and -L../libiberty at the front of
11069 LDFLAGS.
11070
11071 2012-02-03 Kevin Buettner <kevinb@redhat.com>
11072
11073 * configure.tgt (rl78-*-elf): New target.
11074 * rl78-tdep.c: New file.
11075
11076 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11077
11078 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11079 and continue the loop. Add QUIT statement.
11080
11081 2012-02-03 Tom Tromey <tromey@redhat.com>
11082
11083 PR gdb/13596:
11084 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11085 bfd_lookup_symbol_from_symtab.
11086 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11087 gdb_bfd_lookup_symbol_from_symtab.
11088
11089 2012-02-03 Joel Brobecker <brobecker@adacore.com>
11090
11091 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11092 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11093 symbol. Add assertion that sym2 is never NULL.
11094
11095 2012-02-02 Doug Evans <dje@google.com>
11096
11097 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11098 "name" parameter to const char ** from char **. All callers updated.
11099 (find_pc_partial_function): Ditto.
11100 (cache_pc_function_name): Change type to const char * from char *.
11101 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11102 (find_pc_partial_function): Update.
11103 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11104 type of "name" parameter to const char * from char *.
11105 All uses updated.
11106 * arch-utils.c (generic_in_solib_return_trampoline): Change
11107 type of "name" parameter to const char * from char *.
11108 * arch-utils.h (generic_in_solib_return_trampoline): Update.
11109 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11110 type of "name" parameter to const char * from char *.
11111 * gdbarch.sh (in_solib_return_trampoline): Ditto.
11112 * gdbarch.c: Regenerate.
11113 * gdbarch.h: Regenerate.
11114 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11115 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11116 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11117 type of "name" parameter to const char * from char *.
11118 * skip.c (skip_function_pc): Ditto.
11119 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11120 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11121 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11122 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11123 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11124 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11125 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11126 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11127 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11128
11129 2012-02-02 Pedro Alves <palves@redhat.com>
11130
11131 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11132 the current inferior has no execution. Make sure the current
11133 remote process matches gdb's current inferior.
11134
11135 2012-02-02 Tom Tromey <tromey@redhat.com>
11136
11137 PR gdb/13405:
11138 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11139 read-only memory.
11140
11141 2012-02-02 Tom Tromey <tromey@redhat.com>
11142
11143 PR gdb/9307:
11144 * symtab.c (lookup_language_this): Set block_found.
11145
11146 2012-02-01 Tom Tromey <tromey@redhat.com>
11147
11148 PR gdb/13431:
11149 * jit.c (struct jit_inferior_data): Rewrite.
11150 (struct jit_objfile_data): New.
11151 (get_jit_objfile_data): New function.
11152 (add_objfile_entry): Update.
11153 (jit_read_descriptor): Return int. Replace descriptor_addr
11154 argument with inf_data. Update. Don't call error.
11155 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
11156 descriptor here.
11157 (jit_inferior_init): Don't look up descriptor. Don't call error.
11158 (jit_reset_inferior_data_and_breakpoints)
11159 (jit_inferior_created_observer): Remove.
11160 (jit_inferior_exit_hook): Update.
11161 (jit_executable_changed_observer): Remove.
11162 (jit_event_handler): Update.
11163 (free_objfile_data): Reset inferior data if needed.
11164 (_initialize_jit): Update.
11165
11166 2012-02-01 Tom Tromey <tromey@redhat.com>
11167
11168 * jit.c (bfd_open_from_target_memory): Move higher in file.
11169
11170 2012-02-01 Tristan Gingold <gingold@adacore.com>
11171
11172 * libunwind-frame.c (libunwind_load): Display message if dlopen
11173 failed.
11174
11175 2012-02-01 Gary Benson <gbenson@redhat.com>
11176
11177 * symtab.h (symbol_found_callback_ftype): New typedef.
11178 (iterate_over_symbols): Use the above.
11179 * symtab.c (iterate_over_symbols): Likewise.
11180 * language.h (language_defn->la_iterate_over_symbols): Likewise.
11181 * ada-lang.c (ada_iterate_over_symbols): Likewise.
11182 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
11183 (iterate_name_matcher): Document return values.
11184 (collect_one_symbol): Likewise.
11185 (collect_function_symbols): Likewise.
11186 (collect_symbols): Likewise.
11187
11188 2012-02-01 Tom Tromey <tromey@redhat.com>
11189
11190 * ada-lang.c (resolve_subexp): Update.
11191 (ada_lookup_symbol_list): Add 'full_search' argument.
11192 (ada_iterate_over_symbols): Pass 0 as full_search argument to
11193 ada_lookup_symbol_list.
11194 (ada_lookup_encoded_symbol): Update.
11195 (get_var_value): Update.
11196 * ada-exp.y (block_lookup): Update.
11197 (write_var_or_type): Update.
11198 (write_name_assoc): Update.
11199 * ada-lang.h (ada_lookup_symbol_list): Update.
11200
11201 2012-01-31 Tom Tromey <tromey@redhat.com>
11202
11203 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11204 comment.
11205
11206 2012-01-31 Doug Evans <dje@google.com>
11207
11208 * symtab.h: Remove outdated comment.
11209 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
11210
11211 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
11212
11213 Fix build error in Darwin port.
11214 * i386-darwin-nat.c: Include i386-nat.h.
11215
11216 2012-01-30 Tom Tromey <tromey@redhat.com>
11217
11218 PR breakpoints/13568:
11219 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11220 argument. Check for recursive includes.
11221 (dwarf_decode_macros): Create an include hash.
11222
11223 2012-01-30 Michael Eager <eager@eagercon.com>
11224
11225 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11226 * ppc-linux-tdep.c: Include glibc-tdep.h.
11227 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
11228 (powerpc_linux_in_plt_stub): New function.
11229 (powerpc_linux_in_dynsym_resolve_code): New function.
11230 (ppc_skip_trampoline_code): New function.
11231 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11232 Use glibc_skip_solib_resolver.
11233
11234 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11235
11236 Code cleanup: Make 1440 bytes of data segment read-only.
11237 * arch-utils.c (endian_enum): Make it const char *const [].
11238 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
11239 Likewise.
11240 * breakpoint.c (always_inserted_enums): Likewise.
11241 * cli/cli-cmds.c (script_ext_enums): Likewise.
11242 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
11243 enumlist parameter const char *const *.
11244 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
11245 const char *const *.
11246 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
11247 parameter const char *const *.
11248 * cris-tdep.c (cris_modes): Make it const char *const [].
11249 * filesystem.c (target_file_system_kinds): Likewise.
11250 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
11251 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
11252 (can_use_displaced_stepping_enum, scheduler_enums)
11253 (exec_direction_names): Likewise.
11254 * language.c (_initialize_language): Make the type_or_range_names and
11255 case_sensitive_names variables const char *const [].
11256 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
11257 * python/python.c (python_excp_enums): Likewise.
11258 * remote.c (interrupt_sequence_modes): Likewise.
11259 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
11260 * serial.c (logbase_enums): Likewise.
11261 * sh-tdep.c (sh_cc_enum): Likewise.
11262 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
11263 Likewise.
11264 * symtab.c (multiple_symbols_modes): Likewise.
11265 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
11266 Likewise.
11267 * utils.c (internal_problem_modes): Likewise.
11268
11269 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11270
11271 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
11272 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
11273 result.
11274
11275 2012-01-27 Doug Evans <dje@google.com>
11276
11277 * configure.ac (with_python): Fix absolute path handling for win32.
11278 * configure: Regenerate.
11279
11280 2012-01-26 Doug Evans <dje@google.com>
11281
11282 * symtab.c: Whitespace cleanup, no code changes.
11283
11284 * symtab.c (lookup_symbol_in_language): Improve comment.
11285 (lookup_symbol_aux): Fix comment.
11286
11287 * psymtab.c (add_psymbol_to_list): Result is now "void".
11288 * psympriv.h (add_psymbol_to_list): Update.
11289
11290 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
11291
11292 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11293
11294 Do not open script filenames twice.
11295 * cli/cli-cmds.c (source_script_from_stream): Pass to
11296 source_python_script also STREAM.
11297 * python/py-auto-load.c (source_section_scripts): Pass to
11298 source_python_script_for_objfile also STREAM.
11299 (auto_load_objfile_script): Pass to source_python_script_for_objfile
11300 also INPUT.
11301 * python/python-internal.h (source_python_script_for_objfile): New
11302 parameter file, rename parameter file to filename.
11303 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
11304 instead if !_WIN32. Update the function comment.
11305 (source_python_script, source_python_script_for_objfile)
11306 (source_python_script): New parameter file, rename parameter file to
11307 filename. Pass FILENAME to python_run_simple_file.
11308 * python/python.h (source_python_script): New parameter file, rename
11309 parameter file to filename.
11310
11311 2012-01-26 Pedro Alves <palves@redhat.com>
11312
11313 * corelow.c (core_has_fake_pid): Delete.
11314 (core_close): Delete references to `core_has_fake_pid'.
11315 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
11316 (core_open): Delete references to `core_has_fake_pid'.
11317 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
11318 the removed global.
11319
11320 2012-01-26 Joel Brobecker <brobecker@adacore.com>
11321
11322 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
11323 Remove language parameter from name_matcher. Adjust the comment.
11324 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
11325 Remove language parameter.
11326 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
11327 * linespec.c (iterate_name_matcher): Likewise.
11328 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
11329 name_matcher. Adjust call accordingly.
11330 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
11331 (maintenance_check_symtabs): Adjust type of parameter "fun".
11332 * psymtab.h (maintenance_check_symtabs): Likewise.
11333
11334 2012-01-26 Joel Brobecker <brobecker@adacore.com>
11335
11336 * language.h (symbol_name_match_p_ftype): New typedef.
11337 (struct language_defn): Replace field la_symbol_name_compare
11338 by la_get_symbol_name_match_p.
11339 * ada-lang.c (ada_get_symbol_name_match_p): New function.
11340 (ada_language_defn): Use it.
11341 * linespec.c (struct symbol_matcher_data): New type.
11342 (iterate_name_matcher): Rewrite.
11343 (iterate_over_all_matching_symtabs): Pass a pointer to
11344 a symbol_matcher_data struct to expand_symtabs_matching
11345 instead of just the lookup name.
11346 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11347 opencl-lang.c, p-lang.c, language.c: Delete field
11348 la_symbol_name_compare, and replace by NULL for new field
11349 la_get_symbol_name_match_p.
11350 * symfile.h (struct quick_symbol_functions): Update comment.
11351
11352 2012-01-25 Tom Tromey <tromey@redhat.com>
11353
11354 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
11355 dereferencing.
11356
11357 2012-01-24 Tom Tromey <tromey@redhat.com>
11358
11359 PR symtab/12406:
11360 * solib.c (update_solib_list): Update the program space's
11361 added_solibs and deleted_solibs fields.
11362 * progspace.h (struct program_space) <added_solibs,
11363 deleted_solibs>: New fields.
11364 (clear_program_space_solib_cache): Declare.
11365 * progspace.c (release_program_space): Call
11366 clear_program_space_solib_cache.
11367 (clear_program_space_solib_cache): New function.
11368 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
11369 bpstat_stop_status. Use handle_solib_event.
11370 * breakpoint.c: Include gdb_regex.h.
11371 (print_solib_event): New function.
11372 (bpstat_print): Use print_solib_event.
11373 (bpstat_stop_status): Add special case for bp_shlib_event.
11374 (handle_solib_event): New function.
11375 (bpstat_what): Use handle_solib_event.
11376 (struct solib_catchpoint): New.
11377 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
11378 (breakpoint_hit_catch_solib, check_status_catch_solib)
11379 (print_it_catch_solib, print_one_catch_solib)
11380 (print_mention_catch_solib, print_recreate_catch_solib): New
11381 functions.
11382 (catch_solib_breakpoint_ops): New global.
11383 (catch_load_or_unload, catch_load_command_1)
11384 (catch_unload_command_1): New functions.
11385 (internal_bkpt_check_status): Add special case for
11386 bp_shlib_event.
11387 (internal_bkpt_print_it): Use print_solib_event.
11388 (initialize_breakpoint_ops): Initialize
11389 catch_solib_breakpoint_ops.
11390 (_initialize_breakpoint): Register "catch load" and "catch
11391 unload".
11392 * breakpoint.h (handle_solib_event): Declare.
11393 * NEWS: Add entry for "catch load" and "catch unload".
11394
11395 2012-01-24 Tom Tromey <tromey@redhat.com>
11396
11397 * ada-lang.c: Include gdb_vecs.h.
11398 * charset.c: Include gdb_vecs.h.
11399 * tracepoint.h: Include gdb_vecs.h.
11400 * gdb_vecs.h: New file.
11401
11402 2012-01-24 Pedro Alves <pedro@codesourcery.com>
11403
11404 * breakpoint.c (breakpoint_hit_catch_fork)
11405 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
11406 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
11407 * infrun.c (inferior_has_forked, inferior_has_vforked)
11408 (inferior_has_execd, inferior_has_called_syscall): Delete.
11409 (handle_syscall_event): Get syscall_number from the execution
11410 control state's wait status.
11411 (wait_for_inferior): Don't clear syscall_number.
11412
11413 2012-01-24 Pedro Alves <palves@redhat.com>
11414
11415 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
11416 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
11417 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
11418 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
11419 `ws' parameter.
11420 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
11421 false for events other than TARGET_SIGNAL_TRAP.
11422 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
11423 Add `ws' parameter.
11424 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
11425 events other than TARGET_SIGNAL_TRAP.
11426 (tracepoint_breakpoint_hit): Add `ws' parameter.
11427 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
11428 parameter.
11429 (bpstat_stop_status): Same.
11430 (pc_at_non_inline_function): Same.
11431 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
11432 to pass the current event's waitstatus to bpstat_stop_status
11433 and pc_at_non_inline_function.
11434
11435 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11436
11437 Code cleanup.
11438 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
11439 Update the function comment for it.
11440 (source_script_with_search): Call make_cleanup_fclose for STREAM.
11441 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
11442 for STREAM.
11443
11444 2012-01-24 Pedro Alves <palves@redhat.com>
11445
11446 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
11447 outside `bs->stop' block.
11448 (bpstat_what): Rework bp_shlib_event handling.
11449 (internal_bkpt_check_status): If the breakpoint is a
11450 bp_shlib_event, then set bs->stop and bs->print if
11451 stop_on_solib_events is set.
11452
11453 2012-01-24 Gary Benson <gbenson@redhat.com>
11454
11455 Delete #if 0'd out code.
11456 * stack.c (print_frame_label_vars): Remove.
11457 (catch_info): Likewise.
11458 (_initialize_stack): Remove "info catch" command.
11459 * NEWS: Mention the above.
11460
11461 2012-01-24 Pedro Alves <palves@redhat.com>
11462
11463 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
11464 it.
11465 (remote_notice_new_inferior): If the remote end doesn't support
11466 the multiprocess extensions, then the PID is fake.
11467 (add_current_inferior_and_thread): New.
11468 (remote_start_remote): Use it.
11469 (extended_remote_attach_1): Adjust.
11470 (extended_remote_create_inferior_1): Use
11471 add_current_inferior_and_thread.
11472
11473 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11474
11475 Fix watchpoints to be specific for each inferior.
11476 * breakpoint.c (watchpoint_in_thread_scope): Verify also
11477 current_program_space.
11478 * i386-nat.c (i386_inferior_data_cleanup): New.
11479 (i386_inferior_data_get): Replace variable inf_data_local by an
11480 inferior_data call.
11481 (i386_use_watchpoints): Initialize i386_inferior_data.
11482 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
11483 specific iterate_over_lwps.
11484
11485 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11486
11487 Fix watchpoints across inferior fork.
11488 * amd64-linux-nat.c (update_debug_registers_callback): Update the
11489 comment for linux_nat_iterate_watchpoint_lwps.
11490 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11491 linux_nat_iterate_watchpoint_lwps.
11492 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
11493 * i386-linux-nat.c (update_debug_registers_callback): Update the
11494 comment for linux_nat_iterate_watchpoint_lwps.
11495 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11496 linux_nat_iterate_watchpoint_lwps.
11497 (i386_linux_prepare_to_resume): New comment on Linux kernel.
11498 * i386-nat.c: Include inferior.h.
11499 (dr_mirror): Remove.
11500 (i386_inferior_data, struct i386_inferior_data)
11501 (i386_inferior_data_get): New.
11502 (i386_debug_reg_state): Use i386_inferior_data_get.
11503 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
11504 (i386_insert_watchpoint, i386_remove_watchpoint)
11505 (i386_stopped_data_address, i386_insert_hw_breakpoint)
11506 (i386_remove_hw_breakpoint): New variable state, use
11507 i386_debug_reg_state instead of DR_MIRROR.
11508 * linux-nat.c (delete_lwp): New declaration.
11509 (num_lwps): Move here from downwards.
11510 (delete_lwp_cleanup): New.
11511 (linux_child_follow_fork): Create new child_lp, call
11512 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
11513 PTRACE_DETACH.
11514 (num_lwps): Move upwards.
11515 (linux_nat_iterate_watchpoint_lwps): New.
11516 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
11517 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
11518
11519 2012-01-24 Joel Brobecker <brobecker@adacore.com>
11520
11521 GDB 7.4 released.
11522
11523 2012-01-23 Pedro Alves <palves@redhat.com>
11524
11525 * top.c (caution): Rename to ...
11526 (confirm): ... this.
11527 (show_caution): Rename to ...
11528 (show_confirm): ... this.
11529 (quit_cover): Adjust.
11530 (init_main): Adjust.
11531 * top.h (caution): Rename to ...
11532 (confirm): ... this.
11533 * utils.c (internal_vproblem, defaulted_query): Adjust.
11534
11535 2012-01-23 Pedro Alves <palves@redhat.com>
11536
11537 * top.c (caution): Update comment.
11538 (execute_command): Don't consider the current value of `caution'.
11539
11540 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11541
11542 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
11543
11544 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
11545
11546 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11547 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
11548 * target.c (target_fileio_pwrite): Remove buffer address from
11549 debug output.
11550 (target_fileio_pread): Likewise.
11551
11552 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11553
11554 * NEWS: Document remote "info proc" and "generate-core-file".
11555
11556 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11557
11558 * gdbarch.sh (find_memory_regions): New callback.
11559 * gdbarch.c, gdbarch.h: Regenerate.
11560
11561 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
11562 callback before falling back to target method.
11563
11564 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
11565 (linux_target_install_ops): No longer install it.
11566
11567 * linux-tdep.c (linux_find_memory_regions): New function.
11568 (linux_init_abi): Install it.
11569
11570 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11571
11572 * gdbarch.sh (make_corefile_notes): New architecture callback.
11573 * gdbarch.c: Regenerate.
11574 * gdbarch.h: Likewise.
11575
11576 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
11577 before target_make_corefile_notes. If NULL is returned, the
11578 target does not support core file generation.
11579
11580 * linux-nat.c: Include "linux-tdep.h".
11581 (find_signalled_thread, find_stop_signal): Remove.
11582 (linux_nat_do_thread_registers): Likewise.
11583 (struct linux_nat_corefile_thread_data): Likewise.
11584 (linux_nat_corefile_thread_callback): Likewise.
11585 (iterate_over_spus): Likewise.
11586 (struct linux_spu_corefile_data): Likewise.
11587 (linux_spu_corefile_callback): Likewise.
11588 (linux_spu_make_corefile_notes): Likewise.
11589 (linux_nat_collect_thread_registers): New function.
11590 (linux_nat_make_corefile_notes): Replace contents by call to
11591 linux_make_corefile_notes passing linux_nat_collect_thread_registers
11592 as native-only callback.
11593
11594 * linux-tdep.h: Include "bfd.h".
11595 (struct regcache): Add forward declaration.
11596 (linux_collect_thread_registers_ftype): New typedef.
11597 (linux_make_corefile_notes): Add prototype.
11598 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
11599 "regset.h", and "elf-bfd.h".
11600 (find_signalled_thread, find_stop_signal): New functions.
11601 (linux_spu_make_corefile_notes): Likewise.
11602 (linux_collect_thread_registers): Likewise.
11603 (struct linux_corefile_thread_data): New data structure.
11604 (linux_corefile_thread_callback): New funcion.
11605 (linux_make_corefile_notes): Likewise.
11606 (linux_make_corefile_notes_1): Likewise.
11607 (linux_init_abi): Install it.
11608
11609 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11610
11611 * gdbarch.sh (info_proc): New callback.
11612 * gdbarch.c, gdbarch.h: Regenerate.
11613
11614 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
11615 before falling back to the target info_proc callback.
11616
11617 * linux-nat.c: Do not include "cli/cli-utils.h".
11618 (linux_nat_info_proc): Remove.
11619 (linux_target_install_ops): No longer install it.
11620
11621 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
11622 (read_mapping): New function.
11623 (linux_info_proc): Likewise.
11624 (linux_init_abi): Install it.
11625
11626 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11627
11628 * defs.h (enum info_proc_what): Moved here from linux-nat.c
11629 * infcmd.c: (info_proc_cmd_1): New function.
11630 (info_proc_cmd): New function, moved here from equivalent routine
11631 orignally in linux-nat.c.
11632 (info_proc_cmd_mappings): Likewise.
11633 (info_proc_cmd_stat): Likewise.
11634 (info_proc_cmd_status): Likewise.
11635 (info_proc_cmd_cwd): Likewise.
11636 (info_proc_cmd_cmdline): Likewise.
11637 (info_proc_cmd_exe): Likewise.
11638 (info_proc_cmd_all): Likewise.
11639 (_initialize_infcmd): Install "info proc" command and subcommands.
11640
11641 * target.h (struct target_ops): Add to_info_proc.
11642 (target_info_proc): Add prototype.
11643 * target.c (target_info_proc): New function.
11644
11645 * procfs.c (procfs_info_proc): Add prototype.
11646 (info_proc_cmd): Rename into ...
11647 (procfs_info_proc): ... this. Update argument types as appropriate
11648 for a to_info_proc implementation. Handle "what" argument.
11649 (procfs_target): Install procfs_info_proc.
11650 (_initialize_procfs): No longer install "info proc" command.
11651
11652 * linux-nat.c: (enum info_proc_what): Remove.
11653 (linux_nat_info_proc_cmd_1): Rename into ...
11654 (linux_nat_info_proc): ... this. Update argument types as appropriate
11655 for a to_info_proc implementation.
11656 (linux_nat_info_proc_cmd): Remove.
11657 (linux_nat_info_proc_cmd_mappings): Likewise.
11658 (linux_nat_info_proc_cmd_stat): Likewise.
11659 (linux_nat_info_proc_cmd_status): Likewise.
11660 (linux_nat_info_proc_cmd_cwd): Likewise.
11661 (linux_nat_info_proc_cmd_cmdline): Likewise.
11662 (linux_nat_info_proc_cmd_exe): Likewise.
11663 (linux_nat_info_proc_cmd_all): Likewise.
11664 (linux_target_install_ops): Install linux_nat_info_proc.
11665 (_initialize_linux_nat): No longer install "info proc" command
11666 and subcommands.
11667
11668 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11669
11670 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11671 * config.in, configure: Regenerate.
11672
11673 * target.h (struct target_ops): Add to_fileio_readlink.
11674 (target_fileio_readlink): Add prototype.
11675 * target.c (target_fileio_readlink): New function.
11676
11677 * inf-child.c: Conditionally include <sys/param.h>.
11678 (inf_child_fileio_readlink): New function.
11679 (inf_child_target): Install it.
11680
11681 * remote.c (PACKET_vFile_readlink): New enum value.
11682 (remote_hostio_readlink): New function.
11683 (init_remote_ops): Install it.
11684 (_initialize_remote): Handle vFile:readlink packet type.
11685
11686 2012-01-20 Pedro Alves <palves@redhat.com>
11687 Ulrich Weigand <ulrich.weigand@linaro.org>
11688
11689 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11690 * config.in, configure: Regenerate.
11691
11692 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11693 to_fileio_pread, to_fileio_close, to_fileio_unlink.
11694 (target_fileio_open): Add prototype.
11695 (target_fileio_pwrite): Likewise.
11696 (target_fileio_pread): Likewise.
11697 (target_fileio_close): Likewise.
11698 (target_fileio_unlink): Likewise.
11699 (target_fileio_read_alloc): Likewise.
11700 (target_fileio_read_stralloc): Likewise.
11701
11702 * target.c: Include "gdb/fileio.h".
11703 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11704 (default_fileio_target): New function.
11705 (target_fileio_open): Likewise.
11706 (target_fileio_pwrite): Likewise.
11707 (target_fileio_pread): Likewise.
11708 (target_fileio_close): Likewise.
11709 (target_fileio_unlink): Likewise.
11710 (target_fileio_close_cleanup): Likewise.
11711 (target_fileio_read_alloc_1): Likewise.
11712 (target_fileio_read_alloc): Likewise.
11713 (target_fileio_read_stralloc): Likewise.
11714
11715 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11716 <fcntl.h>, and <unistd.h>.
11717 (inf_child_fileio_open_flags_to_host): New function.
11718 (inf_child_errno_to_fileio_error): Likewise.
11719 (inf_child_fileio_open): Likewise.
11720 (inf_child_fileio_pwrite): Likewise.
11721 (inf_child_fileio_pread): Likewise.
11722 (inf_child_fileio_close): Likewise.
11723 (inf_child_fileio_unlink): Likewise.
11724 (inf_child_target): Install to_fileio routines.
11725
11726 * remote.c (init_remote_ops): Install to_fileio routines.
11727
11728 2012-01-20 Pedro Alves <palves@redhat.com>
11729 Ulrich Weigand <ulrich.weigand@linaro.org>
11730
11731 * remote.c (remote_multi_process_p): Only check for multi-process
11732 protocol feature, do not check for extended protocol.
11733 (remote_supports_multi_process): Check for extended protocol here.
11734 (set_general_process): Likewise.
11735 (extended_remote_kill): Likewise.
11736 (remote_pid_to_str): Likewise.
11737 (remote_query_supported): Always query multiprocess mode.
11738
11739 2012-01-20 Pedro Alves <palves@redhat.com>
11740 Ulrich Weigand <ulrich.weigand@linaro.org>
11741
11742 * inferior.h (struct inferior): Add fake_pid_p.
11743 * inferior.c (exit_inferior_1): Clear fake_pid_p.
11744 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11745 magic_null_ptid since the remote side doesn't provide a real PID.
11746
11747 2012-01-19 Tom Tromey <tromey@redhat.com>
11748
11749 * NEWS: Combine the two Python sections.
11750
11751 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11752
11753 * target.h (target_close): Update comment on the target's unpush state.
11754
11755 2012-01-19 Pedro Alves <palves@redhat.com>
11756
11757 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11758 linux_nat_async directly instead of going through the target
11759 vector.
11760 * target.c (unpush_target): Close target after unpushing it, not
11761 before.
11762
11763 2012-01-19 Gary Benson <gbenson@redhat.com>
11764
11765 * mdebugread.c (sort_blocks): Replace integer constants with ones
11766 derived from FIRST_LOCAL_BLOCK.
11767
11768 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
11769 Jan Kratochvil <jan.kratochvil@redhat.com>
11770
11771 PR gdb/9538
11772 * symfile.c (find_separate_debug_file): New function.
11773 (terminate_after_last_dir_separator): Likewise.
11774 (find_separate_debug_file_by_debuglink): Also try realpath.
11775 * configure.ac (AC_CHECK_FUNCS): Add lstat.
11776 * configure: Regenerate.
11777 * config.in: Regenerate.
11778
11779 2012-01-18 Doug Evans <dje@google.com>
11780
11781 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11782 (main.o): Remove rule.
11783 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11784 (--with-sysroot): Rewrite.
11785 * configure: Regenerate.
11786 * config.in: Regenerate.
11787
11788 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
11789
11790 * parse.c (initialize_expout): New function.
11791 (reallocate_expout): Likewise.
11792 (parse_exp_in_context): Use `initialize_expout' and
11793 `reallocate_expout' when appropriate.
11794
11795 2012-01-18 Pedro Alves <palves@redhat.com>
11796
11797 * record.c (struct record_breakpoint, record_breakpoint_p)
11798 (record_breakpoints): New.
11799 (record_insert_breakpoint, record_remove_breakpoint): Manage
11800 record breakpoints list. Only remove breakpoints from the
11801 inferior if they had been inserted there in the first place.
11802
11803 2012-01-17 Doug Evans <dje@google.com>
11804
11805 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11806 if we know we don't have a file name to look for.
11807
11808 2012-01-17 Pedro Alves <palves@redhat.com>
11809
11810 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11811 the frame's stop reason is UNWIND_UNAVAILABLE.
11812
11813 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11814
11815 Fix compilation error.
11816 * m2-exp.y (yyerror): Use ANSI C prototype.
11817
11818 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11819
11820 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11821 (growbuf_by_size): Likewise.
11822 (yyerror): Likewise.
11823 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11824 (modblock): Remove variable (was #if 0'ed).
11825 (parse_number): Convert prototype from K&R to ANSI C.
11826 (yyerror): Likewise.
11827 * objc-exp.y (parse_number): Likewise.
11828 (yyerror): Likewise.
11829 (yylex): Remove #if 0'ed code.
11830 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11831 (yyerror): Likewise.
11832
11833 2012-01-16 Tom Tromey <tromey@redhat.com>
11834
11835 * NEWS: Add item.
11836 * symtab.h (compare_filenames_for_search): Declare.
11837 * symtab.c (compare_filenames_for_search): New function.
11838 (iterate_over_some_symtabs): Use it.
11839 * symfile.h (struct quick_symbol_functions)
11840 <map_symtabs_matching_filename>: Change spec.
11841 * psymtab.c (partial_map_symtabs_matching_filename): Use
11842 compare_filenames_for_search. Update for new spec.
11843 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11844 compare_filenames_for_search. Update for new spec.
11845 * breakpoint.c (clear_command): Use compare_filenames_for_search.
11846
11847 2012-01-16 Tom Tromey <tromey@redhat.com>
11848
11849 PR python/13281:
11850 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11851 (struct main_type) <flag_flag_enum>: New field.
11852 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11853 * NEWS: Add entries.
11854 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11855 enums.
11856 * python/lib/gdb/printing.py (_EnumInstance): New class.
11857 (FlagEnumerationPrinter): Likewise.
11858
11859 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11860
11861 * breakpoint.c (create_sals_from_address_default): New function.
11862 (create_breakpoints_sal_default): Likewise.
11863 (decode_linespec_default): Likewise.
11864 (is_marker_spec): Removed.
11865 (strace_marker_p): New function.
11866 (init_breakpoint_sal): Using `strace_marker_p' instead of
11867 `is_marker_spec'.
11868 (create_breakpoint): Call method `create_sals_from_address' from
11869 breakpoint_ops, replacing code that created SALs conditionally
11870 on the type of the breakpoint. Call method `create_breakpoints_sal',
11871 replacing code that created breakpoints conditionally on the type
11872 wanted.
11873 (base_breakpoint_create_sals_from_address): New function.
11874 (base_breakpoint_create_breakpoints_sal): Likewise.
11875 (base_breakpoint_decode_linespec): Likewise.
11876 (base_breakpoint_ops): Add methods
11877 `base_breakpoint_create_sals_from_address',
11878 `base_breakpoint_create_breakpoints_sal' and
11879 `base_breakpoint_decode_linespec'.
11880 (bkpt_create_sals_from_address): New function.
11881 (bkpt_create_breakpoints_sal): Likewise.
11882 (bkpt_decode_linespec): Likewise.
11883 (tracepoint_create_sals_from_address): Likewise.
11884 (tracepoint_create_breakpoints_sal): Likewise.
11885 (tracepoint_decode_linespec): Likewise.
11886 (strace_marker_create_sals_from_address): Likewise.
11887 (strace_marker_create_breakpoints_sal): Likewise.
11888 (strace_marker_decode_linespec): Likewise.
11889 (strace_marker_breakpoint_ops): New variable.
11890 (addr_string_to_sals): Remove `marker_spec'. Call method
11891 `decode_linespec' from breakpoint_ops, replacing code that decoded
11892 an address string into a SAL. Use `strace_marker_p' instead of
11893 `marker_spec'.
11894 (strace_command): Decide whether we are dealing with a static
11895 tracepoint with marker or not. Use the appropriate breakpoint_ops.
11896 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11897 * breakpoint.h (linespec_result, linespec_sals): New forward
11898 declarations.
11899 (breakpoint_ops) <create_sals_from_address>,
11900 <create_breakpoints_sal>, <decode_linespec>: New methods.
11901
11902 2012-01-14 Doug Evans <dje@google.com>
11903
11904 * NEWS: Update text for "maint set python print-stack".
11905 It is deprecated in gdb 7.4 and deleted in 7.5.
11906
11907 2012-01-13 Eli Zaretskii <eliz@gnu.org>
11908
11909 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11910 including curses.h.
11911
11912 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11913
11914 * configure: Regenerate.
11915 * config.in: Regenerate.
11916
11917 2012-01-12 Keith Seitz <keiths@redhat.com>
11918
11919 PR mi/10586
11920 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11921 (ANONYMOUS_UNION_NAME): Define.
11922 (is_path_expr_parent): New function.
11923 (get_path_expr_parent): New function.
11924 (is_anonymous_child): New function.
11925 (create_child_with_value): If the child is anonymous and without
11926 a name, assign an object name to it.
11927 (c_describe_child): Use get_path_expr_parent to determine
11928 the parent expression.
11929 If there field represents an anonymous struct or union and
11930 has no name, set an appropriate display name and expression.
11931 (cplus_describe_child): Likewise.
11932
11933 2012-01-12 Pedro Alves <palves@redhat.com>
11934
11935 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11936 available when %ebp is found to be zero (outermost).
11937
11938 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
11939
11940 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11941 an internal gdb_static_assert.
11942 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11943
11944 2012-01-11 Tom Tromey <tromey@redhat.com>
11945
11946 PR gdb/9598:
11947 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11948 catch" and "catch throw".
11949
11950 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
11951
11952 * blockframe.c (block_innermost_frame): Start search from selected
11953 frame, if present, or otherwise the current frame.
11954
11955 * c-exp.y (variable): Update innermost_block for
11956 'block COLONCOLON NAME' clause.
11957 * m2-exp.y (variable): Ditto.
11958 * objc-exp.y (variable): Ditto.
11959
11960 2012-01-10 Tom Tromey <tromey@redhat.com>
11961
11962 PR python/13199:
11963 * python/python.c (finish_python_initialization): Set sys.argv.
11964
11965 2012-01-10 Doug Evans <dje@google.com>
11966
11967 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
11968 "want_line_info". All callers updated.
11969 (dwarf_decode_lines_1): New function.
11970 (handle_DW_AT_stmt_list): Add function comment.
11971 New arg "want_line_info". All callers updated.
11972 (read_file_scope,read_type_unit_scope): Move comment from
11973 handle_DW_AT_stmt_list to here.
11974
11975 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11976
11977 Fix regression after libiberty/ update for GCC PR 6057 and others.
11978 * c-exp.y (operator) <OPERATOR DELETE>
11979 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11980 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11981 (make_builtin_type, make_name): New variable i, add gdb_assert.
11982 (operator) <OPERATOR NEW>: Update ARGS to 3.
11983 (operator) <OPERATOR DELETE>: Add trailing space.
11984 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11985 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11986 * cp-support.c (cp_canonicalize_string): Check NULL from
11987 cp_comp_to_string, call warning and return.
11988
11989 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11990
11991 Fix duplicate .o files after omitting libbfd.a.
11992 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11993 (SFILES): Add corelow.c.
11994 (COMMON_OBS): Add corelow.o.
11995 (ALLDEPFILES): Remove corelow.c.
11996 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11997 * config/alpha/alpha-osf3.mh: Likewise.
11998 * config/alpha/fbsd.mh: Likewise.
11999 * config/arm/nbsdaout.mh: Likewise.
12000 * config/arm/nbsdelf.mh: Likewise.
12001 * config/i386/i386gnu.mh: Likewise.
12002 * config/ia64/hpux.mh: Likewise.
12003 * config/ia64/linux.mh: Likewise.
12004 * config/m32r/linux.mh: Likewise.
12005 * config/m68k/linux.mh: Likewise.
12006 * config/mips/irix5.mh: Likewise.
12007 * config/mips/irix6.mh: Likewise.
12008 * config/pa/hpux.mh: Likewise.
12009 * config/pa/linux.mh: Likewise.
12010 * config/powerpc/aix.mh: Likewise.
12011 * config/sparc/linux.mh: Likewise.
12012 * config/sparc/linux64.mh: Likewise.
12013 * config/sparc/sol2.mh: Likewise.
12014 * config/vax/vax.mh: Likewise.
12015 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
12016 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
12017 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
12018 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
12019 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
12020 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
12021 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
12022 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
12023 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
12024 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
12025 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
12026 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
12027 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12028 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
12029 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
12030 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12031 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
12032 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
12033 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
12034 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
12035 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
12036 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
12037 corelow.o from gdb_target_obs.
12038 * corefile.c (core_target): Update the comment on NULL value.
12039 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12040 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12041 MATCHES. Drop YUMMY set on NULL.
12042 (core_close): Do not call exit_inferior_silent on zero PID. Do not
12043 reclaim CORE_DATA if it is already NULL.
12044
12045 2012-01-09 Doug Evans <dje@google.com>
12046
12047 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12048 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12049
12050 2012-01-09 Keith Seitz <keiths@redhat.com>
12051
12052 * breakpoint.c (wrapper.h): Don't include.
12053
12054 2012-01-09 Keith Seitz <keiths@redhat.com>
12055
12056 * Makefile.in (SFILES): Remove wrapper.c.
12057 (HFILES_NO_SRCDIR): Remove wrapper.h.
12058 (COMMON_OBS): Remove wrapper.o.
12059 * cli/cli-interp.c: Don't inlude wrapper.h.
12060 * corelow.c: Likewise.
12061 (core_open): Replace gdb_target_find_new_threads with
12062 TRY_CATCH around target_find_new_threads.
12063 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12064 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12065 * varobj.c (varobj_create): Likewise for parse_exp_1 and
12066 evaluate_expression.
12067 (varobj_set_value): Likewise for evaluate_expression and
12068 value_assign.
12069 (install_new_variable): Likewise for value_fetch_lazy.
12070 (adjust_value_for_child_access): Likewise for value_ind.
12071 (c_describe_child): Likewise for value_subscript and
12072 value_ind.
12073 (c_value_of_root): Likewise for evaluate_expression.
12074 * wrapper.c: Remove.
12075 * wrapper.h: Remove.
12076
12077 2012-01-09 Doug Evans <dje@google.com>
12078
12079 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12080 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
12081 "abfd" args with "section". All callers updated.
12082 Error checking code moved ...
12083 (error_check_comp_unit_head): ... here. New function.
12084 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12085 Delete arg "abfd". New arg "type_offset". All callers updated.
12086 (create_debug_types_hash_table): Simplify by using
12087 read_and_check_type_unit_head.
12088
12089 * parser-defs.h (namecopy): Delete.
12090 * parse.c (namecopy, namecopy_size): Move into copy_name.
12091
12092 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12093
12094 Partially fix duplicate .o files after omitting libbfd.a.
12095 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12096 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12097 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12098 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12099 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12100 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12101 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12102
12103 2012-01-09 Pedro Alves <palves@redhat.com>
12104
12105 * MAINTAINERS: Update my email address.
12106
12107 2012-01-08 Doug Evans <dje@google.com>
12108
12109 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12110 n_type_units. Rename type_comp_units to all_type_units.
12111 All uses updated.
12112 (add_signatured_type_cu_to_table): Renamed from
12113 add_signatured_type_cu_to_list. All callers updated.
12114
12115 * gdbtypes.h (struct cplus_struct_type): Delete member
12116 nfn_fields_total. All uses removed.
12117
12118 2012-01-06 Doug Evans <dje@google.com>
12119
12120 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12121 to top of file.
12122 (dwarf2_find_comp_unit): Delete.
12123 (process_psymtab_comp_unit): Make result "void".
12124 Delete args buffer, info_ptr, buffer_size, and replace with
12125 "section". All callers updated.
12126 (dwarf2_build_psymtabs_hard): Simplify.
12127
12128 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
12129 Thiago Jung Bauermann <bauerman@br.ibm.com>
12130
12131 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12132 before `struct gdb_exception'.
12133 * breakpoint.c (update_global_location_list_nothrow)
12134 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12135 * cp-abi.c (value_rtti_type): Likewise.
12136 * cp-support.c (cp_validate_operator): Likewise.
12137 * infrun.c (insert_exception_resume_breakpoint)
12138 (check_exception_resume, keep_going): Likewise.
12139 * mi-interp.c (mi_breakpoint_created)
12140 (mi_breakpoint_modified): Likewise.
12141 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12142 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12143 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12144
12145 2012-01-05 Doug Evans <dje@google.com>
12146
12147 * dwarf2read.c (statement_prologue): Delete, unused.
12148
12149 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12150 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12151
12152 * dwarf2read.c (comp_unit_header): Delete, unused.
12153
12154 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
12155
12156 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12157 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12158
12159 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
12160
12161 * infrun.c (normal_stop): Don't skip calling the normal_stop
12162 observers if the thread was doing a multi-step, but stopped for
12163 some reason other than stepping.
12164
12165 2012-01-05 Pedro Alves <alves.ped@gmail.com>
12166
12167 * cli/cli-decode.h: Add comments.
12168 (CMD_LIST_AMBIGUOUS): Moved to command.h
12169 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12170 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12171 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12172 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12173 (add_com, add_com_alias, add_info, add_info_alias)
12174 (complete_on_cmdlist, complete_on_enum, help_list): Remove
12175 declarations.
12176 * command.h: Add and adjust comments.
12177 (CMD_LIST_AMBIGUOUS): Moved here.
12178 (help_cmd, help_cmd_list): Delete declarations.
12179
12180 2012-01-04 Doug Evans <dje@google.com>
12181
12182 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
12183 All callers updated.
12184 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
12185 Replace all arguments with "per_cu". All callers updated.
12186
12187 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
12188
12189 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
12190 New arg "per_cu". All callers updated.
12191
12192 Delete #if 0'd out code.
12193 * language.c (binop_result_type): Delete.
12194 (simple_type, ordered_type, same_type, integral_type): Delete.
12195 (numeric_type, character_type, string_type, boolean_type): Delete.
12196 (float_type, structured_type): Delete.
12197 * language.h: Update.
12198
12199 2012-01-04 Tom Tromey <tromey@redhat.com>
12200
12201 * python/py-value.c (valpy_binop): Initialize 'res_val'.
12202
12203 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12204
12205 * corefile.c (close_exec_file): Delete.
12206 (reopen_exec_file): Remove commented out code that seems related
12207 to close_exec_file, which is being deleted here.
12208 * inferior.h (close_exec_file): Delete.
12209 * fork-child.c (fork_inferior): Remove call to fork_inferior.
12210
12211 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12212
12213 * ada-lang.c: #include "cli/cli-utils.h".
12214 (get_selections): Use skip_spaces.
12215 (ada_get_next_arg): Use skip_spaces and skip_to_space.
12216 (catch_ada_exception_command_split): Use skip_spaces.
12217 (ada_decode_assert_location): Likewise.
12218
12219 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12220
12221 * linespec.c (decode_line_internal): Check for C++ or Java
12222 compound constructs only if the current language is C, C++
12223 or Java.
12224
12225 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12226
12227 Revert:
12228 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12229 Joel Brobecker <brobecker@adacore.com>
12230 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12231 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12232 3 times.
12233 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12234 fall through into AT_ENTRY_POINT.
12235 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12236 DUMMY_ADDR with it.
12237 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12238 PPC_INSN_SIZE skip to 3 times.
12239
12240 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12241
12242 * linespec.c (add_minsym): Preserve function descriptors.
12243
12244 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
12245
12246 * breakpoint.c (all_locations_are_pending): Consider locations
12247 in program spaces executing during startup pending as well.
12248
12249 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12250
12251 Copyright year update in most files of the GDB Project.
12252
12253 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12254
12255 * copyright.sh: Delete.
12256 * copyright.py: Rewrite.
12257
12258 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12259
12260 * gnulib/extra/update-copyright: New file, imported from gnulib.
12261
12262 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12263
12264 * README (Copyright and License Notices): New section.
12265
12266 2012-01-03 Tom Tromey <tromey@redhat.com>
12267
12268 PR python/12533:
12269 * python/py-value.c (valpy_dereference, valpy_get_address
12270 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
12271 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
12272 (valpy_absolute, valpy_richcompare): Free intermediate values.
12273
12274 2011-01-03 Joel Brobecker <brobecker@adacore.com>
12275
12276 * ada-lang.c: Reformat the copyright notice.
12277
12278 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12279
12280 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
12281 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
12282 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
12283 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
12284 Revert this part of:
12285 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12286 Build gdb directly from *.o files not using libgdb.a.
12287 * Makefile.in (COMMON_OBS): Remove solib-target.o.
12288
12289 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12290
12291 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
12292 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
12293 Reformat the copyright header.
12294
12295 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12296
12297 Revert this part of:
12298 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12299 Remove the gdbtui binary.
12300 * gdb.c (main): Remove args.interpreter_p initialization.
12301 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12302 * main.h (struct captured_main_args): Remove interpreter_p.
12303
12304 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12305
12306 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
12307
12308 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12309
12310 * top.c (print_gdb_version): Update copyright year.
12311
12312 2012-01-02 Yao Qi <yao@codesourcery.com>
12313
12314 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
12315
12316 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12317 Joel Brobecker <brobecker@adacore.com>
12318
12319 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12320 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12321 3 times.
12322 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12323 fall through into AT_ENTRY_POINT.
12324 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12325 DUMMY_ADDR with it.
12326 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12327 PPC_INSN_SIZE skip to 3 times.
12328
12329 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12330
12331 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
12332 the return value.
12333 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
12334
12335 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12336
12337 Build gdb directly from *.o files not using libgdb.a.
12338 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
12339 (COMMON_OBS): Remove solib-target.o.
12340 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
12341 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
12342 (LIBGDB_OBS, libgdb.a): Move it above.
12343 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
12344 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
12345 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
12346 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
12347 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
12348 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
12349 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
12350 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
12351 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
12352 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
12353 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
12354 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
12355 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
12356 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
12357 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12358 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
12359 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
12360 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12361 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
12362 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
12363 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
12364 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
12365 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
12366 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
12367 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
12368 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
12369 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
12370
12371 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12372
12373 Remove the gdbtui binary.
12374 * .gitignore (/gdbtui): Remove.
12375 * Makefile.in (TUI): Remove.
12376 (SUBDIR_TUI_OBS): Remove tui-main.o.
12377 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
12378 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
12379 (tui-main.o): Remove.
12380 (all_object_files): Remove tui-main.o.
12381 * NEWS: New note for the gdbtui removal.
12382 * configure: Rebuilt.
12383 * configure.ac: No longer add all-tui, clean-tui, install-tui and
12384 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
12385 CONFIG_UNINSTALL respectively.
12386 * gdb.c (main): Remove args.interpreter_p initialization.
12387 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12388 * main.h (struct captured_main_args): Remove interpreter_p.
12389 * tui/tui-main.c: Remove.
12390
12391 2012-01-01 Doug Evans <dje@google.com>
12392
12393 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
12394 (dwarf2_physname, read_import_statement): Ditto.
12395 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
12396 (process_structure_scope read_subroutine_type): Ditto.
12397 (read_typedef, load_partial_dies, read_partial_die): Ditto.
12398 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
12399 (dwarf2_fetch_die_location_block): Ditto.
12400 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
12401
12402 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
12403 All callers updated.
12404 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
12405 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
12406 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
12407
12408 * dwarf2read.c (load_cu): Move assert to more useful location.
12409
12410 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
12411 All callers updated.
12412
12413 * dwarf2read.c (dwarf2_per_objfile): Add comment.
12414 (dwarf2_elf_names): Minor reformat.
12415 (dwarf2_per_cu_data): Tweak comment.
12416 (dwarf2_read_section): Fix comment.
12417 (create_all_comp_units): Fix comment.
12418 (load_full_comp_unit): Fix comment.
12419 (process_full_comp_unit): Fix comment.
12420 (read_signatured_type): Fix comment.
12421
12422 For older changes see ChangeLog-2011.
12423 \f
12424 Local Variables:
12425 mode: change-log
12426 left-margin: 8
12427 fill-column: 74
12428 version-control: never
12429 coding: utf-8
12430 End:
This page took 0.312969 seconds and 4 git commands to generate.