]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
gdb/
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2012-12-11 Pedro Alves <palves@redhat.com>
2
3 * configure.ac (detect type of /proc): Remove Unixware handling.
4 * configure: Regenerate.
5 * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
6 (ioctl_table) [PCRESET]: Remove entry.
7 * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
8 (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
9 (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
10 * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
11 * procfs.c: Remove all UNIXWARE guarded code, and all traces of
12 Unixware in comments throughout.
13 * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
14 and remove mention of Unixware.
15
16 2012-12-10 Doug Evans <dje@google.com>
17
18 * dwarf2read.c (dwarf2_cu): Enhance comment.
19 (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
20 the DWO file.
21 (dwarf2_record_block_ranges): Ditto.
22
23 * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
24
25 * symtab.c (find_pc_sect_symtab): Add comment.
26
27 2012-12-10 Tom Tromey <tromey@redhat.com>
28
29 * defs.h: Don't check for definition of LONGEST.
30 (min, max): Remove duplicates.
31
32 2012-12-10 Tom Tromey <tromey@redhat.com>
33
34 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
35 (dwarf2_fetch_die_loc_cu_off): Rename from
36 dwarf2_fetch_die_location_block. Rewrite to use
37 dwarf2_fetch_die_loc_sect_off.
38 * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
39 (dwarf2_fetch_die_loc_cu_off): Rename.
40 * dwarf2loc.c (indirect_pieced_value): Use
41 dwarf2_fetch_die_loc_sect_off.
42 * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
43 comment.
44 (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
45 * dwarf2expr.c (add_piece): Update.
46 (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
47
48 2012-12-10 Tom Tromey <tromey@redhat.com>
49
50 * buildsym.c (struct pending_block): Move from buildsym.h.
51 (pending_blocks): Likewise; now static.
52 (pending_block_obstack): New global.
53 (free_pending_blocks): Free blocks.
54 (record_pending_block): Use pending_block_obstack.
55 * buildsym.h (struct pending_block): Move definition to
56 buildsym.c.
57 (pending_blocks): Don't declare.
58
59 2012-12-10 Pedro Alves <palves@redhat.com>
60
61 * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
62 dead SCO code, and adjust function description comment.
63
64 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
65
66 * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
67 * defs.h (LONGEST, ULONGEST): Remove conditionalization for
68 CC_HAS_LONG_LONG.
69 * dwarf2-frame.c (DW64_CIE_ID): Likewise.
70 * dwarf2read.c (extract_cu_value): Remove the function.
71 (create_cus_from_index_list): Make the return type void, inline the
72 extract_cu_value caller, include new gdb_static_assert.
73 (create_cus_from_index): Make the return type void, update the function
74 comment, update the create_cus_from_index_list caller.
75 (create_signatured_type_table_from_index): Make the return type void,
76 inline the extract_cu_value caller, include new gdb_static_assert.
77 (dwarf2_read_index): Update the create_cus_from_index and
78 create_signatured_type_table_from_index caller.
79 * printcmd.c (ui_printf): Remove conditionalizations for
80 CC_HAS_LONG_LONG.
81 * config.in: Regenerate.
82 * configure: Regenerate.
83
84 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
85
86 * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
87 Update the comment for checked_producer.
88 (check_producer): New forward declaration.
89 (producer_is_gcc_lt_4_3): New function.
90 (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
91 (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
92
93 2012-12-07 Tom Tromey <tromey@redhat.com>
94
95 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
96 argument, assertion.
97 * c-exp.y (typebase): Add completion productions.
98 * completer.c (expression_completer): Handle tag completion.
99 * expression.h (parse_expression_for_completion): Add argument.
100 * f-lang.c (f_make_symbol_completion_list): Add 'code'
101 argument.
102 * language.h (struct language_defn)
103 <la_make_symbol_completion_list>: Add 'code' argument.
104 * parse.c (expout_tag_completion_type, expout_completion_name):
105 New globals.
106 (mark_struct_expression): Add assertion.
107 (mark_completion_tag): New function.
108 (parse_exp_in_context): Initialize new globals.
109 (parse_expression_for_completion): Add 'code' argument. Handle
110 tag completion.
111 * parser-defs.h (mark_completion_tag): Declare.
112 * symtab.c (default_make_symbol_completion_list_break_on): Add
113 'code' argument. Update.
114 (default_make_symbol_completion_list): Add 'code' argument.
115 (make_symbol_completion_list): Update.
116 (make_symbol_completion_type): New function.
117 * symtab.h (default_make_symbol_completion_list_break_on)
118 (default_make_symbol_completion_list): Update.
119 (make_symbol_completion_type): Declare.
120
121 2012-12-07 Tom Tromey <tromey@redhat.com>
122
123 * expression.h (parse_expression_for_completion): Rename
124 from parse_field_expression.
125 (parse_completion): Rename from in_parse_field.
126 * c-exp.y (lex_one_token): Update.
127 * completer.c (expression_completer): Update.
128 * go-exp.y (lex_one_token): Update.
129 * p-exp.y (yylex): Update.
130 * parse.c (parse_completion): Rename from in_parse_field.
131 (parse_exp_in_context): Update.
132 (parse_expression_for_completion): Rename from
133 parse_field_expression. Update.
134
135 2012-12-07 Tom Tromey <tromey@redhat.com>
136
137 * typeprint.c (_initialize_typeprint): Set completer
138 for "whatis" and "ptype".
139
140 2012-12-07 Joel Brobecker <brobecker@adacore.com>
141
142 * copyright.py (NOT_FSF_LIST): Remove duplicate entry
143 "sim/common/cgen-fpu.h". Remove invalid entries
144 "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
145 which actually have an FSF copyright header.
146
147 2012-12-07 Joel Brobecker <brobecker@adacore.com>
148
149 * osf-share/AT386/cma_thread_io.h: Delete.
150 * osf-share/HP800/cma_thread_io.h: Delete.
151 * osf-share/README: Delete.
152 * osf-share/RIOS/cma_thread_io.h: Delete.
153 * osf-share/cma_attr.h: Delete.
154 * osf-share/cma_deb_core.h: Delete.
155 * osf-share/cma_debug_client.h: Delete.
156 * osf-share/cma_errors.h: Delete.
157 * osf-share/cma_handle.h: Delete.
158 * osf-share/cma_init.h: Delete.
159 * osf-share/cma_list.h: Delete.
160 * osf-share/cma_mutex.h: Delete.
161 * osf-share/cma_sched.h: Delete.
162 * osf-share/cma_semaphore_defs.h: Delete.
163 * osf-share/cma_sequence.h: Delete.
164 * osf-share/cma_stack.h: Delete.
165 * osf-share/cma_stack_int.h: Delete.
166 * osf-share/cma_tcb_defs.h: Delete.
167 * osf-share/cma_util.h: Delete.
168 * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
169 in osf-share.
170 * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
171 * contrib/ari/gdb_find.sh: Remove handling of osf-share.
172 * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
173
174 2012-12-06 Pedro Alves <palves@redhat.com>
175 Tom Tromey <tromey@redhat.com>
176
177 * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
178
179 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
180
181 PR mi/14741:
182 * mi/mi-cmd-var.c (varobj_update_one): Take value of
183 attribute "dynamic" and "displayhint" from printed child,
184 not the root variable.
185
186 2012-12-06 Joel Brobecker <brobecker@adacore.com>
187
188 * aix-thread.c (getthrds): Fix type of 4th parameter.
189 (get_signaled_thread): Change type of variable ktid to tid_t.
190
191 2012-12-06 Hui Zhu <hui_zhu@mentor.com>
192
193 * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
194 value of get_frame_block.
195
196 2012-12-05 Pierre Muller <muller@sourceware.org>
197
198 Avoid memory leaks on struct cmd_list_element.doc field.
199 * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
200 if flags contains DOC_ALLOCATED.
201 (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
202 flags.
203 (delete_cmd): Handle DOC_ALLOCATED flag.
204 * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
205 in flags filed of struct cmd_list_element.
206 (struct cmd_list_element): Document new flag item.
207
208 2012-12-04 Doug Evans <dje@google.com>
209
210 * symmisc.c: Whitespace fixes.
211
212 2012-12-04 Karthik Bhat <kv.bhat@samsung.com>
213
214 * i386-tdep.c (i386_skip_prologue): Using symbol table
215 to find the end of prologue for clang compiled binaries.
216 * amd64-tdep.c (amd64_skip_prologue): Using symbol table
217 to find the end of prologue for clang compiled binaries.
218
219 2012-12-03 Doug Evans <dje@google.com>
220
221 * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
222 (dw2_find_symbol_file): Delete unused local file_data.
223
224 2012-12-03 Tom Tromey <tromey@redhat.com>
225
226 * ada-exp.y (write_object_renaming, write_var_or_type)
227 (write_ambiguous_var, write_var_from_sym): Make blocks const.
228 * ada-lang.c (replace_operator_with_call)
229 (find_old_style_renaming_symbol): Make blocks const.
230 * ada-lang.h (ada_find_renaming_symbol): Update.
231 (struct ada_symbol_info) <block>: Now const.
232 * breakpoint.c (watch_command_1): Update.
233 * breakpoint.h (struct watchpoint) <exp_valid_block,
234 cond_exp_valid_block>: Now const.
235 * c-exp.y (classify_inner_name, classify_name): Make block
236 argument const.
237 * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
238 const.
239 * expression.h (innermost_block, parse_exp_1): Update.
240 (union exp_element) <block>: Now const.
241 * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
242 (lookup_struct): Make block argument const.
243 * gdbtypes.h (lookup_template_type): Update.
244 * go-exp.y (classify_name, classify_packaged_name)
245 (package_name_p): Make block argument const.
246 * objc-lang.c (lookup_struct_typedef): Make block argument const.
247 * objc-lang.h (lookup_struct_typedef): Update.
248 * parse.c (parse_exp_in_context, parse_exp_1)
249 (write_exp_elt_block): Make block arguments const.
250 (expression_context_block, innermost_block): Now const.
251 * parser-defs.h (write_exp_elt_block): Update.
252 (expression_context_block, innermost_block, block_found): Now
253 const.
254 * printcmd.c (struct display) <block>: Now const.
255 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
256 * valops.c (address_of_variable): Make block argument const.
257 * value.h (value_of_variable): Update.
258 * varobj.c (struct varobj_root) <valid_block>: Now const.
259
260 2012-11-30 Yao Qi <yao@codesourcery.com>
261
262 * breakpoint.c (print_one_breakpoint_location): Indent code.
263
264 2012-11-30 Yao Qi <yao@codesourcery.com>
265
266 * breakpoint.c (print_one_breakpoint_location): Combine two
267 blocks handling 'hit count' together.
268
269 2012-11-30 Yao Qi <yao@codesourcery.com>
270
271 * infrun.c (error_is_running, ensure_not_running): Move them
272 to ...
273 * infcmd.c (error_is_running, ensure_not_running): ... here.
274 Make them 'static'.
275 * inferior.h: Remove declarations of error_is_running and
276 ensure_not_running.
277
278 2012-11-30 Yao Qi <yao@codesourcery.com>
279
280 * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
281 check REGNUM >= 0.
282
283 2012-11-30 Yao Qi <yao@codesourcery.com>
284
285 * infrun.c: Make the declaration of 'init_infwait_state'
286 static.
287 (init_infwait_state): Make it 'static'.
288
289 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
290
291 * python/python.c (finalize_python): Cast unused PyGILState_Ensure
292 return value to void to avoid compiler warning.
293
294 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
295
296 * opencl-lang.c (opencl_print_type): New function.
297 (opencl_language_arch_info): Install it.
298
299 2012-11-29 Tom Tromey <tromey@redhat.com>
300
301 * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
302 xvasprintf.
303 * common/common-utils.c (xasprintf, xvasprintf): Remove.
304 * common/common-utils.h (xasprintf, xvasprintf): Remove.
305
306 2012-11-29 Jerome Guitton <guitton@adacore.com>
307
308 * ada-lang.c (ada_is_interface_tag): New function.
309 (ada_is_ignored_field): Add interface tags to the list
310 of ignored fields.
311
312 2012-11-29 Jerome Guitton <guitton@adacore.com>
313
314 * ada-lang.h (ada_tag_value_at_base_address): New function
315 declaration.
316 * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
317 New functions.
318 (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
319 relocate the class-wide value if need be.
320 (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
321 Let ada_tag_value_at_base_address relocate the class-wide access/ref
322 before dereferencing it.
323 * ada-valprint.c (ada_val_print_1): Relocate to base address
324 before displaying the content of an interface-wide ref.
325
326 2012-11-29 Jerome Guitton <guitton@adacore.com>
327
328 * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
329
330 2012-11-29 Joel Brobecker <brobecker@adacore.com>
331
332 GDB 7.5.1 released.
333
334 2012-11-29 Yao Qi <yao@codesourcery.com>
335 Tom Tromey <tromey@redhat.com>
336
337 * eval.c (evaluate_subexp_standard): Get the correct pointer
338 type for TYPE_CODE_MEMBERPTR.
339
340 2012-11-28 Edjunior Machado <emachado@linux.vnet.ibm.com>
341
342 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
343 since now it is being done by binutils' powerpc_init_dialect().
344
345 2012-11-28 Tom Tromey <tromey@redhat.com>
346
347 PR gdb/14290:
348 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
349 (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
350 Use it.
351 * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
352 * gdb_bfd.c (gdb_bfd_mark_parent): New function.
353 (gdb_bfd_openr_next_archived_file): Use it.
354
355 2012-11-28 Markus Metzger <markus.t.metzger@intel.com>
356
357 * configure.ac: Check for linux/perf_event.h.
358 * config.in: Regenerated.
359 * configure: Regenerated.
360
361 2012-11-28 Yao Qi <yao@codesourcery.com>
362
363 * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
364 abbreviate 'delete tracepoints' to 'delete tr'.
365 * corefile.c (_initialize_core): Call add_alias_cmd to
366 abbreviate 'set gnutarget' to 'set g'.
367 * value.c (_initialize_values): Call add_alias_cmd to abbreviate
368 'show convenience' to 'show conv'.
369
370 2012-11-27 Joel Brobecker <brobecker@adacore.com>
371
372 * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
373 call to sparc_supply_fpregset.
374 (fill_fpregset): Fix first parameter in call to
375 sparc_collect_fpregset.
376
377 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
378 Kazu Hirata <kazu@codesourcery.com>
379 Yao Qi <yao@codesourcery.com>
380
381 * objfiles.c (init_entry_point_info): Call
382 gdbarch_convert_from_func_ptr_addr and
383 gdbarch_addr_bits_remove here ...
384 (entry_point_address_query): ... instead of here.
385 * solib-svr4.c (exec_entry_point): Call
386 gdbarch_addr_bits_remove.
387 * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
388 the entry address.
389
390 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
391 Yao Qi <yao@codesourcery.com>
392
393 * eval.c (evaluate_subexp_standard): Add handling of
394 TYPE_CODE_MEMBERPTR when calling functions. Correct the
395 result of ptype for calling a TYPE_CODE_METHODPTR.
396
397 2012-11-27 Yao Qi <yao@codesourcery.com>
398
399 * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
400 warning.
401 Add i18n markup.
402
403 2012-11-26 Alexander Larsson <alexl@redhat.com>
404 Jan Kratochvil <jan.kratochvil@redhat.com>
405 Tom Tromey <tromey@redhat.com>
406
407 * NEWS: Mention mini debuginfo feature.
408 * minidebug.c: New file.
409 * configure.ac: Check for lzma.
410 * configure, config.in: Rebuild.
411 * Makefile.in (LIBLZMA): New variable.
412 (CLIBS): Include LIBLZMA.
413 (SFILES): Mention minidebug.c.
414 (COMMON_OBS): Mention minidebug.o.
415 * symfile.c (read_symbols): New function.
416 (syms_from_objfile, reread_symbols): Call it.
417 * symfile.h (find_separate_debug_file_in_section): Declare.
418
419 2012-11-26 Keith Seitz <keiths@redhat.com>
420
421 * exec.c (exec_file_attach): Move cleanup after verifying that
422 memory has in fact been allocated.
423
424 2012-11-26 Tom Tromey <tromey@redhat.com>
425
426 * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
427 * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
428 SYMBOL_SYMTAB.
429 * skip.c (skip_info): Use SYMBOL_SYMTAB.
430
431 2012-11-26 Maxime Villard <rustyBSD@gmx.fr>
432 Pedro Alves <palves@redhat.com>
433
434 * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
435 size parameter passed to readlink by one byte.
436 * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
437 * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
438 * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
439 * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
440 size by one byte.
441
442 2012-11-26 Yao Qi <yao@codesourcery.com>
443
444 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
445 extraneous parentheses.
446
447 2012-11-26 Yao Qi <yao@codesourcery.com>
448
449 * remote.c (remote_start_remote): Typo fix.
450
451 2012-11-23 David S. Miller <davem@davemloft.net>
452
453 * sparc-tdep.h (struct sparc_fpregset): New data structure.
454 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
455 sparc32_sol2_fpregset): Declare new globals.
456 (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
457 'fpregset' argument.
458 * sparc64-tdep.h (sparc64_supply_fpregset,
459 sparc64_collect_fpregset): Likewise.
460 (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
461 globals.
462 * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
463 (sparc_fpregset): Declare new global.
464 (sparc_supply_fpregset, sparc_collect_fpregset): Add new
465 'fpregset' argument.
466 * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
467 into handler.
468 (fill_fpregset): Likewise.
469 (_initialize_sparc_linux_nat): Set sparc_fpregset to
470 sparc32_bsd_fpregset.
471 * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
472 sparc32_bsd_fpregset down into handler.
473 (sparc32_linux_collect_core_fpregset): Likewise.
474 * sparc-nat.c (sparc_fpregset): Define.
475 (sparc_supply_fpregset): Add 'fpregset' argument.
476 (sparc_collect_fpregset): Likewise.
477 (sparc_fetch_inferior_registers): Pass sparc_fpregset down
478 into fpregset handler.
479 (sparc_store_inferior_registers): Likewise.
480 (_initialize_sparc_nat): Set sparc_fpregset to
481 sparc32_sunos4_fpregset if NULL.
482 * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
483 down into handler.
484 (fill_fpregset): Likewise.
485 * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
486 * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
487 use it to compute offsets.
488 (sparc32_collect_fpregset): Likewise.
489 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
490 * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
491 down into handler.
492 (fill_fpregset): Likewise.
493 * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
494 Likewise.
495 (sparc64_linux_collect_core_fpregset): Likewise.
496 * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
497 * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
498 use it to compute offsets.
499 (sparc64_collect_fpregset): Likewise.
500 (sparc64_bsd_fpregset): Define.
501 * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
502 sparc64_bsd_fpregset down into handler.
503 (sparc64fbsd_collect_fpregset): Likewise.
504 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
505 and pass sparc{32,64}_bsd_fpregset down into handler.
506 (sparc64nbsd_collect_fpregset): Likewise.
507 * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
508 sparc64_bsd_fpregset down into handler.
509 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
510 * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
511 to sparc32_bsd_fpregset.
512 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
513 sparc32_bsd_fpregset down into sparc32_supply_fpregset.
514 (sparc32nbsd_supply_fpregset): Likewise.
515
516 2012-11-21 Tom Tromey <tromey@redhat.com>
517
518 * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
519 field.
520 (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
521 Remove.
522 * c-typeprint.c (c_type_print_base): Update.
523
524 2012-11-21 Yao Qi <yao@codesourcery.com>
525
526 PR tdep/7438
527 * gdbarch.sh (smash_text_address): Remove.
528 * gdbarch.c, gdbarch.h: Regenerate.
529 * arm-tdep.c (arm_smash_text_address): Remove.
530 (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
531 * hppa-tdep.c (hppa_smash_text_address): Remove.
532 (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
533 (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
534 Caller update.
535 * coffread.c (coff_symtab_read): Caller update.
536 * dbxread.c (process_one_symbol): Likewise.
537 * elfread.c (record_minimal_symbol): Likewise.
538 * somread.c (som_symtab_read): Likewise.
539
540 2012-11-20 Pierre Muller <muller@sourceware.org>
541
542 ARI fixes: sprintf rule.
543 Replace sprintf function calls for char arrays by
544 calls to xsnprintf calls.
545 * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
546 (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
547 (arm_neon_quad_read, arm_pseudo_read): Ditto.
548 (arm_neon_quad_write, arm_pseudo_write): Ditto.
549 * breakpoint.c (condition_completer): Ditto.
550 (create_tracepoint_from_upload): Ditto.
551 * dwarf2read.c (file_full_name): Ditto.
552 * gcore.c (gcore_command): Ditto.
553 * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
554 * go32-nat.c (go32_sysinfo): Ditto.
555 * interps.c (interp_set): Ditto.
556 * m32c-tdep.c (make_types): Ditto.
557 * ppc-linux-nat.c (fetch_register, store_register): Ditto.
558 * remote-m32r-sdi.c (m32r_open): Ditto.
559 * sol-thread.c (td_err_string): Ditto.
560 (td_state_string, solaris_pid_to_str): Ditto.
561 * symtab.c (gdb_mangle_name): Ditto.
562 * cli/cli-script.c (execute_control_command): Ditto.
563 (define_command, document_command): Ditto.
564 * tui/tui-io.c (tui_rl_display_match_list): Ditto.
565 * tui/tui-stack.c (tui_make_status_line): Ditto.
566 * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
567
568 2012-11-20 Mike Frysinger <vapier@gentoo.org>
569
570 * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
571 it when looking at ptr->func.
572 * command.h (complete_on_cmdlist): Add a fourth arg.
573 * completer.c (complete_line_internal): Add local ignore_help_classes,
574 and set it to 1 when reason is not handle_help. Pass this down to
575 lookup_cmd_1 and complete_on_cmdlist.
576
577 2012-11-20 Tom Tromey <tromey@redhat.com>
578
579 * completer.c (count_struct_fields): Remove.
580 (expression_completer): Don't call count_struct_fields.
581
582 2012-11-20 Pedro Alves <palves@redhat.com>
583
584 * annotate.c (breakpoints_changed): Rename to ...
585 (annotate_breakpoints_changed): ... this.
586 (annotate_stopped, breakpoint_changed): Adjust caller.
587 * annotate.h (breakpoints_changed): Rename to ...
588 (annotate_breakpoints_changed): ... this.
589 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
590 (do_map_commands_command, init_raw_breakpoint, clear_command)
591 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
592
593 2012-11-20 David S. Miller <davem@davemloft.net>
594
595 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
596 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
597 sysconf.
598 (get_cores_used_by_process): Update comment.
599
600 2012-11-20 Yao Qi <yao@codesourcery.com>
601
602 * objfiles.c (init_entry_point_info): Remove trailing spaces.
603
604 2012-11-20 Yao Qi <yao@codesourcery.com>
605
606 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
607 to deprecated_context_hook.
608
609 2012-11-19 Yao Qi <yao@codesourcery.com>
610
611 * infrun.c (infwait_state): Add static.
612
613 2012-11-16 Keith Seitz <keiths@redhat.com>
614
615 PR c++/13615
616 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
617 parameter and pass it to lookup_symbol_file.
618 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
619 to search base classes.
620 (cp_lookup_symbol_namespace): Likewise.
621 (lookup_namespace_scope): Likewise.
622 (lookup_symbol_file): Add SEARCH parameter.
623 If SEARCH is non-zero and no symbol is found, lookup the class
624 and call cp_lookup_nested_symbol.
625 (find_symbol_in_baseclass): New function.
626 (cp_lookup_nested_symbol): Do not let
627 cp_lookup_symbol_in_namespace search through base classes.
628 Do that later when there is no global symbol match.
629
630 2012-11-16 Doug Evans <dje@google.com>
631
632 * main.c (gdb_datadir_provided): New static global.
633 (get_init_files): If --data-directory is provided,
634 and SYSTEM_GDBINIT lives in data-directory, look for it there.
635 * NEWS: Mention it.
636
637 2012-11-15 Pierre Muller <muller@sourceware.org>
638
639 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
640 * gdb_stat.h: Delete. Moved to common directory.
641 * common/gdb_stat.h: New file.
642 * gdb_wait.h: Delete. Moved to common directory.
643 * common/gdb_wait.h: New file.
644 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
645 location.
646 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
647 location.
648 (stat.h rule): Adapt to new gdb_stat.h location.
649 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
650 <sys/stat.h> header.
651 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
652 <sys/wait.h> header.
653
654 2012-11-15 Pierre Muller <muller@sourceware.org>
655
656 * configure.ac (AC_HEADER_STAT): Remove.
657 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
658 and corresponding code.
659 * configure: Regenerate.
660 * config.in: Regenerate.
661
662 2012-11-15 Pierre Muller <muller@sourceware.org>
663
664 ARI xasprintf rule fixes.
665 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
666 instead of xasprintf.
667 (open_and_init_dwp_file): Ditto.
668
669 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
670
671 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
672 target types.
673
674 2012-11-14 Tom Tromey <tromey@redhat.com>
675
676 * configure, config.in: Rebuild.
677 * configure.ac: Don't check for ctype.h, time.h.
678 * expprint.c: Don't use HAVE_CTYPE_H.
679
680 2012-11-13 Tom Tromey <tromey@redhat.com>
681
682 * gdbarch.h, gdbarch.c: Rebuild.
683 * gdbarch.sh (set_target_gdbarch): Rename from
684 deprecated_target_gdbarch_select_hack.
685 * arch-utils.c (gdbarch_update_p): Update.
686 (set_gdbarch_from_file): Update.
687
688 2012-11-14 Pierre Muller <muller@sourceware.org>
689
690 * MAINTAINERS (Responsible Maintainers/misc): Add myself
691 as responsible of contrib/ari directory.
692
693 2012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
694 Yao Qi <yao@codesourcery.com>
695
696 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
697 bit of EXC_RETURN.
698 (arm_m_exception_cache, arm_m_exception_this_id)
699 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
700 (arm_m_exception_unwind): New.
701 (arm_gdbarch_init): Register arm_m_exception_unwind.
702
703 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
704
705 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
706 parameter COUNT, for pattern filling of memory regions.
707 * NEWS: Mention it.
708
709 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
710
711 * disasm.h (DISASSEMBLY_FILENAME): New macro.
712 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
713 to print_source_lines ().
714 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
715 flag.
716 * source.c (print_source_lines_base): Prefix source line with
717 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
718
719 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
720
721 * symtab.h (print_source_lines_flags): New enum.
722 * source.c (print_source_lines_base): Change noerror to flags.
723 (print_source_lines): Change noerror to flags.
724
725 2012-11-13 Pierre Muller <muller@sourceware.org>
726
727 ARI fixes: Avoid sprintf function use rule.
728 * charset.c (convert_between_encodings): Use xsnprintf.
729 * cli-out.c (cli_field_int): Likewise.
730 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
731 * expprint.c (op_name_standard): Likewise.
732 * frv-tdep.c (set_variant_num_gprs): Likewise.
733 (set_variant_num_fprs): Likewise.
734 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
735 * nto-tdep.c (nto_find_and_open_solib): Likewise.
736 (nto_init_solib_absolute_prefix): Likewise.
737 * source.c (init_source_path): Likewise.
738 (print_source_lines_base): Likewise.
739 * valprint.c (print_wchar): Likewise.
740 * mi/mi-out.c (mi_field_int): Likewise.
741 windows-nat.c (windows_pid_to_exec_file): Likewise.
742 (windows_create_inferior): Likewise.
743 (_initialize_check_for_gdb_ini): Likewise.
744
745 2012-11-12 Joel Brobecker <brobecker@adacore.com>
746
747 * frame.h (deprecated_frame_register_read): Renames
748 frame_register_read.
749 * frame.c (deprecated_frame_register_read): Renames
750 frame_register_read. Update all callers.
751 * i386-tdep.c: Update all callers of frame_register_read.
752 * infcmd.c: Likewise.
753 * jit.c: Likewise.
754 * mips-tdep.c: Likewise.
755 * mt-tdep.c: Likewise.
756 * sh64-tdep.c: Likewise.
757
758 2012-11-12 Joel Brobecker <brobecker@adacore.com>
759
760 * frame.h (frame_register_read): Remove FIXME comment.
761 * frame.c (frame_register_read): Add suggestion explaining
762 which function to use in place of this one.
763
764 2012-11-12 Tom Tromey <tromey@redhat.com>
765
766 * python/python.c (start_type_printers): Initialize 'result_obj'.
767
768 2012-11-12 Tom Tromey <tromey@redhat.com>
769
770 * NEWS: Update.
771 * data-directory/Makefile.in (PYTHON_FILES): Add
772 type_printers.py.
773 * python/lib/gdb/command/type_printers.py: New file.
774 * python/lib/gdb/command/types.py (TypePrinter): New class.
775 (_get_some_type_recognizers, get_type_recognizers,
776 apply_type_recognizers, register_type_printer): New
777 functions.
778 * python/py-objfile.c (objfile_object) <type_printers>: New
779 field.
780 (objfpy_dealloc): Decref new field.
781 (objfpy_new): Set new field.
782 (objfpy_get_type_printers, objfpy_set_type_printers): New
783 functions.
784 (objfile_to_objfile_object): Set new field.
785 (objfile_getset): Add "type_printers".
786 * python/py-progspace.c (pspace_object) <type_printers>: New
787 field.
788 (pspy_dealloc): Decref new field.
789 (pspy_new): Set new field.
790 (pspy_get_type_printers, pspy_set_type_printers): New functions.
791 (pspace_to_pspace_object): Set new field.
792 (pspace_getset): Add "type_printers".
793 * python/python.c (start_type_printers, apply_type_printers,
794 free_type_printers): New functions.
795 (_initialize_python): Set gdb.type_printers.
796 * python/python.h (start_type_printers, apply_type_printers,
797 free_type_printers): Declare.
798 * typeprint.c (type_print_raw_options, default_ptype_flags):
799 Update for new fields.
800 (do_free_global_table, create_global_typedef_table,
801 find_global_typedef): New functions.
802 (find_typedef_in_hash): Use find_global_typedef.
803 (whatis_exp): Use create_global_typedef_table. Change cleanup
804 handling.
805 * typeprint.h (struct type_print_options) <global_typedefs,
806 global_printers>: New fields.
807
808 2012-11-12 Tom Tromey <tromey@redhat.com>
809
810 * c-typeprint.c (find_typedef_for_canonicalize,
811 print_name_maybe_canonical): New functions.
812 (c_print_type): Look up type name.
813 (cp_type_print_derivation_info): Add flags argument. Use
814 print_name_maybe_canonical.
815 (cp_type_print_method_args): Add wrapping.
816 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
817 (c_type_print_template_args): New function.
818 (c_type_print_base): Change wrapping. Use
819 print_name_maybe_canonical.
820 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
821 type name lookups.
822 * gdbtypes.c (types_equal): No longer static.
823 * gdbtypes.h (types_equal): Declare.
824 * typeprint.c (type_print_raw_options, default_ptype_flags):
825 Update.
826 (struct typedef_hash_table): New.
827 (hash_typedef_field, eq_typedef_field,
828 recursively_update_typedef_hash, add_template_parameters,
829 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
830 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
831 copy_typedef_hash, find_typedef_in_hash): New functions.
832 * typeprint.h (struct type_print_options) <local_typedefs>:
833 New field.
834 (recursively_update_typedef_hash, add_template_parameters,
835 create_typedef_hash, free_typedef_hash,
836 make_cleanup_free_typedef_hash, copy_typedef_hash,
837 find_typedef_in_hash): Declare.
838
839 2012-11-12 Tom Tromey <tromey@redhat.com>
840
841 * cp-support.c (inspect_type,
842 replace_typedefs_qualified_name, replace_typedefs): Add
843 finder, data arguments. Call as needed.
844 (cp_canonicalize_string_full): New function.
845 (cp_canonicalize_string_no_typedefs): Rewrite.
846 * cp-support.h (canonicalization_ftype): New typedef.
847 (cp_canonicalize_string_full): Declare.
848
849 2012-11-12 Tom Tromey <tromey@redhat.com>
850
851 * NEWS: Update.
852 * c-typeprint.c (c_type_print_base): Handle print_method and
853 print_typedefs flags.
854 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
855 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
856 options.
857 * typeprint.c (type_print_raw_options, default_ptype_flags):
858 Update for new field.s
859 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
860 (setprinttypelist, showprinttypelist, print_methods,
861 print_typedefs): New globals.
862 (set_print_type, show_print_type, set_print_type_methods,
863 show_print_type_methods, set_print_type_typedefs,
864 show_print_type_typedefs): New functions.
865 (_initialize_typeprint): Update documentation. Add "print
866 type methods" and "print type typedefs" parameters.
867 * typeprint.h (struct type_print_options) <print_methods,
868 print_typedefs>: New fields.
869
870 2012-11-12 Tom Tromey <tromey@redhat.com>
871
872 * c-typeprint.c (cp_type_print_method_args): Add flags
873 argument. Call c_print_type, not type_print.
874 (c_type_print_base): Call c_print_type, not type_print.
875 Update.
876
877 2012-11-12 Tom Tromey <tromey@redhat.com>
878
879 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
880 to type-printing functions.
881 * ada-lang.h (ada_print_type): Add argument.
882 * ada-typeprint.c (print_array_type, print_variant_clauses,
883 print_variant_part, print_selected_record_field_types,
884 print_record_field_types, print_unchecked_union_type,
885 print_func_type, ada_print_type): Add flags argument.
886 (ada_print_typedef): Update.
887 * c-exp.y (OPERATOR conversion_type_id): Update.
888 * c-lang.h (c_print_type, c_type_print_base): Update.
889 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
890 c_type_print_modifier, c_type_print_args,
891 c_type_print_varspec_suffix, c_type_print_base): Add flags
892 argument.
893 * cp-valprint.c (cp_print_class_member): Update.
894 * dwarf2read.c (dwarf2_compute_name): Update.
895 * f-lang.h (f_print_type): Add argument.
896 * f-typeprint.c (f_print_type): Add flags argument.
897 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
898 * go-lang.h (go_print_type): Add argument.
899 * go-typeprint.c (go_print_type): Add flags argument.
900 * jv-lang.h (java_print_type): Add argument.
901 * jv-typeprint.c (java_type_print_base, java_print_type): Add
902 flags argument.
903 * language.c (unk_lang_print_type): Add flags argument.
904 * language.h (struct language_defn) <la_print_type>: Add flags
905 argument.
906 (LA_PRINT_TYPE): Likewise.
907 * m2-lang.h (m2_print_type): Add argument.
908 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
909 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
910 m2_unbounded_array, m2_record_fields): Add flags argument.
911 * p-lang.h (pascal_print_type, pascal_type_print_base,
912 pascal_type_print_varspec_prefix): Add argument.
913 * p-typeprint.c (pascal_print_type,
914 pascal_type_print_varspec_prefix, pascal_print_func_args,
915 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
916 flags argument.
917 * symmisc.c (print_symbol): Update.
918 * typeprint.c (type_print_raw_options, default_ptype_flags):
919 New globals.
920 (type_print): Update.
921 * typeprint.h (struct type_print_options): New.
922 (type_print_raw_options): Declare.
923 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
924
925 2012-11-10 Keith Seitz <keiths@redhat.com>
926
927 * breakpoint.c (clear_command): Add cleanup for
928 sals.sals if an argument is given.
929
930 * linespec.c (parse_linespec): Do cleanups after
931 parsing a convenience variable.
932
933 2012-11-10 Keith Seitz <keiths@redhat.com>
934
935 PR gdb/14288
936 * c-valprint.c (c_val_print): For character arrays
937 with "print null" option on, print ellipses if
938 the output is truncated and the next character is not \000.
939 * valprint.c (MAX_WCHARS): Define.
940 (WCHAR_BUFLEN): Likewise.
941 (WCHAR_BUFLEN_MAX): Likewise.
942 (struct converted_character): New structure.
943 (count_next_character): New function.
944 (print_converted_chars_to_obstack): New function.
945 (generic_printstr): Rewrite using count_next_character
946 and print_converted_chars_to_obstack.
947
948 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
949
950 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
951 while executing the gdb command.
952 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
953 are called from prompt_for_continue.
954 * tui/tui-io.c (tui_redisplay_readline): Likewise.
955
956 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
957
958 PR tui/9584
959
960 * tui/tui.c (tui_rl_command_key): Do not call execute_command
961 but insert the command to execute in readline's buffer.
962
963 2012-11-09 Tom Tromey <tromey@redhat.com>
964
965 * gdbarch.sh (target_gdbarch): Remove macro.
966 (get_target_gdbarch): Rename to target_gdbarch.
967 * gdbarch.c, gdbarch.h: Rebuild.
968 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
969 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
970 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
971 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
972 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
973 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
974 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
975 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
976 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
977 procfs.c, progspace.c, ravenscar-thread.c, record.c,
978 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
979 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
980 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
981 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
982 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
983 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
984 target-descriptions.c, target.c, target.h, tracepoint.c,
985 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
986 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
987 python/py-inferior.c, python/python.c: Update.
988
989 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
990
991 * source.c (print_source_lines_base): Add fullname field giving
992 full path to file in mi output.
993 * NEWS: Mention the new fullname field.
994
995 2012-11-09 Yao Qi <yao@codesourcery.com>
996
997 * NEWS: Mention the fix to the ambiguity of 'fo' command.
998
999 2012-11-09 Pedro Alves <palves@redhat.com>
1000
1001 PR gdb/14306
1002
1003 * infrun.c: Include target-descriptions.h.
1004 (follow_exec): Fetch new target description.
1005
1006 2012-11-09 Yao Qi <yao@codesourcery.com>
1007
1008 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
1009 0x8d (lea).
1010
1011 2012-11-09 Yao Qi <yao@codesourcery.com>
1012
1013 * breakpoint.c: Declare set_tracepoint_count.
1014 (install_breakpoint): Call set_tracepoint_count if B is a
1015 tracepoint.
1016 (trace_command): Don't call set_tracepoint_count. Re-indent.
1017 (strace_command, ftrace_command):
1018 (create_tracepoint_from_upload): Likewise.
1019
1020 2012-11-09 Pedro Alves <palves@redhat.com>
1021
1022 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1023 (get_target_gdbarch) <gdbarch.h>: New function.
1024 (startup_gdbarch) <gdbarch.h>: Declare.
1025 <gdbarch.c> (target_gdbarch): Delete.
1026 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1027 current inferior's gdbarch.
1028 <gdbarch.c> (get_target_gdbarch): New function.
1029 * inferior.c: Include target-descriptions.h.
1030 (free_inferior): Free target description info.
1031 (add_inferior_with_spaces): Set the inferior's initial
1032 architecture.
1033 (clone_inferior_command): Copy the original inferior's target
1034 description if it was user specified.
1035 (initialize_inferiors): Add comment.
1036 * inferior.h (struct target_desc_info): Forward declare.
1037 (struct inferior) <gdbarch>: New field.
1038 * linux-nat.c: Include target-descriptions.h.
1039 (linux_child_follow_fork): Copy the parent's architecture and
1040 target description to the child.
1041 * target-descriptions.c: Include inferior.h.
1042 (struct target_desc_info): New structure, holding the equivalents
1043 of ...
1044 (target_desc_fetched, current_target_desc)
1045 (target_description_filename): ... these removed globals.
1046 (get_tdesc_info, target_desc_info_from_user_p)
1047 (copy_inferior_target_desc_info, target_desc_info_free): New.
1048 (target_desc_fetched, current_target_desc)
1049 (target_description_filename): Reimplemented as convenience
1050 macros.
1051 (tdesc_filename_cmd_string): New global.
1052 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1053 tdescs filename ..." commands to the per-inferior equivalent.
1054 (show_tdesc_filename_cmd): Get the value to show from the
1055 per-inferior description filename.
1056 (_initilize_target_descriptions): Change the "set/show tdesc
1057 filename" commands' variable.
1058 * target-descriptions.h (struct target_desc, struct target_desc_info)
1059 (struct inferior): Forward declare.
1060 (target_find_description, target_clear_description)
1061 (target_current_description): Adjust comments.
1062 (copy_inferior_target_desc_info, target_desc_info_free)
1063 (target_desc_info_from_user_p). Declare.
1064
1065 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1066
1067 * tui/tui-hooks.c (tui_about_to_proceed): New function.
1068 (tui_target_wait_hook): Remove.
1069 (tui_install_hooks): Install the about_to_proceed observer.
1070 (tui_remove_hooks): And remove it here.
1071
1072 2012-11-08 Tom Tromey <tromey@redhat.com>
1073
1074 * linux-tdep.c (linux_make_siginfo_note): New function.
1075 (linux_make_corefile_notes): Use it.
1076 * corelow.c (get_core_siginfo): New function.
1077 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1078
1079 2012-11-08 Tom Tromey <tromey@redhat.com>
1080
1081 PR gdb/14704:
1082 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1083 (zlib_decompress_section): Remove.
1084 (gdb_bfd_map_section): Only check for compressed section
1085 in mmap case. Use bfd_get_full_section_contents.
1086 * osabi.c (check_note): Add 'sectsize' argument. Read
1087 section data.
1088 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1089 section data. Update for check_note change.
1090 * xcoffread.c (xcoff_initial_scan): Use
1091 bfd_get_full_section_contents.
1092 * py-auto-load.c (auto_load_section_scripts): Use
1093 bfd_get_full_section_contents.
1094 * contrib/cc-with-tweaks.sh: Add -Z option.
1095
1096 2012-11-08 Tom Tromey <tromey@redhat.com>
1097
1098 * python/py-bpevent.c: Include defs.h.
1099 * python/py-continueevent.c: Include defs.h.
1100 * python/py-event.c: Include defs.h.
1101 * python/py-event.h: Don't include defs.h.
1102 * python/py-events.h: Don't include defs.h.
1103 * python/py-evts.c: Include defs.h.
1104 * python/py-exitedevent.c: Include defs.h.
1105 * python/py-newobjfileevent.c: Include defs.h.
1106 * python/py-signalevent.c: Include defs.h.
1107 * python/py-stopevent.c: Include defs.h.
1108 * python/py-threadevent.c: Include defs.h.
1109
1110 2012-11-08 Pierre Muller <muller@sourceware.org>
1111
1112 * update-web-ari.sh (print_heading): Add number of files
1113 checked.
1114 (nb_files): New variable counting the number of sources
1115 files found by gdb_find.sh script.
1116 (debug_awk): New variable to allow extra debug output.
1117 (indexes): Add more information if DEBUG_AWK is set.
1118
1119 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
1120
1121 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1122 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1123 following the change in PLT call stubs on linker.
1124
1125 2012-11-08 Pierre Muller <muller@sourceware.org>
1126
1127 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1128 as default language.
1129 (AWK): Use = instead of == for sh test to avoid warning.
1130 (Linux rule): Correct [:digit] into [[:digit:]].
1131 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1132 (vasprintf rule): Adapt to common subdirectory moves.
1133 (xasprintf rule): Idem.
1134 (xvasprintf rule): Idem.
1135 (var_boolean rule): Accept occurence in == or != test.
1136
1137 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1138
1139 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1140
1141 * tui/tui-hooks.c (tui_inferior_exit): New function.
1142 (tui_detach_hook): Remove.
1143 (tui_install_hooks): Install the inferior exit observer.
1144 (tui_remove_hooks): Remove it.
1145
1146 2012-11-08 Yao Qi <yao@codesourcery.com>
1147
1148 PR gdb/14777.
1149 * source.c (_initialize_source): Call add_com_alias to abbreviate
1150 'forward-search' as 'fo'.
1151
1152 2012-11-07 Pedro Alves <palves@redhat.com>
1153
1154 * arm-tdep.c: Make defs.h be the first include.
1155 * coff-pe-read.c: Ditto.
1156 * gnu-nat.c: Ditto.
1157 * go32-nat.c: Ditto.
1158 * i386-nat.c: Ditto.
1159 * ppcnbsd-nat.c: Ditto.
1160 * ada-varobj.h: Don't include defs.h.
1161 * i386-darwin-tdep.h: Ditto.
1162 * i386-nat.h: Ditto.
1163
1164 2012-11-07 Pedro Alves <palves@redhat.com>
1165
1166 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
1167 Committee.
1168
1169 2012-11-07 Pierre Muller <muller@sourceware.org>
1170
1171 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
1172 File already uses "gdb_dirent.h" header.
1173
1174 2012-11-07 Yao Qi <yao@codesourcery.com>
1175
1176 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
1177 tracepoint_count'.
1178
1179 2012-11-06 Tom Tromey <tromey@redhat.com>
1180
1181 * target.h (inferior_has_forked, inferior_has_vforked)
1182 (inferior_has_execd, inferior_has_called_syscall): Remove
1183 declarations.
1184
1185 2012-11-06 Pierre Muller <muller@sourceware.org>
1186
1187 * remote.c (remote_insert_hw_breakpoint): ARI fix,
1188 add missing internalization markup.
1189
1190 2012-11-06 Pedro Alves <palves@redhat.com>
1191
1192 PR gdb/14810
1193
1194 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1195
1196 2012-11-06 Pierre Muller <muller@sourceware.org>
1197
1198 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1199 is not executable.
1200
1201 2012-11-05 Joel Brobecker <brobecker@adacore.com>
1202
1203 * gnulib/update-gnulib.sh: New script.
1204
1205 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
1206
1207 * MAINTAINERS: Update my email address.
1208
1209 2012-11-05 Tom Tromey <tromey@redhat.com>
1210
1211 * frame.c (put_frame_register): Don't use temporary buffer.
1212
1213 2012-11-05 Pedro Alves <palves@redhat.com>
1214
1215 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1216 child. Clear 'pending_detach'.
1217 * infrun.c (handle_vfork_child_exec_or_exit): Clear
1218 'pending_detach' in the vfork parent.
1219
1220 2012-11-05 Doug Evans <dje@google.com>
1221
1222 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
1223 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
1224 * dwarf2read.c: #include "elf-bfd.h".
1225 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
1226 (dwop_section_names): Renamed from dwo_section names. All uses
1227 updated. Add entries for .debug_cu_index, .debug_tu_index.
1228 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
1229 All uses updated.
1230 (struct dwp_sections): New type.
1231 (struct virtual_dwo_sections): New type.
1232 (struct dwp_hash_table): New type.
1233 (struct dwp_file): New type.
1234 (init_cutu_and_read_dies): Ensure DWO info/types section has been
1235 read in. Handle DWOs coming from DWP files.
1236 (lookup_dwo_file_slot): New function.
1237 (dwarf2_locate_dwo_sections): Move definition closer to use.
1238 (create_dwo_debug_info_hash_table_reader): Renamed from
1239 create_debug_info_hash_table_reader. All callers updated.
1240 (create_dwo_debug_info_hash_table): Renamed from
1241 create_debug_info_hash_table. All callers updated.
1242 (create_dwp_hash_table): New function.
1243 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
1244 (lookup_dwo_in_dwp): New function.
1245 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
1246 is_dwp. All callers updated.
1247 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
1248 (open_and_init_dwo_file): Renamed from init_dwo_file.
1249 All callers updated.
1250 (lookup_dwo_file): Delete.
1251 (dwarf2_locate_dwp_sections): New function.
1252 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
1253 (allocate_dwp_loaded_cutus_table): New function.
1254 (open_and_init_dwp_file): New function.
1255 (lookup_dwo_cutu): New function.
1256 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
1257
1258 2012-11-03 Yao Qi <yao@codesourcery.com>
1259
1260 Fix PR gdb/14617.
1261 * breakpoint.c (trace_pass_set_count): Call
1262 observer_notify_breakpoint_modified instead of
1263 observer_notify_tracepoint_modified.
1264 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
1265
1266 2012-11-02 Tom Tromey <tromey@redhat.com>
1267
1268 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
1269 argument to complete_on_enum.
1270
1271 2012-11-02 Tom Tromey <tromey@redhat.com>
1272
1273 * configure: Rebuild.
1274 * configure.ac (build_warnings): Add -Wempty-body.
1275 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
1276 * remote.c (handle_notification): Use braces for empty 'else' body.
1277 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
1278 'else' body.
1279 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
1280 'else' body.
1281 * solib-som.c (som_relocate_section_addresses): Use braces
1282 for empty 'else' body.
1283 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
1284 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
1285
1286 2012-11-02 Pedro Alves <palves@redhat.com>
1287
1288 PR gdb/14766
1289
1290 * infrun.c (handle_inferior_event)
1291 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
1292 null_ptid before handling a vfork child exec or exit. Switch to
1293 the event ptid afterwards.
1294
1295 2012-11-02 Yao Qi <yao@codesourcery.com>
1296
1297 * std-operator.def: Remove OP_LABELED.
1298 * eval.c: Remove the declaration of 'get_label'.
1299 (get_label): Remove.
1300 (evaluate_struct_tuple): Remove code handling OP_LABELED.
1301 Update comment.
1302 Remove local variable 'variantno' and related code.
1303 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
1304 with 'fieldno'.
1305 * expprint.c (print_subexp_standard): Likewise.
1306 (dump_subexp_body_standard): Likewise.
1307 * parse.c (operator_length_standard): Likewise.
1308
1309 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
1310
1311 Incorporate ARI web page generator into GDB sources.
1312 * contrib/ari/create-web-ari-in-src.sh: New file.
1313 * contrib/ari/gdb_ari.sh: New file.
1314 * contrib/ari/gdb_find.sh: New file.
1315 * contrib/ari/update-web-ari.sh: New file.
1316
1317 2012-10-31 Tom Tromey <tromey@redhat.com>
1318
1319 * gdbarch.c: Rebuild.
1320 * gdbarch.sh: Remove references to gdbarch_swap.
1321 * corelow.c (core_open): Remove obsolete comment.
1322
1323 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
1324
1325 PR cli/14772
1326 * c-typeprint.c (c_print_type): Don't print a space for vector
1327 types, this is handled within the suffix.
1328 (c_type_print_varspec_suffix): Add a space to vector suffix.
1329
1330 2012-10-26 Pedro Alves <palves@redhat.com>
1331
1332 * amd64-tdep.c (amd64_relocate_instruction): Use
1333 store_unsigned_integer instead of memcpy.
1334 * i386-tdep.c (i386_relocate_instruction): Ditto.
1335
1336 2012-10-26 Pedro Alves <palves@redhat.com>
1337
1338 * infrun.c (handle_inferior_event): Merge handling of
1339 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
1340 switch case.
1341
1342 2012-10-26 Pedro Alves <palves@redhat.com>
1343
1344 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
1345 Remove comment.
1346
1347 2012-10-26 Pedro Alves <palves@redhat.com>
1348
1349 * target.c (target_waitstatus_to_string): Handle
1350 TARGET_WAITKIND_VFORK_DONE.
1351
1352 2012-10-26 Pedro Alves <palves@redhat.com>
1353
1354 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
1355 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
1356
1357 2012-10-24 Tristan Gingold <gingold@adacore.com>
1358
1359 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
1360 Add comments.
1361
1362 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1363
1364 * ravenscar-thread.c (ravenscar_wait): Only update the list
1365 of threads and inferior_ptid if the inferior is still alive.
1366
1367 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1368
1369 * ada-lang.c (is_known_support_routine): Use lbasename when
1370 matching the symtab's filename against
1371 known_runtime_file_name_patterns.
1372
1373 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1374
1375 * ada-lang.c (ada_same_array_size_p): New function.
1376 (ada_promote_array_of_integrals): New function.
1377 (coerce_for_assign): Add handling of arrays where the elements
1378 are integrals of a smaller size than the size of the target
1379 array element type.
1380
1381 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1382
1383 * doublest.c (convert_doublest_to_floatformat): Fix comparison
1384 against maximum exponent value.
1385
1386 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1387
1388 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
1389 "unwind-seh.c".
1390
1391 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1392
1393 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
1394 strip typedef layer when computing the fixed type's field type,
1395 only when computing its size.
1396
1397 2012-10-24 Mark Kettenis <kettenis@gnu.org>
1398
1399 PR gdb/12783
1400 * i386-tdep.c (i386_return_value): Handle complex double and long
1401 double.
1402
1403 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1404
1405 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
1406 New local variable args_len.
1407 Quote the name of the executable when computing the command line.
1408
1409 2012-10-23 Mark Kettenis <kettenis@gnu.org>
1410
1411 PR gdb/12796
1412 PR gdb/12798
1413 PR gdb/12800
1414 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
1415 AMD64_FTAG_REGNUM.
1416 * amd64-tdep.c (amd64_classify): Classify complex types.
1417 (amd64_return_value): Handle the COMPLEX_X87 class.
1418
1419 2012-10-23 Joel Brobecker <brobecker@adacore.com>
1420
1421 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
1422 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
1423
1424 2012-10-23 Joel Brobecker <brobecker@adacore.com>
1425
1426 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
1427 function.
1428 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
1429 to amd64_windows_auto_wide_charset.
1430
1431 2012-10-23 Yao Qi <yao@codesourcery.com>
1432
1433 * event-top.c (mark_async_signal_handler_wrapper): Remove.
1434 * event-top.h: Remove its declaration.
1435 (async_request_quit): Call mark_async_signal_handler instead of
1436 mark_async_signal_handler_wrapper.
1437 (async_do_nothing, async_disconnect): Likewise.
1438 (async_stop_sig): Likewise.
1439 * remote.c (handle_remote_sigint): Likewise.
1440 (handle_remote_sigint_twice): Likewise.
1441
1442 2012-10-23 Yao Qi <yao@codesourcery.com>
1443
1444 * event-top.c (sigint_token, sighup_token): Replace 'void *'
1445 with 'static struct async_signal_handler *'.
1446 (sighup_token, sigquit_token, sigstp_token): Likewise.
1447
1448 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
1449
1450 * gdbarch.sh (function_list): Use 'pstring' when printing
1451 a variable which could return NULL.
1452 * gdbarch.c: Regenerate.
1453
1454 2012-10-10 Joel Brobecker <brobecker@adacore.com>
1455 Tom Tromey <tromey@redhat.com>
1456
1457 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
1458 inneffective if condition by gdb assertion. Add function
1459 description comment.
1460
1461 2012-10-19 Joel Brobecker <brobecker@adacore.com>
1462
1463 * parser-defs.h (struct exp_descriptor): Document constraint
1464 on return value for "op_name" callbacks.
1465
1466 2012-10-18 Tom Tromey <tromey@redhat.com>
1467
1468 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
1469 * symtab.c (iterate_over_some_symtabs): Constify.
1470 * source.h (symtab_to_fullname): Return 'const char *'.
1471 * source.c (symtab_to_fullname): Return 'const char *'.
1472 * python/py-symtab.c (stpy_fullname): Constify.
1473 * cli/cli-cmds.c (edit_command): Constify.
1474 * breakpoint.c (print_breakpoint_location)
1475 (update_static_tracepoint): Constify.
1476
1477 2012-10-18 Tom Tromey <tromey@redhat.com>
1478
1479 * breakpoint.c (compare_breakpoints): Fix comparison.
1480
1481 2012-10-18 Tom Tromey <tromey@redhat.com>
1482
1483 * valprint.c (generic_emit_char, generic_printstr): Pass size of
1484 gdb_wchar_t to convert_between_encodings.
1485
1486 2012-10-17 Yao Qi <yao@codesourcery.com>
1487
1488 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
1489 more parameter 'inferior'.
1490 * corefile.c (write_memory_with_notification): Caller update.
1491
1492 * mi/mi-cmd-var.c: Include "mi-main.h".
1493 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
1494 to 1 and restore it later.
1495 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
1496 and "data-write-memory-bytes.
1497 * mi/mi-interp.c: Include objfiles.h.
1498 (mi_interpreter_init): Call observer_attach_memory_changed.
1499 (mi_memory_changed): New.
1500 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
1501 New field.
1502
1503 * NEWS: Mention new MI notification "memory-changed".
1504
1505 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1506
1507 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
1508
1509 2012-10-15 Doug Evans <dje@google.com>
1510
1511 New option -nh: inhibit loading of ~/.gdbinit.
1512 * NEWS: Mention -nh.
1513 * main.c (captured_main): Recognize and process -nh.
1514 (print_gdb_help): Mention -nh.
1515 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
1516
1517 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
1518
1519 PR backtrace/14646
1520 PR gdb/14647
1521 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
1522 pc_regnum_from_eax.
1523 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
1524 nor pc_regnum_from_eax.
1525 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
1526 nor pc_regnum_from_eax.
1527
1528 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1529
1530 Fix entry values resolving in inlined frames.
1531 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
1532 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
1533 entries of FRAME.
1534
1535 2012-10-15 Joel Brobecker <brobecker@adacore.com>
1536
1537 * configure.ac: Build with -DMS_WIN64 if building with Python
1538 enabled using GCC on amd64-windows.
1539 * configure: Regenerate.
1540
1541 2012-10-15 Tom Tromey <tromey@redhat.com>
1542
1543 PR python/14635:
1544 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
1545 to Py_None.
1546
1547 2012-10-15 Tom Tromey <tromey@redhat.com>
1548
1549 PR python/14634:
1550 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
1551
1552 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
1553
1554 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
1555 reset thread numbering back to 1.
1556
1557 2012-10-11 Doug Evans <dje@google.com>
1558
1559 PR breakpoints/14643.
1560 * linespec.c (struct ls_parser): New member keyword_ok.
1561 (linespec_lexer_lex_string): Add comment.
1562 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
1563 for one.
1564 (parse_linespec): Set keyword_ok.
1565
1566 2012-10-10 Doug Evans <dje@google.com>
1567
1568 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
1569 "0x" prefix on address in log message.
1570
1571 * dwarf2read.c (read_1_byte): Add const to buf parameter.
1572 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
1573 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
1574 (lookup_dwo_file): Add const to dwo_name parameter.
1575 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1576
1577 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1578
1579 Fix crash during stepping on ppc32.
1580 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
1581 SYM.
1582
1583 2012-10-03 Doug Evans <dje@google.com>
1584
1585 PR symtab/14601
1586 * buildsym.c (buildsym_init): Reset using_directives to NULL.
1587
1588 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
1589
1590 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
1591 output and use uint32_t not long to ensure 4 byte size.
1592
1593 2012-10-02 Joel Brobecker <brobecker@adacore.com>
1594
1595 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
1596 unref'ed it.
1597
1598 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
1599
1600 * target.c (simple_search_memory): Include access length in
1601 warning message.
1602
1603 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
1604 Edjunior Machado <emachado@linux.vnet.ibm.com>
1605
1606 PR gdb/13989
1607 * solib.c (solib_find): Prevent GDB from loading native libraries when
1608 debugging a cross-target corefile.
1609
1610 2012-09-28 selven <pcthegreat@gmail.com>
1611
1612 Make definition match declaration.
1613
1614 * regcache.c (regcache_register_status): Change return type to
1615 enum register_status.
1616
1617 2012-09-28 Yao Qi <yao@codesourcery.com>
1618
1619 * mi/mi-main.c (mi_cmd_data_write_memory): Call
1620 write_memory_with_notification instead of write_memory.
1621 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1622 instead of target_write_memory.
1623
1624 2012-09-28 Yao Qi <yao@codesourcery.com>
1625
1626 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1627 when the length of content is not an even number.
1628
1629 2012-09-27 Tom Tromey <tromey@redhat.com>
1630
1631 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1632 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1633
1634 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1635
1636 * sol-thread.c (sol_thread_fetch_registers)
1637 (sol_thread_store_registers): Delete commented out code.
1638
1639 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1640
1641 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1642 Move these functions to sparc-sol-thread.c.
1643 * sparc-sol-thread.c: New file.
1644 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1645 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1646 configurations.
1647 * configure: Regenerate.
1648
1649 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1650
1651 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1652 Remove commented-out code.
1653
1654 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1655
1656 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1657 Enable this code for sparc hosts only.
1658
1659 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1660
1661 * procfs.h (procfs_find_LDT_entry): Add declaration.
1662 * sol-thread.c (ps_lgetLDT): Delete local declaration of
1663 function procfs_find_LDT_entry.
1664
1665 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1666
1667 * procfs.c (proc_get_LDT_entry): Make static.
1668
1669 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1670
1671 * procfs.c (proc_find_memory_regions): Fix declaration.
1672
1673 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1674
1675 * amd64-tdep.c (amd64_return_value): Revert previous change
1676 that used TYPE_LENGTH directly.
1677 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1678 (bfin_store_return_value): Likewise.
1679 * cris-tdep.c (cris_store_return_value): Likewise.
1680 (cris_extract_return_value): Likewise.
1681 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1682 * hppa-tdep.c (hppa64_return_value): Likewise.
1683 * lm32-tdep.c (lm32_store_return_value): Likewise.
1684 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1685 * spu-tdep.c (spu_value_from_register): Likewise.
1686 * vax-tdep.c (vax_return_value): Likewise.
1687
1688 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1689
1690 * gdbtypes.c (lookup_array_range_type): Expand parameters
1691 LOW_BOUND and HIGH_BOUND to LONGEST.
1692 (lookup_string_range_type): Likewise.
1693 * gdbtypes.h (lookup_array_range_type): Likewise.
1694 (lookup_string_range_type): Likewise.
1695 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1696 Expand HIGHBOUND to ssize_t.
1697 (value_string): Likewise.
1698 * value.h (value_cstring): Expand parameter LEN to ssize_t.
1699 (value_string): Likewise.
1700
1701 2012-09-27 Yao Qi <yao@codesourcery.com>
1702
1703 PR breakpoints/13898
1704 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1705 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1706 per breakpoint type.
1707
1708 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1709
1710 * procfs.c: Add gdb_bfd header.
1711 * rs6000-nat.c: Likewise.
1712 * solib-pa64.c: Likewise.
1713 * spu-linux-nat.c: Likewise.
1714 * windows-nat.c: Likewise.
1715
1716 2012-09-26 Tom Tromey <tromey@redhat.com>
1717
1718 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1719
1720 2012-09-26 Tom Tromey <tromey@redhat.com>
1721
1722 * dwarf2read.c (mark_common_block_symbol_computed): New function.
1723 (read_common_block): Handle child DIEs with
1724 DW_AT_data_member_location.
1725 (new_symbol_full): Add special case for common blocks.
1726
1727 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1728 Tom Tromey <tromey@redhat.com>
1729
1730 * dwarf2read.c (read_common_block): Rewrite.
1731 (new_symbol_full): Handle DW_TAG_common_block.
1732 * f-lang.c (head_common_list, find_common_for_function):
1733 Remove.
1734 * f-lang.h (struct common_entry, struct saved_f77_common,
1735 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1736 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1737 BLANK_COMMON_NAME_LOCAL): Remove.
1738 (struct common_block): New.
1739 * f-valprint.c (list_all_visible_commons): Remove.
1740 (info_common_command_for_block): New function.
1741 (info_common_command): Use it.
1742 * stack.c (iterate_over_block_locals): Special case for
1743 COMMON_BLOCK_DOMAIN.
1744 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1745 constant.
1746 (struct general_symbol_info) <value.common_block>: New field.
1747 (SYMBOL_VALUE_COMMON_BLOCK): New define.
1748
1749 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1750 Tom Tromey <tromey@redhat.com>
1751
1752 * f-lang.c (allocate_saved_bf_node,
1753 allocate_saved_function_node, allocate_saved_f77_common_node,
1754 allocate_common_entry_node, tail_common_list, current_common,
1755 saved_bf_list, saved_bf_list_end, current_head_bf_list,
1756 tmp_bf_ptr, add_common_block, add_common_entry,
1757 find_first_common_named, patch_common_entries,
1758 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1759 global_remote_debug, get_bf_for_fcn, saved_function_list,
1760 saved_function_list_end, clear_function_list, struct saved_fcn,
1761 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1762 SAVED_BF, SAVED_BF_PTR): Remove.
1763 * f-lang.h (tail_common_list, current_common,
1764 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1765 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1766 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1767 real_main_c_value): Remove.
1768 * f-valprint.c (there_is_a_visible_common_named): Remove.
1769
1770 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
1771
1772 * breakpoint.c (update_global_location_list): Ignore previous
1773 duplicate status of a breakpoint when starting a new scan for
1774 duplicate breakpoints.
1775
1776 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
1777 PR breakpoints/14419
1778 * arm-tdep.c (arm_skip_prologue): Extending producer check to
1779 support LLVM compiler.
1780
1781 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1782
1783 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1784 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1785 (bfin_store_return_value): Likewise.
1786 * cris-tdep.c (cris_store_return_value): Likewise.
1787 (cris_extract_return_value): Likewise.
1788 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1789 * hppa-tdep.c (hppa64_return_value): Likewise.
1790 * lm32-tdep.c (lm32_store_return_value): Likewise.
1791 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1792 * spu-tdep.c (spu_value_from_register): Likewise.
1793 * vax-tdep.c (vax_return_value): Likewise.
1794
1795 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1796
1797 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1798 parameter LEN to ssize_t.
1799
1800 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1801
1802 * ada-valprint.c (ada_val_print_1): Eliminate single-use
1803 variable LEN.
1804 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1805 directly.
1806 (alpha_store_return_value): Likewise.
1807 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1808 (amd64_push_arguments): Likewise.
1809 * ax-gdb.c (gen_trace_static_fields): Likewise.
1810 (gen_traced_pop): Likewise.
1811 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1812 * breakpoint.c (update_watchpoint): Likewise.
1813 * findcmd.c (parse_find_args): Use local variable for type
1814 instead of length.
1815 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1816 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1817 (h8300_store_return_value): Likewise.
1818 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1819 Use i386_darwin_arg_type_alignment directly.
1820 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1821 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1822 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1823 (m68hc11_extract_return_value): Likewise.
1824 * mep-tdep.c (mep_push_dummy_call): Likewise.
1825 * printcmd.c (float_type_from_length): Likewise.
1826 * s390-tdep.c (s390_value_from_register): Likewise.
1827 * stack.c (read_frame_arg): Likewise.
1828 * tracepoint.c (encode_actions_1): Likewise.
1829 * valops.c (value_fetch_lazy): Use local variable for type
1830 instead of length. Use TYPE_LENGTH directly.
1831 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1832
1833 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1834
1835 * symtab.c (skip_prologue_sal): Fix typo in comment.
1836
1837 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1838
1839 * linespec.c (create_sals_line_offset): Fix typo in comment.
1840
1841 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1842
1843 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1844 use plongest to print the array size.
1845
1846 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1847
1848 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1849 * p-valprint.c (pascal_type_print_base): Likewise.
1850
1851 2012-09-22 Yao Qi <yao@codesourcery.com>
1852
1853 * remote.c (remote_get_trace_status): Remove setting default
1854 values of fields of 'ts'.
1855
1856 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1857
1858 Fix internal error on canonicalization of clang types.
1859 * cp-name-parser.y (operator): New comment at make_operator call for
1860 new, delete, new[] and delete[].
1861 (exp): Use "sizeof ". Add new comment at make_operator call.
1862
1863 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1864
1865 Fix disassemble without parameters in tailcall frame.
1866 * cli/cli-cmds.c (disassemble_current_function): Use
1867 get_frame_address_in_block.
1868
1869 2012-09-21 Tom Tromey <tromey@redhat.com>
1870
1871 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1872 TYPE_CODE_UNION>: Unify, removing a goto.
1873
1874 2012-09-21 Tom Tromey <tromey@redhat.com>
1875
1876 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1877
1878 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
1879
1880 * findvar.c (read_frame_register_value): Mark the result value as
1881 optimized out if any of the input registers have been optimized out.
1882
1883 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
1884
1885 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1886
1887 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
1888
1889 * eval.c (evaluate_subexp_standard): Eliminate single-use
1890 variable LOWER.
1891
1892 2012-09-21 Yao Qi <yao@codesourcery.com>
1893
1894 * mi/mi-interp.c: Declare mi_record_changed.
1895 (mi_interpreter_init): Call observer_attach_record_changed.
1896 (mi_record_changed): New.
1897 * record.c (record_open): Call observer_notify_record_changed.
1898 (cmd_record_stop): Call observer_notify_record_changed.
1899 * NEWS: Mention it.
1900
1901 2012-09-20 Tom Tromey <tromey@redhat.com>
1902
1903 * NEWS: Update.
1904 * python/python.c (finalize_python): New function.
1905 (_initialize_python): Make a final cleanup.
1906
1907 2012-09-19 Doug Evans <dje@google.com>
1908
1909 * buildsym.h (param_symbols): Delete, unused.
1910 (context_stack): Delete member "params", unused.
1911 * buildsym.c (push_context): Update.
1912 * dwarf2read.c (read_func_scope): Update.
1913
1914 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1915
1916 * sh-tdep.c (sh_register_convert_to_virtual)
1917 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
1918 all callers. Just do a memcpy if not the little-endian case.
1919
1920 * h8300-tdep.c (h8300_gdbarch_init): Invoke
1921 set_gdbarch_double_format and set_gdbarch_long_double_format.
1922 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1923 set_gdbarch_double_format.
1924 * sh-tdep.c (sh_gdbarch_init): Likewise.
1925
1926 * NEWS: Document the removal of SH's 'regs' command.
1927 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1928 command.
1929
1930 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1931
1932 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1933 `jump'.
1934
1935 2012-09-18 Joel Brobecker <brobecker@adacore.com>
1936
1937 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1938 language when iterating over symbols.
1939
1940 2012-09-18 Yao Qi <yao@codesourcery.com>
1941
1942 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1943 (mi_interpreter_init): Call observer_attach_tsv_created and
1944 observer_attach_tsv_deleted.
1945 (mi_tsv_created, mi_tsv_deleted): New.
1946 * tracepoint.c (delete_trace_state_variable): Call
1947 observer_notify_tsv_deleted.
1948 (trace_variable_command): Call observer_notify_tsv_created.
1949 (delete_trace_variable_command): Call
1950 observer_notify_tsv_deleted.
1951 (create_tsv_from_upload): Call observer_notify_tsv_created.
1952 * NEWS: Mention it.
1953
1954 2012-09-18 Yao Qi <yao@codesourcery.com>
1955
1956 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1957 if traceframe changed.
1958 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1959 "trace-find".
1960 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1961 (mi_interpreter_init): Hook mi_traceframe_changed to observer
1962 'traceframe_changed'.
1963 (mi_traceframe_changed): New.
1964 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1965 New field.
1966 * NEWS: Mention the new MI notification.
1967
1968 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
1969
1970 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1971
1972 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1973
1974 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1975 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
1976 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1977 Extend code also for PaX support. Convert all gdb_assert to warning
1978 calls.
1979
1980 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1981
1982 Implement auto-load user conveniences suggested by Doug Evans.
1983 * auto-load.c: Include top.h.
1984 (file_is_auto_load_safe): New variable advice_printed. Print advice.
1985 (_initialize_auto_load): New variable scripts_directory_help. Mention
1986 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1987 scripts-directory. Document in online help one can use also files for
1988 set auto-load safe-path.
1989 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1990 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1991
1992 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1993
1994 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1995 of LEN.
1996
1997 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1998
1999 * m2-valprint.c (m2_print_array_contents): Eliminate variable
2000 ELTLEN and use TYPE_LENGTH directly.
2001 (m2_val_print): Likewise.
2002 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
2003 variable LEN and use TYPE_LENGTH directly.
2004 (m68k_svr4_store_return_value): Likewise.
2005 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
2006 ARGLEN and use TYPE_LENGTH directly.
2007 (mips_o64_push_dummy_call): Likewise.
2008 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
2009 variable LENGTH and use TYPE_LENGTH directly.
2010 (s390_function_arg_float): Likewise.
2011 (s390_function_arg_integer): Likewise.
2012 (s390_push_dummy_call): Likewise.
2013 (s390_return_value_convention): Likewise.
2014 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
2015 TYPE_LENGTH directly.
2016
2017 2012-09-17 Yao Qi <yao@codesourcery.com>
2018
2019 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
2020 Update comment to add_setshow_integer_cmd.
2021 * cli/cli-setshow.c (do_set_command): Handle case
2022 'var_zuinteger_unlimited'.
2023 (do_show_command): Likewise.
2024 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2025 for command 'remotetimeout'.
2026 * command.h (enum var_types): New zuinteger_unlimited. Update comment
2027 to var_integer.
2028 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
2029 for command 'set listsize'.
2030
2031 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2032
2033 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2034 variable LEN.
2035
2036 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2037
2038 PR 14119
2039 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2040 (frame_pop): Drop also TAILCALL_FRAME frames.
2041 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2042
2043 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2044 Pedro Alves <palves@redhat.com>
2045
2046 PR 14548
2047 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2048 function start if we are already at function start. Both for
2049 reverse-next and for reverse-step into function without line number
2050 info.
2051
2052 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2053
2054 Code cleanup - rename 'inline' depth to 'artificial' depth.
2055 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2056 frame_id_artificial_p, extend the comment.
2057 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2058 * frame.c (fprint_frame_id): Rename at a user, change debug output
2059 text to "artificial=".
2060 (skip_inlined_frames): Rename to ...
2061 (skip_artificial_frames): ... here. Extend the comment.
2062 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2063 (frame_id_inlined_p): Rename to ...
2064 (frame_id_artificial_p): ... here. Rename at a user.
2065 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2066 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2067 at a user.
2068 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2069 Extend the comment.
2070 (frame_id_inlined_p): Rename to ...
2071 (frame_id_artificial_p): ... here.
2072 * inline-frame.c (inline_frame_this_id): Rename at a user.
2073
2074 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
2075
2076 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2077 vector variables using vector_size syntax rather than array
2078 syntax.
2079
2080 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2081
2082 * valarith.c (value_concat): Replace unsafe ALLOCA with
2083 XMALLOC/XFREE.
2084
2085 2012-09-14 Pedro Alves <palves@redhat.com>
2086
2087 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2088
2089 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
2090
2091 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2092 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2093 data-directory as appropriate.
2094
2095 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2096
2097 * printcmd.c (ui_printf): Eliminate single-use variable
2098 PARAM_LEN.
2099
2100 2012-09-14 Yao Qi <yao@codesourcery.com>
2101 Pedro Alves <palves@redhat.com>
2102
2103 * valops.c (value_assign): Move observer_notify_target_changed
2104 below to replace reinit_frame_cache.
2105
2106 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
2107
2108 Refactor Python "gdb" module into a proper Python package, by
2109 introducing a new "_gdb" module for code implemented in C, and
2110 using reload/__import__ instead of exec.
2111 * python/lib/gdb/__init__.py: Import * from _gdb.
2112 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2113 prompt_hook, sys.argv): Moved from finish_python_initialization.
2114 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2115 (packages, auto_load_packages): New list and function replacing
2116 module_dict and auto-loading code, using __file__ instead of
2117 gdb.PYTHONDIR and reload/__import__ instead of exec.
2118 (GdbSetPythonDirectory): Replacing function of the same name
2119 from finish_python_initialization, using reload/__import__ instead
2120 of exec, as well as call auto_load_packages.
2121 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2122 gdb_python_module and not gdb_module.
2123 * python/python-internal.h (gdb_python_module): Declare.
2124 * python/python.c (gdb_python_module): New global.
2125 (before_prompt_hook): Check gdb_python_module and not gdb_module.
2126 (_initialize_python): Rename gdb module to _gdb.
2127 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2128 (finish_python_initialization): Move Python code to
2129 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2130 __main__.
2131
2132 2012-09-13 Pedro Alves <palves@redhat.com>
2133
2134 * Makefile.in (COMMON_OBS): Add registry.o.
2135 * registry.c: New file.
2136 * registry.h (struct registry_container): Declare.
2137 (registry_data_callback): New typedef.
2138 (struct registry_data, struct registry_data_registration, struct
2139 registry_data_registry): New type.
2140 (register_data_with_cleanup, registry_alloc_data)
2141 (registry_callback_adaptor, registry_clear_data)
2142 (registry_container_free_data, registry_set_data, registry_data):
2143 Declare.
2144 (DEFINE_REGISTRY): Refactor structures and functions as shims over
2145 the new common structures and functions.
2146 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
2147 callback typedefs.
2148
2149 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
2150
2151 * remote.c (remote_insert_hw_breakpoint): Throw exception if
2152 there is an error inserting hardware breakpoints and use the
2153 error message from the target.
2154
2155 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
2156 Catch this exception and print the error message contained within. Do not
2157 print the default hardware error breakpoint message in this case.
2158
2159 2012-09-12 Doug Evans <dje@google.com>
2160
2161 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2162 cu == NULL.
2163
2164 2012-09-11 Doug Evans <dje@google.com>
2165
2166 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
2167 .gdb_index symbol attributes if there are none.
2168
2169 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2170
2171 * symtab.h (struct minimal_symbol) [has_size]: New field.
2172 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
2173 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
2174 * printcmd.c (build_address_symbolic): Only filter out zero-sized
2175 minimal symbols if the symbol's size is actually known.
2176 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
2177 of msymbol's size field. Add comment.
2178 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2179 SET_MSYMBOL_SIZE to set the minimal symbol size.
2180
2181 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2182
2183 * minsyms.c (install_minimal_symbols): Use memset to fill entire
2184 minimal_symbol struct object, rather than setting some of its
2185 fields one by one.
2186
2187 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
2188
2189 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2190 passed_a_ptr flag when displaying typedef types.
2191
2192 2012-09-10 Joel Brobecker <brobecker@adacore.com>
2193
2194 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2195 the optimized_out flag is preserved.
2196
2197 2012-09-10 Anthony Green <green@moxielogic.com>
2198
2199 * moxie-tdep.c (moxie_analyze_prologue): Update for function
2200 prologue changes in GCC.
2201
2202 2012-09-10 Keith Seitz <keiths@redhat.com>
2203
2204 PR gdb/13483
2205 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2206 (BOOL_CONVERSION_BADNESS): ... this.
2207 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2208 (rank_one_type): Allow all boolean conversions
2209 permitted by the standard.
2210
2211 2012-09-06 Tom Tromey <tromey@redhat.com>
2212
2213 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2214 Don't decref py_objfile.
2215
2216 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
2217
2218 Do not enable -lmcheck by default when Python is enabled with
2219 threading support.
2220 * configure.ac: (python_has_threads) New variable, by testing
2221 if WITH_THREAD is defined in Python.h.
2222 Move --enable-lmcheck after --with-python.
2223 Do not enable -lmcheck by default if python_has_threads=yes.
2224 Warn if --enable-lmcheck and python_has_threads=yes.
2225 * configure: Regenerate.
2226
2227 2012-08-31 Yao Qi <yao@codesourcery.com>
2228
2229 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
2230 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
2231 Update some commands.
2232 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
2233 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
2234 to 1.
2235
2236 2012-08-31 Yao Qi <yao@codesourcery.com>
2237
2238 * mi/mi-cmds.c (mi_cmds): Add 'static'.
2239
2240 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
2241
2242 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
2243
2244 2012-08-29 Doug Evans <dje@google.com>
2245
2246 * main.c (print_gdb_help): Remove reference to
2247 --use-deprecated-index-sections.
2248
2249 2012-08-28 Yao Qi <yao@codesourcery.com>
2250
2251 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
2252 (init_cmds): Call add_setshow_uinteger_cmd for command
2253 'max-user-call-depth'.
2254 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
2255 declaration of 'max_user_call_depth'.
2256 * frame.c (backtrace_limit): Add 'unsigned'.
2257 (_initialize_frame): Call add_setshow_uinteger_cmd for command
2258 'limit'.
2259 * remote.c (remoteaddresssize): Add 'unsigned'.
2260 (remote_address_masked): Change local var 'address_size' to
2261 'unsigned'.
2262 (_initialize_remote): Call add_setshow_uinteger_cmd for
2263 'remoteaddresssize'.
2264 * top.c (history_size): Add 'unsigned'.
2265 (show_commands): Change local variables to 'unsigned'.
2266 (set_history_size_command): Don't check history_size is negative.
2267 Adjust the condition to call unstifle_history and set history_size
2268 to UNIT_MAX.
2269
2270 2012-08-28 Pedro Alves <palves@redhat.com>
2271
2272 PR gdb/14428
2273
2274 * infcmd.c (default_print_one_register_info): New, factored out
2275 from default_print_registers_info.
2276 (default_print_registers_info): Use it. Mark value unavailable if
2277 necessary.
2278 (registers_info): Print user registers with
2279 default_print_one_register_info.
2280
2281 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
2282
2283 PR tui/14486
2284 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
2285 is not NULL before referencing it.
2286
2287 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2288
2289 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
2290 variable pc. Call find_pc_line instead of find_pc_overlay, restore
2291 original PC for it.
2292
2293 2012-08-27 Eli Zaretskii <eliz@gnu.org>
2294 Jan Kratochvil <jan.kratochvil@redhat.com>
2295
2296 * auto-load.c (auto_load_objfile_script): Rename to ...
2297 (auto_load_objfile_script_1): ... here, change variable realname to
2298 parameter realname, document it, add return value, add variable retval.
2299 (auto_load_objfile_script): New function.
2300
2301 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2302
2303 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
2304 followed by a whitespace.
2305
2306 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2307
2308 PR gdb/14494.
2309 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
2310 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
2311 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
2312 here.
2313
2314 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
2315
2316 * memattr.c (create_mem_region): Fix memory region overlapping
2317 checking.
2318
2319 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
2320
2321 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
2322 with xmalloc/cleanup.
2323 * mt-tdep.c (mt_push_dummy_call): Likewise.
2324 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2325 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2326
2327 2012-08-24 Yao Qi <yao@codesourcery.com>
2328
2329 * jv-exp.y (push_expression_name): Add "." at the end of error
2330 message.
2331
2332 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2333
2334 Document how to return from "python-interactive" to GDB.
2335 * python/python.c (_initialize_python): Update documentation.
2336
2337 2012-08-23 Pedro Alves <palves@redhat.com>
2338
2339 * infrun.c (_initialize_infrun) <handle command help text>:
2340 Mention that multiple signals are supported.
2341
2342 2012-08-23 Pedro Alves <palves@redhat.com>
2343
2344 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
2345 string.
2346
2347 2012-08-23 Yao Qi <yao@codesourcery.com>
2348
2349 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
2350 (tfind_1): Don't call registers_changed, set_traceframe_num,
2351 and clear_traceframe_info.
2352 Call set_current_traceframe.
2353 (set_current_traceframe): call set_traceframe_num.
2354
2355 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
2356
2357 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
2358 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
2359
2360 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2361
2362 Enable readline in Python in a GDB-specific way and block the
2363 standard Python readline module to prevent conflicts with GDB.
2364 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
2365 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
2366 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
2367 * python/py-gdb-readline.c: New file.
2368 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
2369 prototype.
2370 * python/python.c (_initialize_python): Call
2371 gdbpy_initialize_gdb_readline.
2372
2373 2012-08-22 Keith Seitz <keiths@redhat.com>
2374
2375 * defs.h: Include build-gnulib/config.h
2376
2377 2012-08-22 Joseph Myers <joseph@codesourcery.com>
2378
2379 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
2380 and blx pc.
2381
2382 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2383
2384 Add a new "python-interactive" command that starts a standard
2385 Python interactive prompt with "pi" as alias, and add "py" as
2386 an alias to "python".
2387 * NEWS: Mention the new commands.
2388 * python/python.c (eval_python_command): New function.
2389 (python_interactive_command): For "python-interactive" with
2390 arguments, call eval_python_command. For "python-interactive"
2391 without arguments, call PyRun_InteractiveLoop.
2392 (_initialize_python): Add "python-interactive" command with
2393 "pi" as alias, and add "py" as an alias to "python".
2394
2395 2012-08-22 Tom Tromey <tromey@redhat.com>
2396
2397 * defs.h (quit_flag): Don't declare.
2398 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
2399 (QUIT): Use new functions.
2400 * event-top.c (command_handler): Use clear_quit_flag.
2401 (handle_sigint): Use set_quit_flag.
2402 (async_request_quit): Use check_quit_flag. Don't check
2403 immediate_quit.
2404 * exceptions.c (throw_exception): Use clear_quit_flag.
2405 * main.c (captured_main): Use clear_quit_flag.
2406 * python/python.c (clear_quit_flag, set_quit_flag)
2407 (check_quit_flag): New functions.
2408 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
2409 clear_quit_flag.
2410 * remote.c (remote_wait_as): Use check_quit_flag,
2411 clear_quit_flag.
2412 (remote_start_remote): Call QUIT.
2413 * symfile.c (load_progress): Use check_quit_flag.
2414 * top.c (command_loop): Use clear_quit_flag.
2415 (command_line_input): Call QUIT.
2416 * utils.c (quit_flag): Conditionally define.
2417 (clear_quit_flag, check_quit_flag, set_quit_flag): New
2418 functions.
2419 (prompt_for_continue): Call QUIT. Use quit, not
2420 async_request_quit.
2421 * remote-mips.c (mips_expect_timeout): Call QUIT.
2422 * monitor.c (monitor_expect): Call QUIT.
2423
2424 2012-08-22 Tom Tromey <tromey@redhat.com>
2425
2426 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
2427 (async_init_signals): Update.
2428 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
2429 (SIGWINCH_HANDLER_BODY): Remove.
2430
2431 2012-08-22 Tom Tromey <tromey@redhat.com>
2432
2433 * jit.c (jit_object_close_impl): Don't malloc the objfile
2434 name.
2435 * objfiles.c (allocate_objfile): Don't malloc the objfile
2436 name.
2437 (free_objfile): Don't free the objfile name.
2438 * objfiles.h (struct objfile) <name>: Update comment.
2439 * symfile.c (reread_symbols): Fix reference counting. Don't
2440 malloc objfile name.
2441
2442 2012-08-22 Tom Tromey <tromey@redhat.com>
2443
2444 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2445 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
2446 (symfile_bfd_open): Likewise.
2447 (generic_load): Likewise.
2448 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
2449 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2450 gdb_bfd_open.
2451 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2452 Use gdb_bfd_open.
2453 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
2454 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
2455 (pmon_load_fast): Likewise.
2456 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
2457 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
2458 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
2459 (macho_check_dsym): Likewise.
2460 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
2461 (m32r_upload_command): Likewise.
2462 * gdb_bfd.h (gdb_bfd_cache): Declare.
2463 * gdb_bfd.c (struct gdb_bfd_data): New.
2464 (gdb_bfd_cache): New global.
2465 (struct gdb_bfd_cache_search): New.
2466 (hash_bfd): New function.
2467 (eq_bfd): Likewise.
2468 (gdb_bfd_open): Likewise.
2469 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
2470 (gdb_bfd_unref): Remove closed BFD from cache. Update for
2471 gdb_bfd_data.
2472 * exec.c (exec_file_attach): Use gdb_bfd_open.
2473 * dsrec.c (load_srec): Use gdb_bfd_open.
2474
2475 2012-08-22 Tom Tromey <tromey@redhat.com>
2476
2477 * dwarf2read.c (macro_start_file): Update.
2478 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
2479 (free_objfile_per_bfd_storage): Destroy macro_cache.
2480 (allocate_objfile, free_objfile): Update.
2481 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
2482 New field.
2483 (struct objfile) <macro_cache>: Remove.
2484 * symfile.c (reread_symbols): Update.
2485 * symmisc.c (print_symbol_bcache_statistics): Update.
2486 (print_objfile_statistics): Update.
2487
2488 2012-08-22 Tom Tromey <tromey@redhat.com>
2489
2490 * elfread.c (elf_symtab_read): Update.
2491 * objfiles.c (objfiles_bfd_data): New global.
2492 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
2493 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
2494 (allocate_objfile, free_objfile): Update.
2495 (_initialize_objfiles): Initialize objfiles_bfd_data.
2496 * objfiles.h (struct objfile_per_bfd_storage): New.
2497 (struct objfile) <per_bfd>: New field.
2498 <filename_cache>: Remove.
2499 (set_objfile_per_bfd): Declare.
2500 * symfile.c (reread_symbols): Update. Call
2501 set_objfile_per_bfd.
2502 (allocate_symtab): Update.
2503 * symmisc.c (print_symbol_bcache_statistics): Update.
2504 (print_objfile_statistics): Print the size of the BFD obstack.
2505
2506 2012-08-22 Tom Tromey <tromey@redhat.com>
2507
2508 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
2509 * gdb_bfd.c: Use DEFINE_REGISTRY.
2510 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
2511 (gdb_bfd_ref): Call bfd_alloc_data.
2512 (gdb_bfd_unref): Call bfd_free_data.
2513
2514 2012-08-22 Tom Tromey <tromey@redhat.com>
2515
2516 * registry.h (struct registry_fields): New.
2517 (REGISTRY_FIELDS): Redefine.
2518 (REGISTRY_ACCESS_FIELD): New macro.
2519 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
2520 functions.
2521
2522 2012-08-22 Tom Tromey <tromey@redhat.com>
2523
2524 * auto-load.c (_initialize_auto_load): Update.
2525 * solib-svr4.c (_initialize_svr4_solib): Update
2526 * solib-dsbt.c (_initialize_dsbt_solib): Update.
2527 * solib-darwin.c (_initialize_darwin_solib): Update.
2528 * registry.h: New file.
2529 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
2530 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
2531 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
2532 (register_program_space_data_with_cleanup)
2533 (register_program_space_data, program_space_alloc_data)
2534 (clear_program_space_data, set_program_space_data)
2535 (program_space_data): Don't declare.
2536 * progspace.c: Use DEFINE_REGISTRY.
2537 (struct program_space_data, struct
2538 program_space_data_registration, struct
2539 program_space_data_registry, program_space_data_registry)
2540 (register_program_space_data_with_cleanup)
2541 (register_program_space_data, program_space_alloc_data)
2542 (program_space_free_data, clear_program_space_data)
2543 (set_program_space_data, program_space_data): Remove.
2544 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
2545 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
2546 (register_objfile_data_with_cleanup, register_objfile_data)
2547 (clear_objfile_data, set_objfile_data, objfile_data): Don't
2548 declare.
2549 * objfiles.c: Use DEFINE_REGISTRY.
2550 (struct objfile_data, struct objfile_data_registration, struct
2551 objfile_data_registry, objfile_data_registry)
2552 (register_objfile_data_with_cleanup, register_objfile_data)
2553 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
2554 (set_objfile_data, objfile_data): Remove.
2555 (_initialize_objfiles): Update.
2556 * jit.c (_initialize_jit): Update.
2557 * inflow.c (_initialize_inflow): Update.
2558 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
2559 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
2560 (register_inferior_data_with_cleanup, register_inferior_data)
2561 (clear_inferior_data, set_inferior_data, inferior_data): Don't
2562 declare.
2563 * inferior.c: Use DEFINE_REGISTRY.
2564 (struct inferior_data, struct inferior_data_registration, struct
2565 inferior_data_registry, inferior_data_registry)
2566 (register_inferior_data_with_cleanup, register_inferior_data)
2567 (inferior_alloc_data, inferior_free_data clear_inferior_data)
2568 (set_inferior_data, inferior_data): Remove.
2569 * auxv.c (_initialize_auxv): Update.
2570 * ada-lang.c (_initialize_ada_language): Update.
2571 * breakpoint.c (_initialize_breakpoint): Update.
2572 * i386-nat.c (i386_use_watchpoints): Update.
2573
2574 2012-08-22 Tom Tromey <tromey@redhat.com>
2575
2576 * exec.c (exec_close, exec_file_attach): Update.
2577 (add_to_section_table): Initialize 'key' field.
2578 (add_target_sections, remove_target_sections): Add 'key' argument.
2579 * exec.h (add_target_sections, remove_target_sections): Add
2580 'key' argument.
2581 * solib.c (solib_map_sections, update_solib_list, clear_solib)
2582 (reload_shared_libraries_1): Update.
2583 * target.h (struct target_section) <key>: New field.
2584
2585 2012-08-22 Tom Tromey <tromey@redhat.com>
2586
2587 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2588
2589 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
2590
2591 * symfile.c (allocate_symtab): Use host_address_to_string
2592 function instead of cast of pointer to long which is not
2593 compatible with x86_64-w64-mingw32 build.
2594
2595 2012-08-19 Andrew Pinski <apinski@cavium.com>
2596
2597 * mips-tdep.c (is_octeon): New function.
2598 (is_octeon_bbit_op): New function.
2599 (mips32_next_pc): Handle Octeon's bbit instructions.
2600 (mips32_instruction_has_delay_slot): Likewise.
2601
2602 2012-08-19 Andrew Pinski <apinski@cavium.com>
2603
2604 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
2605 before the function.
2606
2607 2012-08-19 Andrew Pinski <apinski@cavium.com>
2608
2609 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2610
2611 2012-08-19 Keith Seitz <keiths@redhat.com>
2612
2613 PR c++/14365
2614 * c-typeprint.c (c_type_print_varspec_prefix): Pass
2615 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2616
2617 2012-08-18 Eli Zaretskii <eliz@gnu.org>
2618
2619 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2620 The typo broke "make TAGS".
2621
2622 2012-08-17 Joel Brobecker <brobecker@adacore.com>
2623
2624 GDB 7.5 released.
2625
2626 2012-08-17 Keith Seitz <keiths@redhat.com>
2627
2628 PR c++/13356
2629 * gdbtypes.c (strict_type_checking): New variable.
2630 (show_strict_type_checking): New function.
2631 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2632 if strict type checking is disabled.
2633 (_initialize_gdbtypes): Add "check type" subcommand.
2634 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2635
2636 2012-08-17 Keith Seitz <keiths@redhat.com>
2637
2638 * language.h (type_mode): Remove.
2639 (type_check): Remove.
2640 (struct language_defn): Remove la_type_check.
2641 (STRICT_TYPE): Remove unused macro.
2642 (type_error): Remove.
2643 * language.c (set_type_range_case): Renamed to ...
2644 (set_range_case): ... this. Update all callers.
2645 Remove type_mode/type_check.
2646 (type_mode): Remove.
2647 (type_check): Remove.
2648 (show_type_command): Remove.
2649 (set_type_command): Remove.
2650 (language_info): Remove type checking output.
2651 (type_error): Remove unused function.
2652 (range_error): Update comment.
2653 (unknown_language_defn): Remove la_type_check.
2654 (auto_language_defn): Likewise.
2655 (local_language_defn): Likewise.
2656 (_initialize_language): Remove "check type" subcommand.
2657 * ada-lang.c (ada_language_defn): Remove la_type_check.
2658 * c-lang.c (c_language_defn): Likewise.
2659 (cplus_language_defn): Likewise.
2660 (asm_language_defn): Likewise.
2661 (minimal_language_defn): Likewise.
2662 * d-lang.c (d_language_defn): Likewise.
2663 * f-lang.c (f_language_defn): Likewise.
2664 * go-lang.c (go_language_defn): Likewise.
2665 * jv-lang.c (java_language_defn): Likewise.
2666 * m2-lang.c (m2_language_defn): Likewise.
2667 * objc-lang.c (objc_language_defn): Likewise.
2668 * opencl-lang.c (opencl_language_defn): Likewise.
2669 * p-lang.c (pascal_language_defn): Likewise.
2670
2671 2012-08-16 Mike Frysinger <vapier@gentoo.org>
2672
2673 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2674
2675 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2676
2677 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2678 New function.
2679 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2680 using the regache. Use ia64_hpux_get_register_from_save_state_t
2681 to access the bsp and bspstore registers if not.
2682
2683 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2684
2685 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2686 * breakpoint.c (detach_breakpoints): Change pid parameter into
2687 a ptid. Adjust code accordingly.
2688 * infrun.c (handle_inferior_event): Delete variable child_pid.
2689 Update call to detach_breakpoints to pass the child ptid for
2690 fork events.
2691 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2692 assert that inferior_ptid's lwp is zero.
2693 (linux_handle_extended_wait): Update call to detach_breakpoints.
2694 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2695 detach_breakpoints.
2696
2697 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2698
2699 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2700 parent, only call detach_breakpoints if tts.tts_event ==
2701 TTEVT_VFORK.
2702
2703 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2704
2705 * dwarf2-frame.c (dwarf2_frame_cache): Use
2706 get_frame_address_in_block instead of get_frame_pc as
2707 the bound for executing the frame's FDE.
2708
2709 2012-08-16 Yao Qi <yao@codesourcery.com>
2710
2711 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2712 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2713 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2714 (c_type_print_varspec_suffix): Likewise.
2715 * eval.c (evaluate_subexp_standard): Likewise.
2716 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2717 (f_type_print_varspec_suffix): Likewise.
2718 * gdbtypes.c (is_scalar_type): Likewise.
2719 (recursive_dump_type): Likewise.
2720 * infcall.c (value_arg_coerce): Likewise.
2721 * m2-valprint.c (m2_val_print): Likewise.
2722 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2723 (pascal_type_print_varspec_suffix): Likewise.
2724 (pascal_type_print_base): Likewise.
2725 * p-valprint.c (pascal_val_print): Likewise.
2726 (pascal_val_print): Likewise.
2727 * valops.c (value_slice): Likewise.
2728 * valprint.c (scalar_type_p): Likewise.
2729 * valarith.c (value_bitstring_subscript): Remove.
2730 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2731 Remove comment on TYPE_CODE_BITSTRING.
2732
2733 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2734 TYPE_CODE_BITSTRING.
2735
2736 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2737 slot 0.
2738
2739 2012-08-16 Yao Qi <yao@codesourcery.com>
2740
2741 * tracepoint.c (trace_find_none_command): Remove.
2742 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2743
2744 2012-08-16 Yao Qi <yao@codesourcery.com>
2745
2746 * remote.c (handle_notification): Remove parameter 'length'.
2747 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2748
2749 2012-08-15 Keith Seitz <keiths@redhat.com>
2750
2751 * gdbtypes.c (opaque_type_resolution): Make static.
2752 Add missing comment.
2753 (overload_debug): Add missing comment.
2754 (show_opaque_type_resolution): Likewise.
2755 (show_overload_debug): Likewise.
2756 (print_bit_vector): Remove unnecessary forward declaration.
2757 (print_arg_types): Likewise.
2758 (dump_fn_fieldlists): Likewise.
2759 (print_cplus_stuff): Likewise.
2760
2761 2012-08-15 Tom Tromey <tromey@redhat.com>
2762
2763 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2764 (gdb_bfd_ref): Initialize new field.
2765 (gdb_bfd_unref): Unref the archive BFD.
2766 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2767 parent archive.
2768
2769 2012-08-15 Tom Tromey <tromey@redhat.com>
2770
2771 PR python/14387:
2772 * python/py-bpevent.c (create_breakpoint_event_object): Update
2773 comment.
2774 * python/py-event.c (evpy_add_attribute): Update comment.
2775 * python/py-exitedevent.c (create_exited_event_object): Fix
2776 reference counting and error handling.
2777 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2778 Fix reference counting.
2779 * python/py-signalevent.c (create_signal_event_object): Fix
2780 reference counting and error handling.
2781 * python/py-stopevent.c (emit_stop_event): Fix reference
2782 counting.
2783 * python/py-threadevent.c (get_event_thread): Return a
2784 borrowed reference.
2785 * python/py-type.c (convert_field): Fix reference counting.
2786
2787 2012-08-15 Tom Tromey <tromey@redhat.com>
2788
2789 * dwarf2read.c (dwarf_decode_macro_bytes)
2790 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2791 as hash key.
2792
2793 2012-08-14 Mike Frysinger <vapier@gentoo.org>
2794
2795 * infcmd.c (_initialize_infcmd): Update help text for the signal,
2796 stepi, nexti, finish, next, step, jump, and continue commands.
2797 * infrun.c (_initialize_infrun): Update help text for the handle
2798 command.
2799
2800 2012-08-14 Doug Evans <dje@google.com>
2801
2802 * gdbtypes.c (struct extra): Delete, unused.
2803
2804 * gdbtypes.c: Whitespace cleanup.
2805 (address_space_name_to_int): Remove "extern" from definition.
2806 (_initialize_gdbtypes): Declare with initialize_file_ftype.
2807
2808 * gdbtypes.c (make_pointer_type): Remove redundant setting of
2809 TYPE_POINTER_TYPE (type).
2810
2811 2012-08-14 Gary Benson <gbenson@redhat.com>
2812
2813 * solib-svr4.c (svr4_free_library_list): Use free_so.
2814
2815 2012-08-13 Mike Frysinger <vapier@gentoo.org>
2816
2817 * .gitignore: Add go-exp.c.
2818
2819 2012-08-13 Doug Evans <dje@google.com>
2820
2821 * value.c (show_convenience): Tweak comment.
2822 (_initialize_values): Mention convenience functions in the help text
2823 for "show convenience".
2824
2825 2012-08-13 Yao Qi <yao@codesourcery.com>
2826
2827 * std-operator.def: Remove TERNOP_SLICE_COUNT.
2828 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2829 TERNOP_SLICE_COUNT.
2830 * eval.c (evaluate_subexp_standard): Likewise.
2831 * expprint.c (print_subexp_standard): Likewise.
2832 (dump_subexp_body_standard): Likewise.
2833 * parse.c (operator_length_standard): Likewise.
2834
2835 2012-08-13 Yao Qi <yao@codesourcery.com>
2836
2837 * std-operator.def: Remove OP_BITSTRING.
2838 * breakpoint.c (watchpoint_exp_is_const): Update.
2839 * eval.c (evaluate_subexp_standard): Remove handling to
2840 OP_BITSTRING.
2841 * expprint.c (print_subexp_standard): Likewise.
2842 (dump_subexp_body_standard): Likewise.
2843 * parse.c (operator_length_standard): Likewise.
2844 * valops.c (value_bitstring): Remove.
2845 * value.h: Remove the declaration of 'value_bitstring'.
2846
2847 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2848
2849 * linespec.c (find_methods): Remove unused variables `i1' and
2850 `name_len'.
2851 (decode_line_full): Likewise for `arg_start'.
2852
2853 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2854
2855 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2856 (zlib_decompress_section): Likewise for `section_data'.
2857 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2858
2859 2012-08-10 Doug Evans <dje@google.com>
2860
2861 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2862 * NEWS: Document them.
2863 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2864 function/strfns.py.
2865 * python/py-type.c (typy_array_1): New function.
2866 (typy_array): Call it.
2867 (typy_vector): New function.
2868 (type_object_methods): Add "vector".
2869 * python/lib/gdb/function/__init__.py: New file.
2870 * python/lib/gdb/function/strfns.py: New file.
2871
2872 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
2873
2874 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2875 for TYPE_FIELD_BITPOS.
2876 (typy_get_sizeof): Likewise for TYPE_LENGTH.
2877
2878 2012-08-10 Mike Frysinger <vapier@gentoo.org>
2879
2880 PR cli/10436:
2881 * common/vec.h (VEC_merge): Define.
2882 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2883 (DEF_VEC_ALLOC_FUNC_P): Likewise.
2884 (DEF_VEC_ALLOC_FUNC_O): Likewise.
2885 * completer.c: Include gdb_signals.h.
2886 (signal_completer): Define.
2887 * completer.h (signal_completer): Add prototype.
2888 * infcmd.c (_initialize_infcmd): Assign the command
2889 completer for "signal" to handle_completer.
2890 * infrun.c: Include completer.h.
2891 (handle_completer): Define.
2892 (_initialize_infrun): Declare a new local variable c. Store the
2893 result of add_com("handle") to it. Assign the command
2894 completer for "handle" to handle_completer.
2895
2896 2012-08-09 Yao Qi <yao@codesourcery.com>
2897
2898 * cli/cli-decode.c (set_cmd_prefix): New.
2899 (lookup_cmd_for_prefixlist): New.
2900 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2901 of each cmd_list_element in *prefixlist.
2902 (add_setshow_cmd_full): set_cmd_prefix.
2903 (add_alias_cmd): Likewise.
2904 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2905 Declare 'auto_boolean_enums'.
2906 * cli/cli-setshow.c: Include "observer.h".
2907 (notify_command_param_changed_p): New.
2908 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2909 Remove 'static'.
2910 (do_setshow_command): Split it to ...
2911 (do_set_command, do_show_command): ... them. New.
2912 (do_set_command): Call observer_notify_command_param_changed if
2913 notify_command_param_changed_p returns true.
2914 (cmd_show_list): Caller update.
2915 * auto-load.c (set_auto_load_cmd): Likewise.
2916 * remote.c (show_remote_cmd): Likewise.
2917 * cli/cli-setshow.h: Update declarations.
2918 * top.c (execute_command): Call do_set_command and do_show_command.
2919
2920 * NEWS: Mention new MI notification.
2921 * mi/mi-interp.c: Declare mi_command_param_changed.
2922 (mi_interpreter_init): Attach mi_command_param_changed to
2923 observer command_param_changed.
2924 (mi_command_param_changed): New.
2925 Remove mi_suppress_breakpoint_notifications.
2926 Define global variable mi_suppress_notification.
2927 (mi_breakpoint_created): Update.
2928 (mi_breakpoint_deleted): Likewise.
2929 (mi_breakpoint_modified): Likewise.
2930 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
2931 'gdb-set' and set mi_suppress_notification.
2932 * mi/mi-main.h: (mi_suppress_notification): New struct.
2933
2934 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
2935 Jan Kratochvil <jan.kratochvil@redhat.com>
2936
2937 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2938
2939 2012-08-09 Yao Qi <yao@codesourcery.com>
2940
2941 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2942 (skiplist): Move it to skip.c.
2943 (init_cmd_lists): Remove code setting enablebreaklist and
2944 skiplist to NULL.
2945 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2946 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2947 skiplist.
2948 * gdbcmd.h: Likewise.
2949 * skip.c (_initialize_step_skip): Move 'skiplist' from
2950 cli/cli-cmds.c.
2951
2952 2012-08-09 Yao Qi <yao@codesourcery.com>
2953
2954 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2955 * gnu-nat.c, symfile.c: Likewise.
2956
2957 2012-08-08 Aaron Gamble <agamble@google.com>
2958
2959 * utils.c (prompt_for_continue_wait_time): New static global.
2960 (make_command_stats_cleanup): Initialize it.
2961 (report_command_stats): Subtract time waiting for user.
2962 (prompt_for_continue): Track time waiting for user.
2963 (defaulted_query): Track time waiting for user.
2964
2965 2012-08-08 Doug Evans <dje@google.com>
2966
2967 * eval.c (evaluate_subexp_standard): Fix thinko in handling
2968 UNOP_MEMVAL_TYPE.
2969 * expprint.c (print_subexp_standard, case OP_TYPE): New.
2970 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2971 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2972 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2973 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2974 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2975 elt.
2976 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2977 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2978 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2979 (dump_prefix_expression): Handle OP_TYPE.
2980
2981 2012-08-08 Keith Seitz <keiths@redhat.com>
2982
2983 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2984 addr_start.
2985
2986 2012-08-08 Doug Evans <dje@google.com>
2987
2988 * linux-thread-db.c: #include "gdb_vecs.h".
2989 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
2990 updated.
2991 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
2992 (thread_db_load_search): Use a vector to iterate over path elements.
2993 Handle text appearing after "$pdir".
2994
2995 * gdb_string.h: Moved to ...
2996 * common/gdb_string.h: ... here.
2997 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2998 gdb_string.h and gdb_assert.h.
2999
3000 2012-08-08 Yao Qi <yao@codesourcery.com>
3001
3002 * tic6x-tdep.c (tic6x_register_to_value): Remove.
3003 (tic6x_value_to_register): Likewise.
3004 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
3005 and set_gdbarch_value_to_register.
3006
3007 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3008 Jean-Marc Saffroy <saffroy@gmail.com>
3009
3010 PR 11804
3011 * defs.h (find_memory_region_ftype): New comment. New arg modified.
3012 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
3013 * gcore.c (gcore_create_callback): New function comment. Add modified
3014 parameter. Only write modified regions. Set SEC_READONLY exactly
3015 according to MODIFIED.
3016 (objfile_find_memory_regions): Ignore separate debug info files. Ass
3017 the passed modified value to FUNC.
3018 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
3019 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
3020 first. New variables modified and has_anonymous. Parse the lines of
3021 smaps file. Add the passed MODIFIED value to FUNC.
3022 * procfs.c (find_memory_regions_callback): Add the passed modified
3023 value.
3024
3025 2012-08-06 Tom Tromey <tromey@redhat.com>
3026
3027 * dwarf2-frame.c (clear_pointer_cleanup): New function.
3028 (dwarf2_frame_cache): Use it.
3029 * frame-unwind.h (frame_sniffer_ftype): Document prologue
3030 cache initialization constraint.
3031
3032 2012-08-06 Tom Tromey <tromey@redhat.com>
3033
3034 PR python/14386:
3035 * varobj.c (update_dynamic_varobj_children): Don't call
3036 PyIter_Check.
3037
3038 2012-08-06 Tom Tromey <tromey@redhat.com>
3039
3040 PR cli/14392:
3041 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3042
3043 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3044
3045 * NEWS: New entry for 'cd' default parameters.
3046 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3047
3048 2012-08-03 Tom Tromey <tromey@redhat.com>
3049
3050 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3051 return.
3052
3053 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3054
3055 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3056 to attempting lseek/write.
3057 (inf_child_fileio_pread): Likewise for pread.
3058
3059 2012-08-02 Yao Qi <yao@codesourcery.com>
3060
3061 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3062 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3063 add_setshow_zinteger_cmd.
3064 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3065 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3066 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3067 instead of add_setshow_zinteger_cmd.
3068 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3069 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3070 instead of add_setshow_zinteger_cmd.
3071 * frame.c (frame_debug): Add 'unsigned'.
3072 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3073 add_setshow_zinteger_cmd.
3074 * frame.h: Update the declaration of 'frame_debug'.
3075 * gdbtypes.c (overload_debug): Add 'unsigned'.
3076 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3077 add_setshow_zinteger_cmd.
3078 * inferior.h: Update declaration of 'debug_infrun'.
3079 * infrun.c (debug_infrun): Add 'unsigned'.
3080 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3081 add_setshow_zinteger_cmd.
3082 * jit.c (jit_debug): Add 'unsigned'.
3083 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3084 add_setshow_zinteger_cmd.
3085 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3086 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3087 instead of add_setshow_zinteger_cmd.
3088 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3089 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3090 add_setshow_zinteger_cmd.
3091 * machoread.c (mach_o_debug_level): Add 'unsigned'.
3092 (_initialize_machoread): Call add_setshow_zuinteger_cmd
3093 instead of add_setshow_zinteger_cmd.
3094 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3095 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3096 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3097 intead of add_setshow_zinteger_cmd.
3098 * mips-tdep.c (mips_debug): Add 'unsigned'.
3099 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3100 instead of add_setshow_zinteger_cmd.
3101 * monitor.c (monitor_debug): Add 'unsigned'.
3102 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3103 add_setshow_zinteger_cmd.
3104 * observer.c (observer_debug): Add 'unsigned'.
3105 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3106 add_setshow_zinteger_cmd.
3107 * parse.c (expressiondebug): Add 'unsigned'.
3108 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3109 add_setshow_zinteger_cmd.
3110 * record.c (record_debug): Add 'unsigned'.
3111 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3112 add_setshow_zinteger_cmd.
3113 * record.h: Update the declaration of 'record_debug'.
3114 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3115 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3116 add_setshow_zinteger_cmd.
3117 * serial.c (global_serial_debug_p): Add 'unsigned'.
3118 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3119 add_setshow_zinteger_cmd.
3120 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3121 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3122 add_setshow_zinteger_cmd.
3123 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3124 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3125 add_setshow_zinteger_cmd.
3126 * target.c (targetdebug): Add 'unsigned'.
3127 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3128 add_setshow_zinteger_cmd.
3129 * valops.c (overload_debug): Add 'unsigned'.
3130 * varobj.c (varobjdebug): Add 'unsigned'.
3131 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3132 add_setshow_zinteger_cmd.
3133 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3134 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3135 instead of add_setshow_zinteger_cmd.
3136
3137 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3138 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3139 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3140 instead of add_setshow_zinteger_cmd.
3141 * gdbarch.c, gdbarch.h: Re-generated.
3142
3143 2012-08-02 Yao Qi <yao@codesourcery.com>
3144
3145 * nto-tdep.c: Don't include cli/cli-decode.h and
3146 cli/cli-cmds.h.
3147 (_initialize_nto_tdep): Remove.
3148 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3149 Remove field.
3150 Remove macro nto_internal_debugging.
3151
3152 2012-08-01 Richard Henderson <rth@redhat.com>
3153
3154 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3155 (mep-*-*) [gdb_target_obs]: Likewise.
3156
3157 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3158
3159 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3160 linux_get_siginfo_type.
3161
3162 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3163
3164 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3165 AT_ENTRY_POINT.
3166 (call_function_by_hand) <ON_STACK>: Call write_memory with
3167 gdbarch_breakpoint_from_pc, if possible.
3168 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
3169 here.
3170
3171 2012-07-31 Yao Qi <yao@codesourcery.com>
3172
3173 * tracepoint.c: Add 'static' for some variables.
3174
3175 2012-07-31 Yao Qi <yao@codesourcery.com>
3176
3177 * go32-nat.c: Declare _initialize_go32_nat.
3178 * ser-go32.c: Declare _initialize_ser_dos.
3179 * top.c (do_chdir_cleanup): Add 'static'.
3180
3181 2012-07-30 Keith Seitz <keiths@redhat.com>
3182
3183 * linespec.c (linespec_lex_number): A number followed
3184 by quotes is a valid number, too.
3185
3186 2012-07-30 Tom Tromey <tromey@redhat.com>
3187
3188 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3189
3190 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
3191
3192 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3193 attempt to 4-byte-align HW breakpoint addresses for Thumb.
3194
3195 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
3196
3197 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3198 invalid or reevaluated to prevent prevent references to possibly
3199 delete'd type objects being left in the varobj.
3200
3201 2012-07-27 Tom Tromey <tromey@redhat.com>
3202 Jan Kratochvil <jan.kratochvil@redhat.com>
3203
3204 * copying.awk: Print buffer-read-only and vi ro markers.
3205 * copying.c: Rebuild.
3206 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3207 * gdbarch.c, gdbarch.h: Rebuild.
3208 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3209 buffer-read-only and vi ro markers.
3210 * features/arm-with-iwmmxt.c: Rebuild.
3211 * features/arm-with-m-fpa-layout.c: Rebuild.
3212 * features/arm-with-m-vfp-d16.c: Rebuild.
3213 * features/arm-with-m.c: Rebuild.
3214 * features/arm-with-neon.c: Rebuild.
3215 * features/arm-with-vfpv2.c: Rebuild.
3216 * features/arm-with-vfpv3.c: Rebuild.
3217 * features/i386/amd64-avx-linux.c: Rebuild.
3218 * features/i386/amd64-avx.c: Rebuild.
3219 * features/i386/amd64-linux.c: Rebuild.
3220 * features/i386/amd64.c: Rebuild.
3221 * features/i386/i386-avx-linux.c: Rebuild.
3222 * features/i386/i386-avx.c: Rebuild.
3223 * features/i386/i386-linux.c: Rebuild.
3224 * features/i386/i386-mmx-linux.c: Rebuild.
3225 * features/i386/i386-mmx.c: Rebuild.
3226 * features/i386/i386.c: Rebuild.
3227 * features/i386/x32-avx-linux.c: Rebuild.
3228 * features/i386/x32-avx.c: Rebuild.
3229 * features/i386/x32-linux.c: Rebuild.
3230 * features/i386/x32.c: Rebuild.
3231 * features/mips-dsp-linux.c: Rebuild.
3232 * features/mips-linux.c: Rebuild.
3233 * features/mips64-dsp-linux.c: Rebuild.
3234 * features/mips64-linux.c: Rebuild.
3235 * features/rs6000/powerpc-32.c: Rebuild.
3236 * features/rs6000/powerpc-32l.c: Rebuild.
3237 * features/rs6000/powerpc-403.c: Rebuild.
3238 * features/rs6000/powerpc-403gc.c: Rebuild.
3239 * features/rs6000/powerpc-405.c: Rebuild.
3240 * features/rs6000/powerpc-505.c: Rebuild.
3241 * features/rs6000/powerpc-601.c: Rebuild.
3242 * features/rs6000/powerpc-602.c: Rebuild.
3243 * features/rs6000/powerpc-603.c: Rebuild.
3244 * features/rs6000/powerpc-604.c: Rebuild.
3245 * features/rs6000/powerpc-64.c: Rebuild.
3246 * features/rs6000/powerpc-64l.c: Rebuild.
3247 * features/rs6000/powerpc-7400.c: Rebuild.
3248 * features/rs6000/powerpc-750.c: Rebuild.
3249 * features/rs6000/powerpc-860.c: Rebuild.
3250 * features/rs6000/powerpc-altivec32.c: Rebuild.
3251 * features/rs6000/powerpc-altivec32l.c: Rebuild.
3252 * features/rs6000/powerpc-altivec64.c: Rebuild.
3253 * features/rs6000/powerpc-altivec64l.c: Rebuild.
3254 * features/rs6000/powerpc-cell32l.c: Rebuild.
3255 * features/rs6000/powerpc-cell64l.c: Rebuild.
3256 * features/rs6000/powerpc-e500.c: Rebuild.
3257 * features/rs6000/powerpc-e500l.c: Rebuild.
3258 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
3259 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
3260 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
3261 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
3262 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
3263 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
3264 * features/rs6000/powerpc-vsx32.c: Rebuild.
3265 * features/rs6000/powerpc-vsx32l.c: Rebuild.
3266 * features/rs6000/powerpc-vsx64.c: Rebuild.
3267 * features/rs6000/powerpc-vsx64l.c: Rebuild.
3268 * features/rs6000/rs6000.c: Rebuild.
3269 * features/s390-linux32.c: Rebuild.
3270 * features/s390-linux32v1.c: Rebuild.
3271 * features/s390-linux32v2.c: Rebuild.
3272 * features/s390-linux64.c: Rebuild.
3273 * features/s390-linux64v1.c: Rebuild.
3274 * features/s390-linux64v2.c: Rebuild.
3275 * features/s390x-linux64.c: Rebuild.
3276 * features/s390x-linux64v1.c: Rebuild.
3277 * features/s390x-linux64v2.c: Rebuild.
3278 * features/tic6x-c62x-linux.c: Rebuild.
3279 * features/tic6x-c62x.c: Rebuild.
3280 * features/tic6x-c64x-linux.c: Rebuild.
3281 * features/tic6x-c64x.c: Rebuild.
3282 * features/tic6x-c64xp-linux.c: Rebuild.
3283 * features/tic6x-c64xp.c: Rebuild.
3284
3285 2012-07-27 Tom Tromey <tromey@redhat.com>
3286
3287 * c-exp.y (classify_name): Avoid assignment in condition.
3288
3289 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
3290
3291 * amd64-windows-tdep.c: Include "frame.h".
3292 (amd64_windows_skip_trampoline_code): New function.
3293 (amd64_windows_init_abi): Add trampoline registration.
3294
3295 2012-07-27 Yao Qi <yao@codesourcery.com>
3296
3297 * tracepoint.c (cur_traceframe_number): Remove.
3298 (set_tfile_traceframe): Remove.
3299 (tfile_trace_find, tfile_fetch_registers): Update callers.
3300 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
3301 (tfile_open, tfile_trace_find): Likewise.
3302
3303 2012-07-27 Yao Qi <yao@codesourcery.com>
3304
3305 * thread.c (switch_to_thread): Don't call registers_changed.
3306
3307 2012-07-26 Tom Tromey <tromey@redhat.com>
3308
3309 * Makefile.in (SFILES): Remove objc-exp.y.
3310 (YYFILES): Remove objc-exp.c.
3311 (YYOBJ): Remove objc-exp.o.
3312 (local-maintainer-clean): Don't mention objc-exp.c.
3313 * c-exp.y: Include objc-lang.h.
3314 (%union) <class>: New field.
3315 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
3316 (exp): Clone subscript production for OBJC_LBRAC. Add various
3317 Objective C productions.
3318 (msglist, msgarglist, msgarg): New productions.
3319 (array_mod, func_mod, operator): Clone productions for
3320 OBJC_LBRAC.
3321 (parse_string_or_char): Handle '@' strings.
3322 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
3323 (classify_name): Check la_name_of_this. Recognize ObjC class
3324 names.
3325 * objc-exp.y: Remove.
3326 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
3327 * objc-lang.h (objc_parse, objc_error): Don't declare.
3328
3329 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
3330
3331 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
3332
3333 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3334
3335 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
3336 and decrement.
3337
3338 2012-07-26 Tom Tromey <tromey@redhat.com>
3339
3340 * copying.c: Rebuild.
3341 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
3342 'no_class'.
3343
3344 2012-07-26 Tom Tromey <tromey@redhat.com>
3345
3346 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
3347 immediate_quit.
3348 (print_objfile_statistics): Likewise.
3349 (maintenance_print_symbols): Likewise.
3350 (maintenance_print_msymbols): Likewise.
3351 (maintenance_print_objfiles): Likewise.
3352 * psymtab.c (print_partial_symbols): Call QUIT.
3353 (maintenance_print_psymbols): Likewise. Don't modify
3354 immediate_quit.
3355 * copying.c (show_copying_command): Don't modify immediate_quit.
3356 (show_warranty_command): Likewise.
3357 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
3358
3359 2012-07-26 Keith Seitz <keiths@redhat.com>
3360
3361 * linespec.c (linespec_lexer_lex_number): The input
3362 is also a valid number if the next character is a comma
3363 or colon.
3364
3365 2012-07-26 Joel Brobecker <brobecker@adacore.com>
3366
3367 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
3368 configure options.
3369
3370 2012-07-26 Tristan Gingold <gingold@adacore.com>
3371
3372 * machoread.c: Include gdb_bfd.h.
3373
3374 2012-07-26 Tristan Gingold <gingold@adacore.com>
3375
3376 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
3377 offset.
3378
3379 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3380
3381 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
3382 SIZE to size_t.
3383 (dwarf2_evaluate_loc_desc): Likewise.
3384 (dwarf2_loc_desc_needs_frame): Likewise.
3385 (locexpr_describe_location_1): Likewise.
3386 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
3387 size_t.
3388 (struct dwarf2_loclist_baton): Likewise.
3389 * dwarf2read.c (struct dwarf_block): Likewise.
3390 (dump_die_shallow): Use pulongest to print dwarf_block.size.
3391 (decode_locdesc): Expand SIZE and I to size_t.
3392
3393 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3394
3395 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
3396
3397 2012-07-25 Joel Brobecker <brobecker@adacore.com>
3398
3399 * doublest.c (convert_doublest_to_floatformat): If the exponent
3400 is too small, treat the value as zero. If the exponent is too
3401 large, treat the value as infinity.
3402
3403 2012-07-25 Joel Brobecker <brobecker@adacore.com>
3404
3405 * configure.ac: Add --enable-lmcheck configure option.
3406 * configure: Regenerate.
3407
3408 2012-07-25 Tom Tromey <tromey@redhat.com>
3409
3410 * NEWS: Mention maint info bfds.
3411 * gdb_bfd.c (all_bfds): New global.
3412 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
3413 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
3414 New functions.
3415
3416 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
3417
3418 * configure.tgt: Add v850*-*-rtems*.
3419
3420 2012-07-25 Tom Tromey <tromey@redhat.com>
3421
3422 * macrotab.c (macro_bcache_str): Remove cast.
3423
3424 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
3425
3426 * linespec.c (linespec_lexer_lex_number): Update comments,
3427 change the return and add check to make sure the input is
3428 the decimal numbers.
3429 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
3430 false, call linespec_lexer_lex_string.
3431
3432 2012-07-24 Tom Tromey <tromey@redhat.com>
3433
3434 * symfile.c (symbol_file_add): Don't open BFD twice.
3435
3436 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
3437
3438 * breakpoint.c (create_breakpoint): Store condition for pending
3439 breakpoints.
3440
3441 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
3442
3443 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
3444 (m68k_return_value): Handle complex types like structures.
3445 (m68k_svr4_return_value): Likewise.
3446
3447 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
3448
3449 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
3450 parameters to bfd_get_section_name.
3451
3452 2012-07-24 Yao Qi <yao@codesourcery.com>
3453
3454 * cli/cli-setshow.c: Handle case 'var_uinteger'
3455 and 'var_zuninteger' together. Handle case 'var_integer' and
3456 'var_zinteger' together.
3457
3458 2012-07-23 Keith Seitz <keiths@redhat.com>
3459
3460 * linespec.c (convert_linespec_to_sal): Don't add
3461 any symbols to the result vector if symbol_to_sal
3462 returns zero.
3463
3464 2012-07-23 Keith Seitz <keiths@redhat.com>
3465
3466 * linespec.c (decode_objc): Record the function name
3467 in the linespec.
3468
3469 2012-07-23 Tom Tromey <tromey@redhat.com>
3470
3471 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
3472 counting.
3473 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
3474 (map_vmap): Acquire a reference to the BFD.
3475
3476 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
3477
3478 * p-valprint.c (pascal_object_print_value): Replace potentially
3479 unsafe alloca with xmalloc/xfree.
3480 * valops.c (search_struct_method): Likewise.
3481
3482 2012-07-23 Tom Tromey <tromey@redhat.com>
3483
3484 * solib-svr4.c (enable_break): Update.
3485 * bfd-target.h (target_bfd_reopen): Update documentation.
3486
3487 2012-07-23 Tom Tromey <tromey@redhat.com>
3488
3489 * symfile.c (separate_debug_file_exists): Update.
3490 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
3491 (reread_symbols): Update.
3492 * elfread.c (build_id_verify): Update.
3493 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
3494 bfd_open_maybe_remote.
3495
3496 2012-07-23 Tom Tromey <tromey@redhat.com>
3497
3498 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
3499
3500 2012-07-23 Tom Tromey <tromey@redhat.com>
3501
3502 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
3503 and 'abfd'.
3504 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
3505 and 'abfd'.
3506 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
3507 * machoread.c (macho_add_oso_symfile): Make a cleanup for
3508 'abfd'.
3509 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
3510 * objfiles.c (allocate_objfile): Acquire a new reference.
3511 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
3512 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
3513 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
3514 a cleanup for 'nbfd'.
3515 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
3516 for 'nbfd'.
3517 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
3518 make a cleanup for 'abfd'.
3519 (symbol_file_add): Make a BFD cleanup.
3520
3521 2012-07-23 Tom Tromey <tromey@redhat.com>
3522
3523 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
3524 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
3525 * corelow.c (core_open): Use gdb_bfd_fopen.
3526 * dsrec.c (load_srec): Use gdb_bfd_openr.
3527 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
3528 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
3529 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3530 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3531 (gdb_bfd_fdopenr): New functions.
3532 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3533 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3534 (gdb_bfd_fdopenr): Declare.
3535 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
3536 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
3537 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
3538 gdb_bfd_openr_next_archived_file.
3539 (macho_check_dsym): Use gdb_bfd_openr.
3540 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
3541 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
3542 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
3543 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
3544 gdb_bfd_openr.
3545 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
3546 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
3547 gdb_bfd_openr_next_archived_file.
3548 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3549 Use gdb_bfd_openr.
3550 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3551 gdb_bfd_openr.
3552 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
3553 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
3554 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
3555 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
3556 (symfile_bfd_open): Use gdb_bfd_fopen.
3557 (generic_load): Use gdb_bfd_openr.
3558 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
3559
3560 2012-07-23 Tom Tromey <tromey@redhat.com>
3561
3562 * bfd-target.c (target_bfd_reopen): Update.
3563 * cli/cli-dump.c (bfd_openr_with_cleanup)
3564 (bfd_openw_with_cleanup): Update.
3565 * corelow.c (core_open): Update.
3566 * dsrec.c (load_srec): Update.
3567 * exec.c (exec_file_attach): Update.
3568 * gcore.c (create_gcore_bfd): Update.
3569 * gdb_bfd.c (gdb_bfd_ref): Return void.
3570 (gdb_bfd_open): Update.
3571 * gdb_bfd.h (gdb_bfd_ref): Return void.
3572 Update comments.
3573 * jit.c (jit_bfd_try_read_symtab): Update.
3574 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3575 * machoread.c (macho_symfile_read_all_oso): Update.
3576 (macho_check_dsym): Update.
3577 * procfs.c (insert_dbx_link_bpt_in_file): Update.
3578 * remote-m32r-sdi.c (m32r_load): Update.
3579 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
3580 * rs6000-nat.c (add_vmap): Update.
3581 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3582 Update.
3583 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3584 * solib-spu.c (spu_bfd_open): Update.
3585 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
3586 * spu-linux-nat.c (spu_bfd_open): Update.
3587 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
3588 (generic_load): Update.
3589 * windows-nat.c (windows_make_so): Update.
3590
3591 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
3592
3593 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
3594
3595 2012-07-20 Jeff Kenton <jkenton@tilera.com>
3596
3597 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
3598 SIGTRAMP_FRAME unwinding.
3599
3600 2012-07-20 Doug Evans <dje@google.com>
3601
3602 * NEWS: Document new options "set/show use-deprecated-index-sections",
3603 and delete reference to --use-deprecated-index-sections.
3604 * symfile.h (use_deprecated_index_sections): Delete.
3605 * dwarf2read.c (use_deprecated_index_sections): Make static.
3606 (read_index_from_section): Update wording of how to load
3607 deprecated index sections.
3608 (_initialize_dwarf2_read): New options
3609 "set/show use-deprecated-index-sections".
3610 * main.c (captured_main): Delete --use-deprecated-index-sections.
3611
3612 2012-07-20 Pedro Alves <palves@redhat.com>
3613
3614 PR threads/11692
3615 PR gdb/12203
3616
3617 * infrun.c (handle_inferior_event) <new thread>: Don't special
3618 case minus_one_ptid.
3619 <TARGET_WAITKIND_SPURIOUS>: Ditto.
3620 * linux-thread-db.c (thread_get_info_callback): Don't return early
3621 if the thread is zombie.
3622 (thread_from_lwp): Change return type to void. Rewrite stale
3623 comment.
3624 (attach_thread): Don't return early if the thread is zombie,
3625 instead set its "dying" flag.
3626 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3627 (find_new_threads_callback): Don't return early if the thread is
3628 zombie.
3629
3630 2012-07-20 Pedro Alves <palves@redhat.com>
3631
3632 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3633 * target.c (target_wait): Likewise.
3634 (str_comma_list_concat_elem, do_option, target_options_to_string):
3635 New functions.
3636 * target.h (target_options_to_string): Declare.
3637
3638 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3639 Tom Tromey <tromey@redhat.com>
3640
3641 * dwarf2read.c (dwarf_decode_macros)
3642 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3643 DW_MACRO_GNU_transparent_include_alt>: New cases.
3644 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3645 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3646
3647 2012-07-20 Tom Tromey <tromey@redhat.com>
3648
3649 * dwarf2read.c (try_open_dwo_file): Don't call
3650 gdb_bfd_stash_filename.
3651
3652 2012-07-20 Pedro Alves <palves@redhat.com>
3653
3654 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3655 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3656 (i386_process_record): Tweak description comments.
3657
3658 2012-07-20 Pedro Alves <palves@redhat.com>
3659
3660 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3661 (i386_process_record): Use record_read_memory.
3662 * record.c (record_read_memory): New function.
3663 (record_arch_list_add_mem, record_exec_insn): Use
3664 record_read_memory.
3665 * record.h (record_read_memory): Declare.
3666
3667 2012-07-20 Yao Qi <yao@codesourcery.com>
3668
3669 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3670 NULL for xfree.
3671
3672 2012-07-19 Pedro Alves <palves@redhat.com>
3673
3674 * record.c (record_resume): Ask the target beneath to report all
3675 signals.
3676
3677 2012-07-19 Doug Evans <dje@google.com>
3678
3679 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3680 there's no section at address zero.
3681 (dwarf2_record_block_ranges): Ditto.
3682
3683 2012-07-19 Yao Qi <yao@codesourcery.com>
3684
3685 * command.h, remote.c: Fix a typo in comment.
3686
3687 2012-07-19 Tom Tromey <tromey@redhat.com>
3688
3689 PR exp/13206:
3690 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3691 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3692 OP_DECLTYPE>: New cases.
3693 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3694 (type_exp): Add new productions.
3695 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3696 and decltype.
3697 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3698 New case.
3699 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3700 OP_DECLTYPE>: New case.
3701 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3702 New case.
3703 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3704 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3705
3706 2012-07-19 Tom Tromey <tromey@redhat.com>
3707
3708 * c-exp.y (enum token_flags): New.
3709 (struct token) <cxx_only>: Remove.
3710 <flags>: New field.
3711 (tokentab3, tokentab2, ident_tokens): Update.
3712 (lex_one_token): Update. Handle FLAG_SHADOW.
3713
3714 2012-07-19 Tom Tromey <tromey@redhat.com>
3715
3716 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3717 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3718 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3719 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
3720 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
3721 type_exp production where appropriate.
3722 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3723 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3724 <UNOP_MEMVAL_TYPE>: New case.
3725 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3726 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3727 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3728 <UNOP_MEMVAL_TYPE>: New case.
3729 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3730 UNOP_REINTERPRET_CAST>: Update.
3731 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3732 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3733 UNOP_REINTERPRET_CAST>: Update.
3734 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3735 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3736 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3737 constants.
3738
3739 2012-07-19 Yao Qi <yao@codesourcery.com>
3740 Jan Kratochvil <jan.kratochvil@redhat.com>
3741
3742 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3743 and case 'var_optional_filename' together.
3744 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3745 instead of add_setshow_optional_filename_cmd for setshow command
3746 'args'. Set completer for 'set args'.
3747
3748 2012-07-18 Doug Evans <dje@google.com>
3749
3750 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3751 * common/gdb_vecs.c: New file, contents from utils.c.
3752 * common/host-defs.h: New file, contents from defs.h.
3753 * utils.h: New file, contents from defs.h.
3754 * defs.h: Move all declarations of objects defined in utils.c
3755 to utils.h (except QUIT() and related).
3756 #include "utils.h", "host-defs.h".
3757 * probe.h (probe_p): Move here from gdb_vecs.h.
3758 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3759 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3760 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3761 * Makefile.in (SFILES): Add common/gdb_vecs.c.
3762 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3763 (COMMON_OBS): Add gdb_vecs.o.
3764 (gdb_vecs.o): New rule.
3765
3766 2012-07-18 Keith Seitz <keiths@redhat.com>
3767
3768 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3769 parameter. If non-zero, use SYMNAME as the canonical name
3770 for the SaL.
3771 Update all callers.
3772 (convert_linespec_to_sals): Use add_sal_to_sals for
3773 expressions, too.
3774 (decode_line_full): No need to "fill in missing canonical names"
3775 anymore. Simply make cleanups for the allocated names.
3776
3777 2012-07-18 Keith Seitz <keiths@redhat.com>
3778
3779 * linespec.c (struct linespec): Constify expression,
3780 source_filename, function_name, and label_name.
3781 (symbol_not_found_error): Make all parameters const.
3782 (linespec_parser_delete): No need to check for NULL
3783 when using xfree. Cast const char * to char * for xfree.
3784
3785 2012-07-18 Keith Seitz <keiths@redhat.com>
3786
3787 * breakpoint.c (invalid_thread_id_error): New function.
3788 (find_condition_and_thread): Use invalid_thread_id_error.
3789 (watch_command_1): Likewise.
3790
3791 2012-07-18 Tom Tromey <tromey@redhat.com>
3792
3793 * cc-with-index.sh, cc-with-dwz.sh: Remove.
3794 * contrib/cc-with-tweaks.sh: New file.
3795
3796 2012-07-18 Tom Tromey <tromey@redhat.com>
3797
3798 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3799 (locate_dwz_sections): Recognize .gdb_index.
3800 (create_cus_from_index_list): New function.
3801 (create_cus_from_index): Use it. Handle .dwz data.
3802 (read_index_from_section): New function, extracted from
3803 dwarf2_read_index.
3804 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
3805 if needed.
3806
3807 2012-07-18 Tom Tromey <tromey@redhat.com>
3808
3809 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3810 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3811 <is_dwz>: New field.
3812 (struct dwz_file): New.
3813 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3814 (locate_dwz_sections, dwarf2_get_dwz_file)
3815 (get_abbrev_section_for_cu): New functions.
3816 (error_check_comp_unit_head, read_and_check_comp_unit_head)
3817 (read_and_check_type_unit_head): Add abbrev_section argument.
3818 (create_debug_types_hash_table): Update.
3819 (init_cutu_and_read_dies): Use proper abbrev section.
3820 (init_cutu_and_read_dies_no_follow): Likewise.
3821 (set_partial_user): Do nothing if PST==NULL.
3822 (read_comp_units_from_section): New function.
3823 (create_all_comp_units): Use it.
3824 (scan_partial_symbols, partial_die_parent_scope): Update.
3825 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3826 (process_imported_unit_die, read_partial_die): Handle .dwz files.
3827 (find_partial_die): Add offset_in_dwz argument. Update.
3828 (guess_partial_die_structure_name, fixup_partial_die): Update.
3829 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3830 DW_FORM_GNU_strp_alt.
3831 (read_indirect_string_from_dwz): New function.
3832 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3833 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3834 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3835 (follow_die_offset): Add offset_in_dwz argument.
3836 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3837 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3838 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3839 Handle new macro forms.
3840 (dwarf_decode_macros): Update.
3841 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3842 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3843 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3844 (create_debug_types_hash_table): Use correct abbrev section.
3845 (get_debug_line_section): New function.
3846 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3847 (process_full_comp_unit): Pass 'required' argument to
3848 end_symtab_get_static_block.
3849 * buildsym.h (end_symtab_get_static_block): Update.
3850 * buildsym.c (end_symtab_get_static_block): Add 'required'
3851 argument.
3852 (end_symtab, end_expandable_symtab): Update.
3853
3854 2012-07-18 Tom Tromey <tromey@redhat.com>
3855
3856 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3857 (pagesize): Remove.
3858 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3859 (zlib_decompress_section): Remove.
3860 (dwarf2_read_section): Use gdb_bfd_map_section.
3861 (munmap_section_buffer): Remove.
3862 (free_dwo_file, dwarf2_per_objfile_free): Don't use
3863 munmap_section_buffer.
3864 * gdb_bfd.c: Include zlib.h, sys/mman.h.
3865 (struct gdb_bfd_section_data): New.
3866 (free_one_bfd_section): New function.
3867 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3868 (get_section_descriptor, zlib_decompress_section)
3869 (gdb_bfd_map_section): New functions.
3870 * gdb_bfd.h (gdb_bfd_map_section): Declare.
3871
3872 2012-07-18 Tom Tromey <tromey@redhat.com>
3873
3874 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3875
3876 2012-07-18 Tom Tromey <tromey@redhat.com>
3877
3878 * gdb_bfd.c (struct gdb_bfd_data): New.
3879 (gdb_bfd_cache): New global.
3880 (struct gdb_bfd_cache_search): New.
3881 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3882 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3883 * gdb_bfd.h (gdb_bfd_open): Declare.
3884
3885 2012-07-18 Tom Tromey <tromey@redhat.com>
3886
3887 * utils.c (make_cleanup_bfd_unref): Rename from
3888 make_cleanup_bfd_close.
3889 * defs.h (make_cleanup_bfd_unref): Rename from
3890 make_cleanup_bfd_close.
3891 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3892 (bfd_openw_with_cleanup): Update.
3893 * corelow.c (core_open): Update.
3894 * dsrec.c (load_srec): Update.
3895 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3896 * remote-m32r-sdi.c (m32r_load): Update.
3897 * remote-mips.c (mips_load_srec): Update.
3898 (pmon_load_fast): Update.
3899 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3900 Update.
3901 (darwin_bfd_open): Update.
3902 * solib.c (solib_bfd_fopen): Update.
3903 * symfile-mem.c (symbol_file_add_from_memory): Update.
3904 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3905 (symfile_bfd_open): Update.
3906 (generic_load): Update.
3907
3908 2012-07-18 Tom Tromey <tromey@redhat.com>
3909
3910 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3911 (pmon_load_fast): Likewise.
3912 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3913 (m32r_upload_command): Likewise.
3914 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3915 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3916 Use make_cleanup_bfd_close.
3917
3918 2012-07-18 Tom Tromey <tromey@redhat.com>
3919
3920 * symfile.c (symfile_bfd_open): Don't copy name. Call
3921 gdb_bfd_stash_filename.
3922 (load_command): Open the new BFD before freeing the old.
3923 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3924 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3925 Call gdb_bfd_stash_filename.
3926 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3927 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
3928 gdb_bfd_stash_filename.
3929 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3930 Free found_pathname.
3931 * rs6000-nat.c (add_vmap): Don't copy filename. Call
3932 gdb_bfd_stash_filename.
3933 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3934 * machoread.c (macho_add_oso_symfile): Call
3935 gdb_bfd_stash_filename.
3936 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
3937 gdb_bfd_stash_filename.
3938 (macho_check_dsym): Don't copy filename. Call
3939 gdb_bfd_stash_filename.
3940 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3941 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3942 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3943 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3944 * exec.c (exec_close): Don't free the BFD's filename.
3945 (exec_file_attach): Don't copy the filename. Call
3946 gdb_bfd_stash_filename.
3947 * corelow.c (core_close): Don't free the BFD's filename.
3948 (core_open): Call gdb_bfd_stash_filename.
3949 * corefile.c (reopen_exec_file): Remove #if 0 code.
3950 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
3951 pathname.
3952 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3953
3954 2012-07-18 Tom Tromey <tromey@redhat.com>
3955
3956 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3957 gdb_bfd_unref.
3958 (free_dwo_file): Use gdb_bfd_unref.
3959 * cli/cli-dump.c: Include gdb_bfd.h.
3960 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3961 (bfd_openr_with_cleanup): Likewise.
3962 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3963 gdb_bfd_unref.
3964 * utils.c: Include gdb_bfd.h.
3965 (do_bfd_close_cleanup): Use gdb_bfd_unref.
3966 * symfile.c: Include gdb_bfd.h.
3967 (separate_debug_file_exists): Use gdb_bfd_unref.
3968 (bfd_open_maybe_remote): Use gdb_bfd_ref.
3969 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3970 (generic_load): Use gdb_bfd_ref.
3971 (reread_symbols): Use gdb_bfd_unref.
3972 * symfile-mem.c: Include gdb_bfd.h.
3973 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3974 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3975 * solib.c: Include gdb_bfd.h.
3976 (solib_bfd_fopen): Use gdb_bfd_ref.
3977 (solib_bfd_open): Use gdb_bfd_unref.
3978 (free_so_symbols): Use gdb_bfd_unref.
3979 (reload_shared_libraries_1): Use gdb_bfd_unref.
3980 * solib-spu.c: Include gdb_bfd.h.
3981 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3982 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3983 gdb_bfd_unref.
3984 * solib-frv.c: Include gdb_bfd.h.
3985 (enable_break2): Use gdb_bfd_unref.
3986 * solib-dsbt.c: Include gdb_bfd.h.
3987 (enable_break2): Use gdb_bfd_unref.
3988 * solib-darwin.c: Include gdb_bfd.h.
3989 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3990 gdb_bfd_unref.
3991 (darwin_bfd_open): Use gdb_bfd_unref.
3992 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3993 * remote-mips.c: Include gdb_bfd.h.
3994 (mips_load_srec): Use gdb_bfd_ref.
3995 (pmon_load_fast): Use gdb_bfd_ref.
3996 * remote-m32r-sdi.c: Include gdb_bfd.h.
3997 (m32r_load): Use gdb_bfd_ref.
3998 * record.c: Include gdb_bfd.h.
3999 (record_save_cleanups): Use gdb_bfd_unref.
4000 (cmd_record_save): Use gdb_bfd_unref.
4001 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
4002 gdb_bfd_unref.
4003 * objfiles.h (gdb_bfd_close_or_warn): Remove.
4004 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
4005 * objfiles.c: Include gdb_bfd.h.
4006 (free_objfile): Use gdb_bfd_unref.
4007 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
4008 gdb_bfd.c.
4009 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
4010 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
4011 (macho_check_dsym): Likewise.
4012 * m32r-rom.c: Include gdb_bfd.h.
4013 (m32r_load): Use gdb_bfd_ref.
4014 (m32r_upload_command): Use gdb_bfd_ref.
4015 * jit.c: Include gdb_bfd.h.
4016 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
4017 * gdb_bfd.h: New file.
4018 * gdb_bfd.c: New file.
4019 * gcore.c: Include gdb_bfd.h.
4020 (create_gcore_bfd): Use gdb_bfd_ref.
4021 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4022 (gcore_command): Use gdb_bfd_unref.
4023 * exec.c: Include gdb_bfd.h.
4024 (exec_close): Use gdb_bfd_unref.
4025 (exec_close_1): Use gdb_bfd_unref.
4026 (exec_file_attach): Use gdb_bfd_ref.
4027 * elfread.c: Include gdb_bfd.h.
4028 (build_id_verify): Use gdb_bfd_unref.
4029 * dsrec.c: Include gdb_bfd.h.
4030 (load_srec): Use gdb_bfd_ref.
4031 * corelow.c: Include gdb_bfd.h.
4032 (core_close): Use gdb_bfd_unref.
4033 (core_open): Use gdb_bfd_ref.
4034 * bfd-target.c: Include gdb_bfd.h.
4035 (target_bfd_xclose): Use gdb_bfd_unref.
4036 (target_bfd_reopen): Use gdb_bfd_ref.
4037 * Makefile.in (SFILES): Add gdb_bfd.c.
4038 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4039 (COMMON_OBS): Add gdb_bfd.o.
4040
4041 2012-07-18 Keith Seitz <keiths@redhat.com>
4042
4043 * breakpoint.c (find_condition_and_thread): Initialize
4044 TASK and REST.
4045 (create_breakpiont): find_condition_and_thread will now
4046 initialize COND_STRING, THREAD, and REST (and TASK).
4047 (addr_string_to_sals): Likewise.
4048
4049 2012-07-18 Pedro Alves <palves@redhat.com>
4050
4051 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4052 Pull the single step breakpoints out of the target.
4053
4054 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4055
4056 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4057 * stap-probe.c (compile_probe_arg): Likewise.
4058
4059 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4060
4061 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4062 (elf_compile_to_ax): Likewise.
4063 * infrun.c (insert_exception_resume_from_probe): Likewise.
4064 (check_exception_resume): Remove `objfile' variable.
4065 * probe.c (find_probe_by_pc): Remove `objfile' argument.
4066 (struct probe_and_objfile, probe_and_objfile_s): Delete.
4067 (collect_probes): Adjust return value to `VEC (probe_p) *'.
4068 (compare_entries): Rename to...
4069 (compare_probes): ...this. Adjust function to work with
4070 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
4071 respectively.
4072 (gen_ui_out_table_header_info): Adjust `probes' argument to be
4073 `VEC (probe_p) *'.
4074 (print_ui_out_info): Adjust argument to be `struct probe *'.
4075 (info_probes_for_ops): Adjust internal computations to use
4076 `VEC (probe_p) *'.
4077 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4078 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4079 gen_info_probes_table_values>: Remove `objfile' argument.
4080 (struct probe) <objfile>: New field.
4081 (find_probe_by_pc): Remove `objfile' argument.
4082 * stap-probe.c (stap_parse_probe_arguments): Likewise.
4083 (stap_get_probe_argument_count): Likewise.
4084 (stap_get_arg): Likewise.
4085 (stap_evaluate_probe_argument): Likewise.
4086 (stap_compile_to_ax): Likewise.
4087 (compile_probe_arg): Refactor not to pass `objfile' anymore.
4088 (handle_stap_probe): Fill `objfile' field from `struct probe'.
4089 (stap_gen_info_probes_table_header): Remove `objfile' argument.
4090 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4091 sym_compile_to_ax>: Likewise.
4092
4093 2012-07-18 Terry Guo <terry.guo@arm.com>
4094
4095 PR 14329
4096 * defs.h (GDB_MI_MSG_WIDTH): New.
4097 * ser_base (ser_base_read_error_fd): New function.
4098 (do_ser_base_readchar): Poll error file descriptor as well as
4099 standard output.
4100 (generic_readchar): Refactor error handling.
4101
4102 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4103
4104 * NEWS: Create a new section for the next release branch.
4105 Rename the section of the current branch, now that it has
4106 been cut.
4107
4108 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4109
4110 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4111 * version.in: Bump version to 7.5.50.20120718-cvs.
4112
4113 2012-07-17 Keith Seitz <keiths@redhat.com>
4114
4115 * linespec.c (linespec_parse_line_offset): Make parameter
4116 const.
4117
4118 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4119
4120 PR 11914
4121 * f-valprint.c (info_common_command): New variable frame_id.
4122 Reinitialize FI form FRAME_ID after each print_variable_and_value.
4123 * printcmd.c (print_variable_and_value): Extend function comment.
4124 Add comment for invalidated FRAME.
4125 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
4126 FI form FRAME_ID after each print_frame_local_vars.
4127 (struct print_variable_and_value_data): Change frame to frame_id.
4128 (do_print_variable_and_value): New variable frame, initialize it from
4129 p->frame_id. Add comment for invalidated FRAME.
4130 (print_frame_local_vars, print_frame_arg_vars): New function comment.
4131 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
4132 for invalidated FRAME.
4133
4134 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
4135 Pedro Alves <palves@redhat.com>
4136
4137 * linux-nat.c (linux_nat_detach): Don't unregister from the event
4138 loop.
4139
4140 2012-07-16 Tom Tromey <tromey@redhat.com>
4141
4142 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4143
4144 2012-07-15 Doug Evans <dje@google.com>
4145
4146 * dwarf2read.c (stmt_list_hash): New struct.
4147 (type_unit_group): Embed "per_cu" member, remove pointer.
4148 New union member "t", move member "tus" into it, all uses updated.
4149 New member "hash", replaces member "line_offset, all uses updated.
4150 (quick_file_names): Replace member "offset" with "hash", all uses
4151 updated.
4152 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4153 (hash_file_name_entry, eq_file_name_entry): Call them.
4154 (hash_type_unit_group, eq_type_unit_group): Ditto.
4155 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4156 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4157 (dw2_get_file_names): Update.
4158 (create_type_unit_group): Replace "per_cu" arg with "cu".
4159 All callers updated. Fix "quick" (.gdb_index) handling.
4160 (get_type_unit_group): Replace "per_cu" arg with "cu".
4161 All callers updated.
4162 (build_type_unit_groups): Don't reset tu_stats.
4163
4164 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4165 "tab_cur_size". Change member "tab" to be a htab_t.
4166 (create_filename_seen_cache): Update.
4167 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
4168 (filename_seen): Update.
4169
4170 2012-07-13 Doug Evans <dje@google.com>
4171
4172 * symtab.c (filename_seen): Update comment.
4173
4174 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4175 Doug Evans <dje@google.com>
4176
4177 * buildsym.c (end_symtab_1): Split it to ...
4178 (end_symtab_get_static_block): ... this ...
4179 (end_symtab_from_static_block): ... and this function.
4180 (end_symtab, end_expandable_symtab): Call them.
4181 * buildsym.h (end_symtab_get_static_block)
4182 (end_symtab_from_static_block): New declarations.
4183 * dwarf2read.c (process_full_comp_unit): New variable static_block.
4184 Set its valid CU ranges.
4185
4186 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4187
4188 * dwarf2loc.c (disassemble_dwarf_expression): Handle
4189 DW_OP_GNU_parameter_ref.
4190
4191 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4192
4193 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4194 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4195
4196 2012-07-13 Doug Evans <dje@google.com>
4197
4198 * symtab.c (output_source_filename): Delete unnecessary forward decl.
4199 (filename_seen_cache): New struct.
4200 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4201 (create_filename_seen_cache): New function.
4202 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4203 (filename_seen): Delete arg "first". New arg "cache". All callers
4204 updated.
4205 (output_source_filename_data): New struct.
4206 (output_source_filename): Delete arg "first". New arg "data".
4207 All callers updated.
4208 (sources_info): Delete local "first". New locals "data", "cleanups".
4209 Rewrite to use filename_seen_cache.
4210 (add_partial_filename_data): Delete member "first". New member
4211 "filename_seen_cache". All uses updated.
4212 (make_source_files_completion_list): Rewrite to use
4213 filename_seen_cache.
4214
4215 2012-07-12 Doug Evans <dje@google.com>
4216
4217 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
4218
4219 2012-07-10 Doug Evans <dje@google.com>
4220
4221 PR gdb/13498
4222 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
4223 all_type_unit_groups, type_unit_groups, tu_stats.
4224 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
4225 All uses updated. Add type_unit_group to union "s".
4226 (type_unit_group): New struct.
4227 (IS_TYPE_UNIT_GROUP): New macro.
4228 (abbrev_table): Delete unused member "section".
4229 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
4230 (dw2_get_cu): Assert not used with type_unit_group.
4231 (dw2_get_primary_cu): New function.
4232 (dw2_build_type_unit_groups_reader): New function.
4233 (dw2_build_type_unit_groups): New function.
4234 (dw2_get_file_names): Assert not called on type units.
4235 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
4236 Redo loop to iterate over type unit groups instead of type units.
4237 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
4238 (read_abbrev_offset): New function.
4239 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
4240 updated.
4241 (create_partial_symtab): New function.
4242 (process_psymtab_comp_unit_reader): Assert not used with type units.
4243 Call create_partial_symtab.
4244 (process_psymtab_type_unit): Delete.
4245 (hash_type_unit_group, eq_type_unit_group): New functions.
4246 (allocate_type_unit_groups_table): New function.
4247 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
4248 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
4249 (create_type_unit_group, get_type_unit_group): New functions.
4250 (tu_abbrev_offset): New struct.
4251 (sort_tu_by_abbrev_offset): New function.
4252 (add_type_unit_group_to_table): New function.
4253 (build_type_unit_groups): New function.
4254 (build_type_psymtabs_reader): New function.
4255 (build_type_psymtab_dependencies): New function.
4256 (build_type_psymtabs): Rewrite.
4257 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
4258 is seen in a type unit.
4259 (process_queue): Move symtab expansion debugging printfs here.
4260 Call process_full_type_unit for type units.
4261 (compute_symtab_includes): Assert not called for type units.
4262 (process_cu_includes): Don't call compute_symtab_includes for
4263 type units.
4264 (process_full_type_unit): New function.
4265 (process_imported_unit_die): Flag an error if called for type units.
4266 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
4267 updated. Assert not called for type units.
4268 (read_file_scope): Call dwarf2_start_symtab.
4269 (setup_type_unit_groups): New function.
4270 (read_type_unit_scope): Rewrite.
4271 (abbrev_table_read_table): Initialize abbrev_table->offset.
4272 (abbrev_table_free_cleanup): New function.
4273 (dwarf2_start_symtab): New function.
4274 (load_full_type_unit): Assert not called for type unit groups.
4275 * buildsym.c (finish_block_internal): New arg "expandable".
4276 All callers updated.
4277 (start_symtab): Move most contents to ...
4278 (restart_symtab): ... here. New function.
4279 (reset_symtab_globals): New function.
4280 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
4281 Call reset_symtab_globals.
4282 (end_symtab, end_expandable_symtab): New functions.
4283 (set_missing_symtab, augment_type_symtab): New functions.
4284 * buildsym.h (end_expandable_symtab): Declare.
4285 (augment_type_symtab, restart_symtab): Declare.
4286 * psympriv.h (struct partial_symtab): New member "anonymous".
4287 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
4288 anonymous psymtabs.
4289 (read_psymtabs_with_filename): Ditto.
4290 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
4291 (expand_symtabs_matching_via_partial): Ditto.
4292 (dump_psymtab): Update.
4293 * dictionary.c (dict_add_pending): New function.
4294 * dictionary.h (dict_add_pending): Declare.
4295
4296 2012-07-09 Doug Evans <dje@google.com>
4297
4298 * buildsym.c (start_subfile): Remove unnecessary check for
4299 name == NULL.
4300
4301 * psymtab.c (allocate_psymtab): Use host_address_to_string.
4302
4303 * dwarf2read.c (load_full_type_unit): Simplify.
4304
4305 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
4306 to struct signatured_type **. All uses updated.
4307
4308 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
4309 All callers updated.
4310
4311 2012-07-09 Tom Tromey <tromey@redhat.com>
4312
4313 * c-exp.y (check_parameter_typelist): New function.
4314 (parameter_typelist): Call it.
4315 * eval.c (make_params): Handle '(void)' case.
4316 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4317 '(void)' case.
4318
4319 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4320
4321 * common/linux-ptrace.c: Include gdb_assert.h.
4322 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
4323 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
4324 stdint.h.
4325 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
4326 functions.
4327 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
4328 * linux-nat.c (linux_child_post_attach)
4329 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
4330
4331 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4332
4333 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
4334 nptl <2.7 bug workaround for core files.
4335
4336 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4337
4338 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
4339 clearing.
4340 (save_siginfo): Remove.
4341 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
4342 call.
4343 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
4344 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
4345 * linux-nat.h (struct lwp_info): Remove field siginfo.
4346
4347 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4348
4349 Code cleanup for the next patch.
4350 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
4351 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4352 call for it.
4353 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
4354 (ia64_linux_stopped_data_address):
4355 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
4356 the return value.
4357 * linux-nat.h (linux_nat_get_siginfo): Likewise.
4358 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
4359 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4360 call for it.
4361
4362 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4363
4364 PR 14321
4365 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
4366 Increase buffer sizes to 2x we need, not just 2x of the previous size.
4367
4368 2012-07-06 Tom Tromey <tromey@redhat.com>
4369
4370 * c-exp.y (DOTDOTDOT): New token.
4371 (func_mod, exp): Use parameter_typelist.
4372 (parameter_typelist): New production.
4373 (tokentab3): Add "..." token.
4374 * eval.c (make_params): Handle varargs.
4375 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4376 varargs.
4377
4378 2012-07-06 Tom Tromey <tromey@redhat.com>
4379
4380 PR exp/9608:
4381 * c-exp.y (%union) <tvec>: Change type.
4382 (func_mod): Now uses <tvec> type.
4383 (exp): Update for tvec change.
4384 (direct_abs_decl): Push the typelist.
4385 (func_mod): Return a typelist.
4386 (nonempty_typelist): Update for tvec change.
4387 * gdbtypes.c (lookup_function_type_with_arguments): New function.
4388 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
4389 * parse.c (pop_type_list): New function.
4390 (push_typelist): New function.
4391 (follow_types): Handle tp_function_with_arguments.
4392 * parser-defs.h (type_ptr): New typedef. Define a VEC.
4393 (enum type_pieces) <tp_function_with_arguments>: New constant.
4394 (union type_stack_elt) <typelist_val>: New field.
4395 (push_typelist): Declare.
4396
4397 2012-07-06 Tom Tromey <tromey@redhat.com>
4398
4399 * c-exp.y (%union) <type_stack>: New field.
4400 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
4401 (ptr_operator_ts): New production.
4402 (ptype): Update.
4403 * parse.c (type_stack_reserve): New function.
4404 (check_type_stack_depth): Use it.
4405 (pop_type_stack, append_type_stack, push_type_stack)
4406 (get_type_stack, type_stack_cleanup): New functions.
4407 (follow_types): Handle tp_type_stack.
4408 (_initialize_parse): Simplify initialization.
4409 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
4410 constant.
4411 (union type_stack_elt) <stack_val>: New field.
4412 (get_type_stack, append_type_stack, push_type_stack)
4413 (type_stack_cleanup): Declare.
4414
4415 2012-07-06 Tom Tromey <tromey@redhat.com>
4416
4417 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
4418 Remove.
4419 (struct type_stack): New.
4420 * parse.c (type_stack, type_stack_size, type_stack_depth):
4421 Remove.
4422 (type_stack): New global.
4423 (parse_exp_in_context, check_type_stack_depth)
4424 (insert_into_type_stack, insert_type, push_type, push_type_int)
4425 (insert_type_address_space, pop_type, pop_type_int)
4426 (_initialize_parse): Update.
4427
4428 2012-07-06 Tom Tromey <tromey@redhat.com>
4429
4430 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
4431 Remove %type.
4432
4433 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4434
4435 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
4436
4437 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4438 Jan Kratochvil <jan.kratochvil@redhat.com>
4439
4440 * cp-valprint.c (cp_print_value): Replace potentially unsafe
4441 alloca with xmalloc/xfree.
4442
4443 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4444
4445 * MAINTAINERS (Write After Approval): Add myself to the list.
4446
4447 2012-07-05 Doug Evans <dje@google.com>
4448
4449 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
4450
4451 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4452
4453 * ax-gdb.c (cli/cli-utils.h): New include.
4454 (linespec.h): Ditto.
4455 (agent_eval_command_one): New function.
4456 (agent_command_1): Ditto.
4457 (agent_command): Call function agent_command_1.
4458 (agent_eval_command): Ditto.
4459 (_initialize_ax_gdb): Change help for "maint agent"
4460 and "maint agent-eval".
4461
4462 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4463
4464 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
4465 * cli/cli-utils.c (check_for_argument): New function.
4466 * cli/cli-utils.h (check_for_argument): Ditto.
4467
4468 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4469
4470 * NEWS: Mention x32 ABI support.
4471
4472 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4473
4474 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
4475 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
4476
4477 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
4478 and pc_regnum_from_eax to -1. Update SP regnum from
4479 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
4480 needed.
4481
4482 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
4483 pc_regnum_from_eax.
4484
4485 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4486
4487 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
4488 * dwarf2expr.h: Include gdbtypes.h.
4489 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
4490 these forward declarations.
4491 (cu_offset, sect_offset): Move these ...
4492 * gdbtypes.h: Remove include dwarf2expr.h.
4493 (cu_offset, sect_offset): ... here.
4494
4495 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
4496
4497 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
4498 (amd64_linux_sigtramp_code): This.
4499 (amd64_x32_linux_sigtramp_code): New.
4500 (LINUX_SIGTRAMP_LEN): Updated.
4501 (amd64_linux_sigtramp_start): Check x32 sigtramp.
4502
4503 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4504
4505 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
4506
4507 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4508
4509 * config.in: Regenerate.
4510 * configure: Regenerate.
4511 * configure.ac: Remove check for gnu/libc-version.h.
4512 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
4513 gnu/libc-version.h.
4514 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
4515 variables libc_version, libc_major and libc_minor. Replace sscanf by
4516 inferior_has_bug. Extend the comment.
4517
4518 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4519
4520 * linux-thread-db.c (inferior_has_bug): New function.
4521 (thread_db_find_new_threads_silently): Return boolean as checked by
4522 inferior_has_bug, describe it in the comments.
4523 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
4524 earlier. Abort the initialization if it returned non-zero.
4525 (thread_db_new_objfile): Exclude debug files.
4526 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
4527 if UNTIL_NO_NEW,
4528
4529 2012-07-02 Doug Evans <dje@google.com>
4530
4531 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
4532 related to queue management.
4533
4534 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
4535 instead of "debug dwarf2-die" in debugging printfs.
4536 (create_debug_info_hash_table_reader): Ditto.
4537 (create_debug_info_hash_table): Ditto.
4538 (init_dwo_file): Ditto.
4539 (init_cutu_and_read_dies): Add debugging printf.
4540 (init_cutu_and_read_dies_no_follow): Ditto.
4541 (process_psymtab_comp_unit_reader): Ditto.
4542
4543 2012-07-02 Stan Shebs <stan@codesourcery.com>
4544
4545 Add target-side support for dynamic printf.
4546 * NEWS: Mention the additional style.
4547 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
4548 (struct bp_location): New field cmd_bytecode.
4549 * breakpoint.c: Include format.h.
4550 (disconnected_dprintf): New global.
4551 (parse_cmd_to_aexpr): New function.
4552 (build_target_command_list): New function.
4553 (insert_bp_location): Call it.
4554 (remove_breakpoints_pid): Skip dprintf breakpoints.
4555 (print_one_breakpoint_location): Ditto.
4556 (dprintf_style_agent): New global.
4557 (dprintf_style_enums): Add dprintf_style_agent.
4558 (update_dprintf_command_list): Add agent case.
4559 (agent_printf_command): New function.
4560 (_initialize_breakpoint): Add new commands.
4561 * common/ax.def (printf): New bytecode.
4562 * ax.h (ax_string): Declare.
4563 * ax-gdb.h (gen_printf): Declare.
4564 * ax-gdb.c: Include cli-utils.h, format.h.
4565 (gen_printf): New function.
4566 (maint_agent_print_command): New function.
4567 (_initialize_ax_gdb): Add maint agent-printf command.
4568 * ax-general.c (ax_string): New function.
4569 (ax_print): Add printf disassembly.
4570 * Makefile.in (SFILES): Add format.c
4571 (COMMON_OBS): Add format.o.
4572 * common/format.h: New file.
4573 * common/format.c: New file.
4574 * printcmd.c: Include format.h.
4575 (ui_printf): Call parse_format_string.
4576 * remote.c (remote_state): New field breakpoint_commands.
4577 (PACKET_BreakpointCommands): New enum.
4578 (remote_breakpoint_commands_feature): New function.
4579 (remote_protocol_features): Add new BreakpointCommands entry.
4580 (remote_can_run_breakpoint_commands): New function.
4581 (remote_add_target_side_commands): New function.
4582 (remote_insert_breakpoint): Call it.
4583 (remote_insert_hw_breakpoint): Ditto.
4584 (_initialize_remote): Add new packet configuration for
4585 target-side breakpoint commands.
4586 * target.h (struct target_ops): New field
4587 to_can_run_breakpoint_commands.
4588 (target_can_run_breakpoint_commands): New macro.
4589 * target.c (update_current_target): Handle
4590 to_can_run_breakpoint_commands.
4591
4592 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4593
4594 Execute -ix and -iex only after system and user gdbinit files.
4595 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
4596 processing down after gdbinit files.
4597
4598 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4599
4600 Add fnmatch-gnu module.
4601 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
4602 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
4603 * gnulib/aclocal.m4: Regenerate.
4604 * gnulib/config.in: Regenerate.
4605 * gnulib/configure: Regenerate.
4606 * gnulib/import/dummy.c: Remove.
4607 * gnulib/import/Makefile.am: Regenerate.
4608 * gnulib/import/Makefile.in: Likewise.
4609 * gnulib/import/m4/gnulib-cache.m4: Likewise.
4610 * gnulib/import/m4/gnulib-comp.m4: Likewise.
4611 * gnulib/import/alloca.c: New file.
4612 * gnulib/import/alloca.in.h: Likewise.
4613 * gnulib/import/config.charset: Likewise.
4614 * gnulib/import/fnmatch.c: Likewise.
4615 * gnulib/import/fnmatch.in.h: Likewise.
4616 * gnulib/import/fnmatch_loop.c: Likewise.
4617 * gnulib/import/localcharset.c: Likewise.
4618 * gnulib/import/localcharset.h: Likewise.
4619 * gnulib/import/m4/alloca.m4: Likewise.
4620 * gnulib/import/m4/codeset.m4: Likewise.
4621 * gnulib/import/m4/configmake.m4: Likewise.
4622 * gnulib/import/m4/fcntl-o.m4: Likewise.
4623 * gnulib/import/m4/fnmatch.m4: Likewise.
4624 * gnulib/import/m4/glibc21.m4: Likewise.
4625 * gnulib/import/m4/localcharset.m4: Likewise.
4626 * gnulib/import/m4/locale-fr.m4: Likewise.
4627 * gnulib/import/m4/locale-ja.m4: Likewise.
4628 * gnulib/import/m4/locale-zh.m4: Likewise.
4629 * gnulib/import/m4/mbrtowc.m4: Likewise.
4630 * gnulib/import/m4/mbsinit.m4: Likewise.
4631 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4632 * gnulib/import/m4/mbstate_t.m4: Likewise.
4633 * gnulib/import/m4/stdbool.m4: Likewise.
4634 * gnulib/import/m4/wchar_h.m4: Likewise.
4635 * gnulib/import/m4/wctype_h.m4: Likewise.
4636 * gnulib/import/m4/wint_t.m4: Likewise.
4637 * gnulib/import/mbrtowc.c: Likewise.
4638 * gnulib/import/mbsinit.c: Likewise.
4639 * gnulib/import/mbsrtowcs-impl.h: Likewise.
4640 * gnulib/import/mbsrtowcs-state.c: Likewise.
4641 * gnulib/import/mbsrtowcs.c: Likewise.
4642 * gnulib/import/ref-add.sin: Likewise.
4643 * gnulib/import/ref-del.sin: Likewise.
4644 * gnulib/import/stdbool.in.h: Likewise.
4645 * gnulib/import/streq.h: Likewise.
4646 * gnulib/import/strnlen1.c: Likewise.
4647 * gnulib/import/strnlen1.h: Likewise.
4648 * gnulib/import/verify.h: Likewise.
4649 * gnulib/import/wchar.in.h: Likewise.
4650 * gnulib/import/wctype.in.h: Likewise.
4651
4652 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4653
4654 Support shell wildcards for 'set auto-load safe-path'.
4655 * auto-load.c: Include fnmatch.h.
4656 (filename_is_in_dir): Rename to ...
4657 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4658 it. Update function comment. Rename dir_len to pattern_len. New
4659 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
4660 messages. Use gdb_filename_fnmatch.
4661 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4662 pattern.
4663 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4664 * defs.h (gdb_filename_fnmatch): New declaration.
4665 * utils.c: Include fnmatch.h.
4666 (gdb_filename_fnmatch): New function.
4667
4668 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4669
4670 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4671 `-probe' and `-probe-stap' options.
4672
4673 2012-07-01 Yao Qi <yao@codesourcery.com>
4674
4675 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4676 always_inserted_off, and always_inserted_enums.
4677 Change always_inserted_mode's type to 'enum auto_boolean'.
4678 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4679 callers.
4680 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4681 of add_setshow_enum_cmd.
4682 * infrun.c: Remove can_use_displaced_stepping_auto,
4683 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4684 can_use_displaced_stepping_enum.
4685 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4686 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4687 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4688 add_setshow_enum_cmd.
4689
4690 2012-06-30 Doug Evans <dje@google.com>
4691
4692 * dwarf2read.c (signatured_type): Make "per_cu" member first.
4693 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4694 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
4695
4696 2012-06-29 Doug Evans <dje@google.com>
4697
4698 * linespec.c: #include "stack.h".
4699 (decode_line_with_current_source): Moved here from symtab.c and
4700 renamed from decode_line_spec. All callers updated.
4701 (decode_line_with_last_displayed): Moved here from breakpoint.c and
4702 renamed from decode_line_spec_1. All callers updated.
4703 * linespec.h (decode_line_with_current_source): Move declaration here
4704 from symtab.h and renamed from decode_line_spec.
4705 (decode_line_with_last_displayed): Move declaration here from symtab.h
4706 and renamed from decode_line_spec_1.
4707 * macrocmd.c: #include "linespec.h".
4708 * symtab.c: Remove #include "linespec.h".
4709
4710 2012-06-28 Doug Evans <dje@google.com>
4711
4712 * dwarf2read.c (get_cu_length): New function.
4713 (offset_in_cu_p, error_check_comp_unit_head): Call it.
4714 (create_debug_types_hash_table): Ditto.
4715 (init_cutu_and_read_dies): Ditto.
4716 (init_cutu_and_read_dies_no_follow): Ditto.
4717
4718 * dwarf2read.c (dwarf2_find_base_address): Move definition.
4719
4720 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4721 (struct abbrev_table): Define.
4722 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4723 abbrev_table.
4724 (init_cutu_and_read_dies): Update.
4725 (abbrev_table_alloc_abbrev): New function. Replaces
4726 dwarf_alloc_abbrev. All callers updated.
4727 (abbrev_table_add_abbrev): New function.
4728 (abbrev_table_lookup_abbrev): New function. Replaces
4729 dwarf2_lookup_abbrev. All callers updated.
4730 (abbrev_table_read_table): New function. Contents moved here from
4731 dwarf2_read_abbrevs.
4732 (dwarf2_read_abbrevs): Call it.
4733 (abbrev_table_free): New function.
4734 (dwarf2_free_abbrev_table): Call it.
4735
4736 2012-06-28 Stan Shebs <stan@codesourcery.com>
4737
4738 * osdata.c (info_osdata_command): Filter out "Title" columns
4739 from non-MI uses.
4740 * common/linux-osdata.c (struct osdata_type): Add title field.
4741 (osdata_table): Add titles to each entry.
4742 (linux_command_xfer_osdata): Add a column for title data.
4743
4744 2012-06-28 Stan Shebs <stan@codesourcery.com>
4745
4746 Make logging work for MI.
4747 * NEWS: Mention it.
4748 * interps.h (interp_set_logging_ftype): New typedef.
4749 (struct interp_procs): New field set_logging_proc.
4750 (current_interp_set_logging): Declare.
4751 * interps.c (current_interp_set_logging): New function.
4752 * cli/cli-logging.c: Include interps.h.
4753 (set_logging_redirect): Call current_interp_set_logging.
4754 (pop_output_files): Ditto.
4755 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4756 * mi/mi-console.h (mi_console_set_raw): Declare.
4757 * mi/mi-console.c (mi_console_set_raw): New function.
4758 * mi/mi-interp.c (saved_raw_stdout): New global.
4759 (mi_set_logging): New function.
4760 (_initialize_mi_interp): Add it to interp procs.
4761
4762 2012-06-28 Doug Evans <dje@google.com>
4763
4764 * symtab.c (lookup_symbol_aux_objfile): Use
4765 ALL_OBJFILE_PRIMARY_SYMTABS.
4766
4767 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4768
4769 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4770
4771 * common/buffer.c: Include inttypes.h and stdint.h.
4772 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4773
4774 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4775 Pedro Alves <palves@redhat.com>
4776
4777 * gdbthread.h (ALL_THREADS): New macro.
4778 (thread_list): Declare.
4779 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4780 going, but instead fall through to the stepping handling.
4781 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
4782 the passed in signal. Adjust debug output.
4783 (resume_callback): Rename to ...
4784 (linux_nat_resume_callback): ... this. Pass the thread's last
4785 stop signal, if in "pass" state.
4786 (linux_nat_resume): Adjust to rename.
4787 (stop_wait_callback): New assertion. Don't respawn signals;
4788 instead let the LWP remain with SIGNALLED set.
4789 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4790 * remote.c (append_pending_thread_resumptions): New.
4791 (remote_vcont_resume): Call it.
4792 * target.h (target_resume): Extend comment.
4793
4794 2012-06-28 Iain Sandoe <iain@codesourcery.com>
4795
4796 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4797
4798 2012-06-27 Doug Evans <dje@google.com>
4799
4800 * dwarf2read.c (dwarf2_cu): Add ranges_base.
4801 Delete have_addr_base, unused. All uses updated.
4802 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4803 (dwarf2_get_pc_bounds): Add ranges_base.
4804 (dwarf2_record_block_ranges): Ditto.
4805
4806 2012-06-27 Tom Tromey <tromey@redhat.com>
4807
4808 PR macros/7961:
4809 * varobj.c (varobj_create): Update.
4810 (varobj_set_value): Update.
4811 * tracepoint.c (validate_actionline): Update.
4812 (encode_actions_1): Update.
4813 * parse.c (parse_exp_1): Add 'pc' argument.
4814 (parse_exp_in_context): Add 'pc' argument. Change how
4815 expression_context_pc is set.
4816 (parse_expression): Update.
4817 (parse_field_expression): Update.
4818 * expression.h (parse_exp_1): Update.
4819 * eval.c (parse_to_comma_and_eval): Update.
4820 * breakpoint.c (set_breakpoint_condition): Update.
4821 (update_watchpoint): Update.
4822 (init_breakpoint_sal): Update
4823 (find_condition_and_thread): Update.
4824 (watch_command_1): Update.
4825 (update_breakpoint_locations): Update.
4826 * ada-lang.c (ada_read_renaming_var_value): Update.
4827 (create_excep_cond_exprs): Update.
4828
4829 2012-06-27 Doug Evans <dje@google.com>
4830
4831 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4832 type units.
4833
4834 2012-06-26 Doug Evans <dje@google.com>
4835
4836 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4837 prototype.
4838 (error_check_comp_unit_head): New arg abbrev_section. All callers
4839 updated.
4840 (read_and_check_comp_unit_head): Ditto.
4841 (read_and_check_type_unit_head): Ditto.
4842
4843 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4844
4845 New attribute 'last' for gdb.Symtab_and_line.
4846 * NEWS (Python Scripting): Add entry about the new attribute.
4847 * python/py-symtab.c (salpy_get_last): New function which
4848 implements the get method for the 'last' attribute of
4849 gdb.Symtab_and_line.
4850 (sal_object_getset): Add entry for the 'last' attribute.
4851
4852 2012-06-26 Doug Evans <dje@google.com>
4853
4854 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4855 (dwo_sections): Add macinfo, macro.
4856 (dwarf2_locate_dwo_sections): Watch for macro sections.
4857 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4858 All callers updated. Handle DWO files.
4859
4860 * NEWS: Mention new options "set debug dwarf2-read" and
4861 "set debug symtab-create".
4862 * dwarf2read.c (dwarf2_read_debug): New static global.
4863 (dwarf2_build_psymtabs_hard): Add debugging printfs.
4864 (process_queue): Ditto.
4865 (process_full_comp_unit): Ditto.
4866 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4867 * elfread.c (elf_symfile_read): Add debugging printf.
4868 * minsyms.c (install_minimal_symbols): Ditto.
4869 * psymtab.c (allocate_psymtab): Ditto.
4870 * symfile.c (allocate_symtab): Ditto.
4871 * symtab.c (symtab_create_debug): New global.
4872 (_initialize_symtab): Add new option "set debug symtab-create".
4873 * symtab.h (symtab_create_debug): Declare.
4874
4875 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4876 (lookup_dwo_type_unit): Ditto.
4877
4878 2012-06-26 Roland McGrath <roland@hack.frob.com>
4879 H.J. Lu <hongjiu.lu@intel.com>
4880
4881 * amd64-linux-nat.c: Include <sys/user.h>.
4882 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4883 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4884 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4885
4886 * configure.ac: Check if the fs_base and gs_base members of
4887 `struct user_regs_struct' exist.
4888 * config.in: Regenerated.
4889 * configure: Likewise.
4890
4891 2012-06-25 Michael Eager <eager@eagercon.com>
4892
4893 PR python/14291
4894 * python/python.c (gdbpy_write): Check for interrupted output.
4895
4896 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4897
4898 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4899 register as a stack alignment in ARM mode.
4900
4901 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4902
4903 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4904 * gnulib/config.in: Regenerate.
4905 * gnulib/configure: Likewise.
4906 * gnulib/import/m4/extensions.m4: Update it.
4907 * gnulib/import/m4/gnulib-common.m4: Likewise.
4908 * gnulib/import/m4/memmem.m4: Likewise.
4909 * gnulib/import/m4/mmap-anon.m4: Likewise.
4910 * gnulib/import/m4/multiarch.m4: Likewise.
4911 * gnulib/import/stdint.in.h: Likewise.
4912
4913 2012-06-24 Yao Qi <yao@codesourcery.com>
4914
4915 * corefile.c (write_memory_with_notification): New.
4916 * gdbcore.h: Declare write_memory_with_notification.
4917 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4918 'observer_notify_memory_changed' with 'write_memory_with_notification'.
4919 * valops.c (value_assign): Likewise.
4920 * python/py-inferior.c (infpy_write_memory): Call
4921 'write_memory_with_notification'.
4922
4923 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4924
4925 * cc-with-index.sh: Use also -ex "set auto-load no".
4926
4927 2012-06-23 Doug Evans <dje@google.com>
4928
4929 PR 14125
4930 * NEWS: Document additions to .gdb_index.
4931 * dwarf2read.c: #include "gdb/gdb-index.h".
4932 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4933 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4934 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4935 (dwarf2_read_index): Recognize version 7.
4936 (dw2_do_expand_symtabs_matching): New args want_specific_block,
4937 block_kind, domain): All callers updated.
4938 (dw2_find_symbol_file): Handle new index CU values.
4939 (dw2_expand_symtabs_matching): Match symbol kind if requested.
4940 (add_index_entry): New args is_static, kind. All callers updated.
4941 (offset_type_compare, uniquify_cu_indices): New functions
4942 (symbol_kind): New function.
4943 (write_psymtabs_to_index): Remove duplicate CU values.
4944 (write_psymtabs_to_index): Write .gdb_index version 7.
4945
4946 2012-06-22 Joel Brobecker <brobecker@adacore.com>
4947
4948 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4949 * configure: Regenerate.
4950
4951 2012-06-20 Yao Qi <yao@codesourcery.com>
4952
4953 * python/py-inferior.c: Update comments of infpy_read_memory
4954 and infpy_write_memory.
4955
4956 2012-06-19 Tom Tromey <tromey@redhat.com>
4957
4958 PR exp/9514:
4959 * parser-defs.h (insert_type, insert_type_address_space): Declare.
4960 (push_type_address_space): Remove.
4961 * parse.c (insert_into_type_stack): New function.
4962 (insert_type): Likewise.
4963 (insert_type_address_space): Rename from push_type_address_space.
4964 Insert tp_space_identifier.
4965 * c-exp.y (ptr_operator): New production.
4966 (abs_decl): Use ptr_operator.
4967 (space_identifier): Call insert_type_address_space.
4968 (ptype): Don't use const_or_volatile_or_space_identifier.
4969 (const_or_volatile_noopt): Call insert_type.
4970 (conversion_type_id, conversion_declarator): New productions.
4971 (operator): Use conversion_type_id.
4972
4973 2012-06-18 Doug Evans <dje@google.com>
4974
4975 * symtab.h (minimal_symbol): New member created_by_gdb.
4976 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4977 created by gdb.
4978 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4979 (search_symbols): Call it instead of lookup_symbol.
4980 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
4981
4982 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4983 Adjust address for DW_OP_GNU_addr_index.
4984 * dwarf2expr.h (dwarf_expr_context): Update comment.
4985 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4986 all callers updated. Handle TLS vars described with
4987 DW_OP_GNU_const_index.
4988 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4989 and DW_OP_GNU_const_index.
4990 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4991
4992 * block.c (find_block_in_blockvector): Make explicit the fact that we
4993 ignore GLOBAL_BLOCK.
4994
4995 2012-06-18 Tom Tromey <tromey@redhat.com>
4996
4997 * c-exp.y (operator): Remove trailing space after "delete" and
4998 "delete[]".
4999
5000 2012-06-18 Mark Kettenis <kettenis@gnu.org>
5001 Jan Kratochvil <jan.kratochvil@redhat.com>
5002
5003 Switch i386 and derived targets to ON_STACK.
5004 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
5005 (amd64_dicos_init_abi): Remove its installment.
5006 * dicos-tdep.c (dicos_init_abi): Remove the
5007 set_gdbarch_call_dummy_location call. Update the comment here.
5008 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
5009 (i386_dicos_init_abi): Remove its installment.
5010 * i386-tdep.c (i386_push_dummy_code): New function.
5011 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
5012 i386_push_dummy_code.
5013
5014 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5015
5016 Remove stale dummy frames.
5017 * breakpoint.c: Include dummy-frame.h.
5018 (longjmp_breakpoint_ops): New variable.
5019 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
5020 bp_longjmp_call_dummy.
5021 (bpstat_what, bptype_string, print_one_breakpoint_location)
5022 (init_bp_location): Support bp_longjmp_call_dummy.
5023 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
5024 (set_longjmp_breakpoint_for_call_dummy)
5025 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5026 functions.
5027 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5028 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
5029 FIXME comment and extend the other comment for bp_call_dummy.
5030 (set_longjmp_breakpoint_for_call_dummy)
5031 (check_longjmp_breakpoint_for_call_dummy): New declarations.
5032 * dummy-frame.c: Include gdbthread.h.
5033 (pop_dummy_frame_bpt): New function.
5034 (pop_dummy_frame): Call pop_dummy_frame_bpt.
5035 (dummy_frame_discard): New function.
5036 (cleanup_dummy_frames): Update the comment about longjmps.
5037 * dummy-frame.h (dummy_frame_discard): New declaration.
5038 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5039 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
5040 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
5041 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5042 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
5043 keep_going if IS_LONGJMP and there is no other reason to stop.
5044
5045 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
5046
5047 * remote-sim.c (sim_command_completer): Initialize
5048 variable 'result'.
5049
5050 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5051
5052 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5053 * dwarf2loc.c (call_site_parameter_matches): Support
5054 CALL_SITE_PARAMETER_PARAM_OFFSET.
5055 (needs_dwarf_reg_entry_value): Push stub value.
5056 * dwarf2read.c (read_call_site_scope): New variable origin. Support
5057 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5058 * gdbtypes.h (enum call_site_parameter_kind): New item
5059 CALL_SITE_PARAMETER_PARAM_OFFSET.
5060 (struct call_site.parameter.u): New field param_offset.
5061
5062 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5063
5064 Code cleanup: Generalize call_site.parameter key.
5065 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5066 variable dwarf_reg. New variable kind_u. Update parameters to
5067 push_dwarf_reg_entry_value.
5068 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5069 * dwarf2expr.h (enum call_site_parameter_kind)
5070 (union call_site_parameter_u): Forward declarations.
5071 (struct dwarf_expr_context_funcs): Update parameters and their
5072 description for push_dwarf_reg_entry_value.
5073 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5074 * dwarf2loc.c (call_site_parameter_matches): New function.
5075 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5076 description. Use call_site_parameter_matches.
5077 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5078 Update parameters and their description.
5079 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5080 New variable kind_u. Adjust the caller for updated parameters.
5081 (needs_dwarf_reg_entry_value): Update parameters.
5082 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
5083 instead of attr. Update for the changed fields of struct
5084 call_site_parameter.
5085 * gdbtypes.h: Include dwarf2expr.h.
5086 (enum call_site_parameter_kind): New.
5087 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
5088 fb_offset into new union u.
5089
5090 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5091
5092 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5093 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5094 for x32.
5095
5096 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5097
5098 * amd64-linux-nat.c (compat_x32_clock_t): New.
5099 (compat_x32_siginfo_t): Likewise.
5100 (compat_x32_siginfo_from_siginfo): Likewise.
5101 (siginfo_from_compat_x32_siginfo): Likewise.
5102 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5103 and siginfo_from_compat_x32_siginfo for x32.
5104
5105 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
5106
5107 * tracepoint.c (tfile_xfer_partial): Add a lseek.
5108
5109 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5110
5111 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5112 instead of gdbarch_ptr_bit.
5113 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5114 (amd64_supply_native_gregset): Likewise.
5115 (amd64_collect_native_gregset): Likewise.
5116 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5117 (amd64_supply_xsave): Likewise.
5118 (amd64_collect_fxsave): Likewise.
5119 (amd64_collect_xsave): Likewise.
5120
5121 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5122
5123 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5124 (amd64_linux_read_description): Check DS segment register for
5125 x32 process.
5126
5127 2012-06-15 Tom Tromey <tromey@redhat.com>
5128
5129 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5130 init_cutu_and_read_dies.
5131
5132 2012-06-15 Iain Sandoe <iain@codesourcery.com>
5133
5134 * MAINTAINERS (Write After Approval): Add myself to the list.
5135
5136 2012-06-15 Tom Tromey <tromey@redhat.com>
5137
5138 * valops.c (value_find_oload_method_list): Now static.
5139 * value.h (value_find_oload_method_list): Don't declare.
5140
5141 2012-06-15 Tom Tromey <tromey@redhat.com>
5142
5143 * valops.c (find_overload_match): Use value_ind.
5144
5145 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
5146
5147 * infrun.c (handle_inferior_event): Correct indentation.
5148
5149 2012-06-14 Doug Evans <dje@google.com>
5150
5151 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5152 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5153 All uses updated.
5154 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
5155 updated. Handle DEBUG_LOC_START_LENGTH.
5156 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5157 (loclist_describe_location): Ditto.
5158
5159 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
5160
5161 PR backtrace/13866
5162 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5163 after hiding inline functions.
5164
5165 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5166
5167 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
5168 _initialize_inf_ttrace.
5169
5170 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5171
5172 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
5173 _initialize_hppa_hpux_nat.
5174
5175 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5176
5177 * remote-sim.c (sim_command_completer): Change type of return
5178 value to "VEC (char_ptr) *". Adjust implementation accordingly.
5179
5180 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5181 Jan Kratochvil <jan.kratochvil@redhat.com>
5182
5183 PR tdep/14222
5184 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5185 stack on a 16-byte boundary.
5186
5187 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
5188
5189 * jit.c (finalize_symtab): Set function's return type to 'void' by
5190 default.
5191
5192 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5193 H.J. Lu <hongjiu.lu@intel.com>
5194
5195 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5196 Move bits common to both the classic LP64 and the new x32 ILP32
5197 ABI here.
5198 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5199 (amd64_x32_linux_init_abi): New function.
5200 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5201 subtype.
5202
5203 * i386-tdep.h (i386_pseudo_register_name): New prototype.
5204 * i386-tdep.c (i386_pseudo_register_name): Make public.
5205 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5206 * amd64-tdep.c (amd64_dword_names): Add "eip".
5207 (amd64_x32_pseudo_register_type): New function
5208 (amd64_x32_init_abi): New function.
5209
5210 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5211
5212 PR build/14003
5213 * inferior.h (struct inferior_suspend_state): Comment out.
5214 (struct inferior): Comment out the field suspend.
5215 * infrun.c (struct infcall_suspend_state): Comment out the field
5216 inferior_suspend.
5217 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
5218 out its assignment.
5219
5220 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5221
5222 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5223 * c-exp.y (classify_inner_name): Remove caller assumptions in the
5224 function comment. Return ERROR for unresolved cases. Implement
5225 returning proper NAME.
5226 (yylex): Accept also NAME from classify_inner_name.
5227 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
5228 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
5229 LOC_TYPEDEF type.
5230 * cp-support.h (cp_lookup_nested_type): Update its declaration.
5231
5232 2012-06-13 Tom Tromey <tromey@redhat.com>
5233
5234 * breakpoint.c (condition_completer): New function.
5235 (_initialize_breakpoint): Use it.
5236 * value.c (complete_internalvar): New function.
5237 * value.h (complete_internalvar): Declare.
5238
5239 2012-06-13 Tom Tromey <tromey@redhat.com>
5240
5241 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
5242 * breakpoint.c (catch_syscall_completer): Return a VEC.
5243 * cli/cli-cmds.c (complete_command): Update.
5244 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
5245 (complete_on_enum): Likewise.
5246 * command.h: Include gdb_vecs.h.
5247 (completer_ftype): Change return type.
5248 (complete_on_cmdlist, complete_on_enum): Likewise.
5249 * completer.c (noop_completer, filename_completer)
5250 (location_completer): Return a VEC.
5251 (add_struct_fields): Remove 'nextp' argument. Change 'output'
5252 to a VEC.
5253 (expression_completer, complete_line_internal, complete_line)
5254 (command_completer): Return a VEC.
5255 (gdb_completion_word_break_characters, line_completion_function):
5256 Update.
5257 * completer.h: Include gdb_vecs.h.
5258 (complete_line, noop_completer, filename_completer)
5259 (expression_completer, location_completer, command_completer):
5260 Update.
5261 * f-lang.c (f_word_break_characters): Return a VEC.
5262 * interps.c (interpreter_completer): Return a VEC.
5263 * language.h (struct language_defn)
5264 <la_make_symbol_completion_list>: Return a VEC.
5265 * python/py-cmd.c (cmdpy_completer): Return a VEC.
5266 * symtab.c (free_completion_list): Take a VEC.
5267 (return_val_size, return_val_index): Remove.
5268 (return_val): Now a VEC.
5269 (completion_list_add_name): Update.
5270 (default_make_symbol_completion_list_break_on)
5271 (default_make_symbol_completion_list, make_symbol_completion_list)
5272 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
5273 Return a VEC.
5274 (add_filename_to_list): Update.
5275 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
5276 <list>: Now a VEC.
5277 (maybe_add_partial_symtab_filename): Update.
5278 (make_source_files_completion_list): Return a VEC.
5279 * symtab.h (default_make_symbol_completion_list_break_on)
5280 (default_make_symbol_completion_list, make_symbol_completion_list)
5281 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
5282 (make_source_files_completion_list): Update.
5283
5284 2012-06-13 Tom Tromey <tromey@redhat.com>
5285
5286 * breakpoint.c (add_catch_command): Use completer_ftype.
5287 * breakpoint.h: Include command.h.
5288 (add_catch_command): Use completer_ftype.
5289 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
5290 * cli/cli-decode.h (struct cmd_list_element) <completer>:
5291 Use completer_ftype.
5292 * command.h (completer_ftype): New typedef.
5293 (set_cmd_completer): Use it.
5294 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
5295 completer_ftype.
5296
5297 2012-06-13 Pedro Alves <palves@redhat.com>
5298
5299 Partial revert of previous change.
5300
5301 * serial.c (scb_base): New global.
5302 (serial_for_fd): New.
5303 (serial_open, serial_fdopen_ops): Link new serial in open serials
5304 chain.
5305 (do_serial_close): Unlink serial from the open serials chain.
5306
5307 2012-06-12 Pedro Alves <palves@redhat.com>
5308
5309 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
5310 threads here.
5311 (prepare_for_detach): No longer context switch here in non-stop
5312 mode.
5313 (fetch_inferior_event): Ditto.
5314 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
5315 to the event thread before removing breakpoints. Switch to the
5316 event thread before inserting breakpoints and resuming.
5317 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
5318 event thread before resuming.
5319 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
5320 Switch to the event thread before removing breakpoints.
5321
5322 2012-06-12 Eli Zaretskii <eliz@gnu.org>
5323
5324 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
5325 special characters correctly for the Windows shells. See
5326 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
5327 report.
5328 [!__MINGW32__]: Remove extra double quote character from special
5329 characters.
5330
5331 2012-06-11 Stan Shebs <stan@codesourcery.com>
5332
5333 * ui-out.h: Remove #if 0 declarations.
5334 * ui-out.c: Remove #if 0 functions.
5335
5336 2012-06-11 Pedro Alves <palves@redhat.com>
5337
5338 * ser-base.c (run_async_handler_and_reschedule): New.
5339 (fd_event, push_event): Use it.
5340 * serial.c (serial_open, serial_fdopen_ops): Set the initial
5341 reference count to 1.
5342 (do_serial_close): Set the bufp field to NULL. Use serial_unref
5343 instead of xfree.
5344 (serial_is_open, serial_ref, serial_unref): New.
5345 * serial.h (serial_open): Adjust comment.
5346 (serial_is_open): Declare.
5347 (serial_close): Adjust comment.
5348 (serial_ref, serial_unref) Declare.
5349 (struct serial): New field 'refcnt'.
5350
5351 2012-06-11 Pedro Alves <palves@redhat.com>
5352
5353 Remove #if 0'd "connect" command, and unnecessary associated
5354 refcounting and serial reuse bits.
5355
5356 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
5357 * serial.c (last_serial_opened): Delete.
5358 (scb_base): Delete.
5359 (serial_open): Adjust.
5360 (serial_for_fd): Delete.
5361 (serial_fdopen_ops, do_serial_close): Adjust.
5362 (serial_fdopen_ops): Adjust.
5363
5364 2012-06-11 Pedro Alves <palves@redhat.com>
5365
5366 * serial.c (do_serial_close): Remove early return when SCB is
5367 null.
5368
5369 2012-06-11 Tom Tromey <tromey@redhat.com>
5370
5371 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
5372
5373 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5374
5375 Fix regression by the "ambiguous linespec" series.
5376 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
5377 get_last_displayed_symtab and get_last_displayed_line and depending
5378 on CURSAL.
5379
5380 2012-06-11 Tom Tromey <tromey@redhat.com>
5381
5382 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
5383 (dw2_find_symbol_file): Use it.
5384
5385 2012-06-11 Michael Eager <eager@eagercon.com>
5386
5387 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
5388 * mips-linux-tdep.h (mips_signals): New
5389
5390 2012-06-11 Tom Tromey <tromey@redhat.com>
5391
5392 * infrun.c (handle_inferior_event)
5393 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
5394 breakpoint.
5395 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
5396 exception logic in all cases. Update comments.
5397 (insert_longjmp_resume_breakpoint): Set the exception resume
5398 breakpoint.
5399
5400 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
5401
5402 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
5403
5404 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
5405
5406 * valarith.c (binop_types_user_defined_p): Fix a typo.
5407
5408 2012-06-08 Yao Qi <yao@codesourcery.com>
5409 Chung-Lin Tang <cltang@codesourcery.com>
5410
5411 * arch-utils.c (default_return_in_first_hidden_param_p): New.
5412 * arch-utils.h: Declare.
5413 * gdbarch.sh: Add return_in_first_hidden_param_p.
5414 * gdbarch.c, gdbarch.h: Regenerated.
5415 * infcall.c (call_function_by_hand): Call
5416 gdbarch_return_in_first_hidden_param_p instead of
5417 language_pass_by_reference.
5418
5419 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
5420 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
5421 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
5422 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
5423 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
5424 `cplus_return_struct_by_reference'.
5425 (tic6x_return_value): Handle language cplusplus.
5426 (tic6x_return_in_first_hidden_param_p): New.
5427 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
5428
5429 2012-06-07 Doug Evans <dje@google.com>
5430
5431 * dwarf2read.c (dwarf2_cu): Add comment.
5432
5433 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5434
5435 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
5436 variable.
5437 (mips_eabi_push_dummy_call): Likewise.
5438 (mips_n32n64_push_dummy_call): Likewise.
5439 (mips_o32_push_dummy_call): Likewise.
5440 (mips_o64_push_dummy_call): Likewise.
5441
5442 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5443
5444 * mips-tdep.c (mips_convert_register_p): Correct coding style.
5445
5446 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5447
5448 * mips-tdep.c (mips_pseudo_register_type): Use
5449 mips_float_register_p.
5450
5451 2012-06-06 Pedro Alves <palves@redhat.com>
5452
5453 * infrun.c (handle_inferior_event): Remove calls to
5454 reinit_frame_cache that follow a context_switch call.
5455
5456 2012-06-06 Pedro Alves <palves@redhat.com>
5457
5458 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
5459 context_switch and remove stale comment.
5460
5461 2012-06-06 Pedro Alves <palves@redhat.com>
5462
5463 * infrun.c (struct execution_control_state): Remove
5464 `new_thread_event' field.
5465 (handle_inferior_event): Simplify new threads handling; don't
5466 resume the inferior if we find a new thread.
5467
5468 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
5469
5470 * NEWS: Document the deprecation of SH's 'regs' command.
5471 * inferior.h (all_registers_info): Add function declaration.
5472 * sh-tdep.c (sh_show_regs): Remove variable.
5473 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
5474 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
5475 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
5476 (sh_show_regs_command): Remove functions.
5477 (sh_gdbarch_init): Don't set sh_show_regs.
5478 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
5479 'info all-registers'.
5480 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
5481 (sh64_show_regs): Remove functions.
5482 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
5483
5484 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5485
5486 * configure.ac: Move development=true below AC_INIT.
5487 * configure: Regenerate.
5488
5489 2012-06-05 Stan Shebs <stan@codesourcery.com>
5490
5491 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
5492 gdb_stdout.
5493
5494 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
5495
5496 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
5497 argument as ssize_t.
5498 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
5499 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
5500 * target.c (target_read_stack, target_write_memory)
5501 (target_write_raw_memory): Likewise.
5502 * target.h (target_read_stack, target_write_memory)
5503 (target_write_raw_memory): Likewise.
5504
5505 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5506
5507 * symfile-mem.c: Change gdb_static_assert to ssize_t.
5508 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
5509 * target.c (target_read_memory): Change LEN to ssize_t.
5510 * target.h (target_read_memory): Change LEN to ssize_t.
5511
5512 2012-06-05 Pedro Alves <palves@redhat.com>
5513
5514 PR backtrace/13866
5515
5516 * breakpoint.c (until_break_command): Only fetch the selected
5517 frame after decode_line_1.
5518
5519 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5520
5521 * solib-svr4.c (enable_break): Don't fallback to setting the solib
5522 event breakpoint at _start, __start or main if a program
5523 interpreter is not found.
5524
5525 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5526
5527 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
5528 Add declaration.
5529 * windows-tdep.c: #include "objfiles.h".
5530 (windows_iterate_over_objfiles_in_search_order): New function.
5531 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5532 iterate_over_objfiles_in_search_order gdbarch method to
5533 windows_iterate_over_objfiles_in_search_order.
5534 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
5535
5536 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5537
5538 * gdbarch.sh: Add generation of
5539 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
5540 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
5541 (iterate_over_objfiles_in_search_order): New gdbarch method.
5542 * gdbarch.h, gdbarch.c: Regenerate.
5543 * objfiles.h (default_iterate_over_objfiles_in_search_order):
5544 Add declaration.
5545 * objfiles.c (default_iterate_over_objfiles_in_search_order):
5546 New function.
5547 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5548 out of lookup_symbol_aux_symtabs.
5549 (lookup_symbol_aux_symtabs): Replace extracted-out code by
5550 call to lookup_symbol_aux_objfile.
5551 (struct global_sym_lookup_data): New type.
5552 (lookup_symbol_global_iterator_cb): New function.
5553 (lookup_symbol_global): Search for symbol using
5554 gdbarch_iterate_over_objfiles_in_search_order and
5555 lookup_symbol_global_iterator_cb.
5556 * findvar.c (struct minsym_lookup_data): New type.
5557 (minsym_lookup_iterator_cb): New function.
5558 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
5559 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
5560 and minsym_lookup_iterator_cb.
5561
5562 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5563
5564 Revert the following patch:
5565 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5566 try locating the symbol in the symbol's own objfile first, before
5567 extending the search to all objfiles.
5568 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5569 out of lookup_symbol_aux_symtabs.
5570 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5571 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5572 Do not search EXCLUDE_OBJFILE.
5573 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5574 (lookup_symbol_global): Search for matches in the block's objfile
5575 first, before searching all other objfiles.
5576
5577 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5578
5579 * breakpoint.c (find_condition_and_thread): Stop parsing
5580 as soon as the first invalid keyword is found.
5581
5582 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5583
5584 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
5585
5586 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5587
5588 * config/djgpp/djcheck.sh: Add copyright header.
5589
5590 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5591
5592 * copyright.py (update_files, main): Fix path to update-copyright
5593 script.
5594
5595 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5596
5597 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
5598 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
5599 for which a reminder to update by hand is printed.
5600
5601 2012-06-04 Doug Evans <dje@google.com>
5602
5603 * buildsym.c (make_blockvector): Add comment.
5604
5605 2012-06-04 Pedro Alves <palves@redhat.com>
5606
5607 * arch-utils.c (default_gdb_signal_from_target): Delete.
5608 * arch-utils.h (default_gdb_signal_from_target): Delete.
5609 * corelow.c (core_open) <signal mapping>: Extended comment. Check
5610 gdbarch_gdb_signal_from_target_p.
5611 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5612 predicate).
5613 * gdbarch.h: Regenerate.
5614 * gdbarch.c: Regenerate.
5615
5616 2012-06-04 Pedro Alves <palves@redhat.com>
5617
5618 * gdbarch.sh (gdb_signal_from_target): Mention that the
5619 implementation of the method must be host independent.
5620 * gdbarch.h: Regenerate.
5621
5622 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5623
5624 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5625 parameters.
5626 (target_read_memory_bfd): New function.
5627 (symbol_file_add_from_memory): Use it.
5628
5629 2012-06-03 Doug Evans <dje@google.com>
5630
5631 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5632 of primary symtab.
5633 (basic_lookup_transparent_type): Ditto.
5634
5635 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5636 (ALL_PRIMARY_SYMTABS): Use it.
5637 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5638 * dwarf2read.c (dw2_find_symbol_file): Ditto.
5639 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5640 * symtab.c (lookup_symbol_aux_objfile): Ditto.
5641 (basic_lookup_transparent_type): Ditto.
5642
5643 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
5644
5645 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
5646 it to optimize resolution of demangled name.
5647
5648 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5649
5650 * configure.ac (development): Define new variable.
5651 Call AC_CHECK_LIB for mcheck if $development.
5652 (ERROR_ON_WARNING): Enable it by default only if $development.
5653 * config.in: Regenerate.
5654 * configure: Regenerate.
5655
5656 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
5657
5658 * target.c (target_read_memory): Make LEN argument as size_t.
5659 * target.h (target_read_memory): Likewise.
5660
5661 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5662
5663 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5664
5665 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
5666
5667 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5668 BookE interface for PowerPC server processors if not available
5669 in the Linux Kernel.
5670
5671 2012-05-31 Keith Seitz <keiths@redhat.com>
5672
5673 * linespec.c (decode_objc): Add cleanup to free
5674 INFO.FILE_SYMTABS.
5675 (find_linespec_symbols): Add cleanup to free CLASSES.
5676 * symfile.c (find_separate_debug_file_by_debuglink): Add
5677 cleanup to free DEBUGLINK.
5678 * ui-out.c (clear_header_list): No need to check if
5679 HEADER_NEXT.COLHDR is NULL.
5680 Free HEADER_NEXT.COL_NAME.
5681
5682 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5683
5684 * ada-lang.c (standard_lookup): Prevent uninitialized variable
5685 warning.
5686
5687 2012-05-30 Jeff Kenton <jkenton@tilera.com>
5688
5689 * configure.host (gdb_host_cpu): Handle tilegx*.
5690 (gdb_host): Handle tilegx-*-linux*.
5691 * tilegx-linux-nat.c: New file.
5692 * config/tilegx/linux.mh: New file.
5693
5694 2012-05-30 Jeff Kenton <jkenton@tilera.com>
5695
5696 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5697 tilegx-linux-tdep.o.
5698 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5699 tilegx-linux-tdep.c.
5700 * configure.tgt: Handle tilegx-*-linux*.
5701 * tilegx-tdep.h: New file.
5702 * tilegx-tdep.c: New file.
5703 * tilegx-linux-tdep.c: New file.
5704 * regformats/reg-tilegx.dat: New file.
5705
5706 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
5707
5708 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5709 accounting of hw watchpoints on ppc.
5710
5711 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5712
5713 * source.c (openp): Expand tilde in path entries.
5714
5715 2012-05-29 Doug Evans <dje@google.com>
5716
5717 * buildsym.c (block_compar): Fix comment.
5718 (end_symtab): Fix and clarify some comments.
5719
5720 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5721 cleanup_undefined_types.
5722 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5723 All callers updated.
5724
5725 2012-05-29 Tom Tromey <tromey@redhat.com>
5726
5727 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5728 fails.
5729 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5730 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5731 fails.
5732 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5733 fails.
5734
5735 2012-05-29 Tristan Gingold <gingold@adacore.com>
5736
5737 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5738 (struct darwin_info): ... New struct.
5739 (solib_darwin_pspace_data): New variable.
5740 (darwin_pspace_data_cleanup): New function.
5741 (get_darwin_info): Likewise.
5742 (darwin_dyld_version_ok, darwin_load_image_infos)
5743 (darwin_solib_get_all_image_info_addr_at_init)
5744 (darwin_solib_read_all_image_info_addr): Add info argument.
5745 Adjust code.
5746 (darwin_current_sos): Use per pspace structure.
5747 (darwin_solib_create_inferior_hook): Likewise.
5748 (darwin_clear_solib): Likewise.
5749 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5750
5751 2012-05-28 Pedro Alves <palves@redhat.com>
5752
5753 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5754 block that uses them. Clear ecss before handling each event.
5755
5756 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5757
5758 * solib-svr4.c (svr4_current_sos): New comment on
5759 svr4_current_sos_via_xfer_libraries fall back.
5760
5761 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5762
5763 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
5764 it as a fallback for TYPE_IS_OPAQUE.
5765 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5766 symbols for lookup_symbol.
5767
5768 2012-05-24 John Steele Scott <toojays@toojays.net>
5769
5770 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5771 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5772 (producer_is_gxx_lt_4_6): Move the checking and caching to...
5773 (check_producer): ... this new function, which also checks for ICC
5774 and caches the result.
5775 (producer_is_icc): New function.
5776 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5777 producer was ICC.
5778
5779 2012-05-24 Pedro Alves <palves@redhat.com>
5780
5781 PR gdb/7205
5782
5783 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5784 (default_gdb_signal_to_target): ... this. Add comment.
5785 (default_gdb_signal_from_host): Rename to ...
5786 (default_gdb_signal_from_target): ... this. Add comment.
5787 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5788 (default_gdb_signal_to_target): ... this.
5789 (default_gdb_signal_from_host): Rename to ...
5790 (default_gdb_signal_from_target): ... this.
5791 * corelow.c (core_open): Adjust to naming change. Replace comment.
5792 * gdbarch.sh (gdb_signal_from_host): Rename to ...
5793 (gdb_signal_from_target): ... this. Adjust to
5794 default_gdb_signal_from_host naming change. Extend comment.
5795 (gdb_signal_to_host): Rename to ...
5796 (gdb_signal_to_target): ... this. Adjust to
5797 default_gdb_signal_to_host naming change.
5798 * gdbarch.h, gdbarch.c: Renegerate.
5799
5800 2012-05-24 Pedro Alves <palves@redhat.com>
5801
5802 PR gdb/7205
5803
5804 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5805
5806 2012-05-24 Pedro Alves <palves@redhat.com>
5807
5808 PR gdb/7205
5809
5810 Replace target_signal with gdb_signal throughout.
5811
5812 2012-05-24 Pedro Alves <palves@redhat.com>
5813
5814 PR tui/14159
5815
5816 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5817 string, instead of reusing the va_list argument.
5818
5819 2012-05-24 Tom Tromey <tromey@redhat.com>
5820
5821 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5822 Remove.
5823
5824 2012-05-23 Doug Evans <dje@google.com>
5825
5826 * symtab.c (search_symbols): Formatting fixes.
5827 (print_symbol_info): Formatting fixes.
5828
5829 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5830 int64_t change to leb128 API.
5831 (read_encoded_value, decode_frame_entry_1): Ditto.
5832 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5833 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5834 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5835 (execute_stack_op): Ditto.
5836 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5837 (safe_read_uleb128, safe_read_sleb128): Ditto.
5838 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5839 (dwarf2_compile_expr_to_ax): Ditto.
5840 (locexpr_describe_location_piece): Ditto.
5841 (disassemble_dwarf_expression): Ditto.
5842 (locexpr_describe_location_1): Ditto.
5843
5844 2012-05-23 Stan Shebs <stan@codesourcery.com>
5845 Kwok Cheung Yeung <kcy@codesourcery.com>
5846
5847 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5848 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5849 (mi-cmd-info.o): New rule.
5850 * osdata.h (info_osdata_command): New declaration.
5851 * osdata.c (info_osdata_command): Change to non-static.
5852 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5853 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5854 * mi/mi-cmd-info.c: New file.
5855
5856 2012-05-23 Doug Evans <dje@google.com>
5857
5858 * symtab.c (search_symbols): Pass NULL for file_matcher to
5859 expand_symtabs_matching if there are no files to match.
5860
5861 * gdbtypes.c (lookup_typename): Simplify.
5862
5863 2012-05-23 Pedro Alves <palves@redhat.com>
5864
5865 * arch-utils.h (default_target_signal_to_host): Delete.
5866 * arch-utils.c (default_target_signal_to_host): Delete.
5867 * gdbarch.sh (target_signal_to_host): Remove.
5868 * gdbarch.h, gdbarch.c: Regenerate.
5869
5870 2012-05-22 Doug Evans <dje@google.com>
5871
5872 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5873 "const gdb_byte *".
5874 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5875 (execute_cfa_program): Update to match API of leb128 functions.
5876 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5877 "const gdb_byte *".
5878 (read_unsigned_leb128, read_signed_leb128): Delete.
5879 (read_initial_length): Change type of buf argument to
5880 "const gdb_byte *".
5881 (read_encoded_value): Update to match API of leb128 functions.
5882 (decode_frame_entry): Change result to "const gdb_byte *", and
5883 similarly for "start" parameter.
5884 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
5885 (dwarf2_build_frame_info): Change local frame_ptr to
5886 "const gdb_byte *".
5887 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5888 read_uleb128, read_sleb128. All callers updated.
5889 (safe_skip_leb128): New function.
5890 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5891 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5892 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5893 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
5894 read_uleb128, read_sleb128.
5895 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5896 (execute_stack_op): Update to match API of leb128 functions.
5897 * dwarf2expr.h: #include "leb128.h".
5898 (read_uleb128, read_sleb128): Delete.
5899 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5900 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5901 * dwarf2loc.c (debug_loc_kind): New enum.
5902 (decode_debug_loc_addresses): New function.
5903 (decode_debug_loc_dwo_addresses): New function.
5904 (dwarf2_find_location_expression): Rewrite.
5905 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5906 (locexpr_describe_location_piece): Ditto.
5907 (disassemble_dwarf_expression): Ditto.
5908 (locexpr_describe_location_1): Ditto.
5909 (loclist_describe_location): Rewrite.
5910 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5911 * dwarf2read.c (die_reader_specs): New member "buffer_end".
5912 (dwarf2_section_buffer_overflow_complaint): Renamed from
5913 dwarf2_macros_too_long_complaint. All callers updated.
5914 (skip_leb128): Delete.
5915 (init_cu_die_reader): Initialize reader->buffer_end.
5916 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5917 (skip_form_bytes): New arg buffer_end. All callers updated.
5918 Replace call to skip_leb128 with gdb_skip_leb128.
5919 (skip_unknown_opcode): New arg mac_end. All callers updated.
5920 (fill_in_loclist_baton): Initialize baton->from_dwo.
5921
5922 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5923
5924 * mips-linux-nat.c (mips_linux_read_description): Use a more
5925 verbose error message.
5926
5927 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5928
5929 * NEWS: Add MIPS/Linux DSP support.
5930 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5931 (SIGCONTEXT_DSPCTL): New macro.
5932 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5933 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5934 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5935 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5936 (N64_SIGCONTEXT_HI3): Likewise.
5937 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5938 (N64_SIGCONTEXT_LO3): Likewise.
5939 (N64_SIGCONTEXT_DSPCTL): Likewise.
5940 (N64_SIGCONTEXT_FPCSR): Clarify definition.
5941 (mips_linux_o32_sigframe_init): Handle DSP registers.
5942 (mips_linux_n32n64_sigframe_init): Likewise.
5943
5944 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5945
5946 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5947 call to abort.
5948
5949 2012-05-22 Pedro Alves <palves@redhat.com>
5950
5951 * target.h (store_waitstatus): Move declaration ...
5952 * inf-child.h (store_waitstatus): ... here.
5953 * target.c: Move inclusion of gdb_wait.h, and ...
5954 (store_waitstatus): ... this ...
5955 * inf-child.c: ... here.
5956 * linux-nat.c: Include inf-child.h.
5957 * rs6000-nat.c: Include inf-child.h.
5958 * spu-linux-nat.c: Include inf-child.h.
5959
5960 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5961
5962 * tracepoint.c (start_tracing): Add missing i18n markup.
5963 (stop_tracing, set_trace_user): Ditto.
5964 (set_trace_notes, set_trace_stop_notes): Ditto.
5965
5966 2012-05-21 Tom Tromey <tromey@redhat.com>
5967
5968 PR c++/7173:
5969 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5970 types.
5971 * value.h (value_cast_pointers): Update.
5972 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5973 (value_cast): Update.
5974 (update_search_result): New function.
5975 (do_search_struct_field): New, from search_struct_field. Check
5976 for ambiguous results.
5977 (search_struct_field): Rewrite.
5978 * infcall.c (value_arg_coerce): Update.
5979 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5980 value_cast_pointers.
5981 * ada-lang.c (ada_convert_actual): Update.
5982
5983 2012-05-21 Tom Tromey <tromey@redhat.com>
5984
5985 * macroexp.c (macro_stringify): Terminate the string.
5986
5987 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5988
5989 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5990 Describe it.
5991 * auto-load.c (auto_load_expand_dir_vars): New function.
5992 (auto_load_safe_path_vec_update): Use it, remove the
5993 substitute_path_component call thanks to it.
5994 (auto_load_objfile_script): Remove the debug_file_directory processing.
5995 Use auto_load_expand_dir_vars, remove the substitute_path_component
5996 call thanks to it.
5997 * configure: Regenerate.
5998 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5999 path. Escape $ also for $debugdir.
6000 (--with_auto_load_safe_path): Escape $ also for $debugdir.
6001 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
6002
6003 2012-05-20 Doug Evans <dje@google.com>
6004
6005 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
6006 before use. Check for symtab->includes == NULL before scanning it.
6007
6008 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6009
6010 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
6011
6012 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6013
6014 * NEWS: Add microMIPS support and "set mips compression",
6015 "show mips compression" commands.
6016 * mips-tdep.h (mips_isa): New enum.
6017 (gdbarch_tdep): Add mips_isa.
6018 (mips_pc_is_mips16): Update prototype.
6019 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
6020 * mips-tdep.c (mips_compression_mips16): New variable.
6021 (mips_compression_micromips): Likewise.
6022 (mips_compression_strings): Likewise.
6023 (mips_compression_string): Likewise.
6024 (is_mips16_isa, is_micromips_isa): New functions.
6025 (is_mips16_addr): Rename to...
6026 (is_compact_addr): ... this.
6027 (unmake_mips16_addr): Likewise to...
6028 (unmake_compact_addr): ... this.
6029 (make_mips16_addr): Likewise to...
6030 (make_compact_addr): ... this.
6031 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6032 functions.
6033 (mips_elf_make_msymbol_special): Handle microMIPS code.
6034 (msymbol_is_special): Rename to...
6035 (msymbol_is_mips16): ... this.
6036 (mips_make_symbol_special, mips_pc_is_mips16): Update
6037 accordingly.
6038 (msymbol_is_mips, msymbol_is_micromips): New functions.
6039 (mips16_to_32_reg): Rename to...
6040 (mips_reg3_to_reg): ... this.
6041 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6042 (mips_pc_isa): Likewise.
6043 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6044 code.
6045 (mips_fetch_instruction): Pass return status instead of printing
6046 an error message if requested. Handle microMIPS code. Bail out
6047 on an invalid ISA.
6048 (micromips_op): New macro.
6049 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6050 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6051 (b6s4_op, b7s3_reg): Likewise.
6052 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6053 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6054 (mips_insn_size): New function.
6055 (mips32_next_pc): Update mips_fetch_instruction call.
6056 (micromips_relative_offset7): New function.
6057 (micromips_relative_offset10): Likewise.
6058 (micromips_relative_offset16): Likewise.
6059 (micromips_pc_insn_size): Likewise.
6060 (micromips_bc1_pc): Likewise.
6061 (micromips_next_pc): Likewise.
6062 (unpack_mips16): Update mips_fetch_instruction call.
6063 (extended_mips16_next_pc): Update according to change to
6064 mips16_to_32_reg.
6065 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
6066 code.
6067 (mips16_scan_prologue): Update mips_fetch_instruction call.
6068 Update according to change to mips16_to_32_reg.
6069 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6070 (mips_insn16_frame_base_sniffer): Likewise.
6071 (micromips_decode_imm9): New function.
6072 (micromips_scan_prologue): Likewise.
6073 (mips_micro_frame_cache): Likewise.
6074 (mips_micro_frame_this_id): Likewise.
6075 (mips_micro_frame_prev_register): Likewise.
6076 (mips_micro_frame_sniffer): Likewise.
6077 (mips_micro_frame_unwind): New variable.
6078 (mips_micro_frame_base_address): New function.
6079 (mips_micro_frame_base): New variable.
6080 (mips_micro_frame_base_sniffer): New function.
6081 (mips32_scan_prologue): Update mips_fetch_instruction call.
6082 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6083 rather than for MIPS16.
6084 (mips_insn32_frame_base_sniffer): Likewise.
6085 (mips_addr_bits_remove): Handle microMIPS code.
6086 (deal_with_atomic_sequence): Rename to...
6087 (mips_deal_with_atomic_sequence): ... this. Update the type
6088 of the variable used to hold an instruction. Remove the ISA bit
6089 check. Update mips_fetch_instruction call.
6090 (micromips_deal_with_atomic_sequence): New function.
6091 (deal_with_atomic_sequence): Likewise.
6092 (mips_about_to_return): Handle microMIPS code. Update
6093 mips_fetch_instruction call.
6094 (heuristic_proc_start): Check for the standard MIPS ISA rather
6095 than for MIPS16. Update mips_pc_is_mips16 and
6096 mips_fetch_instruction calls. Handle microMIPS code.
6097 (mips_push_dummy_code): Handle microMIPS code.
6098 (mips_eabi_push_dummy_call): Likewise.
6099 (mips_o32_return_value): Update mips_pc_is_mips16 call.
6100 (mips_o64_push_dummy_call): Handle microMIPS code.
6101 (mips_o64_return_value): Update mips_pc_is_mips16 call.
6102 (is_delayed): Remove function.
6103 (mips_single_step_through_delay): Replace the call to is_delayed
6104 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
6105 Handle microMIPS code.
6106 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
6107 microMIPS code.
6108 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6109 call.
6110 (micromips_in_function_epilogue_p): New function.
6111 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6112 call.
6113 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6114 Handle microMIPS.
6115 (gdb_print_insn_mips): Likewise.
6116 (mips_breakpoint_from_pc): Likewise.
6117 (mips_remote_breakpoint_from_pc): New function.
6118 (mips32_instruction_has_delay_slot): Simplify making use of the
6119 updated mips_fetch_instruction interface.
6120 (micromips_instruction_has_delay_slot): New function.
6121 (mips16_instruction_has_delay_slot): Simplify making use of the
6122 updated mips_fetch_instruction interface.
6123 (mips_adjust_breakpoint_address): Check for the standard MIPS
6124 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
6125 calls. Handle microMIPS code.
6126 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6127 (mips_skip_trampoline_code): Handle microMIPS code.
6128 (global_mips_compression): New function.
6129 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6130 file flags. Register the microMIPS remote breakpoint handler
6131 and heuristic frame unwinder.
6132 (show_mips_compression): New function.
6133 (_initialize_mips_tdep): Add the "set mips compression" and
6134 "show mips compression" commands.
6135
6136 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
6137
6138 * ada-lang.c:
6139 * ada-tasks.c:
6140 * ada-varobj.c:
6141 * amd64-darwin-tdep.c:
6142 * arm-symbian-tdep.c:
6143 * arm-tdep.c:
6144 * avr-tdep.c:
6145 * ax-gdb.c:
6146 * bfin-linux-tdep.c:
6147 * breakpoint.c:
6148 * c-valprint.c:
6149 * cli/cli-cmds.c:
6150 * coffread.c:
6151 * cp-support.c:
6152 * cris-tdep.c:
6153 * dwarf2-frame-tailcall.c:
6154 * dwarf2-frame.c:
6155 * dwarf2expr.c:
6156 * dwarf2loc.c:
6157 * dwarf2read.c:
6158 * elfread.c:
6159 * eval.c:
6160 * expprint.c:
6161 * f-valprint.c:
6162 * frv-tdep.c:
6163 * h8300-tdep.c:
6164 * hppa-hpux-tdep.c:
6165 * hppa-tdep.c:
6166 * hppanbsd-tdep.c:
6167 * i386-nto-tdep.c:
6168 * i386-tdep.c:
6169 * i387-tdep.c:
6170 * ia64-tdep.c:
6171 * jit.c:
6172 * linespec.c:
6173 * linux-tdep.c:
6174 * lm32-tdep.c:
6175 * m2-valprint.c:
6176 * m32c-tdep.c:
6177 * m32r-rom.c:
6178 * m32r-tdep.c:
6179 * m68k-tdep.c:
6180 * m68klinux-tdep.c:
6181 * mi/mi-main.c:
6182 * microblaze-tdep.c:
6183 * mips-linux-tdep.c:
6184 * mips-tdep.c:
6185 * mn10300-tdep.c:
6186 * p-valprint.c:
6187 * parse.c:
6188 * ppc-linux-tdep.c:
6189 * ppc-sysv-tdep.c:
6190 * printcmd.c:
6191 * python/py-finishbreakpoint.c:
6192 * python/py-inferior.c:
6193 * python/py-infthread.c:
6194 * python/py-type.c:
6195 * python/python.c:
6196 * remote-fileio.c:
6197 * remote-m32r-sdi.c:
6198 * remote-mips.c:
6199 * reverse.c:
6200 * rl78-tdep.c:
6201 * rs6000-aix-tdep.c:
6202 * rs6000-tdep.c:
6203 * s390-tdep.c:
6204 * score-tdep.c:
6205 * sh64-tdep.c:
6206 * skip.c:
6207 * solib-darwin.c:
6208 * solib-dsbt.c:
6209 * solib-frv.c:
6210 * sparc-tdep.c:
6211 * spu-multiarch.c:
6212 * spu-tdep.c:
6213 * stack.c:
6214 * symfile.c:
6215 * symtab.c:
6216 * tic6x-tdep.c:
6217 * tracepoint.c:
6218 * v850-tdep.c:
6219 * valarith.c:
6220 * valprint.c:
6221 * value.c:
6222 * xcoffread.c:
6223 * xtensa-tdep.c:
6224 * ada-lang.c:
6225 * ada-tasks.c:
6226 * ada-varobj.c:
6227 * amd64-darwin-tdep.c:
6228 * arm-symbian-tdep.c:
6229 * arm-tdep.c: Delete unused variables.
6230
6231 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6232
6233 Rename $ddir to $datadir.
6234 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
6235 * auto-load.c (auto_load_safe_path_vec_update)
6236 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
6237 * configure: Regenerate.
6238 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
6239 Likewise. Remove the 'use $ddir' help string.
6240
6241 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6242
6243 * auto-load.c (show_auto_load_safe_path): Accept any combination of
6244 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
6245
6246 2012-05-18 Tom Tromey <tromey@redhat.com>
6247
6248 PR exp/13907:
6249 * valprint.h (struct value_print_options) <symbol_print>: New
6250 field.
6251 * valprint.c (user_print_options): Add default for symbol_print.
6252 (show_symbol_print): New function.
6253 (generic_val_print): Respect symbol_print.
6254 (_initialize_valprint): Add "print symbol" setting.
6255 * f-valprint.c (f_val_print): Respect symbol_print.
6256 * c-valprint.c (c_val_print): Respect symbol_print.
6257 * NEWS: Update.
6258 * printcmd.c (print_address_symbolic): Return int. Ignore some
6259 zero-size symbols.
6260 (print_address_demangle): Return int.
6261 * defs.h: (print_address_symbolic): Return int.
6262 * value.h (print_address_demangle): Return int.
6263
6264 2012-05-18 Tom Tromey <tromey@redhat.com>
6265
6266 * valprint.c (val_print_string): Don't print leading space.
6267 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
6268 print space before string or vtbl.
6269 * m2-valprint.c (print_unpacked_pointer): Optionally print space
6270 before string.
6271 * jv-valprint.c (java_value_print): Print space before string.
6272 * go-valprint.c (print_go_string): Print space before string.
6273 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
6274 space before string.
6275 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
6276 space before string or vtbl.
6277 * auxv.c (fprint_target_auxv): Print space after address.
6278
6279 2012-05-18 Tom Tromey <tromey@redhat.com>
6280
6281 * printcmd.c (print_address_demangle): Remove special case for 0.
6282
6283 2012-05-18 Tom Tromey <tromey@redhat.com>
6284
6285 * printcmd.c (print_address_demangle): Add 'opts' argument.
6286 * p-valprint.c (pascal_val_print): Update.
6287 * jv-valprint.c (java_val_print): Update.
6288 * value.h: Update.
6289 * valprint.c (generic_val_print): Update.
6290 (print_function_pointer_address): Add 'options' argument. Remove
6291 'addressprint' argument. Update.
6292 * m2-valprint.c (print_unpacked_pointer): Update.
6293 * gnu-v3-abi.c (print_one_vtable): Update.
6294 (gnuv3_print_method_ptr): Update.
6295 * f-valprint.c (f_val_print): Update.
6296 * cp-valprint.c (cp_print_value_fields): Update.
6297 * valprint.h (print_function_pointer_address): Update.
6298 * c-valprint.c (c_val_print): Update.
6299
6300 2012-05-18 Tom Tromey <tromey@redhat.com>
6301
6302 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
6303 directly corresponding to the found psymtab.
6304 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
6305 (dw2_find_pc_sect_symtab): Use it.
6306 * block.h (blockvector_contains_pc): Declare.
6307 * block.c (find_block_in_blockvector): New function.
6308 (blockvector_for_pc_sect): Use it.
6309 (blockvector_contains_pc): New function.
6310
6311 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6312
6313 * mips-tdep.h (mips_write_pc): New prototype.
6314 * mips-tdep.c (mips_write_pc): Make external, add description.
6315 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
6316 add description.
6317
6318 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6319
6320 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
6321 mips_regnum->pc.
6322 (mips_unwind_pc, mips_write_pc): Likewise.
6323 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
6324 gdbarch_read_pc.
6325
6326 2012-05-17 Joel Brobecker <brobecker@adacore.com>
6327
6328 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
6329 proc_warn, proc_error, proc_get_status, proc_flags,
6330 proc_why, proc_what, proc_nsysarg, proc_sysargs,
6331 proc_set_run_on_last_close, proc_unset_run_on_last_close,
6332 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
6333 proc_stop_process, proc_wait_for_stop, proc_run_process,
6334 proc_set_traced_signals, proc_set_traced_faults,
6335 proc_set_traced_sysentry, proc_set_traced_sysexit,
6336 proc_set_held_signals, proc_get_held_signals,
6337 proc_get_traced_signals, proc_get_traced_faults,
6338 proc_get_traced_sysentry, proc_get_traced_sysexit,
6339 proc_clear_current_fault, proc_set_current_signal,
6340 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
6341 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
6342 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
6343 proc_get_current_thread, proc_get_current_thread,
6344 proc_get_current_thread, proc_update_threads,
6345 proc_update_threads, proc_update_threads, proc_update_threads,
6346 proc_iterate_over_threads, procfs_find_new_threads,
6347 procfs_pid_to_str): Make static. Remove advance declaration.
6348 (proc_cursig): Make static. Conditionalized defintion on
6349 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
6350 (proc_syscall, proc_set_kill_on_last_close,
6351 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
6352 proc_get_pending_signals, proc_get_signal_actions,
6353 proc_trace_signal, proc_ignore_signal): Delete.
6354
6355 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6356
6357 * coffread.c (cs_section_address): Passing proper argument for
6358 `bfd_get_section_vma'.
6359 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
6360 `bfd_get_section_flags'.
6361 * remote.c (remote_trace_set_readonly_regions): Likewise, for
6362 `bfd_get_section_vma'.
6363
6364 2012-05-16 Tom Tromey <tromey@redhat.com>
6365
6366 PR macros/13205:
6367 * macrotab.h: (macro_define_special): Declare.
6368 (enum macro_special_kind): New.
6369 (struct macro_definition) <argc, replacement>: Update comments.
6370 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
6371 (macro_define_object_internal): New function.
6372 (macro_define_object): Use it.
6373 (macro_define_special): New function.
6374 (fixup_definition): New function.
6375 (macro_lookup_definition, foreach_macro_in_scope)
6376 (foreach_macro): Use fixup_definition.
6377 * macroexp.h (macro_stringify): Declare.
6378 * macroexp.c (free_buffer_return_text): New function.
6379 (stringify): Constify "arg".
6380 (macro_stringify): New function.
6381 * dwarf2read.c (macro_start_file): Call macro_define_special.
6382
6383 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6384 Maciej W. Rozycki <macro@mips.com>
6385
6386 * breakpoint.h (bp_location): Add related_address member.
6387 * inferior.h (get_return_value): Take a pointer to struct value
6388 instead of struct type for the function requested.
6389 * value.h (using_struct_return): Likewise.
6390 * gdbarch.sh (return_value): Take a pointer to struct value
6391 instead of struct type for the function requested.
6392 * breakpoint.c (set_breakpoint_location_function): Initialize
6393 related_address for bp_gnu_ifunc_resolver breakpoints.
6394 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
6395 requested function's address to gdbarch_return_value.
6396 * eval.c (evaluate_subexp_standard): Pass the requested
6397 function's address to using_struct_return.
6398 * infcall.c (call_function_by_hand): Pass the requested
6399 function's address to using_struct_return and
6400 gdbarch_return_value.
6401 * infcmd.c (get_return_value): Take a pointer to struct value
6402 instead of struct type for the function requested.
6403 (print_return_value): Update accordingly.
6404 (finish_command_continuation): Likewise.
6405 * stack.c (return_command): Pass the requested function's
6406 address to using_struct_return and gdbarch_return_value.
6407 * value.c (using_struct_return): Take a pointer to struct value
6408 instead of struct type for the function requested. Pass the
6409 requested function's address to gdbarch_return_value.
6410 * python/py-finishbreakpoint.c (finish_breakpoint_object):
6411 New function_value member, replacing function_type.
6412 (bpfinishpy_dealloc): Update accordingly.
6413 (bpfinishpy_pre_stop_hook): Likewise.
6414 (bpfinishpy_init): Likewise. Record the requested function's
6415 address.
6416 * mips-tdep.c (mips_fval_reg): New enum.
6417 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
6418 words put in GP registers.
6419 (mips_o64_push_dummy_call): Update a comment.
6420 (mips_o32_return_value): Take a pointer to struct value instead
6421 of struct type for the function requested and use it to check if
6422 using the MIPS16 calling convention. Return the designated
6423 general purpose registers for floating-point values returned in
6424 MIPS16 mode.
6425 (mips_o64_return_value): Likewise.
6426 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
6427 (ppc_sysv_abi_broken_return_value): Likewise.
6428 (ppc64_sysv_abi_return_value): Likewise.
6429 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
6430 value instead of struct type for the function requested.
6431 * amd64-tdep.c (amd64_return_value): Likewise.
6432 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
6433 * arm-tdep.c (arm_return_value): Likewise.
6434 * avr-tdep.c (avr_return_value): Likewise.
6435 * bfin-tdep.c (bfin_return_value): Likewise.
6436 * cris-tdep.c (cris_return_value): Likewise.
6437 * frv-tdep.c (frv_return_value): Likewise.
6438 * h8300-tdep.c (h8300_return_value): Likewise.
6439 (h8300h_return_value): Likewise.
6440 * hppa-tdep.c (hppa32_return_value): Likewise.
6441 (hppa64_return_value): Likewise.
6442 * i386-tdep.c (i386_return_value): Likewise.
6443 * ia64-tdep.c (ia64_return_value): Likewise.
6444 * iq2000-tdep.c (iq2000_return_value): Likewise.
6445 * lm32-tdep.c (lm32_return_value): Likewise.
6446 * m32c-tdep.c (m32c_return_value): Likewise.
6447 * m32r-tdep.c (m32r_return_value): Likewise.
6448 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
6449 * m68k-tdep.c (m68k_return_value): Likewise.
6450 (m68k_svr4_return_value): Likewise.
6451 * m88k-tdep.c (m88k_return_value): Likewise.
6452 * mep-tdep.c (mep_return_value): Likewise.
6453 * microblaze-tdep.c (microblaze_return_value): Likewise.
6454 * mn10300-tdep.c (mn10300_return_value): Likewise.
6455 * moxie-tdep.c (moxie_return_value): Likewise.
6456 * mt-tdep.c (mt_return_value): Likewise.
6457 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
6458 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
6459 (ppc_sysv_abi_broken_return_value): Likewise.
6460 (ppc64_sysv_abi_return_value): Likewise.
6461 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
6462 * rl78-tdep.c (rl78_return_value): Likewise.
6463 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
6464 * rx-tdep.c (rx_return_value): Likewise.
6465 * s390-tdep.c (s390_return_value): Likewise.
6466 * score-tdep.c (score_return_value): Likewise.
6467 * sh-tdep.c (sh_return_value_nofpu): Likewise.
6468 (sh_return_value_fpu): Likewise.
6469 * sh64-tdep.c (sh64_return_value): Likewise.
6470 * sparc-tdep.c (sparc32_return_value): Likewise.
6471 * sparc64-tdep.c (sparc64_return_value): Likewise.
6472 * spu-tdep.c (spu_return_value): Likewise.
6473 * tic6x-tdep.c (tic6x_return_value): Likewise.
6474 * v850-tdep.c (v850_return_value): Likewise.
6475 * vax-tdep.c (vax_return_value): Likewise.
6476 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
6477 * xtensa-tdep.c (xtensa_return_value): Likewise.
6478 * gdbarch.c: Regenerate.
6479 * gdbarch.h: Regenerate.
6480
6481 2012-05-15 Tom Tromey <tromey@redhat.com>
6482
6483 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
6484
6485 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6486
6487 * breakpoint.c (init_breakpoint_sal): Add quotes around part
6488 of command in two error message.
6489
6490 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6491
6492 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
6493
6494 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6495
6496 * breakpoint.c (find_condition_and_thread): Minor reformatting.
6497
6498 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6499
6500 * NEWS (show auto-load scripts-directory): Add forgotten command.
6501
6502 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6503
6504 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
6505 parameters.
6506
6507 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
6508
6509 * amd64-tdep.c: Include features/i386/x32.c and
6510 features/i386/x32-avx.c.
6511 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
6512 initialize_tdesc_x32_avx.
6513
6514 2012-05-14 Stan Shebs <stan@codesourcery.com>
6515
6516 Add dynamic printf.
6517 * breakpoint.h (enum bptype): New type bp_dprintf.
6518 (struct breakpoint): New field extra_string.
6519 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
6520 (create_breakpoint): Add extra_string arg.
6521 * breakpoint.c (dprintf_breakpoint_ops): New.
6522 (is_breakpoint): Add bp_dprintf.
6523 (bpstat_what): Add dprintf case.
6524 (bptype_string): Ditto.
6525 (print_one_breakpoint_location): Ditto.
6526 (init_bp_location): Ditto.
6527 (bkpt_print_mention): Ditto.
6528 (dprintf_style_enums): New array.
6529 (dprintf_style): New global.
6530 (dprintf_function): New global.
6531 (dprintf_channel): New global.
6532 (update_dprintf_command_list): New function.
6533 (update_dprintf_commands): New function.
6534 (init_breakpoint_sal): Add extra_string argument, handle it.
6535 (create_breakpoint_sal): Add extra_string argument.
6536 (create_breakpoints_sal): Add extra_string argument, update callers.
6537 (find_condition_and_thread): Add extra argument.
6538 (create_breakpoint): Add extra_string argument, record it.
6539 (dprintf_command): New function.
6540 (break_command_1): Add arg to create_breakpoint call.
6541 (handle_gnu_v3_exceptions): Ditto.
6542 (trace_command): Ditto.
6543 (ftrace_command): Ditto.
6544 (strace_command): Ditto.
6545 (bkpt_print_mention): Add dprintf case.
6546 (create_breakpoint_sal_default): Add extra_string argument.
6547 (_initialize_breakpoint): Add new commands.
6548 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
6549 * python/py-breakpoint.c (bppy_init): Ditto.
6550 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6551
6552 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
6553
6554 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
6555
6556 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
6557
6558 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
6559 unsigned long long.
6560
6561 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6562
6563 Add a new function gdb.find_pc_line to the Python API.
6564 * NEWS (Python Scripting): Add entry about the new function.
6565 * python/python.c (gdbpy_find_pc_line): New function which
6566 implements gdb.find_pc_line.
6567 (GdbMethods): Add entry for the new function.
6568
6569 2012-05-12 Pedro Alves <palves@redhat.com>
6570
6571 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
6572 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
6573
6574 2012-05-12 Eli Zaretskii <eliz@gnu.org>
6575
6576 * inferior.c: Include completer.h
6577 (initialize_inferiors): Set completer of add-inferior to
6578 filename_completer.
6579
6580 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6581
6582 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6583 gdbarch_ptr_bit for x32 core dump.
6584
6585 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6586
6587 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
6588 and features/i386/x32-avx-linux.c.
6589
6590 2012-05-11 Stan Shebs <stan@codesourcery.com>
6591 Kwok Cheung Yeung <kcy@codesourcery.com>
6592
6593 * NEWS: Describe new info os commands.
6594 * common/linux-osdata.c (PID_T, TIME_T): Define.
6595 (MAX_PID_T_STRLEN): New.
6596 (linux_common_core_of_thread): Add comment. Change to use PID_T and
6597 MAX_PID_T_STRLEN.
6598 (command_from_pid): Add comment. Change to use PID_T.
6599 (commandline_from_pid): Change to use PID_T.
6600 (user_from_pid): Add comment.
6601 (get_process_owner): Add comment. Change to use PID_T and
6602 MAX_PID_T_STRLEN.
6603 (get_number_of_cpu_cores): Add comment.
6604 (get_cores_used_by_process): Add comment. Change to use PID_T and
6605 MAX_PID_T_STRLEN.
6606 (linux_xfer_osdata_processes): Change to use PID_T and
6607 MAX_PID_T_STRLEN.
6608 (compare_processes): New function.
6609 (linux_xfer_osdata_processgroups): New function.
6610 (linux_xfer_osdata_threads): Change to use PID_T.
6611 (linux_xfer_osdata_fds): New function.
6612 (format_socket_state, print_sockets): New functions.
6613 (union socket_addr): New union.
6614 (linux_xfer_osdata_isockets): New function.
6615 (time_from_time_t, group_from_gid): New functions.
6616 (linux_xfer_osdata_shm): New function.
6617 (linux_xfer_osdata_sem): New function.
6618 (linux_xfer_osdata_msg): New function.
6619 (linux_xfer_osdata_modules): New function.
6620 (osdata_table): Add new entries.
6621 * common/buffer.c (buffer_xml_printf): Add support for long and
6622 long long format specifiers.
6623
6624 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6625
6626 * amd64-linux-tdep.h (tdesc_x32_linux): New.
6627 (tdesc_x32_avx_linux): Likewise.
6628
6629 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6630
6631 Implement multi-component --with-auto-load-dir.
6632 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6633 entries.
6634 (--with-auto-load-safe-path): Update the default value description.
6635 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6636 New.
6637 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
6638 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
6639 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
6640 (_initialize_auto_load): Initialize also auto_load_dir. Install new
6641 "set auto-load scripts-directory".
6642 * config.in: Regenerate.
6643 * configure: Regenerate.
6644 * configure.ac (--with-auto-load-dir): New configure option.
6645 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6646
6647 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6648
6649 Provide $ddir substitution for --with-auto-load-safe-path.
6650 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6651 entries.
6652 * auto-load.c: Include observer.h.
6653 (auto_load_safe_path_vec_update): Call substitute_path_component for
6654 each component. New variable ddir_subst.
6655 (auto_load_gdb_datadir_changed): New function.
6656 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6657 AUTO_LOAD_SAFE_PATH. New comment.
6658 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6659 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
6660 * config.in: Regenerate.
6661 * configure: Regenerate.
6662 * configure.ac (--auto-load-safe-path): Rename
6663 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
6664 GDB_DATADIR/auto-load.
6665 * defs.h (substitute_path_component): New declaration.
6666 * top.c: Include observer.h.
6667 (set_gdb_datadir): New function.
6668 (init_main): Install it for "set data-directory".
6669 * utils.c (substitute_path_component): New function.
6670
6671 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6672
6673 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6674 * auto-load.c (auto_load_objfile_script): Remove check for NULL
6675 DEBUG_FILE_DIRECTORY. Handle multiple components of
6676 DEBUG_FILE_DIRECTORY.
6677
6678 2012-05-10 Tom Tromey <tromey@redhat.com>
6679
6680 * dwarf2read.c (recursively_write_psymbols): New function.
6681 (write_psymtabs_to_index): Use it.
6682
6683 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6684 field.
6685 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6686 (load_partial_comp_unit): Update.
6687 (queue_comp_unit): Add argument 'pretend_language'.
6688 (process_queue): Update.
6689 (psymtab_to_symtab_1): Skip dependencies that have a user.
6690 (load_partial_comp_unit_reader): Give meaning to the 'data'
6691 argument.
6692 (load_full_comp_unit): Add 'pretend_language' argument.
6693 (process_full_comp_unit): Add 'pretend_language' argument. Set
6694 language on CU.
6695 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6696 Update.
6697 (maybe_queue_comp_unit): Add 'pretend_language' argument.
6698 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6699 Update.
6700 (prepare_one_comp_unit): Add 'pretend_language' argument.
6701
6702 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6703 (struct dwarf2_per_objfile) <just_read_cus>: New field.
6704 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6705 (dw2_do_instantiate_symtab): Check whether symtab was read in
6706 before queueing.
6707 (dw2_instantiate_symtab): Add assertion. Call
6708 process_cu_includes.
6709 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6710 (partial_symtab_p): New typedef.
6711 (set_partial_user): New function.
6712 (dwarf2_build_psymtabs_hard): Use set_partial_user.
6713 (scan_partial_symbols): Add imported CU to imported_symtabs.
6714 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6715 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6716 (get_symtab, recursively_compute_inclusions)
6717 (compute_symtab_includes, process_cu_includes)
6718 (process_imported_unit_die): New functions.
6719 (process_die) <DW_TAG_imported_unit>: New case.
6720 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6721
6722 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6723 comment.
6724 (struct partial_die_info) <locdesc>: Remove.
6725 <d>: New field.
6726 (process_psymtab_comp_unit): Add 'read_partial' argument.
6727 Update.
6728 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6729 (scan_partial_symbols): Handle DW_TAG_imported_unit.
6730 (add_partial_symbol): Update.
6731 (process_die): Handle DW_TAG_partial_unit.
6732 (read_file_scope): Update comment.
6733 (load_partial_dies): Handle DW_TAG_imported_unit.
6734 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6735 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6736
6737 2012-05-10 Tom Tromey <tromey@redhat.com>
6738
6739 * cc-with-dwz.sh: New file.
6740
6741 2012-05-10 Tom Tromey <tromey@redhat.com>
6742
6743 * symtab.h (struct symtab) <includes, user>: New fields.
6744 * block.h (struct block_iterator) <d, idx, which>: New fields.
6745 * block.c (initialize_block_iterator, find_iterator_symtab)
6746 (block_iterator_step, block_iter_name_step)
6747 (block_iter_match_step): New functions.
6748 (block_iterator_first, block_iterator_next)
6749 (block_iter_name_first, block_iter_name_next)
6750 (block_iter_match_first, block_iter_match_next): Rewrite.
6751 (get_block_symtab): New function.
6752
6753 2012-05-10 Tom Tromey <tromey@redhat.com>
6754
6755 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6756 set_block_symtab.
6757 * jit.c (finalize_symtab): Use allocate_global_block,
6758 set_block_symtab.
6759 * buildsym.c (finish_block_internal): New function, from old
6760 finish_block.
6761 (finish_block): Rewrite.
6762 (end_symtab): Use finish_block_internal, set_block_symtab.
6763 * block.h (struct global_block): New.
6764 (allocate_global_block, set_block_symtab): Declare.
6765 * block.c (allocate_global_block, set_block_symtab): New
6766 functions.
6767
6768 2012-05-10 Tom Tromey <tromey@redhat.com>
6769
6770 * psymtab.c (partial_map_expand_apply): Add assertion.
6771 (partial_map_symtabs_matching_filename): Skip included psymtabs.
6772 (psymtab_to_symtab): Find unshared psymtab.
6773 (dump_psymtab): Print including psymtabs.
6774 (recursively_search_psymtabs): New function.
6775 (expand_symtabs_matching_via_partial): Use it.
6776 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6777 fields.
6778 (enum psymtab_search_status): New.
6779
6780 2012-05-10 Tom Tromey <tromey@redhat.com>
6781
6782 * tracepoint.c (scope_info): Update.
6783 * symtab.c (lookup_block_symbol, iterate_over_symbols)
6784 (find_pc_sect_symtab, search_symbols)
6785 (default_make_symbol_completion_list_break_on)
6786 (make_file_symbol_completion_list): Update.
6787 * symmisc.c (dump_symtab_1): Update.
6788 * stack.c (print_frame_args, iterate_over_block_locals)
6789 (print_frame_labels, iterate_over_block_arg_vars): Update.
6790 * python/py-block.c (block_object) <dict>: Remove.
6791 <block>: New field.
6792 <iter>: Change type.
6793 (blpy_iter): Update.
6794 (blpy_block_syms_iternext): Update.
6795 * psymtab.c (map_block): Use block iterators.
6796 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6797 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6798 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6799 * infrun.c (check_exception_resume): Update.
6800 * cp-support.c (make_symbol_overload_list_block): Update.
6801 * coffread.c (patch_opaque_types): Update.
6802 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6803 * block.h (struct block_iterator): New.
6804 (block_iterator_first, block_iterator_next, block_iter_name_first)
6805 (block_iter_name_next, block_iter_match_first)
6806 (block_iter_match_next): Declare.
6807 (ALL_BLOCK_SYMBOLS): Redefine.
6808 * block.c (block_iterator_first, block_iterator_next)
6809 (block_iter_name_first, block_iter_name_next)
6810 (block_iter_match_first, block_iter_match_next): New functions.
6811 * ada-lang.c (ada_add_block_symbols)
6812 (ada_make_symbol_completion_list): Use block iterator.
6813
6814 2012-05-10 Tom Tromey <tromey@redhat.com>
6815
6816 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6817 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6818 (lookup_partial_symbol, find_last_source_symtab_from_partial)
6819 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6820 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6821 Update.
6822
6823 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6824
6825 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6826 print-file-var-lib2.c, print-file-var-main.c and
6827 print-file-var.exp (located in gdb/testsuite/gdb.base).
6828
6829 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6830
6831 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6832 try locating the symbol in the symbol's own objfile first, before
6833 extending the search to all objfiles.
6834 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6835 out of lookup_symbol_aux_symtabs.
6836 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6837 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6838 Do not search EXCLUDE_OBJFILE.
6839 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6840 (lookup_symbol_global): Search for matches in the block's objfile
6841 first, before searching all other objfiles.
6842
6843 2012-05-10 Tristan Gingold <gingold@adacore.com>
6844
6845 * printcmd.c (set_command): Add pre/post inc/dec.
6846
6847 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
6848
6849 * gdb.1: Document -ex option.
6850
6851 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6852
6853 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6854 * inferior.h (AT_SYMBOL): Delete.
6855
6856 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6857
6858 * mips-tdep.c (mips_push_dummy_code): New function.
6859 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6860 ON_STACK and install mips_push_dummy_code as our gdbarch
6861 push_dummy_code routine.
6862
6863 2012-05-09 Pedro Alves <palves@redhat.com>
6864
6865 * target.c (set_maintenance_target_async_permitted): Rename to ...
6866 (set_target_async_command): ... this.
6867 (show_maintenance_target_async_permitted): Rename to ...
6868 (show_target_async_command): ... this.
6869 (initialize_targets): Adjust.
6870
6871 2012-05-08 Doug Evans <dje@google.com>
6872
6873 * go-exp.y (classify_name): Add missing assignment of fields of
6874 yylval.ssym.
6875
6876 2012-05-08 Eli Zaretskii <eliz@gnu.org>
6877
6878 Display the ">" prompt in interactive mode while reading canned
6879 commands, even when the current interpreter is MI.
6880
6881 * interps.c (interp_set_temp): New function.
6882
6883 * interps.h (interp_set_temp): Add prototype.
6884
6885 * cli/cli-script.c (restore_interp): New cleanup function.
6886 (read_command_lines): Temporarily override the current interpreter
6887 with CLI and arrange for restoring the original one.
6888
6889 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
6890
6891 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6892
6893 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
6894
6895 * probe.c (parse_probes): Move conditional to check for
6896 debuginfo files from here...
6897 * stap-probe.c (stap_get_probes): ... to here.
6898
6899 2012-05-07 Mark Kettenis <kettenis@gnu.org>
6900 H.J. Lu <hongjiu.lu@intel.com>
6901
6902 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6903 `movl %esp, %ebp' for the X32 ABI.
6904
6905 2012-05-07 Tom Tromey <tromey@redhat.com>
6906
6907 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
6908 get_DW_TAG_name.
6909 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
6910 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
6911 (dwarf_stack_op_name): Remove.
6912 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
6913 (decode_locdesc): Use get_DW_OP_name.
6914 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6915 (dwarf2_compile_expr_to_ax): Likewise.
6916 (disassemble_dwarf_expression): Likewise.
6917 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6918
6919 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
6920
6921 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6922 (sh_linux_sigtramp_cache): New function.
6923 (sh_linux_sigreturn_init): New function.
6924 (sh_linux_rt_sigreturn_init): New function.
6925 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6926 patterns.
6927 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6928 syscall codes.
6929 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6930 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6931 (sh_linux_init_abi): Add init calls to register new tramp_frame
6932 definitions under 32-bit SH, update comments.
6933
6934 2012-05-07 Pedro Alves <palves@redhat.com>
6935
6936 PR gdb/10952
6937
6938 * amd64-linux-tdep.c: Include glibc-tdep.h.
6939 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6940 gdbarch_skip_solib_resolver callback.
6941
6942 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6943
6944 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6945 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6946 (show_auto_load_safe_path): Check any-directory by comparison with "/".
6947 (add_auto_load_safe_path): Change the error message.
6948 (_initialize_auto_load): Change the "safe-path" help text.
6949 * configure: Regenerate
6950 * configure.ac (--without-auto-load-safe-path): Set
6951 WITH_AUTO_LOAD_SAFE_PATH to /.
6952
6953 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
6954
6955 * stap-probe.h: Do not include unecessary `probe.h'.
6956
6957 2012-05-05 Alan Modra <amodra@gmail.com>
6958
6959 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6960 bfd_und_section_ptr.
6961 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6962 and bfd_com_section_ptr.
6963
6964 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6965
6966 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6967
6968 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6969
6970 * windows-nat.h (segment_register_p_ftype): New typedef.
6971 (windows_set_segment_register_p): Add declaration.
6972 * windows-nat.c (segment_register_p): New static global.
6973 (windows_set_segment_register_p): New function.
6974 (do_windows_fetch_inferior_registers): Add special handling
6975 for segment registers.
6976 * amd64-windows-nat.c: #include "amd64-tdep.h".
6977 (amd64_windows_segment_register_p): New function.
6978 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6979 * i386-windows-nat.c: #include "i386-tdep.h".
6980 (i386_windows_segment_register_p): New function.
6981 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6982
6983 2012-05-04 Tristan Gingold <gingold@adacore.com>
6984
6985 * printcmd.c (set_command): Emit a warning if the expression is not
6986 an assignment.
6987
6988 2012-05-03 Joel Brobecker <brobecker@adacore.com>
6989
6990 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6991 Make static.
6992
6993 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
6994
6995 * stap-probe.c (stap_is_operator): Change declaration.
6996 (stap_get_opcode): Change return value.
6997 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6998 `stap_parse_argument_1'.
6999
7000 2012-05-03 Pedro Alves <pedro@codesourcery.com>
7001
7002 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
7003 debug log.
7004
7005 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
7006
7007 Add two new methods global_block and static_block to gdb.Symtab
7008 objects.
7009 * NEWS (Python scripting): Add entry about the new methods.
7010 * python/py-symtab.c (stpy_global_block): New function which
7011 implements the gdb.Symtab.global_block() method.
7012 (stpy_static_block): New function which implements the
7013 gdb.Symtab.static_block() method.
7014 (symtab_object_methods): Add entries for the two new methods.
7015
7016 2012-05-03 Doug Evans <dje@google.com>
7017
7018 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
7019 files.
7020
7021 2012-05-03 Yao Qi <yao@codesourcery.com>
7022
7023 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7024 space.
7025 (i386_process_record): Ditto.
7026
7027 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7028
7029 * infcall.c (unwind_on_signal_p): Make static.
7030
7031 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7032
7033 * sol-thread.c (solaris_pid_to_str): Make static.
7034 (_initialize_sol_thread): Add prototype.
7035
7036 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7037
7038 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7039
7040 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
7041
7042 * MAINTAINERS: Remove myself.
7043
7044 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7045
7046 Fix --without-auto-load-safe-path for MS-Windows host platform.
7047 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7048
7049 2012-05-02 Eli Zaretskii <eliz@gnu.org>
7050
7051 * gdb_curses.h: Undefine KEY_EVENT before including curses
7052 headers. Move "#undef MOUSE_MOVED" before any curses header
7053 inclusion.
7054
7055 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7056
7057 * features/i386/i386-mmx-linux.c: Regenerate.
7058 * features/rs6000/powerpc-32.c: Likewise.
7059 * features/rs6000/powerpc-32l.c: Likewise.
7060 * features/rs6000/powerpc-403.c: Likewise.
7061 * features/rs6000/powerpc-403gc.c: Likewise.
7062 * features/rs6000/powerpc-405.c: Likewise.
7063 * features/rs6000/powerpc-505.c: Likewise.
7064 * features/rs6000/powerpc-601.c: Likewise.
7065 * features/rs6000/powerpc-602.c: Likewise.
7066 * features/rs6000/powerpc-603.c: Likewise.
7067 * features/rs6000/powerpc-604.c: Likewise.
7068 * features/rs6000/powerpc-64.c: Likewise.
7069 * features/rs6000/powerpc-64l.c: Likewise.
7070 * features/rs6000/powerpc-750.c: Likewise.
7071 * features/rs6000/powerpc-860.c: Likewise.
7072 * features/rs6000/powerpc-e500.c: Likewise.
7073 * features/rs6000/powerpc-e500l.c: Likewise.
7074 * features/rs6000/powerpc-isa205-32l.c: Likewise.
7075 * features/rs6000/powerpc-isa205-64l.c: Likewise.
7076 * features/rs6000/rs6000.c: Likewise.
7077
7078 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7079
7080 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7081 variable.
7082 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7083 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7084 (stap_parse_argument) <e>: Likewise.
7085 (handle_stap_probe) <byte_order>: Likewise.
7086
7087 2012-04-30 Doug Evans <dje@google.com>
7088
7089 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7090 init_and_read_dies_worker. All callers updated.
7091 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
7092 replaced with init_cutu_and_read_dies.
7093 (load_partial_comp_unit): Pass 1 for use_existing_cu.
7094 (find_partial_die): Remove FIXME. Don't free current CU.
7095
7096 2012-04-30 Sterling Augustine <saugustine@google.com>
7097
7098 * contrib: New directory.
7099 * contrib/test_pubnames_and_indexes.py: New file.
7100
7101 2012-04-30 Doug Evans <dje@google.com>
7102
7103 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7104 All callers updated.
7105 (init_cu_die_reader): Verify the section is non-empty.
7106 (dwarf_decode_line_header): Don't dereference section->asection
7107 until we know the section is present.
7108
7109 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
7110
7111 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7112 probes.
7113
7114 2012-04-29 Yao Qi <yao@codesourcery.com>
7115
7116 * gdb-code-style.el: New hook gdb-markup-hook
7117 and gdb-comment-hook.
7118
7119 2012-04-28 Doug Evans <dje@google.com>
7120
7121 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
7122 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7123 objfile->obfd.
7124 * symfile.h (dwarf2_debug_sections): New member addr.
7125 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7126 (ctx_no_get_addr_index): New function.
7127 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7128 (ctx_no_get_addr_index): Declare.
7129 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7130 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7131 (dwarf_expr_ctx_funcs): Update.
7132 (needs_get_addr_index): New function.
7133 (needs_frame_ctx_funcs): Update.
7134 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7135 * dwarf2read.c: #include "gdbcore.h".
7136 (dwarf2_per_objfile): New members addr, dwo_files.
7137 (dwarf2_elf_names): Add entry for addr.
7138 (struct dwo_section_names): New type.
7139 (dwo_section_names): New static global.
7140 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7141 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7142 old debug_types_section member updated to use this.
7143 Rename member debug_types_section to info_or_types_section,
7144 all uses updated.
7145 (signatured_type): Rename member type_offset to type_offset_in_tu,
7146 all uses updated. New member type_offset_in_section.
7147 (struct dwo_sections): New type.
7148 (struct dwo_unit): New type.
7149 (struct dwo_file): New type.
7150 (die_reader_specs): New member dwo_file.
7151 (dwarf2_locate_sections): Watch for .debug_addr.
7152 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7153 (dwarf2_read_section): Get bfd of section from bfd's asection,
7154 instead of objfile.
7155 (create_cus_from_index): Initialize the_cu->info_or_types_section.
7156 (create_signatured_type_table_from_index): Initialize
7157 sig_type->info_or_types_section.
7158 (dw2_get_file_names): Statement lists for type units with DWO files
7159 live in the DWO file.
7160 (create_debug_types_hash_table): New function.
7161 (create_all_type_units): Rewrite.
7162 (init_cu_die_reader): New arg dwo_file, all callers updated.
7163 (init_and_read_dies_worker): Get section from
7164 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
7165 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
7166 continue reading the CU/TU from there.
7167 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
7168 updated. Get section from this_cu->info_or_types_section.
7169 (create_all_comp_units): Initialize this_cu->info_or_types_section.
7170 (skip_one_die): New cases DW_FORM_GNU_addr_index,
7171 DW_FORM_GNU_str_index.
7172 (hash_dwo_file, eq_dwo_file): New functions.
7173 (allocate_dwo_file_hash_table): New function.
7174 (hash_dwo_unit, eq_dwo_unit): New functions.
7175 (allocate_dwo_unit_table): New function.
7176 (dwarf2_locate_dwo_sections): New function.
7177 (struct create_dwo_info_table_data): New type.
7178 (create_debug_info_hash_table_reader): New function.
7179 (create_debug_info_hash_table): New function.
7180 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7181 (lookup_dwo_file): New function.
7182 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7183 (free_dwo_file, free_dwo_file_cleanup): New functions.
7184 (free_dwo_file_from_slot, free_dwo_files): New functions.
7185 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7186 (dwarf2_record_block_ranges): Ditto.
7187 (read_partial_die): Ditto.
7188 (process_enumeration_scope): Update to use type_offset_in_section.
7189 (read_full_die_1): New function.
7190 (read_full_die): Rewrite.
7191 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7192 DW_FORM_GNU_str_index.
7193 (read_addr_index_1, read_addr_index): New functions.
7194 (read_addr_index_from_leb128): New function.
7195 (struct dwarf2_read_addr_index_data): New type.
7196 (dwarf2_read_addr_index_reader): New function.
7197 (dwarf2_read_addr_index): New function.
7198 (read_str_index): New function.
7199 (leb128_size): New function.
7200 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7201 If processing a type unit from a DWO file, get the line section
7202 from the DWO file.
7203 (var_decode_location): Watch for DW_OP_GNU_addr_index.
7204 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7205 DW_FORM_GNU_str_index.
7206 (lookup_die_type): Check whether section offset of type's die is
7207 known before looking it up. Remove assert. Condition can
7208 legimately happen for inter-cu type references.
7209 (dwarf_attr_name): Handle Fission attributes.
7210 (dwarf_form_name): Handle Fission forms.
7211 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7212 DW_FORM_GNU_str_index.
7213 (follow_die_sig): Update to use type_offset_in_section.
7214 (decode_locdesc): New case DW_OP_GNU_addr_index.
7215 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7216 DW_FORM_GNU_str_index.
7217 (cu_debug_loc_section): New function.
7218 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
7219 (dwarf2_per_objfile_free): Unmap .debug_addr section.
7220 Free DWO files if present.
7221 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
7222
7223 Refactor DIE reading.
7224 * dwarf2read.c (dwarf2_per_objfile): Replace members
7225 debug_info_type_hash and debug_types_type_hash with die_type_hash.
7226 (die_reader_specs): New member "die_section". Temporarily make
7227 member "buffer" non-const, pending constifying all info_ptr uses.
7228 (die_reader_func_ftype): New typedef.
7229 (dw2_get_file_names_reader): New function.
7230 (dw2_get_file_names): Rewrite.
7231 (read_and_check_type_unit_head): Rename arg type_offset to
7232 type_offset_in_tu.
7233 (create_all_type_units): Improve debugging message.
7234 Improve dummy type unit check.
7235 (init_cu_die_reader): New arg "section". All callers updated.
7236 (init_and_read_dies_worker): New function.
7237 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
7238 (init_cutu_and_read_dies_no_follow): New function.
7239 (init_cutu_and_read_dies_simple): New function.
7240 (process_psymtab_comp_unit_reader): New function.
7241 (process_psymtab_comp_unit): Delete args section,
7242 is_debug_types_section. Rewrite. All callers updated.
7243 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
7244 All callers updated. Rewrite.
7245 (load_partial_comp_unit_reader): New function.
7246 (load_partial_comp_unit): Rewrite.
7247 (skip_children): New arg reader. Delete args buffer, cu.
7248 All callers updated.
7249 (skip_one_die): New arg reader. Delete args buffer, cu.
7250 All callers updated.
7251 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
7252 All callers updated.
7253 (load_full_comp_unit_reader): New function.
7254 (load_full_comp_unit): Rewrite.
7255 (read_comp_unit): Delete.
7256 (read_die_and_children_1): Delete, contents moved ...
7257 (read_die_and_children): ... here.
7258 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
7259 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
7260 All callers updated.
7261 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
7262 All callers updated.
7263 (find_partial_die): Rewrite load_all_dies support.
7264 (read_attribute_value): New arg reader. Delete args abfd, cu.
7265 All callers updated.
7266 (read_attribute): New arg reader. Delete args abfd, cu.
7267 All callers updated.
7268 (load_full_type_unit): Add assert.
7269 (read_signatured_type_reader): New function.
7270 (read_signatured_type): Rewrite.
7271 (free_stack_comp_unit): Remove call to age_cached_comp_units.
7272 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
7273 All callers updated. Set per_cu->cu = NULL after freeing it.
7274 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
7275 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
7276 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
7277 (set_die_type): Update.
7278 (get_die_type_at_offset): Update.
7279 (read_file_scope): Call prepare_one_comp_unit.
7280 (read_type_unit_scope): Ditto.
7281 (prepare_one_comp_unit): Set producer if present.
7282
7283 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7284
7285 * probe.c (compile_rx_or_error): Silence ARI warning about missing
7286 gettext function on `error'.
7287
7288 2012-04-27 Doug Evans <dje@google.com>
7289
7290 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
7291 is empty.
7292
7293 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7294 Tom Tromey <tromey@redhat.com>
7295
7296 * breakpoint.c (struct breakpoint_objfile_data)
7297 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
7298 <exception_probes>: New fields.
7299 (free_breakpoint_probes): New function.
7300 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
7301 `_Unwind_DebugHook'.
7302 (create_exception_master_breakpoint): Likewise.
7303 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
7304 * infrun.c: Including necessary header files for handling SystemTap
7305 probes.
7306 (handle_inferior_event): Handling longjmp breakpoint and exceptions
7307 via SystemTap probes.
7308 (check_exception_resume): Remove `func' argument. Handle exception
7309 unwinding breakpoint set via a SystemTap probe.
7310 (insert_exception_resume_from_probe): New function.
7311
7312 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7313 Tom Tromey <tromey@redhat.com>
7314 Jan Kratochvil <jan.kratochvil@redhat.com>
7315
7316 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
7317 (COMMON_OBS): Likewise.
7318 (HFILES_NO_SRCDIR): Add `probe'.
7319 * NEWS: Mention support for static and SystemTap probes.
7320 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
7321 SystemTap probes' arguments parser.
7322 * arm-linux-tdep.c: Including headers needed to perform the parsing
7323 of SystemTap probes' arguments.
7324 (arm_stap_is_single_operand): New function.
7325 (arm_stap_parse_special_token): Likewise.
7326 (arm_linux_init_abi): Initializing proper fields used by SystemTap
7327 probes' arguments parser.
7328 * ax-gdb.c (require_rvalue): Removing static declaration.
7329 (gen_expr): Likewise.
7330 * ax-gdb.h (gen_expr): Declaring function.
7331 (require_rvalue): Likewise.
7332 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
7333 (bkpt_probe_breakpoint_ops): New variable.
7334 (momentary_breakpoint_from_master): Set the `probe' value.
7335 (add_location_to_breakpoint): Likewise.
7336 (break_command_1): Using proper breakpoint_ops according to the
7337 argument passed by the user in the command line.
7338 (bkpt_probe_insert_location): New function.
7339 (bkpt_probe_remove_location): Likewise.
7340 (bkpt_probe_create_sals_from_address): Likewise.
7341 (bkpt_probe_decode_linespec): Likewise.
7342 (tracepoint_probe_create_sals_from_address): Likewise.
7343 (tracepoint_probe_decode_linespec): Likewise.
7344 (tracepoint_probe_breakpoint_ops): New variable.
7345 (trace_command): Using proper breakpoint_ops according to the
7346 argument passed by the user in the command line.
7347 (initialize_breakpoint_ops): Initializing breakpoint_ops for
7348 static probes on breakpoints and tracepoints.
7349 * breakpoint.h (struct bp_location) <probe>: New field.
7350 * cli-utils.c (skip_spaces_const): New function.
7351 (extract_arg): Likewise.
7352 * cli-utils.h (skip_spaces_const): Likewise.
7353 (extract_arg): Likewise.
7354 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
7355 * configure.ac: Append `stap-probe.o' to be generated when ELF
7356 support is present.
7357 * configure: Regenerate.
7358 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
7359 * elfread.c: Include `probe.h' and `arch-utils.h'.
7360 (probe_key): New variable.
7361 (elf_get_probes): New function.
7362 (elf_get_probe_argument_count): Likewise.
7363 (elf_evaluate_probe_argument): Likewise.
7364 (elf_compile_to_ax): Likewise.
7365 (elf_symfile_relocate_probe): Likewise.
7366 (stap_probe_key_free): Likewise.
7367 (elf_probe_fns): New variable.
7368 (elf_sym_fns): Add `sym_probe_fns' value.
7369 (elf_sym_fns_lazy_psyms): Likewise.
7370 (elf_sym_fns_gdb_index): Likewise.
7371 (_initialize_elfread): Initialize objfile cache for static
7372 probes.
7373 * gdb_vecs.h (struct probe): New forward declaration.
7374 (probe_p): New VEC declaration.
7375 * gdbarch.c: Regenerate.
7376 * gdbarch.h: Regenerate.
7377 * gdbarch.sh (stap_integer_prefix): New variable.
7378 (stap_integer_suffix): Likewise.
7379 (stap_register_prefix): Likewise.
7380 (stap_register_suffix): Likewise.
7381 (stap_register_indirection_prefix): Likewise.
7382 (stap_register_indirection_suffix): Likewise.
7383 (stap_gdb_register_prefix): Likewise.
7384 (stap_gdb_register_suffix): Likewise.
7385 (stap_is_single_operand): New function.
7386 (stap_parse_special_token): Likewise.
7387 (struct stap_parse_info): Forward declaration.
7388 * i386-tdep.c: Including headers needed to perform the parsing
7389 of SystemTap probes' arguments.
7390 (i386_stap_is_single_operand): New function.
7391 (i386_stap_parse_special_token): Likewise.
7392 (i386_elf_init_abi): Initializing proper fields used by SystemTap
7393 probes' arguments parser.
7394 * i386-tdep.h (i386_stap_is_single_operand): New function.
7395 (i386_stap_parse_special_token): Likewise.
7396 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
7397 * mipsread.c (ecoff_sym_fns): Likewise.
7398 * objfiles.c (objfile_relocate1): Support relocation for static
7399 probes.
7400 * parse.c (prefixify_expression): Remove static declaration.
7401 (initialize_expout): Likewise.
7402 (reallocate_expout): Likewise.
7403 * parser-defs.h (initialize_expout): Declare function.
7404 (reallocate_expout): Likewise.
7405 (prefixify_expression): Likewise.
7406 * ppc-linux-tdep.c: Including headers needed to perform the parsing
7407 of SystemTap probes' arguments.
7408 (ppc_stap_is_single_operand): New function.
7409 (ppc_stap_parse_special_token): Likewise.
7410 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
7411 probes' arguments parser.
7412 * probe.c: New file, for generic statically defined probe support.
7413 * probe.h: Likewise.
7414 * s390-tdep.c: Including headers needed to perform the parsing of
7415 SystemTap probes' arguments.
7416 (s390_stap_is_single_operand): New function.
7417 (s390_gdbarch_init): Initializing proper fields used by SystemTap
7418 probes' arguments parser.
7419 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
7420 * stap-probe.c: New file, for SystemTap probe support.
7421 * stap-probe.h: Likewise.
7422 * symfile.h: Include `gdb_vecs.h'.
7423 (struct sym_probe_fns): New struct.
7424 (struct sym_fns) <sym_probe_fns>: New field.
7425 * symtab.c (init_sal): Initialize `probe' field.
7426 * symtab.h (struct probe): Forward declaration.
7427 (struct symtab_and_line) <probe>: New field.
7428 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
7429 locations.
7430 (stop_tracing): Likewise.
7431 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
7432
7433 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7434 Tom Tromey <tromey@redhat.com>
7435
7436 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
7437 and to compile agent expressions.
7438 * infrun.c (siginfo_make_value): New argument `ignore'.
7439 (siginfo_funcs): New struct.
7440 (_initialize_infrun): New argument when calling
7441 `create_internalvar_type_lazy'.
7442 * thread.c (thread_id_make_value): New argument `ignore'.
7443 (thread_funcs): New struct.
7444 (_initialize_thread): New argument when calling
7445 `create_internalvar_type_lazy'.
7446 * tracepoint.c (sdata_make_value): New argument `ignore'.
7447 (sdata_funcs): New struct.
7448 (_initialize_tracepoint): New argument when calling
7449 `create_internalvar_type_lazy'.
7450 * value.c (make_value): New struct.
7451 (create_internalvar_type_lazy): New argument `data'.
7452 (compile_internalvar_to_ax): New function.
7453 (value_of_internalvar): Properly handling `make_value' case.
7454 (clear_internalvar): Likewise.
7455 (show_convenience): Adding `TRY_CATCH' block.
7456 * value.h (internalvar_make_value): Delete, replace by...
7457 (struct internalvar_funcs): ... this.
7458 (create_internalvar_type_lazy) <fun>: Delete argument.
7459 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
7460 (compile_internalvar_to_ax): New function.
7461 * windows-tdep.c (tlb_make_value): New argument `ignore'.
7462 (tlb_funcs): New struct.
7463 (_initialize_windows_tdep): New argument when calling
7464 `create_internalvar_type_lazy'.
7465
7466 2012-04-27 Mark Wielaard <mjw@redhat.com>
7467
7468 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
7469 see whether it is an address or a constant offset from DW_AT_low_pc.
7470 (dwarf2_record_block_ranges): Likewise.
7471 (read_partial_die): Likewise.
7472
7473 2012-04-26 Mark Wielaard <mjw@redhat.com>
7474
7475 * MAINTAINERS (Write After Approval): Add myself to the list.
7476
7477 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7478
7479 * proc-utils.h (proc_prettyprint_signalset): New prototype.
7480 (proc_prettyprint_signal): Likewise.
7481 (proc_prettyprint_faultset): Likewise.
7482 (proc_prettyprint_fault): Likewise.
7483 (proc_prettyprint_actionset): Likewise.
7484 (proc_prettyprint_flags): Move to new proc-flags.c section.
7485 (proc_prettyfprint_flags): New prototype.
7486 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
7487 (proc_syscall, proc_cursig): Likewise.
7488 (proc_set_kill_on_last_close): Likewise.
7489 (proc_unset_kill_on_last_close): Likewise.
7490 (proc_set_watchpoint): Make static.
7491 (proc_delete_dead_threads): Likewise.
7492 (procfs_set_watchpoint): Likewise.
7493 (_initialize_procfs): Add prototype.
7494 * proc-events.c: Include proc-utils.h.
7495 (init_syscall_table): Make static.
7496 * proc-api.c (_initialize_proc_api): Add prototype.
7497 * proc-flags.c: Include proc-utils.h.
7498
7499 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7500
7501 * configure.ac: Add AC_ARG_PROGRAM.
7502 * configure: Regenerate.
7503
7504 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7505
7506 Fix DW_AT_lower_bound defaults for DWARF-4+.
7507 * dwarf2read.c (read_subrange_type): Remove initialization of low and
7508 high. New variable low_default_is_valid. Implement DWARF-4+
7509 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
7510 no default by the DWARF standard.
7511
7512 2012-04-26 Maciej W. Rozycki <macro@mips.com>
7513 Maciej W. Rozycki <macro@codesourcery.com>
7514
7515 * infrun.c (handle_inferior_event): Move the check for return
7516 trampolines ahead of the check for function trampolines.
7517 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
7518 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
7519 (mips_str_mips16_ret_stub): Likewise.
7520 (mips_str_call_fp_stub): Likewise.
7521 (mips_str_call_stub): Likewise.
7522 (mips_str_fn_stub): Likewise.
7523 (mips_str_pic): Likewise.
7524 (mips_in_frame_stub): New function.
7525 (mips_unwind_pc): Return the return address rather than the PC
7526 if the PC of an intermediate frame is inside a call thunk.
7527 (mips_is_stub_suffix): New function.
7528 (mips_is_stub_mode): Likewise.
7529 (mips_get_mips16_fn_stub_pc): Likewise.
7530 (mips_skip_mips16_trampoline_code): Update to handle all the
7531 currently generated stub types. Don't recurse into __fn_stub
7532 thunks. Remove heuristics to handle stubs beyond etext/_etext.
7533 Use cooked register accesses.
7534 (mips_in_return_stub): Reintroduce function.
7535 (mips_skip_trampoline_code): Traverse trampolines recursively.
7536 (mips_gdbarch_init): Handle MIPS16 return trampolines.
7537
7538 2012-04-26 Joel Brobecker <brobecker@adacore.com>
7539
7540 GDB 7.4.1 released.
7541
7542 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
7543
7544 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
7545 * features/arm-with-m-vfp-d16.xml: New file. Describes
7546 Cortex-M with VFPv4-sp-d16 FPU register layout.
7547 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
7548 * features/arm-with-m-vfp-d16.c: New. Generated from above.
7549 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
7550 (arm-register_g_packet_guesses): Add vfp-d16 guess.
7551 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
7552
7553 2012-04-25 Doug Evans <dje@google.com>
7554
7555 * cli/cli-decode.c (print_doc_line): Use stream instead of
7556 current_uiout.
7557
7558 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7559
7560 * features/arm-with-iwmmxt.c: Regenerate.
7561 * features/arm-with-m-fpa-layout.c: Likewise.
7562 * features/arm-with-m.c: Likewise.
7563 * features/arm-with-neon.c: Likewise.
7564 * features/arm-with-vfpv2.c: Likewise.
7565 * features/arm-with-vfpv3.c: Likewise.
7566 * features/mips-dsp-linux.c: Likewise.
7567 * features/mips-linux.c: Likewise.
7568 * features/mips64-dsp-linux.c: Likewise.
7569 * features/mips64-linux.c: Likewise.
7570 * features/s390-linux32.c: Likewise.
7571 * features/s390-linux32v1.c: Likewise.
7572 * features/s390-linux32v2.c: Likewise.
7573 * features/s390-linux64.c: Likewise.
7574 * features/s390-linux64v1.c: Likewise.
7575 * features/s390-linux64v2.c: Likewise.
7576 * features/s390x-linux64.c: Likewise.
7577 * features/s390x-linux64v1.c: Likewise.
7578 * features/s390x-linux64v2.c: Likewise.
7579 * features/tic6x-c62x-linux.c: Likewise.
7580 * features/tic6x-c62x.c: Likewise.
7581 * features/tic6x-c64x-linux.c: Likewise.
7582 * features/tic6x-c64x.c: Likewise.
7583 * features/tic6x-c64xp-linux.c: Likewise.
7584 * features/tic6x-c64xp.c: Likewise.
7585 * target-descriptions.c: Only generate `field_type' and `type'
7586 variables when needed.
7587
7588 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
7589
7590 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
7591
7592 2012-04-25 Doug Evans <dje@google.com>
7593
7594 Initial pass at Go language support.
7595 * NEWS: Mention Go.
7596 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
7597 go-valprint.c.
7598 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
7599 (YYFILES): Add go-exp.c.
7600 (YYOBJ): Add go-exp.o.
7601 (local-maintainer-clean): Delete go-exp.c.
7602 * defs.h (enum language): Add language_go.
7603 * dwarf2read.c: #include "go-lang.h".
7604 (fixup_go_packaging): New function.
7605 (process_full_comp_unit): Call it when processing Go CUs.
7606 (dwarf2_physname): Add Go support.
7607 (read_file_scope): Handle missing language spec for GNU Go.
7608 (set_cu_language): Handle DW_LANG_Go.
7609 * go-exp.y: New file.
7610 * go-lang.h: New file.
7611 * go-lang.c: New file.
7612 * go-typeprint.c: New file.
7613 * go-valprint.c: New file.
7614 * symtab.c: #include "go-lang.h".
7615 (symbol_set_language): Handle language_go.
7616 (symbol_find_demangled_name, symbol_set_names): Ditto.
7617 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7618
7619 2012-04-24 Jim Meyering <meyering@redhat.com>
7620
7621 avoid a few strncpy-induced buffer overruns
7622 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7623 fname and psargs before trying to concatenate.
7624 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7625 "name" before applying strchr.
7626
7627 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
7628
7629 * CONTRIBUTE: Use unified diff instead of context diff when
7630 generating patches.
7631
7632 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7633
7634 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7635 code. Handle JR.HB correctly.
7636
7637 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7638
7639 * mips-tdep.c
7640 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7641 with the other MIPS16 helpers.
7642
7643 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
7644
7645 * observer.sh: Conditionally declare `args', thus cleaning up
7646 unused instances of this variable.
7647
7648 2012-04-24 Yao Qi <yao@codesourcery.com>
7649
7650 Revert this patch to allow breakpoint always-inserted
7651 in record target.
7652 2011-12-05 Pedro Alves <pedro@codesourcery.com>
7653 * breakpoint.c: Include record.h.
7654 (breakpoints_always_inserted_mode): Return false when the record
7655 target is in use.
7656
7657 * breakpoint.c (iterate_over_bp_locations): New.
7658 * breakpoint.h: Declare.
7659 New typedef walk_bp_location_callback.
7660 * record.c (record_open): Call record_init_record_breakpoints.
7661 (record_sync_record_breakpoints): New.
7662 (record_init_record_breakpoints): New.
7663 * NEWS: Mention supporting breakpoint always-inserted mode in
7664 record target.
7665
7666 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
7667
7668 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7669 any thread.
7670
7671 2012-04-24 Yao Qi <yao@codesourcery.com>
7672
7673 * breakpoint.c (ep_is_catchpoint): Renamed to ...
7674 (is_catchpoint): ... it.
7675 (print_one_breakpoint_location): Caller update.
7676 * breakpoint.h: Update declaration.
7677
7678 2012-04-23 David S. Miller <davem@davemloft.net>
7679
7680 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7681
7682 2012-04-23 Tom Tromey <tromey@redhat.com>
7683
7684 * buildsym.c (add_free_pendings): Remove.
7685 * buildsym.h (add_free_pendings): Remove.
7686
7687 2012-04-23 Doug Evans <dje@google.com>
7688
7689 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7690 attr.u.unsnd instead of attr.u.addr.
7691 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7692 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7693 DW_FORM_ref_udata.
7694 (dump_die_shallow): Update cases DW_FORM_ref_addr,
7695 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
7696 DW_FORM_ref_udata.
7697 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7698
7699 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
7700
7701 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7702 (mips_o32_return_value): Likewise.
7703 (mips_o64_return_value): Likewise.
7704
7705 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
7706
7707 * ada-lang.c (ada_evaluate_subexp): Add cases for
7708 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7709 their treatment in eval.c.
7710
7711 2012-04-21 David S. Miller <davem@davemloft.net>
7712
7713 * sparc-tdep.c (X_DISP10): Define.
7714 (sparc_analyze_control_transfer): Handle compare-and-branch.
7715
7716 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
7717
7718 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7719 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7720
7721 2012-04-20 Nigel Stephens <nigel@mips.com>
7722 Maciej W. Rozycki <macro@codesourcery.com>
7723
7724 * mips-tdep.c (mips_float_register_p): New function.
7725 (mips_convert_register_float_case_p): Use mips_float_register_p.
7726 (mips_register_type): Likewise.
7727 (mips_print_register): Likewise.
7728 (print_gp_register_row): Likewise.
7729 (mips_print_registers_info): Likewise.
7730
7731 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
7732
7733 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7734 of mips16 symbols.
7735
7736 2012-04-20 Andrew Pinski <apinski@cavium.com>
7737
7738 * MAINTAINERS (Write After Approval): Add myself to the list.
7739
7740 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7741
7742 * MAINTAINERS: Update my e-mail address.
7743
7744 2012-04-20 Pedro Alves <palves@redhat.com>
7745
7746 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7747 $srcdir.
7748 * configure: Regenerate.
7749
7750 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7751
7752 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
7753 declaration.
7754 * gdb_vecs.h: Declare `const_char_ptr' VEC.
7755
7756 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7757
7758 Fix compilation compatibility with python-2.4
7759 * python/py-type.c (convert_field): Cast ADDRSTRING for
7760 PyObject_SetAttrString as non-const. New comment.
7761
7762 2012-04-19 Tom Tromey <tromey@redhat.com>
7763
7764 * top.c (quit_target): Use all_cleanups.
7765 * main.c (captured_command_loop): Use all_cleanups.
7766 * exceptions.c (throw_exception): Use all_cleanups.
7767
7768 2012-04-19 Pedro Alves <palves@redhat.com>
7769
7770 * Makefile.in (GNULIB_BUILDDIR): New.
7771 (LIBGNU, INCGNU, GNULIB_H): Adjust.
7772 (SUBDIRS): Add $(GNULIB_BUILDDIR).
7773 (CLEANDIRS). Remove gnulib/import.
7774 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7775 (all-lib): Ditto.
7776 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7777 (gnulib/import/Makefile): Replace gnulib/import with
7778 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
7779 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7780 (aclocal_m4_deps): Remove the gnulib dependencies. Add
7781 acx_configure_dir.m4.
7782 * acinclude.m4: Include acx_configure_dir.m4.
7783 * acx_configure_dir.m4: New file.
7784 * aclocal.m4: Regenerate.
7785 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7786 calls. Configure gnulib using ACX_CONFIGURE_DIR.
7787 (GNULIB): New variable.
7788 (GNULIB_STDINT_H): Adjust.
7789 (AC_OUTPUT): Don't output gnulib/Makefile.
7790 * gdb/defs.h: Include build-gnulib/config.h.
7791 * aclocal.m4: Regenerate.
7792 * config.in: Regenerate.
7793 * configure: Regenerate.
7794
7795 * gnulib/Makefile.in: New file.
7796 * gnulib/configure.ac: New file.
7797 * gnulib/aclocal.m4: New file.
7798 * gnulib/config.in: New file.
7799 * gnulib/configure: New file.
7800 * gnulib/: Re-run gnulib-tool to adjust.
7801
7802 2012-04-19 Doug Evans <dje@google.com>
7803
7804 * cleanups.h (struct cleanup): Move to cleanups.c.
7805 (make_cleanup_dtor_ftype): New typedef.
7806 (make_cleanup_dtor): Use it.
7807 (ALL_CLEANUPS): Replace with ...
7808 (all_cleanups): ... this. Declare. All uses updated.
7809 * cleanups.c: #include "gdb_assert.h".
7810 (sentinel_cleanup): New static global.
7811 (SENTINEL_CLEANUP): Define.
7812 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7813 (make_my_cleanup2): Assert result is non-NULL.
7814 (all_cleanups): New function.
7815 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7816 of NULL.
7817
7818 2012-04-19 Pedro Alves <palves@redhat.com>
7819
7820 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7821 Adjust paths to gnulib imported files.
7822
7823 2012-04-19 Pedro Alves <palves@redhat.com>
7824
7825 * gnulib/: Move whole directory ...
7826 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7827 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7828 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7829 (aclocal_m4_deps): Adjust.
7830 * aclocal.m4: Regenerate.
7831 * configure: Regenerate.
7832 * configure.ac: Adjust AC_OUTPUT output.
7833
7834 2012-04-19 Yao Qi <yao@codesourcery.com>
7835
7836 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7837 (vec.o): New rule.
7838 * vec.c: Move it ...
7839 * common/vec.c: ... here.
7840 * vec.h: Move it ...
7841 * common/vec.h: ... here.
7842
7843 2012-04-19 Yao Qi <yao@codesourcery.com>
7844
7845 * gdb-code-style.el: New.
7846
7847 2012-04-18 Pedro Alves <palves@redhat.com>
7848
7849 Update gnulib from latest git.
7850 (639ea5ae15e39fe48d43e04864b2997301e4b969)
7851
7852 * gnulib/Makefile.am: Update.
7853 * gnulib/dummy.c: Update.
7854 * gnulib/extra/arg-nonnull.h: Update.
7855 * gnulib/extra/c++defs.h: Update.
7856 * gnulib/extra/update-copyright: Update.
7857 * gnulib/extra/warn-on-use.h: Update.
7858 * gnulib/inttypes.in.h: Update.
7859 * gnulib/m4/00gnulib.m4: Update.
7860 * gnulib/m4/extensions.m4: Update.
7861 * gnulib/m4/gnulib-cache.m4: Update.
7862 * gnulib/m4/gnulib-common.m4: Update.
7863 * gnulib/m4/gnulib-comp.m4: Update.
7864 * gnulib/m4/gnulib-tool.m4: Update.
7865 * gnulib/m4/include_next.m4: Update.
7866 * gnulib/m4/inttypes-pri.m4: Update.
7867 * gnulib/m4/inttypes.m4: Update.
7868 * gnulib/m4/longlong.m4: Update.
7869 * gnulib/m4/memchr.m4: Update.
7870 * gnulib/m4/memmem.m4: Update.
7871 * gnulib/m4/mmap-anon.m4: Update.
7872 * gnulib/m4/multiarch.m4: Update.
7873 * gnulib/m4/onceonly.m4: Update.
7874 * gnulib/m4/stddef_h.m4: Update.
7875 * gnulib/m4/stdint.m4: Update.
7876 * gnulib/m4/string_h.m4: Update.
7877 * gnulib/m4/warn-on-use.m4: Update.
7878 * gnulib/m4/wchar_h.m4: Update.
7879 * gnulib/m4/wchar_t.m4: Update.
7880 * gnulib/m4/wint_t.m4: Update.
7881 * gnulib/memchr.c: Update.
7882 * gnulib/memmem.c: Update.
7883 * gnulib/stddef.in.h: Update.
7884 * gnulib/stdint.in.h: Update.
7885 * gnulib/str-two-way.h: Update.
7886 * gnulib/string.in.h: Update.
7887 * gnulib/wchar.in.h: Update.
7888
7889 * gnulib/extra/arg-nonnull.h: Delete.
7890 * gnulib/extra/c++defs.h: Delete.
7891 * gnulib/extra/warn-on-use.h: Delete.
7892 * gnulib/m4/wchar_h.m4: Delete.
7893 * gnulib/m4/wint_t.m4: Delete.
7894 * gnulib/wchar.in.h: Delete.
7895
7896 * gnulib/extra/snippets/arg-nonnull.h: New.
7897 * gnulib/extra/snippets/c++defs.h: New.
7898 * gnulib/extra/snippets/warn-on-use.h: New.
7899
7900 * aclocal.m4: Regenerate.
7901 * config.in: Regenerate.
7902 * configure: Regenerate.
7903 * gnulib/Makefile.in: Regenerate.
7904
7905 2012-04-18 Pedro Alves <palves@redhat.com>
7906
7907 Reimport the update-copyright module from gnulib
7908 (250b80067c1e1d8faa0c42fb572f721975b929c5).
7909
7910 * configure: Regenerate.
7911 * gnulib/Makefile.am: Update.
7912 * gnulib/Makefile.in: Regenerate.
7913 * gnulib/extra/update-copyright: Update.
7914 * gnulib/m4/gnulib-cache.m4: Update.
7915 * gnulib/m4/gnulib-comp.m4: Update.
7916
7917 2012-04-18 Tristan Gingold <gingold@adacore.com>
7918
7919 * configure.ac (aix): Put -lpthread into libs.
7920 * configure: Regenerate.
7921
7922 2012-04-18 Tom Tromey <tromey@redhat.com>
7923
7924 * linespec.c (convert_linespec_to_sals): Don't use
7925 SYMBOL_OBJ_SECTION.
7926 (compare_msymbols): Arguments are minsym_and_objfile, not
7927 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
7928
7929 2012-04-18 Pedro Alves <palves@redhat.com>
7930
7931 Revert gnulib/ part of:
7932 2011-01-01 Joel Brobecker <brobecker@adacore.com>
7933 Copyright year update in most files (performed by copyright.sh).
7934
7935 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7936
7937 Fix 64-bit constants on 32-bit hosts.
7938 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7939 from unsigned long to ULONGEST.
7940 (read_signed_leb128): Change declaration return type from long to
7941 LONGEST.
7942 (dwarf2_const_value_attr): Change declaration parameter value from long
7943 to LONGEST.
7944 (dwarf2_compute_name): Change variable value from long to LONGEST.
7945 (read_unsigned_leb128): Change return type, variable result and some
7946 casts from unsigned long to ULONGEST.
7947 (read_signed_leb128): Change return type, variable result and some
7948 casts from long to LONGEST.
7949 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7950 value from long to LONGEST.
7951 (dwarf2_const_value): Change variable value from long to LONGEST.
7952 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7953 plongest and hex_string.
7954 * symtab.h (struct general_symbol_info): Change ivalue from long to
7955 LONGEST, remove the comment.
7956 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7957 Change SYMBOL_VALUE format strings to use plongest and hex_string.
7958
7959 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7960
7961 PR symtab/7259:
7962 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7963 * ada-lang.c (ada_discrete_type_high_bound)
7964 (ada_discrete_type_low_bound): Fix function comment. Use
7965 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7966 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7967 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7968 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7969 Use TYPE_FIELD_ENUMVAL.
7970 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7971 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7972 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7973 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
7974 TYPE_CODE_ENUM.
7975 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7976 * dwarf2read.c (process_enumeration_scope): Likewise.
7977 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7978 field.bitpos.
7979 (class StructMainTypePrettyPrinter): Support also
7980 FIELD_LOC_KIND_ENUMVAL.
7981 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7982 TYPE_CODE_ENUM.
7983 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7984 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7985 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7986 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
7987 field enumval.
7988 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7989 accommodate enumval.
7990 (struct call_site): Adjust loc_kind to accommodate enumval.
7991 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7992 (TYPE_FIELD_ENUMVAL): New macros.
7993 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7994 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7995 TYPE_CODE_ENUM.
7996 * p-typeprint.c (pascal_type_print_base): Likewise.
7997 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7998 enumval.
7999 * python/lib/gdb/types.py (make_enum_dict): Likewise.
8000 * python/py-type.c (convert_field): New variable addrstring. Use
8001 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8002 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
8003 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
8004 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
8005 TYPE_CODE_ENUM.
8006 * valprint.c (generic_val_print): Likewise.
8007
8008 2012-04-17 Doug Evans <dje@google.com>
8009
8010 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
8011
8012 * dwarf2read.c: Whitespace fixes.
8013 (lookup_signatured_type): Tweak comment.
8014 (get_die_type_at_offset): Fix comment.
8015
8016 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8017
8018 * xcoffread.c (xcoff_secnum_to_sections): New function.
8019 (secnum_to_section, secnum_to_bfd_section): Reimplement
8020 using xcoff_secnum_to_sections. Rename "secnum" parameter
8021 into "n_scnum".
8022 (RECORD_MINIMAL_SYMBOL): Delete.
8023 (record_minimal_symbol): New function.
8024 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8025 by call to record_minimal_symbol and set misc_func_recorded
8026 to 1. Set last_csect_sec to the XCOFF section index instead
8027 of GDB's section_offset index. Update calls to
8028 prim_record_minimal_symbol_and_info to pass the BFD section
8029 as well.
8030
8031 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8032
8033 * xcoffread.c (read_xcoff_symtab): Delete variables
8034 last_csect_val and last_csect_sec and associated code.
8035
8036 2012-04-17 Doug Evans <dje@google.com>
8037
8038 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8039 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8040 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8041 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8042
8043 * cleanups.h: New file.
8044 * cleanups.c: New file.
8045 * Makefile.in (SFILES): Add cleanups.c.
8046 (HFILES_NO_SRCDIR): Add cleanups.h.
8047 (COMMON_OBS): Add cleanups.o.
8048 * defs.h (struct cleanup): Moved to cleanups.h.
8049 (do_cleanups,do_final_cleanups): Ditto.
8050 (discard_cleanups,discard_final_cleanups): Ditto
8051 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8052 (save_cleanups,save_final_cleanups): Ditto.
8053 (restore_cleanups,restore_final_cleanups): Ditto.
8054 (null_cleanup): Ditto.
8055 (make_my_cleanup,make_my_cleanup2): Ditto.
8056 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8057 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8058 (do_cleanups,do_final_cleanups): Ditto.
8059 (discard_cleanups,discard_final_cleanups): Ditto
8060 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8061 (save_cleanups,save_final_cleanups): Ditto.
8062 (restore_cleanups,restore_final_cleanups): Ditto.
8063 (null_cleanup): Ditto.
8064 (make_my_cleanup,make_my_cleanup2): Ditto.
8065 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8066
8067 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8068 make_my_cleanup.
8069 (make_cleanup_dyn_string_delete): Ditto.
8070 (make_cleanup_ui_file_delete): Ditto.
8071 (make_cleanup_ui_out_redirect_pop): Ditto.
8072 (make_cleanup_free_section_addr_info): Ditto.
8073 (make_cleanup_restore_integer): Ditto.
8074 (make_cleanup_unpush_target): Ditto.
8075 (make_cleanup_value_free_to_mark): Ditto.
8076 (make_cleanup_value_free): Ditto.
8077 (make_cleanup_free_so): Ditto.
8078
8079 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8080
8081 New option "set debug auto-load".
8082 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8083 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8084 (auto_load_safe_path_vec_update)
8085 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8086 if DEBUG_AUTO_LOAD.
8087 (file_is_auto_load_safe): New parameters debug_fmt and ....
8088 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8089 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8090 caller by explanatory string.
8091 (_initialize_auto_load): Register "set debug auto-load".
8092 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8093 and ....
8094 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8095 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8096 by explanatory string.
8097 * main.c (captured_main): Likewise.
8098 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8099 (source_section_scripts): Likewise.
8100
8101 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8102
8103 New option "set auto-load safe-path".
8104 * NEWS: New commands "set auto-load safe-path"
8105 and "show auto-load safe-path".
8106 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8107 (auto_load_safe_path, auto_load_safe_path_vec)
8108 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8109 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8110 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8111 (source_gdb_script_for_objfile): New variable is_safe. Call
8112 file_is_auto_load_safe. Return if it is not.
8113 (struct loaded_script): New field loaded.
8114 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
8115 (print_script): Use LOADED indicator instead of FULL_PATH. Change
8116 output "Missing" to "No".
8117 (_initialize_auto_load): New variable cmd. Initialize
8118 auto_load_safe_path. Register "set auto-load safe-path",
8119 "show auto-load safe-path" and "add-auto-load-safe-path".
8120 * auto-load.h (maybe_add_script): Add parameter loaded.
8121 (file_is_auto_load_safe): New declaration.
8122 * config.in: Regenerate.
8123 * configure: Regenerate.
8124 * configure.ac: New parameters --with-auto-load-safe-path
8125 and --without-auto-load-safe-path.
8126 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8127 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8128 * main.c (captured_main): Check file_is_auto_load_safe for
8129 LOCAL_GDBINIT.
8130 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8131 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
8132 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
8133 not.
8134
8135 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8136
8137 auto-load: Implementation.
8138 * NEWS: New descriptions for "info auto-load",
8139 "info auto-load gdb-scripts", "info auto-load python-scripts",
8140 "info auto-load local-gdbinit" and "info auto-load libthread-db".
8141 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8142 and "show auto-load-scripts". New description for "set auto-load",
8143 "show auto-load", "set auto-load gdb-scripts",
8144 "show auto-load gdb-scripts", "set auto-load python-scripts",
8145 "show auto-load python-scripts", "set auto-load local-gdbinit",
8146 "show auto-load local-gdbinit", "set auto-load libthread-db" and
8147 "show auto-load libthread-db".
8148 * auto-load.c: Remove include python/python-internal.h. Add includes
8149 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8150 cli/cli-setshow.h.
8151 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8152 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8153 (gdbpy_global_auto_load): Rename to ...
8154 (global_auto_load): ... here.
8155 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8156 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8157 (script_language_gdb, source_gdb_script_for_objfile): New.
8158 (struct loaded_script): New field language.
8159 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8160 LANGUAGE.
8161 (maybe_add_script): Add parameter language. Drop redundant
8162 entry.full_path initialization. Initialize entry.language and
8163 (*slot)->language.
8164 (auto_load_objfile_script): Change parameter suffix to language.
8165 Remove the call of maybe_add_script.
8166 Call language->source_script_for_objfile.
8167 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
8168 New.
8169 (collect_matching_scripts): Adjust it for
8170 struct collect_matching_scripts_data.
8171 (auto_load_info_scripts_pattern_nl): New variable.
8172 (info_auto_load_scripts): Rename to ...
8173 (auto_load_info_scripts): ... here, add parameter language. Adjust it
8174 for struct collect_matching_scripts_data.
8175 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
8176 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
8177 (auto_load_show_cmdlist_get, info_auto_load_cmd)
8178 (auto_load_info_cmdlist_get): New.
8179 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8180 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
8181 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8182 "info auto-load local-gdbinit".
8183 * auto-load.h (struct script_language): New.
8184 (gdbpy_global_auto_load): Rename to ...
8185 (global_auto_load): ... here.
8186 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8187 (auto_load_local_gdbinit_loaded): New declarations.
8188 (maybe_add_script): New parameter language.
8189 (auto_load_objfile_script): Change parameter suffix to language.
8190 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8191 (auto_load_info_scripts, auto_load_set_cmdlist_get)
8192 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8193 declarations.
8194 * linux-thread-db.c: Include auto-load.h and ctype.h.
8195 (auto_load_thread_db, show_auto_load_thread_db): New.
8196 (struct thread_db_info): New field filename.
8197 (delete_thread_db_info): Call xfree for FILENAME.
8198 (try_thread_db_load): Initialize FILENAME.
8199 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8200 if !AUTO_LOAD_THREAD_DB.
8201 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8202 (_initialize_thread_db): Install auto_load_thread_db
8203 as "set auto-load libthread-db" and install info_auto_load_libthread_db
8204 as "info auto-load libthread-db".
8205 * main.c (captured_main): Rename gdbpy_global_auto_load to
8206 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8207 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8208 (print_gdb_help): Extend the help for 'local init file'.
8209 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8210 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8211 (auto_load_scripts): Rename to ...
8212 (auto_load_python_scripts): ... here, update the comment.
8213 (gdbpy_load_auto_script_for_objfile): New declaration.
8214 (show_auto_load_python_scripts, script_language_python)
8215 (gdbpy_load_auto_script_for_objfile): New.
8216 (source_section_scripts): Refactor the code.
8217 (load_auto_scripts_for_objfile): Rename to ...
8218 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
8219 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
8220 (info_auto_load_python_scripts): New.
8221 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
8222 Rename "set auto-load-scripts" to "set auto-load python-scripts".
8223 Register "set auto-load-scripts" as its deprecated alias. Register
8224 "info auto-load python-scripts". Register "info auto-load-scripts" as
8225 its deprecated alias.
8226 (load_auto_scripts_for_objfile): Rename to ...
8227 (gdbpy_load_auto_scripts_for_objfile): ... here.
8228 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
8229 (gdbpy_load_auto_scripts_for_objfile): ... here.
8230
8231 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8232
8233 auto-load: Move files.
8234 * Makefile.in (SFILES): Add auto-load.c.
8235 (HFILES_NO_SRCDIR): Add auto-load.h.
8236 (COMMON_OBS): Add auto-load.o.
8237 (distclean): Change .gdbinit for gdb-gdb.gdb.
8238 * auto-load.c: New file, with parts from python/py-auto-load.c.
8239 * auto-load.h: New file, with parts from python/python.h.
8240 * configure: Regenerate.
8241 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
8242 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
8243 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
8244 * main.c: Include auto-load.h.
8245 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
8246 command.h, observer.h and progspace.h to auto-load.c. Add include
8247 auto-load.h.
8248 (gdbpy_global_auto_load, struct auto_load_pspace_info)
8249 (struct loaded_script, auto_load_pspace_data)
8250 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
8251 (hash_loaded_script_entry, eq_loaded_script_entry)
8252 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
8253 (maybe_add_script): Move to auto-load.c.
8254 (source_section_scripts): Change maybe_add_script parameters passing,
8255 use script_not_found_warning_print.
8256 (clear_section_scripts, auto_load_objfile_script)
8257 (auto_load_new_objfile, loaded_script_ptr)
8258 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
8259 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
8260 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
8261 auto_load_new_objfile and info_auto_load_scripts initizations to
8262 auto-load.c.
8263 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
8264
8265 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8266
8267 Code cleanup.
8268 * charset.c (find_charset_names): Remove variables ix and elt.
8269 Use free_char_ptr_vec.
8270 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
8271 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8272 debugdir_end. New variable debugdir_len.
8273 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
8274 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
8275 declarations.
8276 * progspace.c (clear_program_space_solib_cache): Remove variables ix
8277 and elt. Use free_char_ptr_vec.
8278 * source.c (add_path): Remove variables argv, arg and argv_index.
8279 New variables dir_vec, back_to, ix and name.
8280 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
8281 make_cleanup_freeargv. Remove variable separator. Simplify the code
8282 no longer expecting DIRNAME_SEPARATOR.
8283 (openp): Remove variable p, p1 and len. New variables dir_vec,
8284 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
8285 no longer expecting DIRNAME_SEPARATOR.
8286 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
8287 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8288 debugdir_end.
8289 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
8290 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
8291 (dirnames_to_char_ptr_vec): New functions.
8292
8293 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8294
8295 Code cleanup.
8296 * source.c (add_path): Remove always true conditional 'p == 0' and
8297 unindent its code block.
8298
8299 2012-04-17 Pedro Alves <palves@redhat.com>
8300
8301 * gdbtypes.h (FIELD_BITPOS): Rename to ...
8302 (FIELD_BITPOS_LVAL): ... this.
8303 (FIELD_BITPOS): New.
8304 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
8305 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
8306 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
8307 SET_FIELD_BITPOS.
8308 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
8309 SET_FIELD_BITPOS.
8310 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
8311 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
8312 * target-descriptions.c (tdesc_gdb_type): Adjust to use
8313 SET_FIELD_BITPOS.
8314
8315 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8316
8317 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
8318 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
8319 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
8320 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
8321 * jv-lang.c (java_link_class_type): Likewise, once.
8322 * stabsread.c (read_enum_type): Likewise.
8323
8324 2012-04-16 Yao Qi <yao@codesourcery.com>
8325
8326 * common/agent.c (agent_run_command): Add one more parameter `len'.
8327 Update callers.
8328 * common/agent.h: Update declaration.
8329 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8330 Update.
8331 (linux_child_static_tracepoint_markers_by_strid): Ditto.
8332
8333 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
8334
8335 PR mi/13393
8336 * value.c (value_actual_type): New function.
8337 * value.h (value_actual_type): New declaration.
8338 * varobj.c (update_type_if_necessary): New function.
8339 (varobj_create): Call value_actual_type instead of
8340 value_type.
8341 (install_dynamic_child): distinct changed and type changed MI variable
8342 objects.
8343 (update_dynamic_varobj_children): Updated for install_dynamic_child
8344 change. All callers updated.
8345 (varobj_update): Support for MI variable object type change if
8346 the value changed and RTTI is used to determine the type.
8347 (create_child_with_value): Call value_actual_type instead of
8348 value_type.
8349 (adjust_value_for_child_access): Extended with a new parameter which
8350 specify whether the given value should be casted to enclosing type.
8351 All callers updated.
8352
8353 2012-04-14 Yao Qi <yao@codesourcery.com>
8354
8355 Import gnulib module inttypes from git
8356 (250b80067c1e1d8faa0c42fb572f721975b929c5)
8357 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
8358 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
8359 gnulib/m4/inttypes-pri.m4
8360 * aclocal.m4, config.in, configure: Regenerated.
8361 * gnulib/Makefile.am: Update.
8362 * gnulib/Makefile.in: Update.
8363 * gnulib/m4/gnulib-cache.m4: Update.
8364 * gnulib/m4/gnulib-comp.m4: Update.
8365 * gnulib/inttypes.in.h: New.
8366 * gnulib/m4/inttypes-pri.m4: New.
8367 * gnulib/m4/inttypes.m4: New.
8368
8369 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
8370
8371 * infrun.c (resume): Update PC address to the real PC after
8372 preparing to do displaced stepping.
8373
8374 2012-04-12 Doug Evans <dje@google.com>
8375
8376 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
8377 All callers updated.
8378
8379 2012-04-12 Mark Kettenis <kettenis@gnu.org>
8380
8381 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
8382
8383 2012-04-12 Doug Evans <dje@google.com>
8384
8385 * dwarf2read.c (create_all_type_units): Renamed from
8386 create_debug_types_hash_table. All callers updated.
8387
8388 * dwarf2read.c (create_signatured_type_table_from_index): Rename
8389 local type_sig to sig_type, type_offset to type_offset_in_tu.
8390 (hash_signatured_type): Renamed from hash_type_signature,
8391 all callers updated.
8392 (eq_signatured_type): Renamed from eq_type_signature,
8393 all callers updated.
8394 (create_debug_types_hash_table): Rename local type_sig to sig_type.
8395 (process_enumeration_scope): Ditto.
8396 (lookup_signatured_type_at_offset): Ditto.
8397 (load_full_type_unit, read_signatured_type): Ditto.
8398
8399 2012-04-12 Yao Qi <yao@codesourcery.com>
8400
8401 * remote.c (async_remote_interrupt): Correct function name in
8402 debug message.
8403 (async_remote_interrupt_twice): Ditto.
8404
8405 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
8406
8407 * source.c (find_and_open_source): Consistently pass resulting
8408 full path through xfullpath.
8409
8410 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8411
8412 Provide more specific displaced-stepping memory error message.
8413 * infrun.c (displaced_step_prepare): New variable status. Call
8414 target_read_memory instead of read_memory, provide more specific
8415 error message.
8416
8417 2012-04-11 Tristan Gingold <gingold@adacore.com>
8418
8419 PR gdb/13901
8420 * darwin-nat.c (darwin_execvp): Revert previous patch.
8421
8422 2012-04-11 Tristan Gingold <gingold@adacore.com>
8423
8424 PR gdb/13901
8425 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
8426 in case of change.
8427
8428 2012-04-11 Tristan Gingold <gingold@adacore.com>
8429
8430 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8431 warning.
8432
8433 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
8434
8435 New command 'explore' which helps explore values and types in
8436 scope.
8437 * NEWS: Add an entry about the new 'explore' command.
8438 * data-directory/Makefile.in: Add gdb/command/explore.py
8439 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
8440 command using the GDB Python API.
8441
8442 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
8443
8444 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
8445 extension in jump target calculation.
8446
8447 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
8448
8449 * mips-tdep.c (mips32_next_pc): Handle JALX.
8450
8451 2012-04-10 Yao Qi <yao@codesourcery.com>
8452
8453 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
8454
8455 2012-04-10 Yao Qi <yao@codesourcery.com>
8456
8457 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
8458 and gnulib/m4/gnulib-tool.m4.
8459
8460 2012-04-10 Doug Evans <dje@google.com>
8461
8462 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
8463 (load_partial_dies): Clarify comment.
8464 (find_partial_die): Support rereading type units.
8465 Clarify CU handling, if we know offset is in CU, don't search for the
8466 containing CU. Add comment regarding memory waste.
8467
8468 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
8469
8470 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
8471 i386/x32-avx and i386/x32-avx-linux.
8472 (i386/x32-expedite): New.
8473 (i386/x32-linux-expedite): Likewise.
8474 (i386/x32-avx-expedite): Likewise.
8475 (i386/x32-avx-linux-expedite): Likewise.
8476 ($(outdir)/i386/x32.dat): Likewise.
8477 ($(outdir)/i386/x32-linux.dat): Likewise.
8478 ($(outdir)/i386/x32-avx.dat): Likewise.
8479 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
8480
8481 * features/i386/x32-avx-linux.xml: New file.
8482 * features/i386/x32-avx.xml: Likewise.
8483 * features/i386/x32-core.xml: Likewise.
8484 * features/i386/x32-linux.xml: Likewise.
8485 * features/i386/x32.xml: Likewise.
8486
8487 * features/i386/x32-avx-linux.c: New. Generated.
8488 * features/i386/x32-avx.c: Likewise.
8489 * features/i386/x32-linux.c: Likewise.
8490 * features/i386/x32.c: Likewise.
8491 * regformats/i386/x32-avx-linux.dat: Likewise.
8492 * regformats/i386/x32-avx.dat: Likewise.
8493 * regformats/i386/x32-linux.dat: Likewise.
8494 * regformats/i386/x32.dat: Likewise.
8495
8496 2012-04-10 Tristan Gingold <gingold@adacore.com>
8497
8498 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
8499 code to kill the inferior.
8500
8501 2012-04-09 Mark Kettenis <kettenis@gnu.org>
8502
8503 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8504 defines.
8505 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8506 defines.
8507 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
8508 (yyvsp): New defines.
8509 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8510 defines.
8511 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8512 defines.
8513 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8514 defines.
8515 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8516 defines.
8517 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8518 defines.
8519
8520 2012-04-09 Mark Kettenis <kettenis@gnu.org>
8521
8522 * sparc64-tdep.c (sparc64_store_arguments)
8523 (sparc64_store_arguments): Fix coding style.
8524
8525 2012-04-07 Mark Kettenis <kettenis@gnu.org>
8526
8527 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
8528 complex floats, adjust some related comments and tighten a related
8529 assertion.
8530 (sparc64_extract_return_value): Handle complex floats.
8531
8532 2012-04-07 Doug Evans <dje@google.com>
8533
8534 * dwarf2read.c (load_partial_dies): Change condition to assert.
8535
8536 2012-04-06 Doug Evans <dje@google.com>
8537
8538 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
8539 "mov %rsp,%rbp".
8540
8541 2012-04-05 Kevin Buettner <kevinb@redhat.com>
8542
8543 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
8544 fencepost error.
8545 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
8546 (v850_gdbarch_init): Set `num_regs' as appropriate for the
8547 architecture.
8548
8549 2012-04-05 Keith Seitz <keiths@redhat.com>
8550
8551 * linespec.c (decode_compound): Remove.
8552 (enum offset_relative_sign): New enum.
8553 (struct line_offset): New struct.
8554 (struct linespec): New struct.
8555 (struct linespec_state): Move file_symtabs,
8556 user_filename, and user_function into struct linespec.
8557 Make result an anonymous struct holding vectors of
8558 symbolp and minsym_and_objfile_d.
8559 Add language member.
8560 (enum ls_token_type): New enum.
8561 (linespec_keywords): New array.
8562 (struct ls_token): New struct.
8563 (struct ls_parser): New struct.
8564 (linespec_lexer_lex_number): New function.
8565 (linespec_lexer_lex_keyword): New function.
8566 (is_ada_operator): New function.
8567 (skip_quote_char): New function.
8568 (copy_token_string): New function.
8569 (is_closing_quote_enclosed): New function.
8570 (find_parameter_list_end): New function.
8571 (linespec_lexer_lex_string): New function.
8572 (linespec_lexer_lex_one): New function.
8573 (linespec_lexer_consume_token): New function.
8574 (linespec_lexer_peek_token): New function.
8575 (cplusplus_error): Remove unused function.
8576 (find_methods): Update comment.
8577 (find_toplevel_char): Return const.
8578 (is_objc_method_format): Remove unused function.
8579 (find_toplevel_string): New function.
8580 (is_linespec_boundary): Remove.
8581 (symbol_not_found_error): New function.
8582 (find_method_overload_end): Remove function.
8583 (unexpected_linespec_error): New function.
8584 (keep_name_info): Remove.
8585 (linespec_parse_line_offset): New function.
8586 (linespec_parse_basic): New function.
8587 (canonicalize_linespec): New function.
8588 (decode_line_internal): Remove.
8589 (create_sals_line_offset): New function adapted from
8590 decode_all_digits.
8591 (convert_linespec_to_sals): New function.
8592 (parse_linespec): New function.
8593 (linespec_parser_new): New function.
8594 (linespec_state_destructor): Change parameter type to
8595 struct linespec_state *.
8596 Add language parameter.
8597 Remove freeing of moved members.
8598 (linespec_parser_delete): New function.
8599 (decode_line_full): Use parse_linespec and linespec_parser_new.
8600 (decode_line_1): Likewise.
8601 (decode_indirect): Rename to ...
8602 (linespec_expression_to_pc): ... this and rewrite
8603 to simply find CORE_ADDR, storing this result for later
8604 conversion to SALs.
8605 (locate_first_half): Remove.
8606 (deocde_objc): Add parameter LS.
8607 Initialize new struct collect_info members.
8608 Handle minimal symbols, too.
8609 (decode_compound): Delete.
8610 (lookup_prefix_sym): Rewrite.
8611 (compare_msymbols): New function.
8612 (find_method): Rewrite.
8613 Do not call cplusplus_error.
8614 (symtabs_from_filename): Rewrite.
8615 (collect_function_symbols): Delete.
8616 (find_function_symbols): Rewrite without ARGPTR-style
8617 processing.
8618 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8619 (decode_dollar): Adapted and renamed to ...
8620 (linespec_parse_variable): ... this.
8621 (find_linespec_symbols): New function.
8622 (decode_label): Adapted and renamed to ...
8623 (find_label_symbols): ... this.
8624 (decode_digits_list_mode): Add and use LS argument.
8625 (decode_digits_ordinary): Likewise.
8626 (collect_symbols): Do not collect SALs, just symbols and msymbols.
8627 If in list mode, allow any symbol class. Otherwise, only
8628 permit LOC_BLOCK symbols.
8629 (minsym_found): Update comments.
8630 (search_minsyms_for_name): Do not convert the matching symbol
8631 into a SAL. Simply push the symbol and objfile into the
8632 result vector.
8633 (decode_variable): Delete. Contents adapted into
8634 find_linespec_symbols.
8635
8636 * cp-support.c (SKIP_SPACE): Remove.
8637 (operator_tokens): Remove unused global.
8638 (cp_validate_operator): Remove.
8639 * cp-support.h (cp_validate_operator): Remove declaration.
8640
8641 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8642
8643 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8644 for TYPE_VPTR_FIELDNO.
8645 * valprint.c (valprint_check_validity): Make it global, move the
8646 function comment ...
8647 * value.h (valprint_check_validity): ... to this new declaration.
8648
8649 2012-04-02 Tristan Gingold <gingold@adacore.com>
8650
8651 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8652 the STATE32 api for i386 state.
8653 (i386_darwin_store_inferior_registers): Likewise.
8654
8655 2012-04-02 Tristan Gingold <gingold@adacore.com>
8656
8657 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8658 SS offset.
8659 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8660 format_string.
8661
8662 2012-04-02 Tristan Gingold <gingold@adacore.com>
8663
8664 PR gdb/13901
8665 * darwin-nat.c (darwin_execvp): Set binary preference.
8666
8667 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8668
8669 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8670
8671 2012-03-30 Tom Tromey <tromey@redhat.com>
8672
8673 * python/python.c (gdbpy_decode_line): Move cleanup creation out
8674 of TRY_CATCH. Fix error handling.
8675 * python/py-value.c (convert_value_from_python): Move 'old'
8676 declaration to innermost scope.
8677
8678 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8679 Andrey Smirnov <andrew.smirnov@gmail.com>
8680
8681 -Wshadow warning fix.
8682 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8683 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8684 Adjust code accordingly.
8685
8686 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8687
8688 * ada-lang.c (symbol_completion_add): Rename parameter
8689 "encoded" into "encoded_p". Ajust code and documentation
8690 accordingly.
8691
8692 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8693 Andrey Smirnov <andrew.smirnov@gmail.com>
8694
8695 -Wshadow warning fix.
8696 * ada-lang.c (symbol_completion_add): Rename parameter
8697 "wild_match" into wild_match_p. Update code and documentation
8698 accordingly.
8699
8700 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8701
8702 * ada-lang.c (symbol_completion_match): Rename parameter
8703 "encoded" into "encoded_p". Ajust code and documentation
8704 accordingly.
8705
8706 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8707 Andrey Smirnov <andrew.smirnov@gmail.com>
8708
8709 -Wshadow warning fix.
8710 * ada-lang.c (symbol_completion_match): Rename parameter
8711 "wild_match" into "wild_match_p". Adjust code and function
8712 documentation accordingly.
8713
8714 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8715 Andrey Smirnov <andrew.smirnov@gmail.com>
8716
8717 -Wshadow warning fix.
8718 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8719 "symbol_info" into "info". Adjust code accordingly.
8720 (ada_lookup_symbol): Likewise.
8721
8722 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8723
8724 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8725 of this function's documentation.
8726
8727 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8728 Andrey Smirnov <andrew.smirnov@gmail.com>
8729
8730 -Wshadow warning fix.
8731 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8732 variable into "wild_match_p". Adjust code accordingly.
8733
8734 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8735 Andrey Smirnov <andrew.smirnov@gmail.com>
8736
8737 -Wshadow warning fix.
8738 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8739 parameter into "wild_match_p". Adjust code accordingly.
8740 Document this parameter in the function description.
8741
8742 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8743 Andrey Smirnov <andrew.smirnov@gmail.com>
8744
8745 -Wshadow warning fix.
8746 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8747 "wild_match" parameter to "wild_match_p" (-Wshadow).
8748
8749 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8750
8751 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8752 in function documentation.
8753
8754 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8755 Andrey Smirnov <andrew.smirnov@gmail.com>
8756
8757 -Wshadow warning fix.
8758 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8759 variable into wild_match_p. Adjust code accordingly.
8760
8761 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8762 Andrey Smirnov <andrew.smirnov@gmail.com>
8763
8764 * ada-valprint.c (ada_val_print_1): Move the code handling
8765 TYPE_CODE_ENUM inside its own lexical block. Declare
8766 variables len and val there, instead of in the function's
8767 top level block. Avoid declaring deref_val again in a way
8768 that shadows another variable of the same name declared
8769 in one of the up-level blocks. Just re-use the up-level
8770 variable instead.
8771
8772 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8773
8774 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8775 Replace block_found argument by symbol_info. Adjust
8776 implementation accordingly. Add function documentation.
8777 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8778 Fix documentation.
8779 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8780 * ada-exp.y (write_object_renaming): Adjust to new
8781 ada_lookup_encoded_symbol API.
8782
8783 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8784
8785 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
8786 documentation.
8787
8788 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
8789
8790 * v850-tdep.c: Add the enum values for mpu and fpu registers.
8791 (v850_register_name): Add the mpu and fpu register names.
8792 (v850e_register_name): Add the mpu and fpu register names.
8793 (v850e2_register_name): New function.
8794 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8795 bfd_mach_v850e2v3.
8796
8797 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8798
8799 * NEWS: Add entry for Ada varobj support.
8800
8801 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8802
8803 * varobj.c (default_value_is_changeable_p): New function,
8804 extracted from varobj_value_is_changeable_p. Add declaration.
8805 (ada_value_is_changeable_p): New function, extracted from
8806 varobj_value_is_changeable_p. Add declaration.
8807 (struct language_specific): New field "value_is_changeable_p".
8808 (languages): Add entries for new field.
8809 (varobj_create): Set language before calling install_new_value.
8810 (varobj_value_is_changeable_p): Reimplement to call the varobj's
8811 "value_is_changeable_p" language callback.
8812
8813 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8814
8815 * ada-varobj.h, ada-varobj.c: New files.
8816 * Makefile.in (SFILES): Add ada-varobj.c.
8817 (HFILES_NO_SRCDIR): Add ada-varobj.h.
8818 (COMMON_OBS): Add ada-varobj.o.
8819
8820 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8821
8822 * varobj.c (ada_value_has_mutated): Add declaration. New function.
8823 (struct language_specific): New field "value_has_mutated".
8824 (languages): Set field "value_has_mutated" in each entry of array.
8825 (varobj_value_has_mutated): New function.
8826 (varobj_udpdate): Add handling of type mutation.
8827 (value_of_root): Add handling of type mutation.
8828 (ada_value_has_mutated): New function.
8829
8830 2012-03-28 Pedro Alves <palves@redhat.com>
8831
8832 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8833 Always supply $fr0 as 0.0 and $fr1 as 1.0.
8834
8835 2012-03-28 Tom Tromey <tromey@redhat.com>
8836
8837 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8838 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
8839 before returning.
8840
8841 2012-03-28 Tom Tromey <tromey@redhat.com>
8842
8843 * .dir-locals.el: New file.
8844
8845 2012-03-28 Pedro Alves <palves@redhat.com>
8846
8847 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8848
8849 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8850
8851 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8852 handling for r0.
8853
8854 2012-03-27 Pedro Alves <palves@redhat.com>
8855
8856 Eliminate struct ui_stream.
8857
8858 * ui-out.h (struct ui_stream): Delete.
8859 (ui_out_field_stream): Adjust prototype.
8860 (ui_out_stream_new, ui_out_stream_delete)
8861 (make_cleanup_ui_out_stream_delete): Delete declarations.
8862 * ui-out.c (ui_out_field_stream): Change prototype to take a
8863 ui_file instead of a ui_stream. Adjust.
8864 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8865 (make_cleanup_ui_out_stream_delete): Delete.
8866 * breakpoint.c (print_breakpoint_location)
8867 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8868 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8869 * disasm.c (dump_insns): Ditto.
8870 (do_mixed_source_and_assembly, do_assembly_only): Adjust
8871 prototype.
8872 (gdb_disassembly): Use ui_file/mem_fileopen instead of
8873 ui_stream/ui_out_stream_new.
8874 * infcmd.c (print_return_value): Ditto.
8875 * osdata.c (info_osdata_command): Don't allocate a local
8876 ui_stream.
8877 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8878 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8879 * tracepoint.c (print_one_static_tracepoint_marker): Don't
8880 allocate a local ui_stream.
8881 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8882 instead of ui_stream/ui_out_stream_new.
8883 (list_args_or_locals): Don't allocate a local ui_stream.
8884 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8885 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8886 ui_stream/ui_out_stream_new.
8887 * cli/cli-setshow.c (do_setshow_command): Ditto.
8888
8889 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
8890
8891 * arm-linux-tdep.c (arm_linux_init_abi): Call
8892 set_gdbarch_process_record. Initialize `arm_swi_record' field.
8893 * arm-tdep.c (arm_process_record): New function.
8894 (deallocate_reg_mem): New function.
8895 (decode_insn): New function.
8896 (thumb_record_branch): New function.
8897 (thumb_record_ldm_stm_swi(): New function.
8898 (thumb_record_misc): New function.
8899 (thumb_record_ld_st_stack): New function.
8900 (thumb_record_ld_st_imm_offset): New function.
8901 (thumb_record_ld_st_reg_offset(): New function.
8902 (thumb_record_add_sub_cmp_mov): New function.
8903 (thumb_record_shift_add_sub): New function.
8904 (arm_record_coproc_data_proc): New function.
8905 (arm_record_coproc): New function.
8906 (arm_record_b_bl): New function.
8907 (arm_record_ld_st_multiple): New function.
8908 (arm_record_ld_st_reg_offset): New function.
8909 (arm_record_ld_st_imm_offset): New function.
8910 (arm_record_data_proc_imm): New function.
8911 (arm_record_data_proc_misc_ld_str): New function.
8912 (arm_record_extension_space): New function.
8913 (arm_record_strx): New function.
8914 (sbo_sbz): New function.
8915 (struct insn_decode_record): New structure for arm insn record.
8916 (REG_ALLOC): New macro for reg allocations.
8917 (MEM_ALLOC): New macro for memory allocations.
8918 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8919
8920 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
8921
8922 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8923 (store_register): Likewise.
8924
8925 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
8926
8927 * MAINTAINERS (Write After Approval): Add myself to the list.
8928
8929 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8930
8931 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8932 Describe also the option "auto".
8933
8934 2012-03-22 Richard Henderson <rth@redhat.com>
8935
8936 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8937 * sparc-nat.c (sparc_xfer_wcookie): Make static.
8938
8939 2012-03-22 Richard Henderson <rth@redhat.com>
8940
8941 * jit.c (jit_read_code_entry): Compute alignment and offset of
8942 int64_t member before computing entry_size.
8943
8944 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8945
8946 Python scripting: Add new method Value.referenced_value to
8947 gdb.Value which can dereference pointer as well as reference
8948 values.
8949 * NEWS: Add entry under 'Python scripting' about the new method
8950 Value.referenced_value on gdb.Value objects.
8951 * python/py-value.c (valpy_referenced_value): New function
8952 defining a new method on gdb.Value objects which can dereference
8953 pointer and reference values.
8954
8955 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8956
8957 * MAINTAINERS (Write After Approval): Add myself to the list.
8958
8959 2012-03-21 Kevin Buettner <kevinb@redhat.com>
8960
8961 * symtab.c (skip_prologue_sal): Change test to check for "main()"
8962 in addition to "main".
8963
8964 2012-03-21 Joel Brobecker <brobecker@adacore.com>
8965
8966 * expression.h (op_name): Add declaration.
8967 * expprint.c (op_name): Remove declaration. Make non-static.
8968 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8969
8970 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
8971
8972 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8973 of struct siginfo.
8974 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8975 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8976 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8977 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8978 (linux_nat_get_siginfo): Likewise.
8979 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8980 (linux_nat_get_siginfo): Likewise.
8981 * linux-tdep.c (linux_get_siginfo_type): Likewise.
8982 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8983 * procfs.c (gdb_siginfo_t): Likewise.
8984
8985 2012-03-21 Mike Frysinger <vapier@gentoo.org>
8986
8987 * .gitignore: Ignore more files.
8988
8989 2012-03-20 Pedro Alves <palves@redhat.com>
8990
8991 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8992 returns.
8993
8994 2012-03-20 Yao Qi <yao@codesourcery.com>
8995
8996 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8997 comment.
8998
8999 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9000
9001 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
9002 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
9003 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
9004 sect_offset.
9005 * dwarf2expr.h (cu_offset, sect_offset): New types.
9006 (struct dwarf_expr_context_funcs) <dwarf_call>
9007 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
9008 sect_offset.
9009 (struct dwarf_expr_context) <len>: Improve the comment.
9010 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
9011 cu_offset and sect_offset.
9012 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
9013 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
9014 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
9015 * dwarf2loc.h: Include dwarf2expr.h.
9016 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
9017 and sect_offset.
9018 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
9019 Improve the comment.
9020 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
9021 (struct signatured_type, struct line_header, struct partial_die_info)
9022 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9023 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9024 (get_die_type_at_offset, create_cus_from_index)
9025 (create_signatured_type_table_from_index, dw2_get_file_names)
9026 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9027 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9028 (create_debug_types_hash_table, process_psymtab_comp_unit)
9029 (load_partial_comp_unit, create_all_comp_units)
9030 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9031 (load_full_comp_unit, dwarf2_physname, read_import_statement)
9032 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9033 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9034 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9035 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9036 (find_partial_die, read_attribute_value, lookup_die_type)
9037 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9038 (is_ref_attr): New function comment.
9039 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9040 Use cu_offset and sect_offset.
9041 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9042 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9043 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9044 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9045 (offset_and_type_hash, offset_and_type_eq, set_die_type)
9046 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9047 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9048 sect_offset.
9049
9050 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9051
9052 Code cleanup.
9053 * python/py-auto-load.c (source_section_scripts): New variable back_to.
9054 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9055 with xfree.
9056 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9057
9058 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9059
9060 * NEWS: Describe new options --init-command=FILE, -ix and
9061 --init-eval-command=COMMAND, -iex.
9062 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9063 CMDARG_INIT_COMMAND.
9064 (captured_main): New enum items OPT_IX and OPT_IEX. Add
9065 "init-command", "init-eval-command", "ix" and "iex" to the variable
9066 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
9067 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9068 (print_gdb_help): Describe --init-command=FILE, -ix and
9069 --init-eval-command=COMMAND, -iex.
9070
9071 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9072
9073 Code cleanup.
9074 * main.c (struct cmdarg): Move it here from main. Add more comments.
9075 (cmdarg_s, VEC (cmdarg_s)): New.
9076 (main): Move struct cmdarg from here. New variables cmdarg_vec and
9077 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
9078 Install cleanup for cmdarg_vec. Update filling for options 'x' and
9079 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
9080 of CMDARG.
9081
9082 2012-03-19 Tom Tromey <tromey@redhat.com>
9083
9084 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9085
9086 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9087
9088 PR symtab/13777
9089 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9090 GCC >=4.5.
9091
9092 2012-03-16 Chris January <chris.january@allinea.com>
9093
9094 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9095 of clear.
9096
9097 2012-03-16 Chris January <chris.january@allinea.com>
9098
9099 * source.c (add_path): Use memmove instead of strcpy because the
9100 strings overlap.
9101
9102 2012-03-16 Joel Brobecker <brobecker@adacore.com>
9103
9104 * value.h (set_value_parent): Add declaration.
9105 * value.c (set_value_parent): New function.
9106 (value_address): If VALUE->PARENT is not NULL, then use it as
9107 the base address instead of VALUE->LOCATION.address.
9108 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9109 the same as OBJ's address. Adjust V's offset accordingly.
9110 Set V's parent.
9111
9112 2012-03-16 Gary Benson <gbenson@redhat.com>
9113
9114 PR breakpoints/10738
9115 * dwarf2read.c (use_deprecated_index_sections): New global.
9116 (struct partial_die_info): New member may_be_inlined.
9117 (read_partial_die): Set may_be_inlined where appropriate.
9118 (add_partial_subprogram): Add partial symbols for partial
9119 DIEs that may be inlined.
9120 (new_symbol_full): Add inlined subroutines to the current
9121 scope.
9122 (write_psymtabs_to_index): Bump version number.
9123 (dwarf2_read_index): Read only version 6 indices unless
9124 use_deprecated_index_sections is set.
9125 * linespec.c (symbol_and_data_callback): New structure.
9126 (iterate_inline_only): New function.
9127 (iterate_over_all_matching_symtabs): New argument
9128 "include_inline". If nonzero, also call the callback for
9129 symbols representing inlined subroutines.
9130 (lookup_prefix_sym): Pass extra argument to the above.
9131 (find_function_symbols): Likewise.
9132 (add_matching_symbols_to_info): Likewise.
9133 * NEWS: Mention that GDB can now set breakpoints on inlined
9134 functions.
9135
9136 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9137
9138 * p-typeprint.c (pascal_type_print_method_args):
9139 Fix display of parameter of methods.
9140
9141 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9142
9143 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9144 Add missing prototype.
9145
9146 2012-03-16 Yao Qi <yao@codesourcery.com>
9147 Jan Kratochvil <jan.kratochvil@redhat.com>
9148
9149 Fix false compilation warning.
9150 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9151
9152 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
9153 Pedro Alves <pedro@codesourcery.com>
9154
9155 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9156 (arm_register_g_packet_guesses): New function.
9157 (arm_gdbarch_init): Don't force a target description with
9158 registers when the executable is detected as M-profile. Instead
9159 set gdbarch->tdep->is_m. Register `g' packet guesses.
9160 (_initialize_arm_tdep): Initialize the new target description.
9161 * features/arm-with-m-fpa-layout.xml: New description.
9162 * features/arm-with-m-fpa-layout.c: New, generated.
9163
9164 2012-03-15 Joel Brobecker <brobecker@adacore.com>
9165
9166 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
9167 Update function description.
9168 (insert_bp_location): Do not wipe bl->target_info out.
9169 * mem-break.c: #include "gdb_string.h".
9170 (default_memory_insert_breakpoint): Do not call target_read_memory
9171 with a pointer to the breakpoint's shadow_contents buffer. Use
9172 a local buffer instead.
9173 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
9174
9175 2012-03-15 Tom Tromey <tromey@redhat.com>
9176
9177 * NEWS: Mention "info vtbl", not "info vtable".
9178 * cp-support.c (info_vtbl_command): Fix comment.
9179 (_initialize_cp_support): Fix text.
9180
9181 2012-03-15 Tom Tromey <tromey@redhat.com>
9182
9183 * cp-valprint.c (cp_print_value_fields): Use
9184 print_function_pointer_address for vtable slot.
9185
9186 2012-03-15 Tom Tromey <tromey@redhat.com>
9187
9188 * gnu-v3-abi.c (struct value_and_voffset): New.
9189 (hash_value_and_voffset, eq_value_and_voffset)
9190 (compare_value_and_voffset, compute_vtable_size)
9191 (print_one_vtable, gnuv3_print_vtable): New functions.
9192 (init_gnuv3_ops): Initialize 'print_vtable' field.
9193 * cp-support.c (info_vtbl_command): New function.
9194 (_initialize_cp_support): Add "info vtbl".
9195 * cp-abi.h (cplus_print_vtable): Declare.
9196 (struct cp_abi_ops) <print_vtable>: New field.
9197 * cp-abi.c (cplus_print_vtable): New function.
9198 * NEWS: Update.
9199
9200 2012-03-15 Tom Tromey <tromey@redhat.com>
9201
9202 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9203 iterate_over_symbols.
9204
9205 2012-03-14 Doug Evans <dje@google.com>
9206
9207 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9208 DW_OP_GNU_parameter_ref.
9209
9210 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9211
9212 Fix double prompt of 'interpreter-exec mi'.
9213 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9214 (mi_interpreter_resume): use it.
9215 (mi_execute_command_input_handler): New function.
9216 * mi/mi-main.c (mi_execute_command): Move prompt printing to
9217 mi_execute_command_input_handler.
9218
9219 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
9220
9221 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
9222 prototype.
9223 (darwin_debug_port_info): Make static.
9224 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
9225 * machoread.c (_initialize_machoread): Add prototype.
9226 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
9227 (i386_darwin_set_control, i386_darwin_get_control)
9228 i386_darwin_dr_set_addr, i386_darwin_get_addr)
9229 i386_darwin_get_status, i386_darwin_get_control):
9230 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
9231
9232 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9233
9234 * ax-gdb.c (gen_usual_unary): Remove special handling of
9235 enum and bool types.
9236
9237 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9238
9239 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
9240
9241 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9242
9243 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
9244
9245 2012-03-13 Chris January <chris.january@allinea.com>
9246
9247 * aix-thread.c (fill_sprs): Store the floating point registers
9248 at the correct offsets into vals.
9249
9250 2012-03-13 Doug Evans <dje@google.com>
9251
9252 * NEWS: Mention symbol-reloading has been deleted.
9253 * symfile.c (symbol_reloading): Delete.
9254 (show_symbol_reloading): Delete.
9255 (_initialize_symfile): Delete set/show symbol-reloading.
9256
9257 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
9258 read_in_chain until we have successfully read it in.
9259 (load_full_comp_unit): Ditto.
9260 (read_signatured_type): Add comment.
9261
9262 2012-03-13 Chris January <chris.january@allinea.com>
9263
9264 * stabsread.c (fix_common_block): Change type of valu argument
9265 to CORE_ADDR.
9266
9267 2012-03-13 Chris January <chris.january@allinea.com>
9268
9269 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
9270 instruction.
9271
9272 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9273
9274 * common/linux-procfs.c (linux_proc_get_int): New, from
9275 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
9276 field.
9277 (linux_proc_get_tgid): Only call linux_proc_get_int.
9278 (linux_proc_get_tracerpid): New.
9279 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
9280 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
9281 linux_proc_pid_has_state.
9282 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
9283 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
9284 (linux_ptrace_attach_warnings): New.
9285 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
9286 New declaration.
9287 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
9288 (linux_nat_attach): New variables ex, buffer, message and message_s.
9289 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
9290
9291 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9292
9293 * Makefile.in (linux-ptrace.o): New.
9294 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
9295 from linux-nat.c.
9296 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
9297 * common/linux-ptrace.c: New file.
9298 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
9299 * config/arm/linux.mh: Likewise.
9300 * config/i386/linux.mh: Likewise.
9301 * config/i386/linux64.mh: Likewise.
9302 * config/ia64/linux.mh: Likewise.
9303 * config/m32r/linux.mh: Likewise.
9304 * config/m68k/linux.mh: Likewise.
9305 * config/mips/linux.mh: Likewise.
9306 * config/pa/linux.mh: Likewise.
9307 * config/powerpc/linux.mh: Likewise.
9308 * config/powerpc/ppc64-linux.mh: Likewise.
9309 * config/powerpc/spu-linux.mh: Likewise.
9310 * config/s390/s390.mh: Likewise.
9311 * config/sparc/linux.mh: Likewise.
9312 * config/sparc/linux64.mh: Likewise.
9313 * config/xtensa/linux.mh: Likewise.
9314 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
9315 common/linux-procfs.c.
9316 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
9317
9318 2012-03-13 Hui Zhu <teawater@gmail.com>
9319 Pedro Alves <palves@redhat.com>
9320
9321 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
9322 CREATE_BREAKPOINT_FLAGS_INSERTED.
9323 (create_breakpoint_sal, create_breakpoints_sal)
9324 (base_breakpoint_create_breakpoints_sal)
9325 (tracepoint_create_breakpoints_sal)
9326 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
9327 down.
9328 (break_command_1, handle_gnu_v3_exceptions, trace_command)
9329 (ftrace_command, strace_command): Adjust.
9330 (create_tracepoint_from_upload): Pass
9331 CREATE_BREAKPOINT_FLAGS_INSERTED.
9332 * breakpoint.h (enum breakpoint_create_flags): New.
9333 (create_breakpoint): New flags parameter.
9334 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
9335 * python/py-breakpoint.c (bppy_init): Adjust.
9336 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
9337 * spu-tdep.c (spu_catch_start): Adjust.
9338
9339 2012-03-13 Pedro Alves <palves@redhat.com>
9340 Hui Zhu <teawater@gmail.com>
9341 Yao Qi <yao@codesourcery.com>
9342
9343 * remote.c (struct remote_state): New field `starting_up'.
9344 (remote_start_remote): Set and clear it.
9345 (remote_can_download_tracepoint): If starting up, return false.
9346
9347 2012-03-13 Yao Qi <yao@codesourcery.com>
9348
9349 * inferior.h (struct inferior): Remove fields any_syscall_count,
9350 syscalls_counts and total_syscalls_count. Move them to new
9351 struct catch_syscall_inferior_data in breakpoint.c.
9352 * breakpoint.c: Call DEF_VEC_I(int).
9353 (struct catch_syscall_inferior_data): New.
9354 (get_catch_syscall_inferior_data): New.
9355 (catch_syscall_inferior_data_cleanup): New.
9356 (insert_catch_syscall): Update to access data in
9357 struct catch_syscall_inferior_data.
9358 (insert_catch_syscall): Likewise.
9359 (remove_catch_syscall): Likewise.
9360 (remove_catch_syscall): Likewise.
9361 (is_syscall_catchpoint_enabled): Likewise.
9362 (add_catch_command): Likewise.
9363 (_initialize_breakpoint): Register cleanup.
9364 * breakpoint.h: Removed DEF_VEC_I(int).
9365 * dwarf2loc.c: Call DEF_VEC_I(int).
9366 * mi/mi-main.c: Likewise.
9367
9368 2012-03-12 Mark Kettenis <kettenis@gnu.org>
9369
9370 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
9371
9372 2012-03-12 Chris January <chris.january@allinea.com>
9373
9374 * aix-thread.c (_initialize_aix_thread): Add prototype.
9375 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
9376 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
9377
9378 2012-03-12 Joel Brobecker <brobecker@adacore.com>
9379
9380 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
9381 include of "amd64-nat.h".
9382
9383 2012-03-12 Tom Tromey <tromey@redhat.com>
9384
9385 * buildsym.c (record_pending_block): Now static.
9386 * buildsym.h: (record_pending_block): Remove.
9387
9388 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
9389
9390 * amd64bsd-nat.c: Include amd64bsd-nat.h.
9391
9392 2012-03-09 Tom Tromey <tromey@redhat.com>
9393
9394 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
9395 producer_is_gxx_lt_4_6>: New fields.
9396 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
9397
9398 2012-03-09 Tom Tromey <tromey@redhat.com>
9399
9400 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
9401
9402 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9403
9404 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
9405 prototype.
9406
9407 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9408
9409 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
9410
9411 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9412
9413 Fix -Wmissing-prototypes build.
9414 * arm-linux-nat.c (get_thread_id): Make it static.
9415 * xtensa-linux-nat.c (get_thread_id): Likewise.
9416
9417 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9418
9419 * server.c (process_point_options): If a conditional expression
9420 is found, only print a message if remote_debug is nonzero.
9421
9422 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
9423
9424 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
9425 of internal error for unknown/unsupported types.
9426
9427 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9428
9429 Fix CU relative vs. absolute DIE offsets.
9430 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
9431 offset to offset_in_cu.
9432 * dwarf2read.c (process_enumeration_scope): Add CU offset to
9433 TYPE_OFFSET.
9434 (dwarf2_fetch_die_location_block): Rename parameter offset to
9435 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
9436
9437 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9438
9439 * libunwind-frame.c: Rename to ...
9440 * ia64-libunwind-tdep.c: ... here.
9441 * libunwind-frame.h: Rename to ...
9442 * ia64-libunwind-tdep.h: ... here.
9443 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
9444 ia64-libunwind-tdep.h.
9445 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
9446 * README (--with-libunwind): Rename to ...
9447 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
9448 * config.in: Regenerate.
9449 * configure: Regenerate.
9450 * configure.ac: New option --with-libunwind-ia64, make the
9451 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
9452 Remove AC_DEFINE for HAVE_LIBUNWIND.
9453 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
9454 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
9455 Rename libunwind-frame in the general comment.
9456 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
9457 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
9458 Move forward declarations inside #ifndef. Rename libunwind-frame in
9459 the general comment.
9460 * ia64-tdep.c: Rename libunwind-frame.h #include to
9461 ia64-libunwind-tdep.h.
9462 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
9463 (ia64_libunwind_descr): Rename libunwind-frame to
9464 ia64-libunwind-tdep in these function comments.
9465 * ia64-tdep.h: Rename libunwind-frame.h #include to
9466 ia64-libunwind-tdep.h.
9467 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
9468 ia64-libunwind-tdep in that data comment.
9469
9470 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9471
9472 * libunwind-frame.h (struct frame_unwind): New declaration.
9473
9474 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9475
9476 * breakpoint.c (_initialize_breakpoint): Fix error in help of
9477 "set breakpoint condition-evaluation" command.
9478
9479 2012-03-08 Tristan Gingold <gingold@adacore.com>
9480
9481 * sparc-stub.c: Move to stubs/
9482 * sh-stub.c: Likewise.
9483 * m68k-stub.c: Likewise.
9484 * m32r-stub.c: Likewise.
9485 * i386-stub.c: Likewise.
9486
9487 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
9488
9489 * m68klinux-tdep.c (m68k_linux_init_abi): Register
9490 linux_get_siginfo_type.
9491
9492 * m68klinux-nat.c: Include "gdb_proc_service.h".
9493 (PTRACE_GET_THREAD_AREA): Define.
9494 (ps_get_thread_area): New function.
9495
9496 2012-03-08 Yao Qi <yao@codesourcery.com>
9497
9498 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
9499 `xsnprintf'.
9500 (remote_query_attached): Likewise.
9501 (remote_static_tracepoint_marker_at): Likewise.
9502 (remote_set_permissions): Likewise.
9503 (remote_detach_1, extended_remote_attach_1): Likewise.
9504 (send_g_packet, remote_vkill): Likewise.
9505 (extended_remote_disable_randomization): Likewise.
9506 (remote_add_target_side_condition): Likewise.
9507 (remote_insert_breakpoint): Likewise.
9508 (remote_remove_breakpoint): Likewise.
9509 (remote_insert_watchpoint): Likewise.
9510 (remote_remove_watchpoint): Likewise.
9511 (remote_insert_hw_breakpoint): Likewise.
9512 (remote_insert_hw_breakpoint): Likewise.
9513 (remote_remove_hw_breakpoint): Likewise.
9514 (remote_download_command_source): Likewise.
9515 (remote_download_tracepoint): Likewise.
9516 (remote_download_trace_state_variable): Likewise.
9517 (remote_disable_tracepoint): Likewise.
9518 (remote_trace_set_readonly_regions): Likewise.
9519 (remote_get_tracepoint_status): Likewise.
9520 (remote_trace_find): Likewise.
9521 (remote_get_trace_state_variable_value): Likewise.
9522 (remote_set_disconnected_tracing): Likewise.
9523 (remote_set_circular_trace_buffer): Likewise.
9524 (remote_get_min_fast_tracepoint_insn_len): Likewise.
9525 (remote_use_agent): Likewise.
9526 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
9527 Update callers.
9528
9529 2012-03-07 Pedro Alves <palves@redhat.com>
9530
9531 * NEWS: Mention QProgramSignals.
9532 * inferior.h (update_signals_program_target): Declare.
9533 * infrun.c: (update_signals_program_target): New.
9534 (handle_command): Update the target of the new program signals
9535 array changes.
9536 * remote.c (PACKET_QProgramSignals): New enum.
9537 (last_program_signals_packet): New global.
9538 (remote_program_signals): New.
9539 (remote_start_remote): Update the target with the program signals
9540 list.
9541 (remote_protocol_features): Add entry for QPassSignals.
9542 (remote_open_1): Free anc clear last_program_signals_packet.
9543 (init_remote_ops): Install remote_program_signals.
9544 * target.c (update_current_target): Adjust.
9545 (target_program_signals): New.
9546 * target.h (struct target_ops) <to_program_signals>: New field.
9547 (target_program_signals): Declare.
9548
9549 2012-03-07 Pedro Alves <palves@redhat.com>
9550
9551 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
9552 extensions.
9553
9554 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
9555
9556 * m68klinux-nat.c (getregs_supplies): Make static.
9557 (getfpregs_supplies): Likewise.
9558 (have_ptrace_getregs): Likewise.
9559
9560 2012-03-06 Joel Brobecker <brobecker@adacore.com>
9561
9562 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
9563 in call to get_die_type_at_offset.
9564
9565 2012-03-06 Stan Shebs <stan@codesourcery.com>
9566
9567 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
9568 * mi/mi-cmd-disas.c: Ditto.
9569 * mi/mi-cmd-env.c: Ditto.
9570 * mi/mi-cmd-file.c: Ditto.
9571 * mi/mi-cmd-stack.c: Ditto.
9572 * mi/mi-cmd-target.c: Ditto.
9573 * mi/mi-cmd-var.c: Ditto.
9574 * mi/mi-cmds.c: Ditto.
9575 * mi/mi-cmds.h: Ditto.
9576 * mi/mi-console.c: Ditto.
9577 * mi/mi-getopt.c: Ditto.
9578 * mi/mi-getopt.h: Ditto.
9579 * mi/mi-interp.c: Ditto.
9580 * mi/mi-main.c: Ditto.
9581 * mi/mi-out.c: Ditto.
9582 * mi/mi-parse.c: Ditto.
9583 * mi/mi-parse.h: Ditto.
9584 * mi/mi-symbol-cmds.c: Ditto.
9585
9586 * mi/mi-getopt.h: Move mi_opt struct up.
9587 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
9588 return.
9589 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
9590
9591 2012-03-06 Tom Tromey <tromey@redhat.com>
9592
9593 * proc-service.c (ps_pglobal_lookup): Set the current program
9594 space.
9595
9596 2012-03-06 Pedro Alves <palves@redhat.com>
9597
9598 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
9599
9600 2012-03-05 Joel Brobecker <brobecker@adacore.com>
9601
9602 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
9603
9604 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9605
9606 Code cleanup.
9607 * common/linux-osdata.c (linux_common_core_of_thread): New function
9608 comment.
9609 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9610 call by linux_common_core_of_thread.
9611 (linux_nat_core_of_thread_1): Remove.
9612 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9613 * linux-thread-db.c: Include linux-osdata.h.
9614 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9615 linux_common_core_of_thread.
9616
9617 2012-03-05 Tom Tromey <tromey@redhat.com>
9618
9619 * value.c (value_primitive_field): Don't fetch contents for
9620 non-virtual bases.
9621
9622 2012-03-05 Tom Tromey <tromey@redhat.com>
9623
9624 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9625
9626 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
9627
9628 * s390-nat.c: Include "gregset.h".
9629
9630 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9631
9632 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9633 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9634 (libunwind_load): New variable so_error, use it for dlerror. Try to
9635 load also LIBUNWIND_SO_7.
9636
9637 2012-03-05 Pedro Alves <palves@redhat.com>
9638
9639 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9640 is not NULL, and remove resulting dead code.
9641
9642 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
9643
9644 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9645 prologue to sh_analyze_prologue.
9646 (sh_analyze_prologue): Make better use of such an upper limit, and
9647 generally be more cautious about accessing memory.
9648
9649 2012-03-05 Tom Tromey <tromey@redhat.com>
9650
9651 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9652 _initialize_ia64_hpux_tdep.
9653
9654 2012-03-05 Pedro Alves <palves@redhat.com>
9655
9656 PR gdb/13766
9657
9658 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9659 the register state is clear, supply explicit zero, instead of
9660 marking the register unavailable.
9661
9662 2012-03-05 Tristan Gingold <gingold@adacore.com>
9663
9664 * NEWS: Mention OpenVMS ia64 new target.
9665
9666 2012-03-05 Tristan Gingold <gingold@adacore.com>
9667
9668 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9669 (ia64_unw_accessors, ia64_unw_rse_accessors)
9670 (ia64_libunwind_descr): Declare.
9671 * ia64-vms-tdep.c: New file.
9672 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9673 (ia64_libunwind_descr): Make them public.
9674 * configure.tgt: Add ia64-*-*vms*.
9675 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9676 (ALLDEPFILES): Add ia64-vms-tdep.c
9677
9678 2012-03-05 Tristan Gingold <gingold@adacore.com>
9679
9680 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9681 * remote.c (PACKET_qXfer_uib): New enum value.
9682 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9683 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9684 (_initialize_remote): Call add_packet_config_cmd for
9685 xfer:uib packet.
9686
9687 2012-03-05 Tristan Gingold <gingold@adacore.com>
9688
9689 * osabi.c (gdb_osabi_names): Add OpenVMS.
9690 (generic_elf_osabi_sniffer): Likewise.
9691 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
9692
9693 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9694
9695 Removed unused code.
9696 * libunwind-frame.c (libunwind_frame_unwind)
9697 (libunwind_frame_base_address): Remove.
9698 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9699
9700 2012-03-04 Yao Qi <yao@codesourcery.com>
9701
9702 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9703 remove trailing new line.
9704 (agent_run_command, agent_run_command): Add _ markup.
9705 (agent_capability_check): Likewise.
9706
9707 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9708
9709 * breakpoint.c (set_condition_evaluation_mode): Set
9710 CONDITION_EVALUATION_MODE unconditionally.
9711
9712 2012-03-03 Yao Qi <yao@codesourcery.com>
9713
9714 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9715 * common/agent.h: Update declaration.
9716 * inf-child.c (inf_child_use_agent): New.
9717 (inf_child_can_use_agent): New.
9718 (inf_child_target): Initialize fields `to_use_agent'
9719 and `to_can_use_agent'.
9720 * agent.c (agent_new_objfile): New.
9721 (_initialize_agent): Add agent_new_objfile to new_objfile
9722 observer.
9723
9724 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9725 New.
9726 (linux_target_install_ops): Initialize field
9727 `to_static_tracepoint_markers_by_strid'.
9728 * remote.c (free_current_marker): Move it to ...
9729 * tracepoint.c (free_current_marker): ... here. New.
9730 (cleanup_target_stop): New.
9731 * tracepoint.h: Declare free_current_marker.
9732 * NEWS: Add one entry about `info static-tracepoint-marker'.
9733
9734 2012-03-03 Yao Qi <yao@codesourcery.com>
9735
9736 * common/agent.c (agent_loaded_p): New.
9737 (agent_look_up_symbols): New global.
9738 * common/agent.h: Declare agent_loaded_p.
9739
9740 2012-03-03 Yao Qi <yao@codesourcery.com>
9741
9742 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9743 (agent_capability_check, agent_capability_invalidate): New.
9744 (symbol_list): New array element.
9745 * common/agent.h (enum agent_capa): New.
9746 * target.c (target_pre_inferior): Call agent_capability_invalidate.
9747
9748 2012-03-03 Yao Qi <yao@codesourcery.com>
9749
9750 * target.h (struct target_ops) <to_use_agent>: New field.
9751 (struct target_ops) <to_can_use_agent>: New field.
9752 (target_use_agent, target_can_use_agent): New macro.
9753 * target.c (update_current_target): Update.
9754 * remote.c: New enum `PACKET_QAgent'.
9755 (remote_protocol_features): Add a new element.
9756 (remote_use_agent, remote_can_use_agent): New.
9757 (init_remote_ops): Initialize field `can_use_agent' with
9758 remote_can_use_agent. Intiailize field `use_agent' with
9759 remote_use_agent.
9760 * common/agent.c (use_agent): New global.
9761 * common/agent.h: Declare it.
9762 * tracepoint.c (info_static_tracepoint_markers_command): Add
9763 comment.
9764 * Makefile.in (SFILES): Add common/agent.c and agent.c.
9765 (COMMON_OBS): Add common/agent.o and agent.o
9766 (common-agent.o): New rule.
9767 * agent.c: New.
9768
9769 2012-03-03 Yao Qi <yao@codesourcery.com>
9770
9771 * common/agent.c: New.
9772 * common/agent.h: New.
9773 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9774 AC_CHECK_HEADERS.
9775 * configure, configh.in: Regenerated.
9776
9777 2012-03-02 Kevin Buettner <kevinb@redhat.com>
9778
9779 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9780 unless it exists for this architecture.
9781
9782 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9783
9784 * language.h (struct language_defn): New "method" la_read_var_value.
9785 * findvar.c: #include "language.h".
9786 (default_read_var_value): Renames read_var_value. Rewrite
9787 function description.
9788 (read_var_value): New function.
9789 * value.h (default_read_var_value): Add prototype.
9790 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9791 New functions.
9792 (ada_language_defn): Add entry for la_read_var_value.
9793 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9794 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9795 language_defn structures to add entry for new la_read_var_value
9796 field.
9797
9798 2012-03-02 Tom Tromey <tromey@redhat.com>
9799 Pedro Alves <palves@redhat.com>
9800
9801 PR breakpoints/13776:
9802 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9803 breakpoints.
9804 (delete_longjmp_breakpoint_at_next_stop): New.
9805 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9806 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9807 before deleting the inferior. Add comments.
9808 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9809 breakpoints immediately, but only on next stop. Move that code
9810 next to where we mark other breakpoints for deletion.
9811
9812 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9813
9814 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9815 marker.
9816 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9817 violation.
9818
9819 2012-03-02 Pedro Alves <palves@redhat.com>
9820
9821 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9822
9823 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9824
9825 Fix -Wmissing-prototypes build.
9826 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9827 * remote-sim.c (gdbsim_has_all_memory): Likewise.
9828 (gdbsim_has_memory): Likewise.
9829
9830 2012-03-02 Yao Qi <yao@codesourcery.com>
9831
9832 Fix -Wmissing-prototypes build.
9833 * charset.c (phony_iconv_open): Make static.
9834 (phony_iconv_close, phony_iconv): Likewise.
9835 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9836 * i386-windows-nat.c (_initialize_i386_windows_nat): New
9837 prototype.
9838 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9839 * ser-mingw.c (create_select_thread): Make static.
9840 * windows-termcap.c (tgetent): New prototype.
9841 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9842
9843 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
9844
9845 Fix -Wmissing-prototypes build.
9846 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9847 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9848 (_initialize_loadable): New prototypes.
9849
9850 2012-03-02 Doug Evans <dje@google.com>
9851
9852 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9853 abbrev table, read_comp_unit will do it.
9854
9855 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9856
9857 Fix -Wmissing-prototypes build.
9858 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9859 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9860 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9861 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9862 (_initialize_arm_symbian_tdep): New prototype.
9863 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9864 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9865 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9866 static.
9867 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9868 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9869 prototype.
9870 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9871 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9872 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9873 static.
9874 * moxie-tdep.c (moxie_process_record): Likewise.
9875 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9876 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9877 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9878 (_initialize_rl78_tdep): New prototype.
9879 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9880 (_initialize_rx_tdep): New prototype.
9881 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9882 (_initialize_darwin_solib): New prototype.
9883 * solib-spu.c: Include solib-spu.h.
9884 (_initialize_spu_solib): New prototype.
9885 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9886 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9887 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9888 (tic6x_software_single_step): Make it static.
9889 (_initialize_tic6x_tdep): New prototype.
9890
9891 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9892
9893 Fix -Wmissing-prototypes build.
9894 * cris-tdep.c (cris_can_use_hardware_watchpoint)
9895 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9896
9897 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9898
9899 Fix -Wmissing-prototypes build.
9900 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9901 (frv_have_stopped_data_address): Remove.
9902
9903 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9904
9905 Fix -Wmissing-prototypes build.
9906 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9907 * sh-tdep.c: Include sh64-tdep.h.
9908 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9909 * sh64-tdep.c: Include sh64-tdep.h.
9910 * sh64-tdep.h: New file.
9911
9912 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9913
9914 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9915
9916 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9917
9918 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9919 sp_regnum once the gdbarch_init_osabi hook has been called.
9920
9921 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9922
9923 * mips-tdep.c (mips32_bc1_pc): New function.
9924 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9925 BPOSGE32 and BPOSGE64 instructions.
9926 (deal_with_atomic_sequence): Likewise.
9927 (mips32_instruction_has_delay_slot): Likewise.
9928
9929 2012-03-01 Maciej W. Rozycki <macro@mips.com>
9930 Chris Dearman <chris@mips.com>
9931 Maciej W. Rozycki <macro@codesourcery.com>
9932 Joseph Myers <joseph@codesourcery.com>
9933
9934 * features/mips-dsp.xml: New file.
9935 * features/mips64-dsp.xml: New file.
9936 * features/mips-dsp-linux.xml: New file.
9937 * features/mips64-dsp-linux.xml: New file.
9938 * features/Makefile (WHICH): Add mips-dsp-linux and
9939 mips64-dsp-linux.
9940 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9941 * features/mips-dsp-linux.c: New file.
9942 * features/mips64-dsp-linux.c: New file.
9943 * regformats/mips-dsp-linux.dat: New file.
9944 * regformats/mips64-dsp-linux.dat: New file.
9945 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9946 registers.
9947 (mips64_linux_register_addr): Likewise.
9948 (mips64_linux_regsets_fetch_registers): Likewise.
9949 (mips64_linux_regsets_store_registers): Likewise.
9950 (mips64_linux_fetch_registers): Update call to
9951 mips64_linux_regsets_fetch_registers.
9952 (mips64_linux_store_registers): Update call to
9953 mips64_linux_regsets_store_registers.
9954 (mips_linux_read_description): Probe for DSP registers.
9955 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9956 and initialize_tdesc_mips64_dsp_linux.
9957 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9958 Remove padding of no longer used embedded register slots.
9959 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9960 (MIPS_RESTART_REGNUM): Redefine enum value.
9961 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9962 strings.
9963 (mips_tx39_reg_names): Likewise.
9964 (mips_linux_reg_names): New array of register names for Linux
9965 targets.
9966 (mips_register_name): Check for a null pointer in
9967 mips_processor_reg_names and return an empty string.
9968 (mips_register_type): Exclude embedded registers for the IRIX
9969 and Linux ABIs.
9970 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
9971 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
9972 DSP registers.
9973 (mips_stab_reg_to_regnum): Handle DSP accumulators.
9974 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9975 (mips_gdbarch_init): Likewise. Initialize internal register
9976 indices for the Linux ABI. Use dynamic numbers to refer to
9977 registers, as applicable, while parsing the target description.
9978 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9979
9980 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9981
9982 * frame.h (read_frame_register_unsigned): Fix typo in function
9983 description.
9984
9985 2012-03-01 Pedro Alves <palves@redhat.com>
9986
9987 * jit-reader.in [!__cplusplus]
9988 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9989
9990 2012-03-01 Pedro Alves <palves@redhat.com>
9991
9992 * configure.ac (build_warnings): Add -Wmissing-prototypes.
9993 * configure: Regenerate.
9994
9995 2012-03-01 Pedro Alves <palves@redhat.com>
9996
9997 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9998 * breakpoint.c (create_exception_master_breakpoint, trace_command)
9999 (ftrace_command, strace_command): Make static.
10000 * d-lang.c (_initialize_d_language): Declare.
10001 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
10002 * dwarf2loc.c (_initialize_dwarf2loc):
10003 * dwarf2read.c (process_psymtab_comp_unit): Make static.
10004 * exec.c (exec_get_section_table): Make static.
10005 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
10006 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
10007 * inferior.c (remove_inferior_command, add_inferior_command)
10008 (clone_inferior_command): Make static.
10009 * linux-nat.c (linux_nat_thread_address_space)
10010 (linux_nat_core_of_thread): Make static.
10011 * linux-tdep.c (_initialize_linux_tdep): Declare.
10012 * objc-lang.c (_initialize_objc_lang): Declare.
10013 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
10014 Make static.
10015 (_initialize_opencl_language): Declare.
10016 * record.c (_initialize_record): Declare.
10017 * remote.c (demand_private_info, remote_get_tib_address)
10018 (remote_supports_cond_tracepoints)
10019 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
10020 Make static.
10021 * skip.c (_initialize_step_skip): Declare.
10022 * symtab.c (skip_prologue_using_lineinfo): Make static.
10023 * tracepoint.c (delete_trace_state_variable)
10024 (trace_variable_command, delete_trace_variable_command)
10025 (get_uploaded_tsv, find_matching_tracepoint_location)
10026 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10027 Make static.
10028 * value.c (pack_unsigned_long): Make static.
10029 * varobj.c (varobj_ensure_python_env): Make static.
10030 * windows-tdep.c (_initialize_windows_tdep): Declare.
10031 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10032
10033 2012-03-01 Pedro Alves <palves@redhat.com>
10034
10035 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
10036 gdbarch parameter.
10037 (linux_init_abi): Install it as has_shared_address_space gdbarch
10038 callback.
10039
10040 2012-03-01 Pedro Alves <palves@redhat.com>
10041
10042 * observer.c (observer_test_first_notification_function)
10043 (observer_test_second_notification_function)
10044 (observer_test_third_notification_function): Add declarations.
10045
10046 2012-03-01 Pedro Alves <palves@redhat.com>
10047
10048 * common/signals.c (default_target_signal_to_host)
10049 (default_target_signal_from_host): Move ...
10050 * arch-utils.c: ... here.
10051 * arch-utils.h (default_target_signal_to_host)
10052 (default_target_signal_from_host): Declare.
10053
10054 * common/signals.c (target_signal_from_command): Move ...
10055 * infrun.c: ... here.
10056 * inferior.h (target_signal_from_command): Declare.
10057 * target.h (target_signal_from_command)
10058 (default_target_signal_from_host, default_target_signal_to_host):
10059 Delete declarations.
10060
10061 * common/signals.c (_initialize_signals): Delete.
10062
10063 2012-03-01 Pedro Alves <palves@redhat.com>
10064
10065 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10066 both __cplusplus and !__cplusplus.
10067
10068 2012-03-01 Pedro Alves <palves@redhat.com>
10069
10070 * psymtab.c (find_and_open_source): Delete declaration.
10071 * source.c (find_and_open_source): Move comment ...
10072 * source.h (find_and_open_source): ... to this new declaration.
10073
10074 2012-03-01 Pedro Alves <palves@redhat.com>
10075
10076 * inline-frame.c: Include inline-frame.h.
10077
10078 2012-03-01 Pedro Alves <palves@redhat.com>
10079
10080 * tui/tui-data.c (set_gen_win_origin): Delete.
10081 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10082 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10083
10084 2012-03-01 Pedro Alves <palves@redhat.com>
10085
10086 * remote.c (encode_actions): Delete declaration.
10087 * tracepoint.c (encode_actions): Make extern.
10088 * tracepoint.h (encode_actions): Declare.
10089
10090 2012-03-01 Pedro Alves <palves@redhat.com>
10091
10092 * python/py-breakpoint.c: Include python.h.
10093 * python/py-continueevent.c (create_continue_event_object): Make
10094 static.
10095 * python/py-lazy-string.c (stpy_get_type): Make static.
10096 * python/py-newobjfileevent.c (create_new_objfile_event_object):
10097 Make static.
10098 * python/py-utils.c (unicode_to_target_python_string): Make
10099 static.
10100 * python/py-value.c: Include python.h.
10101
10102 2012-03-01 Pedro Alves <palves@redhat.com>
10103
10104 * inferior.c (delete_threads_of_inferior): Delete.
10105
10106 2012-03-01 Pedro Alves <palves@redhat.com>
10107
10108 Import fallback definitions from glibc.
10109
10110 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10111 ps_prochandle): Forward declare.
10112 (ps_err_e): Use glibc's comments.
10113 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10114 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10115 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10116 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10117 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10118 (struct ps_prochandle): Adjust comment.
10119
10120 2012-03-01 Pedro Alves <palves@redhat.com>
10121
10122 * ada-lang.c (ada_modulus_from_name): Delete.
10123 * ada-lex.l (lexer_init): Make static.
10124
10125 2012-03-01 Pedro Alves <palves@redhat.com>
10126
10127 PR gdb/13767
10128
10129 * frame.c (read_frame_register_unsigned): New.
10130 * frame.h (read_frame_register_unsigned): Declare.
10131 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10132 Handle it.
10133 (print_i387_control_word): New parameter `control_p'. Handle it.
10134 (i387_print_float_info): Handle unavailable float registers.
10135
10136 2012-03-01 Keith Seitz <keiths@redhat.com>
10137
10138 * linespec.c (decode_line_2): Sort the list of methods
10139 alphabetically before presenting the user with a selection
10140 menu.
10141
10142 2012-03-01 Doug Evans <dje@google.com>
10143
10144 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10145 has_namespace_info.
10146 (dwarf2_read_abbrevs): Remove corresponding initialization.
10147
10148 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
10149
10150 * NEWS: Mention new python command class gdb.COMMAND_USER.
10151 * cli/cli-cmds.c (show_user): Print error when used on a python
10152 command.
10153 (init_cli_cmds): Update documentation strings for "show user" and
10154 "set/show max-user-call-depth" to clarify that it does not apply to
10155 python commands.
10156 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10157 error check.
10158 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10159 gdb python api.
10160 * top.c (execute_command): Only execute a user-defined command as a
10161 legacy macro if c->user_commands is set.
10162
10163 2012-03-01 Tom Tromey <tromey@redhat.com>
10164
10165 * valprint.h (struct generic_val_print_decorations): New.
10166 (generic_val_print): Declare.
10167 * valprint.c (generic_val_print): New function.
10168 * p-valprint.c (p_decorations): New global.
10169 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
10170 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
10171 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
10172 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
10173 * m2-valprint.c (m2_decorations): New global.
10174 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
10175 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
10176 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
10177 TYPE_CODE_ERROR>: Call generic_val_print.
10178 * f-valprint.c (f_decorations): New global.
10179 (f_val_print): Use print_function_pointer_address.
10180 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10181 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10182 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10183 generic_val_print.
10184 * c-valprint.c (c_decorations): New global.
10185 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10186 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10187 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10188 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10189 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10190 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10191 case.
10192
10193 2012-03-01 Tom Tromey <tromey@redhat.com>
10194
10195 * valprint.c (val_print): Update.
10196 * p-valprint (pascal_val_print): Return void.
10197 * p-lang.h (pascal_val_print): Return void.
10198 * m2-valprint.c (m2_val_print): Return void.
10199 * m2-lang.h (m2_val_print): Return void.
10200 * language.h (struct language_defn) <la_val_print>: Return void.
10201 * language.c (unk_lang_val_print): Return void.
10202 * jv-valprint.c (java_val_print): Return void.
10203 * jv-lang.h (java_val_print): Return void.
10204 * f-valprint.c (f_val_print): Return void.
10205 * f-lang.h (f_val_print): Return void.
10206 * d-valprint.c (d_val_print): Return void.
10207 (dynamic_array_type): Update.
10208 * d-lang.h (d_val_print): Return void.
10209 * c-valprint.c (c_val_print): Return void.
10210 * c-lang.h (c_val_print): Return void.
10211 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10212 void.
10213 * ada-lang.h (ada_val_print): Return void.
10214
10215 2012-03-01 Tom Tromey <tromey@redhat.com>
10216
10217 * value.h (val_print): Return void.
10218 * valprint.c (val_print): Return void.
10219
10220 2012-03-01 Tom Tromey <tromey@redhat.com>
10221
10222 * value.h (common_val_print): Return void.
10223 * valprint.c (common_val_print): Return void.
10224
10225 2012-03-01 Tom Tromey <tromey@redhat.com>
10226
10227 * value.h (value_print): Return void.
10228 * valprint.c (value_print): Return void.
10229 * p-valprint.c (pascal_value_print): Return void.
10230 * p-lang.h (pascal_value_print): Return void.
10231 * language.h (struct language_defn) <la_value_print>: Return
10232 void.
10233 * language.c (unk_lang_value_print): Return void.
10234 * jv-valprint.c (java_value_print): Return void.
10235 * jv-lang.h (java_value_print): Return void.
10236 * f-valprint.c (c_value_print): Don't declare.
10237 Include c-lang.h.
10238 * c-valprint.c (c_value_print): Return void.
10239 * c-lang.h (c_value_print): Return void.
10240 * ada-valprint.c (ada_value_print): Return void.
10241 * ada-lang.h (ada_value_print): Return void.
10242
10243 2012-03-01 Tom Tromey <tromey@redhat.com>
10244
10245 * value.c (value_primitive_field): Handle virtual base classes.
10246
10247 2012-03-01 Tom Tromey <tromey@redhat.com>
10248
10249 * gdbtypes.h (struct vbase): Remove.
10250
10251 2012-03-01 Tom Tromey <tromey@redhat.com>
10252
10253 * c-valprint.c (print_function_pointer_address): Move...
10254 * valprint.c: ... here. Make non-static.
10255 * m2-valprint.c (print_function_pointer_address): Remove.
10256 * valprint.h (print_function_pointer_address): Declare.
10257
10258 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10259
10260 * NEWS: Document the fact that one can provide a condition when
10261 creating an Ada exception catchpoint.
10262
10263 2012-03-01 Tom Tromey <tromey@redhat.com>
10264
10265 * valprint.c (val_print_type_code_flags): Fix placement of
10266 trailing brace.
10267
10268 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10269
10270 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
10271 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
10272 environment variable before calling update-copyright.
10273
10274 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10275
10276 * gnulib/extra/update-copyright: Update to the latest from
10277 gnulib's git repository.
10278 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
10279 variable to 2 instead of 1.
10280
10281 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10282
10283 * varobj.c (c_value_of_variable): Remove dead code.
10284
10285 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10286
10287 * ada-lex.p (processId): Do not modify already encoded IDs.
10288 Update function documentation.
10289
10290 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10291
10292 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
10293 "name" with "struct symbol *name_sym".
10294 * ada-exp.y (write_var_or_type): Update call to
10295 ada_find_renaming_symbol.
10296 "name" with "struct symbol *name_sym". Adjust Implementation
10297 accordingly. Adjust the function documentation.
10298
10299 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10300
10301 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
10302 * ada-lang.c (ada_find_any_type): Add advance declaration.
10303 Make static. Replace ada_find_any_symbol by
10304 ada_find_any_type_symbol.
10305 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
10306 Improve function description. Make static.
10307 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
10308 Replace ada_find_any_symbol by ada_find_any_type_symbol.
10309
10310 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10311
10312 * ada-lang.c (struct tag_args): Delete.
10313 (ada_get_tsd_type): Function body moved up in source file.
10314 (ada_tag_name_1, ada_tag_name_2): Delete.
10315 (ada_get_tsd_from_tag): New function.
10316 (ada_tag_name_from_tsd): New function.
10317 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
10318 to determine the tag name.
10319
10320 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10321
10322 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
10323 declaration.
10324 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
10325 function.
10326
10327 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10328
10329 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
10330
10331 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10332
10333 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
10334 full searches.
10335
10336 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10337
10338 * ada-lang.c (constrained_packed_array_type): If there is a
10339 parallel XA type, use it to determine the array index type.
10340
10341 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10342
10343 * ada-valprint.c (ada_val_print_1): If our value is a reference
10344 to an array descriptor, dereference it before converting it
10345 to a simple array.
10346
10347 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10348
10349 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
10350 creating fixed value.
10351 (ada_value_ind, ada_coerce_ref, assign_component)
10352 (ada_evaluate_subexp): Remove call to unwrap_value before
10353 call to ada_to_fixed_value.
10354
10355 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10356
10357 * ada-lang.c (to_fixed_array_type): Set result's type name.
10358
10359 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10360
10361 * ada-lang.c (catch_ada_exception_command_split): Add new
10362 argument cond_string. Add support for condition at end of
10363 "catch exception" commands.
10364 (ada_decode_exception_location): Add new argument cond_string.
10365 Update call to catch_ada_exception_command_split.
10366 (create_ada_exception_catchpoint): Add new argument cond_string.
10367 Set the breakpoint condition if needed.
10368 (catch_ada_exception_command): Update call to
10369 ada_decode_exception_location.
10370 (ada_decode_assert_location): Add function documentation.
10371 Add support for condition at end of "catch assert" command.
10372 (catch_assert_command): Update calls to ada_decode_assert_location
10373 and create_ada_exception_catchpoint.
10374
10375 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10376
10377 Fix disp-step-syscall.exp: fork: single step over fork.
10378 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
10379 (i386_linux_get_syscall_number_from_regcache): ... here, new function
10380 comment, change parameters gdbarch and ptid to regcache. Remove
10381 parameter regcache, initialize gdbarch from regcache here.
10382 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
10383 New functions.
10384 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
10385 instead.
10386 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
10387 'syscall'. Make the 'int' check more strict.
10388
10389 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10390
10391 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
10392 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
10393 (i386_linux_intx80_sysenter_syscall_record): ... here.
10394 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
10395 Use the renamed function name.
10396
10397 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10398
10399 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
10400 * breakpoint.c (until_break_command): Likewise.
10401 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
10402 * infcall.c (call_function_by_hand): Likewise.
10403 * infcmd.c (finish_forward): Likewise.
10404 * infrun.c (insert_exception_resume_breakpoint): Likewise.
10405
10406 2012-02-28 Tristan Gingold <gingold@adacore.com>
10407
10408 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
10409 avoid variable assignments inside condition.
10410
10411 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10412
10413 Fix static analysis issue found by cppcheck.
10414 * microblaze-tdep.c (microblaze_extract_return_value): Fix
10415 uninitialized BUF for size 2.
10416
10417 2012-02-27 Chris Dearman <chris@mips.com>
10418 Nathan Froyd <froydnj@codesourcery.com>
10419 Maciej W. Rozycki <macro@codesourcery.com>
10420
10421 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
10422 (mips16_instruction_has_delay_slot): Likewise.
10423 (mips_segment_boundary): Likewise.
10424 (mips_adjust_breakpoint_address): Likewise.
10425 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
10426
10427 2012-02-27 Maciej W. Rozycki <macro@mips.com>
10428 Maciej W. Rozycki <macro@codesourcery.com>
10429
10430 * infrun.c (handle_inferior_event): Don't proceed through
10431 shared library trampolines if stepping at the machine
10432 instruction level.
10433
10434 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
10435
10436 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
10437 too.
10438
10439 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
10440
10441 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
10442 (sh_stub_unwind_sniffer): New functions.
10443 (sh_stub_unwind): New variable.
10444 (sh_gdbarch_init): Wire everything.
10445
10446 2012-02-27 Pedro Alves <palves@redhat.com>
10447
10448 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
10449 (linux_nat_post_attach_wait): Adjust to use
10450 linux_proc_pid_is_stopped.
10451 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
10452 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
10453 based on pid_is_stopped from both linux-nat.c and
10454 gdbserver/linux-low.c, and renamed.
10455
10456 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10457
10458 * remote.c (remote_watchpoint_addr_within_range): New function.
10459 (init_remote_ops): Use it.
10460
10461 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10462
10463 * target.h (target_watchpoint_addr_within_range): Document macro.
10464
10465 2012-02-24 Pedro Alves <palves@redhat.com>
10466
10467 * stack.c (set_last_displayed_sal): Issue internal_error instead
10468 of warning, and issue it after clearing the last displayed sal.
10469
10470 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10471 Pedro Alves <palves@redhat.com>
10472
10473 * breakpoint.c (until_break_command): Install breakpoints after
10474 all frame manipulations.
10475
10476 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10477
10478 * remote.c (remote_supports_cond_breakpoints): New forward
10479 declaration.
10480 (remote_add_target_side_condition): New function.
10481 (remote_insert_breakpoint): Add target-side breakpoint
10482 conditional if supported.
10483 (remote_insert_hw_breakpoint): Likewise.
10484 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
10485 hook.
10486
10487 * target.c (update_current_target): Inherit
10488 to_supports_evaluation_of_breakpoint_conditions.
10489 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
10490
10491 * target.h (struct target_ops)
10492 <to_supports_evaluation_of_breakpoint_conditions>: New field.
10493 (target_supports_evaluation_of_breakpoint_conditions): New #define.
10494
10495 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
10496 (condition_evaluation_both, condition_evaluation_auto,
10497 condition_evaluation_host, condition_evaluation_target,
10498 condition_evaluation_enums, condition_evaluation_mode_1,
10499 condition_evaluation_mode): New static globals.
10500 (translate_condition_evaluation_mode): New function.
10501 (breakpoint_condition_evaluation_mode): New function.
10502 (gdb_evaluates_breakpoint_condition_p): New function.
10503 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
10504 (mark_breakpoint_modified): New function.
10505 (mark_breakpoint_location_modified): New function.
10506 (set_condition_evaluation_mode): New function.
10507 (show_condition_evaluation_mode): New function.
10508 (bp_location_compare_addrs): New function.
10509 (get_first_location_gte_addr): New helper function.
10510 (set_breakpoint_condition): Free condition bytecode if locations
10511 has become unconditional. Call mark_breakpoint_modified (...).
10512 (condition_command): Call update_global_location_list (1) for
10513 breakpoints.
10514 (breakpoint_xfer_memory): Use is_breakpoint (...).
10515 (is_breakpoint): New function.
10516 (parse_cond_to_aexpr): New function.
10517 (build_target_condition_list): New function.
10518 (insert_bp_location): Handle target-side conditional
10519 breakpoints and call build_target_condition_list (...).
10520 (update_inserted_breakpoint_locations): New function.
10521 (insert_breakpoint_locations): Handle target-side conditional
10522 breakpoints.
10523 (bpstat_check_breakpoint_conditions): Add comment.
10524 (bp_condition_evaluator): New function.
10525 (bp_location_condition_evaluator): New function.
10526 (print_breakpoint_location): Print information on where the condition
10527 will be evaluated.
10528 (print_one_breakpoint_location): Likewise.
10529 (init_bp_location): Call mark_breakpoint_location_modified (...) for
10530 breakpoint location.
10531 (force_breakpoint_reinsertion): New functions.
10532 (update_global_location_list): Handle target-side breakpoint
10533 conditions.
10534 Reinsert locations that are already inserted if conditions have
10535 changed.
10536 (bp_location_dtor): Free agent expression bytecode.
10537 (disable_breakpoint): Call mark_breakpoint_modified (...).
10538 Call update_global_location_list (...) with parameter 1 for breakpoints.
10539 (disable_command): Call mark_breakpoint_location_modified (...).
10540 Call update_global_location_list (...) with parameter 1 for breakpoints.
10541 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
10542 (enable_command): mark_breakpoint_location_modified (...).
10543 (_initialize_breakpoint): Update documentation and add
10544 condition-evaluation breakpoint subcommand.
10545
10546 * breakpoint.h: Include ax.h.
10547 (condition_list): New data structure.
10548 (condition_status): New enum.
10549 (bp_target_info) <cond_list>: New field.
10550 (bp_location) <condition_changed, cond_bytecode>: New fields.
10551 (is_breakpoint): New prototype.
10552
10553 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10554
10555 * remote.c (remote_state) <cond_breakpoints>: New field.
10556 (PACKET_ConditionalBreakpoints): New enum.
10557 (remote_cond_breakpoint_feature): New function.
10558 (remote_protocol_features): Add new ConditionalBreakpoints entry.
10559 (remote_supports_cond_breakpoints): New function.
10560 (_initialize_remote): Add new packet configuration for
10561 target-side conditional breakpoints.
10562
10563 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10564
10565 * NEWS: Mention target-side conditional breakpoint support,
10566 new condition-evaluation breakpoint subcommand and remote
10567 packet extensions.
10568
10569 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10570
10571 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
10572 number.
10573
10574 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
10575
10576 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
10577 (after_prologue): Remove.
10578
10579 2012-02-23 Tom Tromey <tromey@redhat.com>
10580
10581 * jv-valprint.c (java_val_print): Remove dead code.
10582
10583 2012-02-23 Tristan Gingold <gingold@adacore.com>
10584
10585 * ada-tasks.c (struct ada_tasks_inferior_data): Add
10586 known_tasks_element and known_tasks_length fields.
10587 (read_known_tasks_array): Change argument type. Use pointer type
10588 and number of elements from DATA. Adjust.
10589 (read_known_tasks_list): Likewise.
10590 (get_known_tasks_addr): Remove.
10591 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
10592 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
10593 type and array length. Merge former get_known_tasks_addr code.
10594
10595 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10596
10597 PR backtrace/13716
10598 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
10599 it after set_momentary_breakpoint.
10600
10601 2012-02-22 Sterling Augustine <saugustine@google.com>
10602
10603 PR 13689:
10604 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
10605
10606 2012-02-22 Gary Benson <gbenson@redhat.com>
10607
10608 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10609 (find_slot_in_mapped_hash): Likewise.
10610
10611 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10612
10613 PR build/13638
10614 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10615 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10616 * configure: Regenerate.
10617
10618 2012-02-21 Tristan Gingold <gingold@adacore.com>
10619 Pedro Alves <palves@redhat.com>
10620
10621 * ia64-tdep.c: Do not include libunwind-ia64.h.
10622 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10623 Include libunwind-ia64.h instead of libunwind.h.
10624 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10625 for libunwind.h existence.
10626 * configure, config.in: Regenerate.
10627
10628 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10629
10630 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10631 instead of value_rtti_target_type.
10632 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10633 instead of value_rtti_target_type.
10634 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10635 value_rtti_target_type.
10636 * valops.c (value_ind): Extract function readjust_indirect_value_type.
10637 (value_rtti_target_type): Rename to ...
10638 (value_rtti_indirect_type): ... here and make it indirect. Update
10639 function comment.
10640 * value.c (readjust_indirect_value_type): New function.
10641 (coerce_ref): Support for enclosing type setting for references
10642 with readjust_indirect_value_type.
10643 * value.h (readjust_value_type): New declaration.
10644 (value_rtti_target_type): Rename to ...
10645 (value_rtti_indirect_type): ... here.
10646
10647 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10648
10649 * MAINTAINERS (Write After Approval): Add myself to the list.
10650
10651 2012-02-20 Doug Evans <dje@google.com>
10652
10653 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10654 Rename objfile_p_char parameter to objfilep.
10655 (build_objfile_section_table): Result is now void. All callers
10656 updated.
10657 * objfiles.h (struct objfile): Tweak comments, whitespace.
10658 (build_objfile_section_table): Update.
10659
10660 * elfread.c (elf_symfile_segments): Fix warning text.
10661
10662 2012-02-20 Tom Tromey <tromey@redhat.com>
10663
10664 PR gdb/13498:
10665 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10666 particular set of file names once.
10667 (dw2_map_symbol_filenames): Likewise.
10668
10669 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10670
10671 Code cleanup.
10672 * main.c (write_files): Remove the declaration.
10673 (external_editor_command): Move the declaration ...
10674 [GDBTK] (external_editor_command): ... here. Fix the comment.
10675
10676 2012-02-20 Tom Tromey <tromey@redhat.com>
10677
10678 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10679 extraneous block.
10680
10681 2012-02-20 Tristan Gingold <gingold@adacore.com>
10682
10683 * darwin-nat.h (enum darwin_msg_state): Add comments.
10684
10685 2012-02-20 Tristan Gingold <gingold@adacore.com>
10686
10687 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10688 value.
10689
10690 2012-20-18 Joel Brobecker <brobecker@adacore.com>
10691
10692 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10693 between function description and implementation.
10694
10695 2012-02-17 Tom Tromey <tromey@redhat.com>
10696
10697 PR python/12070:
10698 * python/py-event.c (event_object_getset): New global.
10699 (event_object_type): Reference it.
10700 * python/py-type.c (field_object_getset): New global.
10701 (field_object_type): Reference it.
10702 * python/python-internal.h (gdb_py_generic_dict): Declare.
10703 * python/py-utils.c (gdb_py_generic_dict): New function.
10704
10705 2012-02-17 Tristan Gingold <gingold@adacore.com>
10706
10707 * solib-darwin.c (darwin_current_sos): Check magic and filetype
10708
10709 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
10710
10711 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10712 TYPE_CALLING_CONVENTION annotation.
10713
10714 2012-02-16 Kevin Buettner <kevinb@redhat.com>
10715
10716 * MAINTAINERS: Add rx to target ISA section.
10717 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10718 (ALLDEPFILES): Add rx-tdep.c.
10719
10720 2012-02-16 Tom Tromey <tromey@redhat.com>
10721
10722 * symfile.c (symbol_file_add_main_1): Use inferior's
10723 symfile_flags.
10724 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10725 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10726 inferior.
10727 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10728 inferior.
10729 (follow_exec): Use inferior's symfile_flags.
10730 * inferior.h (struct inferior) <symfile_flags>: New field.
10731
10732 2012-02-16 Mike Frysinger <vapier@gentoo.org>
10733
10734 PR gdb/9734:
10735 * remote-sim.c (gdbsim_create_inferior): Call error() when
10736 sim_create_inferior() fails.
10737
10738 2012-02-16 Josh Matthews <josh@joshmatthews.net>
10739
10740 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10741
10742 2012-02-16 Tom Tromey <tromey@redhat.com>
10743
10744 PR c++/13653:
10745 * thread.c (struct current_thread_cleanup) <was_removable>: New
10746 field.
10747 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10748 (make_cleanup_restore_current_thread): Initialize new field.
10749
10750 2012-02-15 Kevin Buettner <kevinb@redhat.com>
10751
10752 * MAINTAINERS: Add rl78 to target ISA section.
10753 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10754 (ALLDEPFILES): Add rl78-tdep.c.
10755 * NEWS: Mention rl78 as a new target.
10756
10757 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
10758
10759 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10760 data.
10761 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10762
10763 2012-02-15 Tom Tromey <tromey@redhat.com>
10764
10765 PR gdb/12659:
10766 * infcmd.c (registers_info): Print just the current register's
10767 name.
10768
10769 2012-02-15 Tom Tromey <tromey@redhat.com>
10770
10771 * python/py-symbol.c (sympy_value): Use _().
10772
10773 2012-02-15 Pedro Alves <palves@redhat.com>
10774
10775 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10776 output to be like native targets'.
10777 (remote_pid_to_str): Special case the null ptid.
10778
10779 2012-02-14 Stan Shebs <stan@codesourcery.com>
10780
10781 * NEWS: Mention enable count command.
10782 * breakpoint.h (struct breakpoint): New field enable_count.
10783 * breakpoint.c (enable_breakpoint_disp): Add count argument.
10784 (enable_breakpoint): Add arg to call.
10785 (struct disp_data): New struct.
10786 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10787 (do_map_enable_once_breakpoint): Create a struct and pass it.
10788 (do_map_enable_delete_breakpoint): Ditto.
10789 (do_map_enable_count_breakpoint): New function.
10790 (enable_count_command): New function.
10791 (bpstat_stop_status): Decrement enable_count.
10792 (print_one_breakpoint_location): Report enable count.
10793 (_initialize_breakpoint): Add enable count command.
10794
10795 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10796
10797 * rl78-tdep.c (reggroups.h): Include.
10798 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10799 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10800 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10801 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10802 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10803 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10804 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10805 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10806 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10807 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10808 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10809 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10810 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10811 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10812 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10813 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10814 beginning of register list.
10815 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10816 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10817 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10818 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10819 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10820 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10821 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10822 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10823 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10824 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10825 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10826 the pseudo registers. Rearrange other pseudo registers too so
10827 that the bank registers appear at the end.
10828 (rl78_register_type): Account for the fact that the byte sized
10829 bank registers are now pseudo-registers.
10830 (rl78_register_name): Rearrange the register name array. Make
10831 initial set of raw banked registers inaccessible.
10832 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10833 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10834 case for copying bytes back and forth between raw and pseudo
10835 versions of the banked registers. Update other cases to reflect
10836 the changed names.
10837 (rl78_return_value): Update to account for changed names of
10838 raw registers.
10839 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10840 rl78_register_sim_regno().
10841
10842 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10843
10844 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10845 the name parameter being passed to find_pc_partial_function().
10846
10847 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10848
10849 * MAINTAINERS: Step down from being ia64 target maintainer.
10850
10851 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10852
10853 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10854 compilation warning.
10855
10856 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10857
10858 Fix crash on loaded shlibs without loaded exec_bfd.
10859 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10860 (set_section_command): Replace exec_bfd by p->bfd.
10861
10862 2012-02-10 Tom Tromey <tromey@redhat.com>
10863
10864 * linespec.c (decode_line_internal): Skip symtabs_from_filename
10865 when we have a C++ qualified name.
10866
10867 2012-02-10 Pedro Alves <palves@redhat.com>
10868
10869 * inferior.c (inferior_pid_to_str): New.
10870 (print_inferior, inferior_command): Use it.
10871
10872 2012-02-10 Pedro Alves <palves@redhat.com>
10873
10874 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10875 the test CFLAGS.
10876 * configure: Regenerate.
10877
10878 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10879
10880 * linespec.c (decode_line_internal): Fix comment correctness.
10881
10882 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
10883
10884 PR gdb/12953
10885 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10886 * amd64bsd-nat.c: Add support for debug registers (adapted from
10887 i386bsd-nat.c).
10888 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10889 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10890 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10891 (amd64bsd_dr_get_control): New functions.
10892 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10893 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10894 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10895 watchpoints initialization.
10896 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10897
10898 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10899
10900 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10901 flds_bnds.fields.
10902 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10903
10904 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10905
10906 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
10907
10908 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10909
10910 * language.h (symbol_name_cmp_ftype): Renames
10911 symbol_name_match_p_ftype.
10912 (struct language_defn)[la_get_symbol_name_cmp]: Renames
10913 la_get_symbol_name_match_p.
10914 * ada-lang.c (ada_get_symbol_name_cmp): Renames
10915 ada_get_symbol_name_match_p. Update comment.
10916 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10917 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10918 Renames symbol_name_match_p. Update field type.
10919 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10920 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10921 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10922 "la_get_symbol_name_cmp" in comments.
10923 * language.c: Likewise.
10924
10925 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10926
10927 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10928 %eflags offset.
10929 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10930 (amd64_sol2_gregset32_reg_offs): Likewise.
10931
10932 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10933
10934 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10935 of the returned BFD is allocated by GDB.
10936
10937 2012-02-07 Tom Tromey <tromey@redhat.com>
10938
10939 PR python/12027:
10940 * python/python-internal.h (frame_object_type): Declare.
10941 * python/py-symbol.c (sympy_needs_frame): New function.
10942 (sympy_value): New function.
10943 (symbol_object_getset): Add "needs_frame".
10944 (symbol_object_methods): Add "value".
10945 * python/py-frame.c (frame_object_type): No longer static.
10946
10947 2012-02-07 Tom Tromey <tromey@redhat.com>
10948
10949 PR python/13599:
10950 * python/py-symbol.c (sympy_line): New function.
10951 (symbol_object_getset): Add "line".
10952
10953 2012-02-07 Tom Tromey <tromey@redhat.com>
10954
10955 * charset.c (find_charset_names): Check 'in' against NULL.
10956
10957 2012-02-06 Doug Evans <dje@google.com>
10958
10959 * gdbtypes.h (struct main_type): Change type of name,tag_name,
10960 and fields.name members from char * to const char *. All uses updated.
10961 (struct cplus_struct_type): Change type of fn_fieldlists.name member
10962 from char * to const char *. All uses updated.
10963 (type_name_no_tag): Update.
10964 (lookup_unsigned_typename, lookup_signed_typename): Update.
10965 * gdbtypes.c (type_name_no_tag): Change result type
10966 from char * to const char *. All callers updated.
10967 (lookup_unsigned_typename, lookup_signed_typename): Change type of
10968 name parameter from char * to const char *.
10969 * symtab.h (struct cplus_specific): Change type of demangled_name
10970 member from char * to const char *. All uses updated.
10971 (struct general_symbol_info): Change type of name and
10972 mangled_lang.demangled_name members from char * to const char *.
10973 All uses updated.
10974 (symbol_get_demangled_name, symbol_natural_name): Update.
10975 (symbol_demangled_name, symbol_search_name): Update.
10976 * symtab.c (symbol_get_demangled_name): Change result type
10977 from char * to const char *. All callers updated.
10978 (symbol_natural_name, symbol_demangled_name): Ditto.
10979 (symbol_search_name): Ditto.
10980 (completion_list_add_name): Change type of symname,sym_text,
10981 text,word parameters from char * to const char *.
10982 (completion_list_objc_symbol): Change type of sym_text,
10983 text,word parameters from char * to const char *.
10984 * ada-lang.c (find_struct_field): Change type of name parameter
10985 from char * to const char *.
10986 (encoded_ordered_before): Similarly for N0,N1 parameters.
10987 (old_renaming_is_invisible): Similarly for function_name parameter.
10988 (ada_type_name): Change result type from char * to const char *.
10989 All callers updated.
10990 * ada-lang.h (ada_type_name): Update.
10991 * buildsym.c (hashname): Change type of name parameter
10992 from char * to const char *.
10993 * buildsym.h (hashname): Update.
10994 * dbxread.c (end_psymtab): Change type of include_list parameter
10995 from char ** to const char **.
10996 * dwarf2read.c (determine_prefix): Change result type
10997 from char * to const char *. All callers updated.
10998 * f-lang.c (find_common_for_function): Change type of name, funcname
10999 parameters from char * to const char *.
11000 * f-lang.c (find_common_for_function): Update.
11001 * f-valprint.c (list_all_visible_commons): Change type of funcname
11002 parameters from char * to const char *.
11003 * gdbarch.sh (static_transform_name): Change type of name parameter
11004 and result from char * to const char *.
11005 * gdbarch.c: Regenerate.
11006 * gdbarch.h: Regenerate.
11007 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
11008 of name parameter from char * to const char *.
11009 * jv-lang.c (java_primitive_type_from_name): Ditto.
11010 (java_demangled_signature_length): Similarly for signature parameter.
11011 (java_demangled_signature_copy): Ditto.
11012 (java_demangle_type_signature): Ditto.
11013 * jv-lang.h (java_primitive_type_from_name): Update.
11014 (java_demangle_type_signature): Update.
11015 * objc-lang.c (specialcmp): Change type of a,b parameters
11016 from char * to const char *.
11017 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
11018 from char * to const char *. All callers updated.
11019 * p-lang.h (is_pascal_string_type): Update.
11020 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
11021 of name parameter from char * to const char *.
11022 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11023 * utils.c (fprintf_symbol_filtered): Ditto.
11024 * defs.h (fprintf_symbol_filtered): Update.
11025 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11026 * stabsread.h (end_psymtab): Update.
11027 * stack.c (find_frame_funname): Change type of funname parameter
11028 from char ** to const char **.
11029 * stack.h (find_frame_funname): Update.
11030 * typeprint.c (type_print): Change type of varstring parameter
11031 from char * to const char *.
11032 * value.h (type_print): Update.
11033 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11034 from char * to const char *. All callers updated.
11035 (xcoff_end_psymtab): Change type of include_list parameter
11036 from char ** to const char **. All callers updated.
11037 (swap_sym): Similarly for name parameter. All callers updated.
11038 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11039 Use xstrdup.
11040 (process_coff_symbol): Use xstrdup.
11041 * stabsread.c (stabs_method_name_from_physname): Renamed from
11042 update_method_name_from_physname. Change result type from void
11043 to char *. All callers updated.
11044 (read_member_functions): In has_destructor case, store name in objfile
11045 obstack instead of malloc space. In !has_stub case, fix mem leak.
11046
11047 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
11048
11049 * configure: Rebuild.
11050 * configure.ac: Put -L../bfd and -L../libiberty at the front of
11051 LDFLAGS.
11052
11053 2012-02-03 Kevin Buettner <kevinb@redhat.com>
11054
11055 * configure.tgt (rl78-*-elf): New target.
11056 * rl78-tdep.c: New file.
11057
11058 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11059
11060 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11061 and continue the loop. Add QUIT statement.
11062
11063 2012-02-03 Tom Tromey <tromey@redhat.com>
11064
11065 PR gdb/13596:
11066 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11067 bfd_lookup_symbol_from_symtab.
11068 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11069 gdb_bfd_lookup_symbol_from_symtab.
11070
11071 2012-02-03 Joel Brobecker <brobecker@adacore.com>
11072
11073 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11074 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11075 symbol. Add assertion that sym2 is never NULL.
11076
11077 2012-02-02 Doug Evans <dje@google.com>
11078
11079 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11080 "name" parameter to const char ** from char **. All callers updated.
11081 (find_pc_partial_function): Ditto.
11082 (cache_pc_function_name): Change type to const char * from char *.
11083 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11084 (find_pc_partial_function): Update.
11085 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11086 type of "name" parameter to const char * from char *.
11087 All uses updated.
11088 * arch-utils.c (generic_in_solib_return_trampoline): Change
11089 type of "name" parameter to const char * from char *.
11090 * arch-utils.h (generic_in_solib_return_trampoline): Update.
11091 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11092 type of "name" parameter to const char * from char *.
11093 * gdbarch.sh (in_solib_return_trampoline): Ditto.
11094 * gdbarch.c: Regenerate.
11095 * gdbarch.h: Regenerate.
11096 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11097 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11098 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11099 type of "name" parameter to const char * from char *.
11100 * skip.c (skip_function_pc): Ditto.
11101 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11102 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11103 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11104 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11105 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11106 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11107 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11108 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11109 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11110
11111 2012-02-02 Pedro Alves <palves@redhat.com>
11112
11113 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11114 the current inferior has no execution. Make sure the current
11115 remote process matches gdb's current inferior.
11116
11117 2012-02-02 Tom Tromey <tromey@redhat.com>
11118
11119 PR gdb/13405:
11120 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11121 read-only memory.
11122
11123 2012-02-02 Tom Tromey <tromey@redhat.com>
11124
11125 PR gdb/9307:
11126 * symtab.c (lookup_language_this): Set block_found.
11127
11128 2012-02-01 Tom Tromey <tromey@redhat.com>
11129
11130 PR gdb/13431:
11131 * jit.c (struct jit_inferior_data): Rewrite.
11132 (struct jit_objfile_data): New.
11133 (get_jit_objfile_data): New function.
11134 (add_objfile_entry): Update.
11135 (jit_read_descriptor): Return int. Replace descriptor_addr
11136 argument with inf_data. Update. Don't call error.
11137 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
11138 descriptor here.
11139 (jit_inferior_init): Don't look up descriptor. Don't call error.
11140 (jit_reset_inferior_data_and_breakpoints)
11141 (jit_inferior_created_observer): Remove.
11142 (jit_inferior_exit_hook): Update.
11143 (jit_executable_changed_observer): Remove.
11144 (jit_event_handler): Update.
11145 (free_objfile_data): Reset inferior data if needed.
11146 (_initialize_jit): Update.
11147
11148 2012-02-01 Tom Tromey <tromey@redhat.com>
11149
11150 * jit.c (bfd_open_from_target_memory): Move higher in file.
11151
11152 2012-02-01 Tristan Gingold <gingold@adacore.com>
11153
11154 * libunwind-frame.c (libunwind_load): Display message if dlopen
11155 failed.
11156
11157 2012-02-01 Gary Benson <gbenson@redhat.com>
11158
11159 * symtab.h (symbol_found_callback_ftype): New typedef.
11160 (iterate_over_symbols): Use the above.
11161 * symtab.c (iterate_over_symbols): Likewise.
11162 * language.h (language_defn->la_iterate_over_symbols): Likewise.
11163 * ada-lang.c (ada_iterate_over_symbols): Likewise.
11164 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
11165 (iterate_name_matcher): Document return values.
11166 (collect_one_symbol): Likewise.
11167 (collect_function_symbols): Likewise.
11168 (collect_symbols): Likewise.
11169
11170 2012-02-01 Tom Tromey <tromey@redhat.com>
11171
11172 * ada-lang.c (resolve_subexp): Update.
11173 (ada_lookup_symbol_list): Add 'full_search' argument.
11174 (ada_iterate_over_symbols): Pass 0 as full_search argument to
11175 ada_lookup_symbol_list.
11176 (ada_lookup_encoded_symbol): Update.
11177 (get_var_value): Update.
11178 * ada-exp.y (block_lookup): Update.
11179 (write_var_or_type): Update.
11180 (write_name_assoc): Update.
11181 * ada-lang.h (ada_lookup_symbol_list): Update.
11182
11183 2012-01-31 Tom Tromey <tromey@redhat.com>
11184
11185 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11186 comment.
11187
11188 2012-01-31 Doug Evans <dje@google.com>
11189
11190 * symtab.h: Remove outdated comment.
11191 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
11192
11193 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
11194
11195 Fix build error in Darwin port.
11196 * i386-darwin-nat.c: Include i386-nat.h.
11197
11198 2012-01-30 Tom Tromey <tromey@redhat.com>
11199
11200 PR breakpoints/13568:
11201 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11202 argument. Check for recursive includes.
11203 (dwarf_decode_macros): Create an include hash.
11204
11205 2012-01-30 Michael Eager <eager@eagercon.com>
11206
11207 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11208 * ppc-linux-tdep.c: Include glibc-tdep.h.
11209 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
11210 (powerpc_linux_in_plt_stub): New function.
11211 (powerpc_linux_in_dynsym_resolve_code): New function.
11212 (ppc_skip_trampoline_code): New function.
11213 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11214 Use glibc_skip_solib_resolver.
11215
11216 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11217
11218 Code cleanup: Make 1440 bytes of data segment read-only.
11219 * arch-utils.c (endian_enum): Make it const char *const [].
11220 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
11221 Likewise.
11222 * breakpoint.c (always_inserted_enums): Likewise.
11223 * cli/cli-cmds.c (script_ext_enums): Likewise.
11224 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
11225 enumlist parameter const char *const *.
11226 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
11227 const char *const *.
11228 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
11229 parameter const char *const *.
11230 * cris-tdep.c (cris_modes): Make it const char *const [].
11231 * filesystem.c (target_file_system_kinds): Likewise.
11232 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
11233 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
11234 (can_use_displaced_stepping_enum, scheduler_enums)
11235 (exec_direction_names): Likewise.
11236 * language.c (_initialize_language): Make the type_or_range_names and
11237 case_sensitive_names variables const char *const [].
11238 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
11239 * python/python.c (python_excp_enums): Likewise.
11240 * remote.c (interrupt_sequence_modes): Likewise.
11241 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
11242 * serial.c (logbase_enums): Likewise.
11243 * sh-tdep.c (sh_cc_enum): Likewise.
11244 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
11245 Likewise.
11246 * symtab.c (multiple_symbols_modes): Likewise.
11247 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
11248 Likewise.
11249 * utils.c (internal_problem_modes): Likewise.
11250
11251 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11252
11253 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
11254 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
11255 result.
11256
11257 2012-01-27 Doug Evans <dje@google.com>
11258
11259 * configure.ac (with_python): Fix absolute path handling for win32.
11260 * configure: Regenerate.
11261
11262 2012-01-26 Doug Evans <dje@google.com>
11263
11264 * symtab.c: Whitespace cleanup, no code changes.
11265
11266 * symtab.c (lookup_symbol_in_language): Improve comment.
11267 (lookup_symbol_aux): Fix comment.
11268
11269 * psymtab.c (add_psymbol_to_list): Result is now "void".
11270 * psympriv.h (add_psymbol_to_list): Update.
11271
11272 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
11273
11274 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11275
11276 Do not open script filenames twice.
11277 * cli/cli-cmds.c (source_script_from_stream): Pass to
11278 source_python_script also STREAM.
11279 * python/py-auto-load.c (source_section_scripts): Pass to
11280 source_python_script_for_objfile also STREAM.
11281 (auto_load_objfile_script): Pass to source_python_script_for_objfile
11282 also INPUT.
11283 * python/python-internal.h (source_python_script_for_objfile): New
11284 parameter file, rename parameter file to filename.
11285 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
11286 instead if !_WIN32. Update the function comment.
11287 (source_python_script, source_python_script_for_objfile)
11288 (source_python_script): New parameter file, rename parameter file to
11289 filename. Pass FILENAME to python_run_simple_file.
11290 * python/python.h (source_python_script): New parameter file, rename
11291 parameter file to filename.
11292
11293 2012-01-26 Pedro Alves <palves@redhat.com>
11294
11295 * corelow.c (core_has_fake_pid): Delete.
11296 (core_close): Delete references to `core_has_fake_pid'.
11297 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
11298 (core_open): Delete references to `core_has_fake_pid'.
11299 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
11300 the removed global.
11301
11302 2012-01-26 Joel Brobecker <brobecker@adacore.com>
11303
11304 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
11305 Remove language parameter from name_matcher. Adjust the comment.
11306 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
11307 Remove language parameter.
11308 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
11309 * linespec.c (iterate_name_matcher): Likewise.
11310 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
11311 name_matcher. Adjust call accordingly.
11312 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
11313 (maintenance_check_symtabs): Adjust type of parameter "fun".
11314 * psymtab.h (maintenance_check_symtabs): Likewise.
11315
11316 2012-01-26 Joel Brobecker <brobecker@adacore.com>
11317
11318 * language.h (symbol_name_match_p_ftype): New typedef.
11319 (struct language_defn): Replace field la_symbol_name_compare
11320 by la_get_symbol_name_match_p.
11321 * ada-lang.c (ada_get_symbol_name_match_p): New function.
11322 (ada_language_defn): Use it.
11323 * linespec.c (struct symbol_matcher_data): New type.
11324 (iterate_name_matcher): Rewrite.
11325 (iterate_over_all_matching_symtabs): Pass a pointer to
11326 a symbol_matcher_data struct to expand_symtabs_matching
11327 instead of just the lookup name.
11328 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11329 opencl-lang.c, p-lang.c, language.c: Delete field
11330 la_symbol_name_compare, and replace by NULL for new field
11331 la_get_symbol_name_match_p.
11332 * symfile.h (struct quick_symbol_functions): Update comment.
11333
11334 2012-01-25 Tom Tromey <tromey@redhat.com>
11335
11336 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
11337 dereferencing.
11338
11339 2012-01-24 Tom Tromey <tromey@redhat.com>
11340
11341 PR symtab/12406:
11342 * solib.c (update_solib_list): Update the program space's
11343 added_solibs and deleted_solibs fields.
11344 * progspace.h (struct program_space) <added_solibs,
11345 deleted_solibs>: New fields.
11346 (clear_program_space_solib_cache): Declare.
11347 * progspace.c (release_program_space): Call
11348 clear_program_space_solib_cache.
11349 (clear_program_space_solib_cache): New function.
11350 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
11351 bpstat_stop_status. Use handle_solib_event.
11352 * breakpoint.c: Include gdb_regex.h.
11353 (print_solib_event): New function.
11354 (bpstat_print): Use print_solib_event.
11355 (bpstat_stop_status): Add special case for bp_shlib_event.
11356 (handle_solib_event): New function.
11357 (bpstat_what): Use handle_solib_event.
11358 (struct solib_catchpoint): New.
11359 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
11360 (breakpoint_hit_catch_solib, check_status_catch_solib)
11361 (print_it_catch_solib, print_one_catch_solib)
11362 (print_mention_catch_solib, print_recreate_catch_solib): New
11363 functions.
11364 (catch_solib_breakpoint_ops): New global.
11365 (catch_load_or_unload, catch_load_command_1)
11366 (catch_unload_command_1): New functions.
11367 (internal_bkpt_check_status): Add special case for
11368 bp_shlib_event.
11369 (internal_bkpt_print_it): Use print_solib_event.
11370 (initialize_breakpoint_ops): Initialize
11371 catch_solib_breakpoint_ops.
11372 (_initialize_breakpoint): Register "catch load" and "catch
11373 unload".
11374 * breakpoint.h (handle_solib_event): Declare.
11375 * NEWS: Add entry for "catch load" and "catch unload".
11376
11377 2012-01-24 Tom Tromey <tromey@redhat.com>
11378
11379 * ada-lang.c: Include gdb_vecs.h.
11380 * charset.c: Include gdb_vecs.h.
11381 * tracepoint.h: Include gdb_vecs.h.
11382 * gdb_vecs.h: New file.
11383
11384 2012-01-24 Pedro Alves <pedro@codesourcery.com>
11385
11386 * breakpoint.c (breakpoint_hit_catch_fork)
11387 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
11388 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
11389 * infrun.c (inferior_has_forked, inferior_has_vforked)
11390 (inferior_has_execd, inferior_has_called_syscall): Delete.
11391 (handle_syscall_event): Get syscall_number from the execution
11392 control state's wait status.
11393 (wait_for_inferior): Don't clear syscall_number.
11394
11395 2012-01-24 Pedro Alves <palves@redhat.com>
11396
11397 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
11398 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
11399 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
11400 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
11401 `ws' parameter.
11402 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
11403 false for events other than TARGET_SIGNAL_TRAP.
11404 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
11405 Add `ws' parameter.
11406 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
11407 events other than TARGET_SIGNAL_TRAP.
11408 (tracepoint_breakpoint_hit): Add `ws' parameter.
11409 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
11410 parameter.
11411 (bpstat_stop_status): Same.
11412 (pc_at_non_inline_function): Same.
11413 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
11414 to pass the current event's waitstatus to bpstat_stop_status
11415 and pc_at_non_inline_function.
11416
11417 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11418
11419 Code cleanup.
11420 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
11421 Update the function comment for it.
11422 (source_script_with_search): Call make_cleanup_fclose for STREAM.
11423 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
11424 for STREAM.
11425
11426 2012-01-24 Pedro Alves <palves@redhat.com>
11427
11428 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
11429 outside `bs->stop' block.
11430 (bpstat_what): Rework bp_shlib_event handling.
11431 (internal_bkpt_check_status): If the breakpoint is a
11432 bp_shlib_event, then set bs->stop and bs->print if
11433 stop_on_solib_events is set.
11434
11435 2012-01-24 Gary Benson <gbenson@redhat.com>
11436
11437 Delete #if 0'd out code.
11438 * stack.c (print_frame_label_vars): Remove.
11439 (catch_info): Likewise.
11440 (_initialize_stack): Remove "info catch" command.
11441 * NEWS: Mention the above.
11442
11443 2012-01-24 Pedro Alves <palves@redhat.com>
11444
11445 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
11446 it.
11447 (remote_notice_new_inferior): If the remote end doesn't support
11448 the multiprocess extensions, then the PID is fake.
11449 (add_current_inferior_and_thread): New.
11450 (remote_start_remote): Use it.
11451 (extended_remote_attach_1): Adjust.
11452 (extended_remote_create_inferior_1): Use
11453 add_current_inferior_and_thread.
11454
11455 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11456
11457 Fix watchpoints to be specific for each inferior.
11458 * breakpoint.c (watchpoint_in_thread_scope): Verify also
11459 current_program_space.
11460 * i386-nat.c (i386_inferior_data_cleanup): New.
11461 (i386_inferior_data_get): Replace variable inf_data_local by an
11462 inferior_data call.
11463 (i386_use_watchpoints): Initialize i386_inferior_data.
11464 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
11465 specific iterate_over_lwps.
11466
11467 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11468
11469 Fix watchpoints across inferior fork.
11470 * amd64-linux-nat.c (update_debug_registers_callback): Update the
11471 comment for linux_nat_iterate_watchpoint_lwps.
11472 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11473 linux_nat_iterate_watchpoint_lwps.
11474 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
11475 * i386-linux-nat.c (update_debug_registers_callback): Update the
11476 comment for linux_nat_iterate_watchpoint_lwps.
11477 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11478 linux_nat_iterate_watchpoint_lwps.
11479 (i386_linux_prepare_to_resume): New comment on Linux kernel.
11480 * i386-nat.c: Include inferior.h.
11481 (dr_mirror): Remove.
11482 (i386_inferior_data, struct i386_inferior_data)
11483 (i386_inferior_data_get): New.
11484 (i386_debug_reg_state): Use i386_inferior_data_get.
11485 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
11486 (i386_insert_watchpoint, i386_remove_watchpoint)
11487 (i386_stopped_data_address, i386_insert_hw_breakpoint)
11488 (i386_remove_hw_breakpoint): New variable state, use
11489 i386_debug_reg_state instead of DR_MIRROR.
11490 * linux-nat.c (delete_lwp): New declaration.
11491 (num_lwps): Move here from downwards.
11492 (delete_lwp_cleanup): New.
11493 (linux_child_follow_fork): Create new child_lp, call
11494 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
11495 PTRACE_DETACH.
11496 (num_lwps): Move upwards.
11497 (linux_nat_iterate_watchpoint_lwps): New.
11498 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
11499 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
11500
11501 2012-01-24 Joel Brobecker <brobecker@adacore.com>
11502
11503 GDB 7.4 released.
11504
11505 2012-01-23 Pedro Alves <palves@redhat.com>
11506
11507 * top.c (caution): Rename to ...
11508 (confirm): ... this.
11509 (show_caution): Rename to ...
11510 (show_confirm): ... this.
11511 (quit_cover): Adjust.
11512 (init_main): Adjust.
11513 * top.h (caution): Rename to ...
11514 (confirm): ... this.
11515 * utils.c (internal_vproblem, defaulted_query): Adjust.
11516
11517 2012-01-23 Pedro Alves <palves@redhat.com>
11518
11519 * top.c (caution): Update comment.
11520 (execute_command): Don't consider the current value of `caution'.
11521
11522 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11523
11524 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
11525
11526 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
11527
11528 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11529 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
11530 * target.c (target_fileio_pwrite): Remove buffer address from
11531 debug output.
11532 (target_fileio_pread): Likewise.
11533
11534 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11535
11536 * NEWS: Document remote "info proc" and "generate-core-file".
11537
11538 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11539
11540 * gdbarch.sh (find_memory_regions): New callback.
11541 * gdbarch.c, gdbarch.h: Regenerate.
11542
11543 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
11544 callback before falling back to target method.
11545
11546 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
11547 (linux_target_install_ops): No longer install it.
11548
11549 * linux-tdep.c (linux_find_memory_regions): New function.
11550 (linux_init_abi): Install it.
11551
11552 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11553
11554 * gdbarch.sh (make_corefile_notes): New architecture callback.
11555 * gdbarch.c: Regenerate.
11556 * gdbarch.h: Likewise.
11557
11558 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
11559 before target_make_corefile_notes. If NULL is returned, the
11560 target does not support core file generation.
11561
11562 * linux-nat.c: Include "linux-tdep.h".
11563 (find_signalled_thread, find_stop_signal): Remove.
11564 (linux_nat_do_thread_registers): Likewise.
11565 (struct linux_nat_corefile_thread_data): Likewise.
11566 (linux_nat_corefile_thread_callback): Likewise.
11567 (iterate_over_spus): Likewise.
11568 (struct linux_spu_corefile_data): Likewise.
11569 (linux_spu_corefile_callback): Likewise.
11570 (linux_spu_make_corefile_notes): Likewise.
11571 (linux_nat_collect_thread_registers): New function.
11572 (linux_nat_make_corefile_notes): Replace contents by call to
11573 linux_make_corefile_notes passing linux_nat_collect_thread_registers
11574 as native-only callback.
11575
11576 * linux-tdep.h: Include "bfd.h".
11577 (struct regcache): Add forward declaration.
11578 (linux_collect_thread_registers_ftype): New typedef.
11579 (linux_make_corefile_notes): Add prototype.
11580 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
11581 "regset.h", and "elf-bfd.h".
11582 (find_signalled_thread, find_stop_signal): New functions.
11583 (linux_spu_make_corefile_notes): Likewise.
11584 (linux_collect_thread_registers): Likewise.
11585 (struct linux_corefile_thread_data): New data structure.
11586 (linux_corefile_thread_callback): New funcion.
11587 (linux_make_corefile_notes): Likewise.
11588 (linux_make_corefile_notes_1): Likewise.
11589 (linux_init_abi): Install it.
11590
11591 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11592
11593 * gdbarch.sh (info_proc): New callback.
11594 * gdbarch.c, gdbarch.h: Regenerate.
11595
11596 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
11597 before falling back to the target info_proc callback.
11598
11599 * linux-nat.c: Do not include "cli/cli-utils.h".
11600 (linux_nat_info_proc): Remove.
11601 (linux_target_install_ops): No longer install it.
11602
11603 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
11604 (read_mapping): New function.
11605 (linux_info_proc): Likewise.
11606 (linux_init_abi): Install it.
11607
11608 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11609
11610 * defs.h (enum info_proc_what): Moved here from linux-nat.c
11611 * infcmd.c: (info_proc_cmd_1): New function.
11612 (info_proc_cmd): New function, moved here from equivalent routine
11613 orignally in linux-nat.c.
11614 (info_proc_cmd_mappings): Likewise.
11615 (info_proc_cmd_stat): Likewise.
11616 (info_proc_cmd_status): Likewise.
11617 (info_proc_cmd_cwd): Likewise.
11618 (info_proc_cmd_cmdline): Likewise.
11619 (info_proc_cmd_exe): Likewise.
11620 (info_proc_cmd_all): Likewise.
11621 (_initialize_infcmd): Install "info proc" command and subcommands.
11622
11623 * target.h (struct target_ops): Add to_info_proc.
11624 (target_info_proc): Add prototype.
11625 * target.c (target_info_proc): New function.
11626
11627 * procfs.c (procfs_info_proc): Add prototype.
11628 (info_proc_cmd): Rename into ...
11629 (procfs_info_proc): ... this. Update argument types as appropriate
11630 for a to_info_proc implementation. Handle "what" argument.
11631 (procfs_target): Install procfs_info_proc.
11632 (_initialize_procfs): No longer install "info proc" command.
11633
11634 * linux-nat.c: (enum info_proc_what): Remove.
11635 (linux_nat_info_proc_cmd_1): Rename into ...
11636 (linux_nat_info_proc): ... this. Update argument types as appropriate
11637 for a to_info_proc implementation.
11638 (linux_nat_info_proc_cmd): Remove.
11639 (linux_nat_info_proc_cmd_mappings): Likewise.
11640 (linux_nat_info_proc_cmd_stat): Likewise.
11641 (linux_nat_info_proc_cmd_status): Likewise.
11642 (linux_nat_info_proc_cmd_cwd): Likewise.
11643 (linux_nat_info_proc_cmd_cmdline): Likewise.
11644 (linux_nat_info_proc_cmd_exe): Likewise.
11645 (linux_nat_info_proc_cmd_all): Likewise.
11646 (linux_target_install_ops): Install linux_nat_info_proc.
11647 (_initialize_linux_nat): No longer install "info proc" command
11648 and subcommands.
11649
11650 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11651
11652 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11653 * config.in, configure: Regenerate.
11654
11655 * target.h (struct target_ops): Add to_fileio_readlink.
11656 (target_fileio_readlink): Add prototype.
11657 * target.c (target_fileio_readlink): New function.
11658
11659 * inf-child.c: Conditionally include <sys/param.h>.
11660 (inf_child_fileio_readlink): New function.
11661 (inf_child_target): Install it.
11662
11663 * remote.c (PACKET_vFile_readlink): New enum value.
11664 (remote_hostio_readlink): New function.
11665 (init_remote_ops): Install it.
11666 (_initialize_remote): Handle vFile:readlink packet type.
11667
11668 2012-01-20 Pedro Alves <palves@redhat.com>
11669 Ulrich Weigand <ulrich.weigand@linaro.org>
11670
11671 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11672 * config.in, configure: Regenerate.
11673
11674 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11675 to_fileio_pread, to_fileio_close, to_fileio_unlink.
11676 (target_fileio_open): Add prototype.
11677 (target_fileio_pwrite): Likewise.
11678 (target_fileio_pread): Likewise.
11679 (target_fileio_close): Likewise.
11680 (target_fileio_unlink): Likewise.
11681 (target_fileio_read_alloc): Likewise.
11682 (target_fileio_read_stralloc): Likewise.
11683
11684 * target.c: Include "gdb/fileio.h".
11685 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11686 (default_fileio_target): New function.
11687 (target_fileio_open): Likewise.
11688 (target_fileio_pwrite): Likewise.
11689 (target_fileio_pread): Likewise.
11690 (target_fileio_close): Likewise.
11691 (target_fileio_unlink): Likewise.
11692 (target_fileio_close_cleanup): Likewise.
11693 (target_fileio_read_alloc_1): Likewise.
11694 (target_fileio_read_alloc): Likewise.
11695 (target_fileio_read_stralloc): Likewise.
11696
11697 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11698 <fcntl.h>, and <unistd.h>.
11699 (inf_child_fileio_open_flags_to_host): New function.
11700 (inf_child_errno_to_fileio_error): Likewise.
11701 (inf_child_fileio_open): Likewise.
11702 (inf_child_fileio_pwrite): Likewise.
11703 (inf_child_fileio_pread): Likewise.
11704 (inf_child_fileio_close): Likewise.
11705 (inf_child_fileio_unlink): Likewise.
11706 (inf_child_target): Install to_fileio routines.
11707
11708 * remote.c (init_remote_ops): Install to_fileio routines.
11709
11710 2012-01-20 Pedro Alves <palves@redhat.com>
11711 Ulrich Weigand <ulrich.weigand@linaro.org>
11712
11713 * remote.c (remote_multi_process_p): Only check for multi-process
11714 protocol feature, do not check for extended protocol.
11715 (remote_supports_multi_process): Check for extended protocol here.
11716 (set_general_process): Likewise.
11717 (extended_remote_kill): Likewise.
11718 (remote_pid_to_str): Likewise.
11719 (remote_query_supported): Always query multiprocess mode.
11720
11721 2012-01-20 Pedro Alves <palves@redhat.com>
11722 Ulrich Weigand <ulrich.weigand@linaro.org>
11723
11724 * inferior.h (struct inferior): Add fake_pid_p.
11725 * inferior.c (exit_inferior_1): Clear fake_pid_p.
11726 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11727 magic_null_ptid since the remote side doesn't provide a real PID.
11728
11729 2012-01-19 Tom Tromey <tromey@redhat.com>
11730
11731 * NEWS: Combine the two Python sections.
11732
11733 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11734
11735 * target.h (target_close): Update comment on the target's unpush state.
11736
11737 2012-01-19 Pedro Alves <palves@redhat.com>
11738
11739 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11740 linux_nat_async directly instead of going through the target
11741 vector.
11742 * target.c (unpush_target): Close target after unpushing it, not
11743 before.
11744
11745 2012-01-19 Gary Benson <gbenson@redhat.com>
11746
11747 * mdebugread.c (sort_blocks): Replace integer constants with ones
11748 derived from FIRST_LOCAL_BLOCK.
11749
11750 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
11751 Jan Kratochvil <jan.kratochvil@redhat.com>
11752
11753 PR gdb/9538
11754 * symfile.c (find_separate_debug_file): New function.
11755 (terminate_after_last_dir_separator): Likewise.
11756 (find_separate_debug_file_by_debuglink): Also try realpath.
11757 * configure.ac (AC_CHECK_FUNCS): Add lstat.
11758 * configure: Regenerate.
11759 * config.in: Regenerate.
11760
11761 2012-01-18 Doug Evans <dje@google.com>
11762
11763 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11764 (main.o): Remove rule.
11765 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11766 (--with-sysroot): Rewrite.
11767 * configure: Regenerate.
11768 * config.in: Regenerate.
11769
11770 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
11771
11772 * parse.c (initialize_expout): New function.
11773 (reallocate_expout): Likewise.
11774 (parse_exp_in_context): Use `initialize_expout' and
11775 `reallocate_expout' when appropriate.
11776
11777 2012-01-18 Pedro Alves <palves@redhat.com>
11778
11779 * record.c (struct record_breakpoint, record_breakpoint_p)
11780 (record_breakpoints): New.
11781 (record_insert_breakpoint, record_remove_breakpoint): Manage
11782 record breakpoints list. Only remove breakpoints from the
11783 inferior if they had been inserted there in the first place.
11784
11785 2012-01-17 Doug Evans <dje@google.com>
11786
11787 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11788 if we know we don't have a file name to look for.
11789
11790 2012-01-17 Pedro Alves <palves@redhat.com>
11791
11792 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11793 the frame's stop reason is UNWIND_UNAVAILABLE.
11794
11795 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11796
11797 Fix compilation error.
11798 * m2-exp.y (yyerror): Use ANSI C prototype.
11799
11800 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11801
11802 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11803 (growbuf_by_size): Likewise.
11804 (yyerror): Likewise.
11805 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11806 (modblock): Remove variable (was #if 0'ed).
11807 (parse_number): Convert prototype from K&R to ANSI C.
11808 (yyerror): Likewise.
11809 * objc-exp.y (parse_number): Likewise.
11810 (yyerror): Likewise.
11811 (yylex): Remove #if 0'ed code.
11812 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11813 (yyerror): Likewise.
11814
11815 2012-01-16 Tom Tromey <tromey@redhat.com>
11816
11817 * NEWS: Add item.
11818 * symtab.h (compare_filenames_for_search): Declare.
11819 * symtab.c (compare_filenames_for_search): New function.
11820 (iterate_over_some_symtabs): Use it.
11821 * symfile.h (struct quick_symbol_functions)
11822 <map_symtabs_matching_filename>: Change spec.
11823 * psymtab.c (partial_map_symtabs_matching_filename): Use
11824 compare_filenames_for_search. Update for new spec.
11825 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11826 compare_filenames_for_search. Update for new spec.
11827 * breakpoint.c (clear_command): Use compare_filenames_for_search.
11828
11829 2012-01-16 Tom Tromey <tromey@redhat.com>
11830
11831 PR python/13281:
11832 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11833 (struct main_type) <flag_flag_enum>: New field.
11834 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11835 * NEWS: Add entries.
11836 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11837 enums.
11838 * python/lib/gdb/printing.py (_EnumInstance): New class.
11839 (FlagEnumerationPrinter): Likewise.
11840
11841 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11842
11843 * breakpoint.c (create_sals_from_address_default): New function.
11844 (create_breakpoints_sal_default): Likewise.
11845 (decode_linespec_default): Likewise.
11846 (is_marker_spec): Removed.
11847 (strace_marker_p): New function.
11848 (init_breakpoint_sal): Using `strace_marker_p' instead of
11849 `is_marker_spec'.
11850 (create_breakpoint): Call method `create_sals_from_address' from
11851 breakpoint_ops, replacing code that created SALs conditionally
11852 on the type of the breakpoint. Call method `create_breakpoints_sal',
11853 replacing code that created breakpoints conditionally on the type
11854 wanted.
11855 (base_breakpoint_create_sals_from_address): New function.
11856 (base_breakpoint_create_breakpoints_sal): Likewise.
11857 (base_breakpoint_decode_linespec): Likewise.
11858 (base_breakpoint_ops): Add methods
11859 `base_breakpoint_create_sals_from_address',
11860 `base_breakpoint_create_breakpoints_sal' and
11861 `base_breakpoint_decode_linespec'.
11862 (bkpt_create_sals_from_address): New function.
11863 (bkpt_create_breakpoints_sal): Likewise.
11864 (bkpt_decode_linespec): Likewise.
11865 (tracepoint_create_sals_from_address): Likewise.
11866 (tracepoint_create_breakpoints_sal): Likewise.
11867 (tracepoint_decode_linespec): Likewise.
11868 (strace_marker_create_sals_from_address): Likewise.
11869 (strace_marker_create_breakpoints_sal): Likewise.
11870 (strace_marker_decode_linespec): Likewise.
11871 (strace_marker_breakpoint_ops): New variable.
11872 (addr_string_to_sals): Remove `marker_spec'. Call method
11873 `decode_linespec' from breakpoint_ops, replacing code that decoded
11874 an address string into a SAL. Use `strace_marker_p' instead of
11875 `marker_spec'.
11876 (strace_command): Decide whether we are dealing with a static
11877 tracepoint with marker or not. Use the appropriate breakpoint_ops.
11878 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11879 * breakpoint.h (linespec_result, linespec_sals): New forward
11880 declarations.
11881 (breakpoint_ops) <create_sals_from_address>,
11882 <create_breakpoints_sal>, <decode_linespec>: New methods.
11883
11884 2012-01-14 Doug Evans <dje@google.com>
11885
11886 * NEWS: Update text for "maint set python print-stack".
11887 It is deprecated in gdb 7.4 and deleted in 7.5.
11888
11889 2012-01-13 Eli Zaretskii <eliz@gnu.org>
11890
11891 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11892 including curses.h.
11893
11894 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11895
11896 * configure: Regenerate.
11897 * config.in: Regenerate.
11898
11899 2012-01-12 Keith Seitz <keiths@redhat.com>
11900
11901 PR mi/10586
11902 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11903 (ANONYMOUS_UNION_NAME): Define.
11904 (is_path_expr_parent): New function.
11905 (get_path_expr_parent): New function.
11906 (is_anonymous_child): New function.
11907 (create_child_with_value): If the child is anonymous and without
11908 a name, assign an object name to it.
11909 (c_describe_child): Use get_path_expr_parent to determine
11910 the parent expression.
11911 If there field represents an anonymous struct or union and
11912 has no name, set an appropriate display name and expression.
11913 (cplus_describe_child): Likewise.
11914
11915 2012-01-12 Pedro Alves <palves@redhat.com>
11916
11917 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11918 available when %ebp is found to be zero (outermost).
11919
11920 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
11921
11922 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11923 an internal gdb_static_assert.
11924 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11925
11926 2012-01-11 Tom Tromey <tromey@redhat.com>
11927
11928 PR gdb/9598:
11929 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11930 catch" and "catch throw".
11931
11932 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
11933
11934 * blockframe.c (block_innermost_frame): Start search from selected
11935 frame, if present, or otherwise the current frame.
11936
11937 * c-exp.y (variable): Update innermost_block for
11938 'block COLONCOLON NAME' clause.
11939 * m2-exp.y (variable): Ditto.
11940 * objc-exp.y (variable): Ditto.
11941
11942 2012-01-10 Tom Tromey <tromey@redhat.com>
11943
11944 PR python/13199:
11945 * python/python.c (finish_python_initialization): Set sys.argv.
11946
11947 2012-01-10 Doug Evans <dje@google.com>
11948
11949 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
11950 "want_line_info". All callers updated.
11951 (dwarf_decode_lines_1): New function.
11952 (handle_DW_AT_stmt_list): Add function comment.
11953 New arg "want_line_info". All callers updated.
11954 (read_file_scope,read_type_unit_scope): Move comment from
11955 handle_DW_AT_stmt_list to here.
11956
11957 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11958
11959 Fix regression after libiberty/ update for GCC PR 6057 and others.
11960 * c-exp.y (operator) <OPERATOR DELETE>
11961 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11962 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11963 (make_builtin_type, make_name): New variable i, add gdb_assert.
11964 (operator) <OPERATOR NEW>: Update ARGS to 3.
11965 (operator) <OPERATOR DELETE>: Add trailing space.
11966 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11967 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11968 * cp-support.c (cp_canonicalize_string): Check NULL from
11969 cp_comp_to_string, call warning and return.
11970
11971 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11972
11973 Fix duplicate .o files after omitting libbfd.a.
11974 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11975 (SFILES): Add corelow.c.
11976 (COMMON_OBS): Add corelow.o.
11977 (ALLDEPFILES): Remove corelow.c.
11978 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11979 * config/alpha/alpha-osf3.mh: Likewise.
11980 * config/alpha/fbsd.mh: Likewise.
11981 * config/arm/nbsdaout.mh: Likewise.
11982 * config/arm/nbsdelf.mh: Likewise.
11983 * config/i386/i386gnu.mh: Likewise.
11984 * config/ia64/hpux.mh: Likewise.
11985 * config/ia64/linux.mh: Likewise.
11986 * config/m32r/linux.mh: Likewise.
11987 * config/m68k/linux.mh: Likewise.
11988 * config/mips/irix5.mh: Likewise.
11989 * config/mips/irix6.mh: Likewise.
11990 * config/pa/hpux.mh: Likewise.
11991 * config/pa/linux.mh: Likewise.
11992 * config/powerpc/aix.mh: Likewise.
11993 * config/sparc/linux.mh: Likewise.
11994 * config/sparc/linux64.mh: Likewise.
11995 * config/sparc/sol2.mh: Likewise.
11996 * config/vax/vax.mh: Likewise.
11997 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11998 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11999 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
12000 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
12001 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
12002 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
12003 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
12004 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
12005 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
12006 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
12007 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
12008 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
12009 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12010 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
12011 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
12012 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12013 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
12014 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
12015 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
12016 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
12017 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
12018 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
12019 corelow.o from gdb_target_obs.
12020 * corefile.c (core_target): Update the comment on NULL value.
12021 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12022 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12023 MATCHES. Drop YUMMY set on NULL.
12024 (core_close): Do not call exit_inferior_silent on zero PID. Do not
12025 reclaim CORE_DATA if it is already NULL.
12026
12027 2012-01-09 Doug Evans <dje@google.com>
12028
12029 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12030 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12031
12032 2012-01-09 Keith Seitz <keiths@redhat.com>
12033
12034 * breakpoint.c (wrapper.h): Don't include.
12035
12036 2012-01-09 Keith Seitz <keiths@redhat.com>
12037
12038 * Makefile.in (SFILES): Remove wrapper.c.
12039 (HFILES_NO_SRCDIR): Remove wrapper.h.
12040 (COMMON_OBS): Remove wrapper.o.
12041 * cli/cli-interp.c: Don't inlude wrapper.h.
12042 * corelow.c: Likewise.
12043 (core_open): Replace gdb_target_find_new_threads with
12044 TRY_CATCH around target_find_new_threads.
12045 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12046 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12047 * varobj.c (varobj_create): Likewise for parse_exp_1 and
12048 evaluate_expression.
12049 (varobj_set_value): Likewise for evaluate_expression and
12050 value_assign.
12051 (install_new_variable): Likewise for value_fetch_lazy.
12052 (adjust_value_for_child_access): Likewise for value_ind.
12053 (c_describe_child): Likewise for value_subscript and
12054 value_ind.
12055 (c_value_of_root): Likewise for evaluate_expression.
12056 * wrapper.c: Remove.
12057 * wrapper.h: Remove.
12058
12059 2012-01-09 Doug Evans <dje@google.com>
12060
12061 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12062 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
12063 "abfd" args with "section". All callers updated.
12064 Error checking code moved ...
12065 (error_check_comp_unit_head): ... here. New function.
12066 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12067 Delete arg "abfd". New arg "type_offset". All callers updated.
12068 (create_debug_types_hash_table): Simplify by using
12069 read_and_check_type_unit_head.
12070
12071 * parser-defs.h (namecopy): Delete.
12072 * parse.c (namecopy, namecopy_size): Move into copy_name.
12073
12074 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12075
12076 Partially fix duplicate .o files after omitting libbfd.a.
12077 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12078 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12079 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12080 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12081 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12082 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12083 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12084
12085 2012-01-09 Pedro Alves <palves@redhat.com>
12086
12087 * MAINTAINERS: Update my email address.
12088
12089 2012-01-08 Doug Evans <dje@google.com>
12090
12091 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12092 n_type_units. Rename type_comp_units to all_type_units.
12093 All uses updated.
12094 (add_signatured_type_cu_to_table): Renamed from
12095 add_signatured_type_cu_to_list. All callers updated.
12096
12097 * gdbtypes.h (struct cplus_struct_type): Delete member
12098 nfn_fields_total. All uses removed.
12099
12100 2012-01-06 Doug Evans <dje@google.com>
12101
12102 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12103 to top of file.
12104 (dwarf2_find_comp_unit): Delete.
12105 (process_psymtab_comp_unit): Make result "void".
12106 Delete args buffer, info_ptr, buffer_size, and replace with
12107 "section". All callers updated.
12108 (dwarf2_build_psymtabs_hard): Simplify.
12109
12110 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
12111 Thiago Jung Bauermann <bauerman@br.ibm.com>
12112
12113 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12114 before `struct gdb_exception'.
12115 * breakpoint.c (update_global_location_list_nothrow)
12116 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12117 * cp-abi.c (value_rtti_type): Likewise.
12118 * cp-support.c (cp_validate_operator): Likewise.
12119 * infrun.c (insert_exception_resume_breakpoint)
12120 (check_exception_resume, keep_going): Likewise.
12121 * mi-interp.c (mi_breakpoint_created)
12122 (mi_breakpoint_modified): Likewise.
12123 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12124 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12125 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12126
12127 2012-01-05 Doug Evans <dje@google.com>
12128
12129 * dwarf2read.c (statement_prologue): Delete, unused.
12130
12131 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12132 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12133
12134 * dwarf2read.c (comp_unit_header): Delete, unused.
12135
12136 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
12137
12138 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12139 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12140
12141 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
12142
12143 * infrun.c (normal_stop): Don't skip calling the normal_stop
12144 observers if the thread was doing a multi-step, but stopped for
12145 some reason other than stepping.
12146
12147 2012-01-05 Pedro Alves <alves.ped@gmail.com>
12148
12149 * cli/cli-decode.h: Add comments.
12150 (CMD_LIST_AMBIGUOUS): Moved to command.h
12151 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12152 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12153 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12154 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12155 (add_com, add_com_alias, add_info, add_info_alias)
12156 (complete_on_cmdlist, complete_on_enum, help_list): Remove
12157 declarations.
12158 * command.h: Add and adjust comments.
12159 (CMD_LIST_AMBIGUOUS): Moved here.
12160 (help_cmd, help_cmd_list): Delete declarations.
12161
12162 2012-01-04 Doug Evans <dje@google.com>
12163
12164 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
12165 All callers updated.
12166 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
12167 Replace all arguments with "per_cu". All callers updated.
12168
12169 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
12170
12171 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
12172 New arg "per_cu". All callers updated.
12173
12174 Delete #if 0'd out code.
12175 * language.c (binop_result_type): Delete.
12176 (simple_type, ordered_type, same_type, integral_type): Delete.
12177 (numeric_type, character_type, string_type, boolean_type): Delete.
12178 (float_type, structured_type): Delete.
12179 * language.h: Update.
12180
12181 2012-01-04 Tom Tromey <tromey@redhat.com>
12182
12183 * python/py-value.c (valpy_binop): Initialize 'res_val'.
12184
12185 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12186
12187 * corefile.c (close_exec_file): Delete.
12188 (reopen_exec_file): Remove commented out code that seems related
12189 to close_exec_file, which is being deleted here.
12190 * inferior.h (close_exec_file): Delete.
12191 * fork-child.c (fork_inferior): Remove call to fork_inferior.
12192
12193 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12194
12195 * ada-lang.c: #include "cli/cli-utils.h".
12196 (get_selections): Use skip_spaces.
12197 (ada_get_next_arg): Use skip_spaces and skip_to_space.
12198 (catch_ada_exception_command_split): Use skip_spaces.
12199 (ada_decode_assert_location): Likewise.
12200
12201 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12202
12203 * linespec.c (decode_line_internal): Check for C++ or Java
12204 compound constructs only if the current language is C, C++
12205 or Java.
12206
12207 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12208
12209 Revert:
12210 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12211 Joel Brobecker <brobecker@adacore.com>
12212 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12213 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12214 3 times.
12215 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12216 fall through into AT_ENTRY_POINT.
12217 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12218 DUMMY_ADDR with it.
12219 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12220 PPC_INSN_SIZE skip to 3 times.
12221
12222 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12223
12224 * linespec.c (add_minsym): Preserve function descriptors.
12225
12226 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
12227
12228 * breakpoint.c (all_locations_are_pending): Consider locations
12229 in program spaces executing during startup pending as well.
12230
12231 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12232
12233 Copyright year update in most files of the GDB Project.
12234
12235 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12236
12237 * copyright.sh: Delete.
12238 * copyright.py: Rewrite.
12239
12240 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12241
12242 * gnulib/extra/update-copyright: New file, imported from gnulib.
12243
12244 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12245
12246 * README (Copyright and License Notices): New section.
12247
12248 2012-01-03 Tom Tromey <tromey@redhat.com>
12249
12250 PR python/12533:
12251 * python/py-value.c (valpy_dereference, valpy_get_address
12252 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
12253 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
12254 (valpy_absolute, valpy_richcompare): Free intermediate values.
12255
12256 2011-01-03 Joel Brobecker <brobecker@adacore.com>
12257
12258 * ada-lang.c: Reformat the copyright notice.
12259
12260 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12261
12262 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
12263 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
12264 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
12265 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
12266 Revert this part of:
12267 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12268 Build gdb directly from *.o files not using libgdb.a.
12269 * Makefile.in (COMMON_OBS): Remove solib-target.o.
12270
12271 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12272
12273 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
12274 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
12275 Reformat the copyright header.
12276
12277 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12278
12279 Revert this part of:
12280 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12281 Remove the gdbtui binary.
12282 * gdb.c (main): Remove args.interpreter_p initialization.
12283 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12284 * main.h (struct captured_main_args): Remove interpreter_p.
12285
12286 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12287
12288 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
12289
12290 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12291
12292 * top.c (print_gdb_version): Update copyright year.
12293
12294 2012-01-02 Yao Qi <yao@codesourcery.com>
12295
12296 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
12297
12298 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12299 Joel Brobecker <brobecker@adacore.com>
12300
12301 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12302 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12303 3 times.
12304 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12305 fall through into AT_ENTRY_POINT.
12306 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12307 DUMMY_ADDR with it.
12308 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12309 PPC_INSN_SIZE skip to 3 times.
12310
12311 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12312
12313 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
12314 the return value.
12315 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
12316
12317 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12318
12319 Build gdb directly from *.o files not using libgdb.a.
12320 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
12321 (COMMON_OBS): Remove solib-target.o.
12322 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
12323 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
12324 (LIBGDB_OBS, libgdb.a): Move it above.
12325 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
12326 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
12327 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
12328 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
12329 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
12330 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
12331 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
12332 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
12333 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
12334 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
12335 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
12336 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
12337 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
12338 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
12339 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12340 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
12341 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
12342 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12343 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
12344 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
12345 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
12346 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
12347 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
12348 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
12349 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
12350 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
12351 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
12352
12353 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12354
12355 Remove the gdbtui binary.
12356 * .gitignore (/gdbtui): Remove.
12357 * Makefile.in (TUI): Remove.
12358 (SUBDIR_TUI_OBS): Remove tui-main.o.
12359 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
12360 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
12361 (tui-main.o): Remove.
12362 (all_object_files): Remove tui-main.o.
12363 * NEWS: New note for the gdbtui removal.
12364 * configure: Rebuilt.
12365 * configure.ac: No longer add all-tui, clean-tui, install-tui and
12366 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
12367 CONFIG_UNINSTALL respectively.
12368 * gdb.c (main): Remove args.interpreter_p initialization.
12369 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12370 * main.h (struct captured_main_args): Remove interpreter_p.
12371 * tui/tui-main.c: Remove.
12372
12373 2012-01-01 Doug Evans <dje@google.com>
12374
12375 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
12376 (dwarf2_physname, read_import_statement): Ditto.
12377 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
12378 (process_structure_scope read_subroutine_type): Ditto.
12379 (read_typedef, load_partial_dies, read_partial_die): Ditto.
12380 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
12381 (dwarf2_fetch_die_location_block): Ditto.
12382 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
12383
12384 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
12385 All callers updated.
12386 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
12387 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
12388 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
12389
12390 * dwarf2read.c (load_cu): Move assert to more useful location.
12391
12392 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
12393 All callers updated.
12394
12395 * dwarf2read.c (dwarf2_per_objfile): Add comment.
12396 (dwarf2_elf_names): Minor reformat.
12397 (dwarf2_per_cu_data): Tweak comment.
12398 (dwarf2_read_section): Fix comment.
12399 (create_all_comp_units): Fix comment.
12400 (load_full_comp_unit): Fix comment.
12401 (process_full_comp_unit): Fix comment.
12402 (read_signatured_type): Fix comment.
12403
12404 For older changes see ChangeLog-2011.
12405 \f
12406 Local Variables:
12407 mode: change-log
12408 left-margin: 8
12409 fill-column: 74
12410 version-control: never
12411 coding: utf-8
12412 End: